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

来自萌娘文库
跳转至: 导航搜索
(创建页面,内容为“调用Honoka字体: @font-face { font-family: HonokaGothic; src: url('https://huiji-public.huijistatic.com/xyy/uploads/3/3f/HonokaGothicNew.ttf'); } html,…”
 
第1行: 第1行:
/*调用Honoka字体*/
+
/* 点过链接不变色 */
@font-face {
+
a {
     font-family: HonokaGothic;
+
     color: #3366BB!important;
    src: url('https://huiji-public.huijistatic.com/xyy/uploads/3/3f/HonokaGothicNew.ttf');
 
 
}
 
}
html, body, .comment-body textarea, .comment-preview, .comment-submit, #firstHeading {
+
div.wikiplus-btn a {
     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";
+
    color: #FFFFFF!important;
 +
}
 +
li#pt-notifications a {
 +
     color: white!important;
 
}
 
}

2020年4月25日 (六) 13:39的版本

/* 点过链接不变色 */
a {
    color: #3366BB!important;
}
div.wikiplus-btn a {
    color: #FFFFFF!important;
}
li#pt-notifications a {
    color: white!important;
}