MediaWiki:Common.css
(版間での差分)
Wikifutoko-sysop (トーク | 投稿記録) |
Wikifutoko-sysop (トーク | 投稿記録) |
||
39行: | 39行: | ||
} | } | ||
− | .footer a {/*リンクされた文字*/ | + | .add-footer a {/*リンクされた文字*/ |
color:#000000; | color:#000000; | ||
font-style:normal; | font-style:normal; | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
− | .footer a:link {/*未訪問のリンク*/ | + | .add-footer a:link {/*未訪問のリンク*/ |
color:#000000; | color:#000000; | ||
font-style:normal; | font-style:normal; | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
− | .footer a:visited {/*訪問後のリンク*/ | + | .add-footer a:visited {/*訪問後のリンク*/ |
color:#000000; | color:#000000; | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
− | .footer a:hover {/*マウスをのせたとき*/ | + | .add-footer a:hover {/*マウスをのせたとき*/ |
color:#000000; | color:#000000; | ||
font-style:normal; | font-style:normal; | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
− | .footer a:active {/*クリック中*/ | + | .add-footer a:active {/*クリック中*/ |
text-decoration:none; | text-decoration:none; | ||
} | } |
2012年5月21日 (月) 12:08時点における版
/* ここに書いた 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; /**/ } .add-footer a {/*リンクされた文字*/ color:#000000; font-style:normal; text-decoration:underline; } .add-footer a:link {/*未訪問のリンク*/ color:#000000; font-style:normal; text-decoration:underline; } .add-footer a:visited {/*訪問後のリンク*/ color:#000000; text-decoration:underline; } .add-footer a:hover {/*マウスをのせたとき*/ color:#000000; font-style:normal; text-decoration:underline; } .add-footer a:active {/*クリック中*/ text-decoration:none; }