Difference between revisions of "User:OPTS/common.css"

From Moegirlpedia
Jump to: navigation, search
(Created page with "@font-face { font-family: HonokaGothicMoe; src: url('https://huiji-public.huijistatic.com/xyy/uploads/3/3c/HonokaGothicMoe2.ttf'); } html, body, .comment-body textarea...")
 
(No difference)

Latest revision as of 12:06, 30 March 2020

@font-face {
    font-family: HonokaGothicMoe;
    src: url('https://huiji-public.huijistatic.com/xyy/uploads/3/3c/HonokaGothicMoe2.ttf');
}
html, body, .comment-body textarea, .comment-preview, .comment-submit, #firstHeading {
    font-family: HonokaGothicMoe, "Helvetica Neue", Tahoma, Arial, "Source Han Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", 微软雅黑, "Hiragino Sans GB", "WenQuanYi Micro Hei";
}
 
span[lang=ja] {
 
    font-family: HonokaGothicMoe, BlinkMacSystemFont, -apple-system, "Helvetica Neue", Tahoma, Arial, "Source Han Sans JP", "Noto Sans CJK JP", "Source Han Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 
}
/* 内链改色RoyalBlue1 & DeepSkyBlue1 红链改色 Firebrick2 & DarkSalmon */
a {
    color: #4876FF!important;
}
a:visited {
	color: #00BFFF!important;
}
a.new {
    color: #EE2C2C!important;
}
a.new:visited {
	color: #E9967A!important;
}
 
/* 外链改色 Purple & MediumPurple */
.mw-body .external {
    color: #A020F0!important;
}
.mw-body .external:visited {
	color: #9370DB!important;
}
/*Turning Color of WikiPlus Buttons into MediumSeaGreen*/
a.Wikiplus-Edit-EveryWhereBtn{
	color: #3CB371!important;
}
a.Wikiplus-Edit-SectionBtn{
	color: #3CB371!important;
}