MediaWiki:Common.css
(版間での差分)
Wikifutoko-sysop (トーク | 投稿記録) |
Wikifutoko-sysop (トーク | 投稿記録) |
||
| 17行: | 17行: | ||
background-image : url(http://www.futoko.info/zzimage/logo_background.png); | background-image : url(http://www.futoko.info/zzimage/logo_background.png); | ||
background-repeat : repeat-x; | background-repeat : repeat-x; | ||
| + | } | ||
| + | |||
| + | .clearfix:after { | ||
| + | content: "."; | ||
| + | display: block; | ||
| + | clear: both; | ||
| + | height: 0; | ||
| + | visibility: hidden; | ||
| + | } | ||
| + | |||
| + | .clearfix { | ||
| + | min-height: 1px; | ||
| + | } | ||
| + | |||
| + | * html .clearfix { | ||
| + | height: 1px; | ||
| + | /*¥*//*/ | ||
| + | height: auto; | ||
| + | overflow: hidden; | ||
| + | /**/ | ||
} | } | ||
2012年3月13日 (火) 14:54時点における版
/* ここに書いた CSS はすべての外装に反映されます */
body.page-メインページ h1.firstHeading {display:none;}
body.page-メインページ #contentSub {display:none;}
body.page-メインページ #siteSub {display:none;}
#siteSub {
display: inline;
font-size: 90%;
font-weight: normal;
font-style: normal;
text-align: right;
}
.tablebackground-mainpage{
background-image : url(http://www.futoko.info/zzimage/logo_background.png);
background-repeat : repeat-x;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

