MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 12: | Regel 12: | ||
#p-logo a { | #p-logo a { | ||
display: none; | display: none; | ||
} | |||
div.mw-body { | |||
background-image: url("http://wiki.xpressionmanager.nl/images/9/9d/Background_mw-body.png"); | |||
background-position: right bottom; | |||
background-repeat: no-repeat; | |||
} | } | ||
Versie van 4 mrt 2013 13:19
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
#p-logo {
background-image: url("http://wiki.xpressionmanager.nl/images/6/69/Xpression-logo.png");
background-position: center center;
background-repeat: no-repeat;
display: block;
height: 160px;
text-decoration: none;
margin-left: 10px;
}
#p-logo a {
display: none;
}
div.mw-body {
background-image: url("http://wiki.xpressionmanager.nl/images/9/9d/Background_mw-body.png");
background-position: right bottom;
background-repeat: no-repeat;
}