「MediaWiki:Common.css」の版間の差分
提供: Test Wiki
Julyfestival (トーク | 投稿記録) |
Julyfestival (トーク | 投稿記録) |
||
| 行101: | 行101: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| + | |||
| + | |||
| + | h6 { | ||
| + | font-size: 1.2em; | ||
| + | font-weight: lighter; | ||
| + | text-indent: 5px; | ||
| + | letter-spacing: 2px; | ||
| + | border-bottom: solid 1px #53005d; | ||
| + | padding: 2px 5px; | ||
| + | margin: 8px 0px 2px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | |||
| + | h7 { | ||
| + | font-size: 1.2em; | ||
| + | font-weight: lighter; | ||
| + | text-indent: 5px; | ||
| + | letter-spacing: 2px; | ||
| + | border-bottom: solid 1px #00ff00; | ||
| + | padding: 2px 5px; | ||
| + | margin: 8px 0px 2px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | |||
| + | h8 { | ||
| + | font-size: 1.2em; | ||
| + | font-weight: lighter; | ||
| + | text-indent: 5px; | ||
| + | letter-spacing: 2px; | ||
| + | border-bottom: solid 1px #ffff00; | ||
| + | padding: 2px 5px; | ||
| + | margin: 8px 0px 2px; | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
2015年8月20日 (木) 00:25時点における版
/* ここに記述したCSSはすべての外装に反映されます */
body {
margin: 0;
padding: 2px 2px;
font-family:'Times New Roman','HGS明朝B';
font-size: 1.0em;
color: #00366c;
background-image: url(images/background/bg.jpg);
}
.mw-content-ltr {
font-family:'Times New Roman','HGS明朝B';
font-size:1.0em;
}
.mw-page-base {
background-image:url(images/background/bg.jpg);
}
.mw-head-base {
background-image:url(images/background/bg.jpg);
}
.content {
background-image:url(images/background/bg.jpg);
}
#mw_content {
width: 100%;
line-height: 1.8em;
/* padding: 0 1em 1em 1em;*/
}
.mw-body {
background-image:url(images/background/bg.jpg);
font-family:'Times New Roman','HGS明朝B';
font-size:1.0em;
color:#0c2b49;
}
/*見出し*/
h1 {
font-size: 2.0em;
font-weight: bold;
border-bottom: solid 5px #00416b;
text-indent: 5px;
letter-spacing: 5px;
padding: 5px 5px;
margin: 0px 0px;
clear: both;
}
h2 {
font-family:'Times New Roman','HGS明朝B';
font-size: 1.8em;
font-weight: bold;
color:#e2d8bf;
text-indent: 5px;
letter-spacing: 3px;
border-width: 1px 1px 1px 5px;
padding: 5px 5px;
margin: 10px 0px 5px;
background-color:rgba( 0, 52, 119, 0.50 );
border-style:solid none none none #00366c";
clear: both;
}
h3 {
font-size: 1.3emt;
font-weight: lighter;
color:#ff00ff;
text-indent: 5px;
letter-spacing: 3px;
border-width: 0px 0px 1px 5px;
padding: 2px 5px;
margin: 8px 0px 3px;
background-color:rgba( 255, 52, 119, 0.50 );
border-style:solid none none none #00366c";
clear: both;
}
h4 {
font-size: 1.2em;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 2px;
border-bottom: solid 1px #7aa3bf;
padding: 2px 5px;
margin: 8px 0px 2px;
clear: both;
}
h5 {
font-size: 12pt;
font-weight: bold;
}
h6 {
font-size: 1.2em;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 2px;
border-bottom: solid 1px #53005d;
padding: 2px 5px;
margin: 8px 0px 2px;
clear: both;
}
h7 {
font-size: 1.2em;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 2px;
border-bottom: solid 1px #00ff00;
padding: 2px 5px;
margin: 8px 0px 2px;
clear: both;
}
h8 {
font-size: 1.2em;
font-weight: lighter;
text-indent: 5px;
letter-spacing: 2px;
border-bottom: solid 1px #ffff00;
padding: 2px 5px;
margin: 8px 0px 2px;
clear: both;
}
#mw_main {
padding: 0 0 0 0;
margin: 0 0 0 0;
margin-top: 3.5em;
}
div.mw_clear, div.clear {
margin: 0 0 0 0;
padding: 0 0 0 0;
clear: both;
}