「MediaWiki:Common.css」の版間の差分
提供: Test Wiki
Julyfestival (トーク | 投稿記録) |
Julyfestival (トーク | 投稿記録) |
||
| 行22: | 行22: | ||
margin: 30px 0px; | margin: 30px 0px; | ||
clear: both; | clear: both; | ||
| + | } | ||
| + | |||
| + | h3 { | ||
| + | font-size: 12pt; | ||
| + | font-weight: lighter; | ||
| + | text-indent: 5px; | ||
| + | letter-spacing: 3px; | ||
| + | border-width: 0px 0px 1px 5px; | ||
| + | border-style: solid; | ||
| + | border-bottom-color: #b87330; | ||
| + | border-left-color: #b87330; | ||
| + | padding: 2px 5px; | ||
| + | margin: 8px 0px 3px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | h4 { | ||
| + | font-size: 12pt; | ||
| + | font-weight: lighter; | ||
| + | text-indent: 5px; | ||
| + | letter-spacing: 2px; | ||
| + | border-bottom: solid 1px #b87330; | ||
| + | padding: 2px 5px; | ||
| + | margin: 8px 0px 2px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | h5 { | ||
| + | font-size: 12pt; | ||
| + | font-weight: bold; | ||
} | } | ||
2015年5月16日 (土) 21:31時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.mw-content-ltr {
font-family:'Times New Roman','HGS明朝B';
font-size:1.0em;
background-image:url(images/background/bg.jpg);
}
.mw-body {
font-family:'Times New Roman','HGS明朝B';
font-size:1.0em;
}
h1 {
font-size: 16pt;
font-weight: lighter;
border-bottom: solid 1px #d8c3b2;
text-indent: 5px;
letter-spacing: 5px;
padding: 5px 5px;
margin: 30px 0px;
clear: both;
}
h3 {
font-size: 12pt;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 3px;
border-width: 0px 0px 1px 5px;
border-style: solid;
border-bottom-color: #b87330;
border-left-color: #b87330;
padding: 2px 5px;
margin: 8px 0px 3px;
clear: both;
}
h4 {
font-size: 12pt;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 2px;
border-bottom: solid 1px #b87330;
padding: 2px 5px;
margin: 8px 0px 2px;
clear: both;
}
h5 {
font-size: 12pt;
font-weight: bold;
}
h2 {
font-size: 14pt;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 3px;
border-width: 1px 1px 1px 5px;
border-style: solid;
border-top-color: #e4c5a6;
border-right-color: #e4c5a6;
border-bottom-color: #b87330;
border-left-color: #b87330;
background-color: #e4c5a6;
padding: 5px 5px;
margin: 10px 0px 5px;
clear: both;
}