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; | ||
} | } | ||
− | |||
− | |||
#mw-page-base { | #mw-page-base { | ||
Zeile 22: | Zeile 20: | ||
background-color: #F9F9F9; | background-color: #F9F9F9; | ||
background-image: none; | background-image: none; | ||
− | |||
} | } | ||
div.vectorTabs ul li { | div.vectorTabs ul li { | ||
− | background-color: # | + | background-color: #F9F9F: |
− | + | background-image: none; | |
+ | } | ||
+ | .new { | ||
+ | background-color: #F9F9F: | ||
+ | background-image: none; | ||
} | } |
Version vom 17. Juni 2013, 10:29 Uhr
/* CSS placed here will be applied to all skins */ body { background-color: #F9F9F9; background-image: none; font-family: Verdana,Geneva,sans-serif; } #mw-page-base { background-color: #F9F9F9; background-image: none; } div.vectorTabs { background-color: #F9F9F9; background-image: none; } #mw-head-base { background-color: #F9F9F9; background-image: none; } div.vectorTabs ul li { background-color: #F9F9F: background-image: none; } .new { background-color: #F9F9F: background-image: none; }