User:OPTS/common.css

From Moegirlpedia
< User:OPTS
Revision as of 12:06, 30 March 2020 by OPTS (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@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;
}