「MediaWiki:Common.css」の版間の差分
提供: Bellis Wiki
81行: | 81行: | ||
font-style:normal; | font-style:normal; | ||
text-decoration:none; | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | div#mw-panel a, div#mw-panel a:link, div#mw-panel a:visited, div#mw-panel a:active { | ||
+ | /*リンクされた文字*/ | ||
+ | color:#852e19; | ||
+ | font-style:normal; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | div#mw-panel a:hover { | ||
+ | color:#852e19; | ||
+ | font-style:normal; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | div.portal a, div.portal a:link, div.portal a:visited, div.portal a:active { | ||
+ | /*リンクされた文字*/ | ||
+ | color:#852e19; | ||
+ | font-style:normal; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | div.portal a:hover { | ||
+ | color:#852e19; | ||
+ | font-style:normal; | ||
+ | text-decoration:underline; | ||
} | } |
2014年1月16日 (木) 09:18時点における版
/* ここに記述したCSSはすべての外装に反映されます */ body { font-size: 18px; font-family: "M+ 2c medium","01フロップデザイン","IPAexゴシック",sans-serif; line-height: 1.5; background-color: #f8f4e6; } a{/*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } a:link {/*未訪問のリンク*/ color:#852e19; font-style:normal; text-decoration:none; } a:visited {/*訪問後のリンク*/ color:#852e19; text-decoration:none; } a:hover {/*マウスをのせたとき*/ color:#852e19; font-style:normal; text-decoration:underline; } a:active {/*クリック中*/ text-decoration:none; } a.new, #p-personal a.new { color:#852e19; } a.new, #p-personal a.new { color:#852e19; } .mw-body a.extiw, .mw-body a.extiw:active, .mw-body a.extiw:visited { color: #852e19; } .mw-body a.extiw:hover { color: #852e19; } .mw-body a.external, .mw-body a.external:active, .mw-body a.external:visited { color: #852e19; } .mw-body a.external:hover { color: #852e19; } h3, h4, h5, h6 { font-weight: normal; } a.body ul li { color:#852e19; } div.body ul li a {/*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div.body ul li a:link {/*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div.body ul li a:visited {/*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div.body ul li a:hover {/*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div.body ul li a:active {/*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div#mw-panel a, div#mw-panel a:link, div#mw-panel a:visited, div#mw-panel a:active { /*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div#mw-panel a:hover { color:#852e19; font-style:normal; text-decoration:underline; } div.portal a, div.portal a:link, div.portal a:visited, div.portal a:active { /*リンクされた文字*/ color:#852e19; font-style:normal; text-decoration:none; } div.portal a:hover { color:#852e19; font-style:normal; text-decoration:underline; }