「MediaWiki:Common.css」の版間の差分
提供: tknotebook
| 26行: | 26行: | ||
} | } | ||
| − | + | #body-content { | |
font-size: 1em; | font-size: 1em; | ||
} | } | ||
2016年10月22日 (土) 08:24時点における版
/* ここに記述したCSSはすべての外装に反映されます */
h1 {
font-size: 188%;
font-weight: bold;
border-bottom: 3px solid #aaa;
border-right: 3px solid #aaa;
background-color: #CCFFFF;
padding: 0.3em;
border-radius:0.3em; /* 角丸 */
}
h2 {
font-size: 150%;
font-weight: bold;
background-color: #DDFFFF;
border-bottom: 2px solid #aaa;
border-right: 2px solid #aaa;
border-radius:0.2em; /* 角丸 */
}
h3 {
font-size: 125%;
font-weight: bold;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
}
#body-content {
font-size: 1em;
}