「MediaWiki:Common.css」の版間の差分
提供: Test Wiki
Julyfestival (トーク | 投稿記録) |
Julyfestival (トーク | 投稿記録) |
||
| 行14: | 行14: | ||
display: none !important; | display: none !important; | ||
} | } | ||
| − | + | div#content, | |
| + | #mw-head-base, | ||
| + | #left-navigation, | ||
| + | .subhead { | ||
| + | background: #00ffff; | ||
| + | color: #22225e; | ||
| + | } | ||
div#mw-panel { | div#mw-panel { | ||
position: fixed | position: fixed | ||
} | } | ||
2015年5月7日 (木) 18:01時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.mw-content-ltr {
font-family:'Times New Roman','HGS明朝B';
font-size:1.0em;
}
.mw-body {
background-image:url(images/background/bg-01-980-1200.jpg);
font-family:'Times New Roman','HGS明朝B';
font-size:1.0em;
}
#ca-talk {
display: none !important;
}
div#content,
#mw-head-base,
#left-navigation,
.subhead {
background: #00ffff;
color: #22225e;
}
div#mw-panel {
position: fixed
}