MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Wiki Drachengard
| Zeile 12: | Zeile 12: | ||
#mw-head { | #mw-head { | ||
background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0; | background:url(http://drachengard.de/images/background_1.png) repeat scroll 0 0; | ||
| + | } | ||
| + | |||
| + | #left-navigation { | ||
| + | background-color:#669A66; | ||
} | } | ||
| Zeile 25: | Zeile 29: | ||
} | } | ||
| − | |||
| − | |||
| − | |||
div#content { | div#content { | ||
Version vom 19. März 2014, 09:58 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;
}
#left-navigation {
background-color:#669A66;
}
#p-navigation {
background-color:#669A66;
padding-top: 5px;
}
#p-tb {
background-color:#669A66;
margin-top: 20px;
padding-top: 5px;
}
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;
}