Skillnad mellan versioner av "MediaWiki:Vector.css"
| Rad 8: | Rad 8: | ||
/* no background for these */ | /* no background for these */ | ||
#mw-head, #mw-head-base, #footer, code { | #mw-head, #mw-head-base, #footer, code { | ||
| − | background: none ; | + | background: none !important; |
} | } | ||
#mw-page-base { | #mw-page-base { | ||
Versionen från 1 september 2013 kl. 12.09
/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */
body {
background-color: #e0dacc;
background: url("http://wiki.bruse.com/bruseImg/cardboard-bg.jpg") scroll left top #e8e2d4;
}
/* no background for these */
#mw-head, #mw-head-base, #footer, code {
background: none !important;
}
#mw-page-base {
height: 5em;
background-color: #e0dacc;
/* @embed */
background-image: url("http://wiki.bruse.com/bruseImg/cardboard-top.jpg");
background-position: bottom left;
background-repeat: repeat-x;
}
div#content {
background-color: #FDFAF2;
border: 1px solid #4D432B;
border-right: none;
}