Difference between revisions of "MediaWiki:Common.css"
From Wiki Confrontation
| Line 11: | Line 11: | ||
div#content,.mw-body | div#content,.mw-body | ||
{background-image: url(http://i.imgur.com/NC7NkWV.jpg); | {background-image: url(http://i.imgur.com/NC7NkWV.jpg); | ||
| − | background-color: rgb(88, 85, 68); | + | background-color: rgb(88,85,68); |
| + | background-position: top center; | ||
| + | background-repeat: no-repeat; | ||
| + | filter: alpha(opacity=30); | ||
| + | -moz-opacity: 0.3; | ||
| + | -khtml-opacity: 0.3; | ||
| + | opacity: 0.3; | ||
} | } | ||
Revision as of 10:37, 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/BgUOd7S.jpg);
background-position: bottom left;
background-repeat: repeat-x;
}
div#content,.mw-body
{background-image: url(http://i.imgur.com/NC7NkWV.jpg);
background-color: rgb(88,85,68);
background-position: top center;
background-repeat: no-repeat;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
}