“用户:850710247liu/common.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
第1行: 第1行:
/*调用Honoka字体*/
+
body {
 +
    font-size: 110%;
 +
}
 +
#p-personal #pt-notifications-alert{
 +
    margin-top: 1.1em;
 +
}
 +
#p-personal #pt-notifications-notice{
 +
    margin-top: 1.13em;
 +
}
 
@font-face {
 
@font-face {
 
     font-family: HonokaGothic;
 
     font-family: HonokaGothic;
第6行: 第14行:
 
html, body, .comment-body textarea, .comment-preview, .comment-submit, #firstHeading {
 
html, body, .comment-body textarea, .comment-preview, .comment-submit, #firstHeading {
 
     font-family: HonokaGothic, "Helvetica Neue", Tahoma, Arial, "Source Han Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans GB", "WenQuanYi Micro Hei";
 
     font-family: HonokaGothic, "Helvetica Neue", Tahoma, Arial, "Source Han Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans GB", "WenQuanYi Micro Hei";
}
 
/* 点过链接不变色 */
 
a {
 
    color: #3366BB!important;
 
}
 
div.wikiplus-btn a {
 
    color: #FFFFFF!important;
 
}
 
li#pt-notifications a {
 
    color: white!important;
 
 
}
 
}

2020年4月28日 (二) 14:23的版本

body {
    font-size: 110%;
}
#p-personal #pt-notifications-alert{
    margin-top: 1.1em;
}
#p-personal #pt-notifications-notice{
    margin-top: 1.13em;
}
@font-face {
    font-family: HonokaGothic;
    src: url('https://huiji-public.huijistatic.com/xyy/uploads/3/3f/HonokaGothicNew.ttf');
}
html, body, .comment-body textarea, .comment-preview, .comment-submit, #firstHeading {
    font-family: HonokaGothic, "Helvetica Neue", Tahoma, Arial, "Source Han Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans GB", "WenQuanYi Micro Hei";
}