MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Wiki Drachengard
| Zeile 15: | Zeile 15: | ||
| − | + | ||
| + | div.vectorTabs li.selected { | ||
background-color:#669A66; | background-color:#669A66; | ||
} | } | ||
| Zeile 51: | Zeile 52: | ||
} | } | ||
| − | + | ||
| + | div.vectorTabs li.selected { | ||
background-color:red; | background-color:red; | ||
} | } | ||
Version vom 19. März 2014, 10:11 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;
}
div.vectorTabs li.selected {
background-color:red;
}
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;
}