MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 6: | Zeile 6: | ||
font-family: Verdana,Geneva,sans-serif; | font-family: Verdana,Geneva,sans-serif; | ||
} | } | ||
+ | |||
+ | a {color: #008ACC; | ||
+ | text-decoration: underline; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | a:hover a:focus { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #p-navigation a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #p-navigation a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } |
Version vom 7. August 2013, 09:30 Uhr
/* CSS placed here will be applied to all skins */ body { background-color: #f3f3f3; background-image: none; font-family: Verdana,Geneva,sans-serif; } a {color: #008ACC; text-decoration: underline; font-weight: bold; } a:hover a:focus { text-decoration: none; } #p-navigation a { text-decoration: none; } #p-navigation a:hover { text-decoration: underline; } body.page-Main_Page h1.firstHeading { display:none; } .toc, #toc { display: none; } #contentSub { display: none } div#content { background-image: none; } #mw-page-base { background-color: #F3F3F3; background-image: none; } div.vectorTabs { background-color: #F3F3F3; background-image: none; } div.selected { background-color: #ffffff; background-image: none; } #mw-head-base { background-color: #F3F3F3; background-image: none; } div.vectorTabs ul li { background-color: #F3F3F3; background-image: none; } div.vectorTabs span { background-color: #F3F3F3; background-image: none; } div#mw-head div.vectorMenu h5{ background-color: #F3F3F3; background-image: none; } div#mw-head div.vectorMenu h5 a{ background-color: #F3F3F3; background-image: none; } div#footer { background-color: #F3F3F3; background-image: none; }