MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Wiki Drachengard
Zeile 80: | Zeile 80: | ||
#pt-userpage { | #pt-userpage { | ||
color:white; | color:white; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | border-bottom: 1px solid black; | ||
} | } |
Version vom 19. März 2014, 10:30 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body{ background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0; } mw-navigation{ background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0; } #mw-head { background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0; } div.vectorTabs li.selected { background-color:#669A66; } #p-navigation { background-color:#669A66; padding-top: 5px; } #p-tb { background-color:#669A66; margin-top: 20px; padding-top: 5px; } a.new, #p-personal a.new { color:white; } #pt-preferences a { color:white; } #pt-watchlist a{ color:white; } #pt-mycontris a { color:white; } #pt-logout a { color:white; } #p-cactions li a { background-color: #669A66; } div.vectorTabs ul > li { display: block; height: 20px; margin-top: 20px; } div.vectorTabs span a { padding-top: 0; } div#content { background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0; } div#bodyContent { background:url(http://drachengard.de/images/background.gif) repeat scroll 0 0; padding-top: 2px; } #pt-userpage { color:white; } h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid black; }