MediaWiki:Common.css
(版間での差分)
Wikifutoko-sysop (トーク | 投稿記録) |
Wikifutoko-sysop (トーク | 投稿記録) |
||
35行: | 35行: | ||
} | } | ||
− | /* nowrap */ | + | /* *** nowrap *** */ |
div.nowrap span { | div.nowrap span { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
− | /* 詳細ページの表(tableタグ)に適用するクラス */ | + | |
+ | /* *** 詳細ページの表(tableタグ)に適用するクラス *** */ | ||
.shousai-table th { | .shousai-table th { | ||
max-width: 160px; | max-width: 160px; | ||
51行: | 52行: | ||
} | } | ||
− | /* clearfix */ | + | |
+ | /* *** clearfix *** */ | ||
.clearfix:after { | .clearfix:after { | ||
content: "."; | content: "."; | ||
63行: | 65行: | ||
min-height: 1px; | min-height: 1px; | ||
} | } | ||
− | + | ||
+ | |||
* html .clearfix { | * html .clearfix { | ||
height: 1px; | height: 1px; | ||
71行: | 74行: | ||
/**/ | /**/ | ||
} | } | ||
+ | |||
+ | .clearfix{ | ||
+ | display:block; | ||
+ | } | ||
+ | |||
/* for Extension:Slideshow(show correctly on Internet Explorer) */ | /* for Extension:Slideshow(show correctly on Internet Explorer) */ |
2013年1月9日 (水) 15:40時点における版
/* ここに書いた CSS はすべての外装に反映されます */ body.page-メインページ h1.firstHeading {display:none;} body.page-メインページ #contentSub {display:none;} body.page-メインページ #siteSub {display:none;} /* border:none;はhタグにつく下線の削除。下線はunderline文字の装飾によって付くのではない。 */ body.page-メインページ #mainpage-hx {text-decoration: none; font-size: 14px; border: none; margin: 0px; } /* hタグ修飾を削除するためのクラス 例)<h2 class="non-deco">....</h2> */ .non-deco { text-decoration: none; font-size: 12px; border: none; margin: 0px; } #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; } /* *** nowrap *** */ div.nowrap span { white-space: nowrap; } /* *** 詳細ページの表(tableタグ)に適用するクラス *** */ .shousai-table th { max-width: 160px; width: 160px; text-align: left; } .shousai-table td { max-width: 450px; text-align: left; } /* *** clearfix *** */ .clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } .clearfix { min-height: 1px; } * html .clearfix { height: 1px; /*¥*//*/ height: auto; overflow: hidden; /**/ } .clearfix{ display:block; } /* for Extension:Slideshow(show correctly on Internet Explorer) */ .slideshow div { _position: absolute; } .slideshow div div { _position: static; } /* ************************************************************ */