提供: defeatedcrow mod wiki
Defeatedcrow (トーク | 投稿記録) (ページの作成:「→ここに記述したCSSはモダン外装の利用者に影響します: div#mw-content-text > h2 { padding: 0.1em 0 0.1em 1em; border-bottom: 1px dotted #009; bor...」) |
Defeatedcrow (トーク | 投稿記録) |
||
1行目: | 1行目: | ||
/* ここに記述したCSSはモダン外装の利用者に影響します */ | /* ここに記述したCSSはモダン外装の利用者に影響します */ | ||
+ | |||
+ | div#mw-content-text > h1 { | ||
+ | padding: 0.1em 0 0.1em 0.1em; | ||
+ | background-color: #ccfddd; | ||
+ | color: white | ||
+ | } | ||
div#mw-content-text > h2 { | div#mw-content-text > h2 { | ||
padding: 0.1em 0 0.1em 1em; | padding: 0.1em 0 0.1em 1em; | ||
− | border-bottom: 1px | + | border-bottom: 1px solid #dddddd; |
− | border-left: 10px solid # | + | border-left: 10px solid #dddddd; |
+ | } | ||
+ | |||
+ | div#mw-content-text > h2 { | ||
+ | border-bottom: 1px dotted #dddddd; | ||
} | } |
2016年2月6日 (土) 17:18時点における版
/* ここに記述したCSSはモダン外装の利用者に影響します */ div#mw-content-text > h1 { padding: 0.1em 0 0.1em 0.1em; background-color: #ccfddd; color: white } div#mw-content-text > h2 { padding: 0.1em 0 0.1em 1em; border-bottom: 1px solid #dddddd; border-left: 10px solid #dddddd; } div#mw-content-text > h2 { border-bottom: 1px dotted #dddddd; }