「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
27行目: | 27行目: | ||
font-size: 17px; | font-size: 17px; | ||
line-height: 1.6; | line-height: 1.6; | ||
+ | } | ||
+ | |||
+ | .mw-parser-output a.external { | ||
+ | color: #007b43; | ||
+ | background-color: inherit; | ||
+ | text-decoration: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | .mw-parser-output a.visited { | ||
+ | color: #007b43; | ||
+ | background-color: inherit; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .mw-parser-output a.active { | ||
+ | color:#007b43; | ||
+ | background-color:inherit; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .mw-parser-output a.hover { | ||
+ | color:#e9546b; | ||
+ | background-color:inherit; | ||
+ | text-decoration:none; | ||
} | } |
2020年2月13日 (木) 19:32時点における版
/* ここに記述したCSSはすべての外装に反映されます */ body { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; background-color:#E4EAC7; font-size:17px; line-height:1.6; } #mw-page-base { height: 5em; background-position: bottom left; background-color: #E4EAC7; } #mw-head { position: absolute; top: 0; right: 0; width: 100%; background-color: #E4EAC7; } .mw-body-content { font-size: 17px; line-height: 1.6; } .mw-parser-output a.external { color: #007b43; background-color: inherit; text-decoration: none; } .mw-parser-output a.visited { color: #007b43; background-color: inherit; text-decoration: none; } .mw-parser-output a.active { color:#007b43; background-color:inherit; text-decoration:none; } .mw-parser-output a.hover { color:#e9546b; background-color:inherit; text-decoration:none; }