「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
74行目: | 74行目: | ||
a:hover { | a:hover { | ||
color:#e9546b; | color:#e9546b; | ||
+ | background-color:inherit; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | a.new, #p-personal a.new { | ||
+ | color:#007b43; | ||
background-color:inherit; | background-color:inherit; | ||
text-decoration:none; | text-decoration:none; | ||
} | } |
2020年2月13日 (木) 19:38時点における版
/* ここに記述した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; } a:link { color:#007b43; background-color:inherit; text-decoration:none; } a:visited { color: #007b43; background-color: inherit; text-decoration: none; } a:active { color: #007b43; background-color: inherit; text-decoration: none; } a:hover { color:#e9546b; background-color:inherit; text-decoration:none; } a.new, #p-personal a.new { color:#007b43; background-color:inherit; text-decoration:none; }