MediaWiki: Common.css
提供: 羅小黒戦記 FAN WIKI
14行目: | 14行目: | ||
#navbar{ | #navbar{ | ||
height: 100%; | height: 100%; | ||
− | + | max-height: fit-content; | |
} | } | ||
21行目: | 21行目: | ||
width: 100px; | width: 100px; | ||
margin-left: auto; | margin-left: auto; | ||
+ | |||
} | } | ||
27行目: | 28行目: | ||
/*共通デザイン*/ | /*共通デザイン*/ | ||
− | + | a,a:visited { | |
− | + | color: #6bacae; | |
+ | } | ||
+ | a:hover{ | ||
+ | background: #adc57f; | ||
+ | text-decoration: none; | ||
} | } | ||
+ | |||
+ | |||
hr{ | hr{ | ||
margin: 20px 0; | margin: 20px 0; | ||
+ | background: #eee; | ||
} | } | ||
2020年9月21日 (月) 10:14時点における版
/*編集の表示*/ body a#ca-edit{ display: none; } body.mw-editable a#ca-edit{ display: inline; } /*カテゴリの表示*/ #catlinks { display: block; } /*上ナビ*/ #navbar{ height: 100%; max-height: fit-content; } /*右ナビ*/ #sidebar-right figure{ width: 100px; margin-left: auto; } /********************/ /*共通デザイン*/ a,a:visited { color: #6bacae; } a:hover{ background: #adc57f; text-decoration: none; } hr{ margin: 20px 0; background: #eee; } figure img{ width: 100%; } /*動画*/ .movieBox{ position: relative; width: 100%; padding-top: 56.25%; } .movieBox iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }