MediaWiki: Common.css
提供: 羅小黒戦記 FAN WIKI
1行目: | 1行目: | ||
− | + | /*編集の表示*/ | |
− | |||
− | |||
− | |||
body a#ca-edit{ | body a#ca-edit{ | ||
display: none; | display: none; | ||
10行目: | 7行目: | ||
} | } | ||
+ | |||
+ | /*カテゴリの表示*/ | ||
+ | #catlinks { display: block; } | ||
+ | |||
+ | /*デザイン*/ | ||
#content a,#content a:hover,#content a:visited { | #content a,#content a:hover,#content a:visited { | ||
color: #4f97a3; | color: #4f97a3; | ||
} | } |
2020年9月20日 (日) 09:36時点における版
/*編集の表示*/ body a#ca-edit{ display: none; } body.mw-editable a#ca-edit{ display: inline; } /*カテゴリの表示*/ #catlinks { display: block; } /*デザイン*/ #content a,#content a:hover,#content a:visited { color: #4f97a3; }