Difference between revisions of "MediaWiki:Common.css"
From Wiki Confrontation
| Line 5: | Line 5: | ||
height:165px; | height:165px; | ||
background-color: white; | background-color: white; | ||
| − | background-image: url(http://i.imgur.com/ | + | background-image: url(http://i.imgur.com/PRbFI0t.jpg); |
background-position: bottom left; | background-position: bottom left; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
Revision as of 13:32, 13 June 2013
/* CSS placed here will be applied to all skins */
#mw-page-base {
height:165px;
background-color: white;
background-image: url(http://i.imgur.com/PRbFI0t.jpg);
background-position: bottom left;
background-repeat: repeat-x;
}
div#content,.mw-body
{
background-color: rgb(88,85,68);
background-position: top center;
background-repeat: no-repeat;
}