Difference between revisions of "MediaWiki:Common.css"
| Line 7: | Line 7: | ||
background-color: #00000 | background-color: #00000 | ||
} | } | ||
| + | #mw-page-base { | ||
| + | height: 5em; | ||
| + | background-color: white; | ||
| + | background-image: url(images/page-fade.png); | ||
| + | background-position: bottom left; | ||
| + | background-repeat: repeat-x; | ||
Revision as of 18:57, 4 December 2017
/* CSS placed here will be applied to all skins */
body {
background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #00000
}
#mw-page-base {
height: 5em;
background-color: white;
background-image: url(images/page-fade.png);
background-position: bottom left;
background-repeat: repeat-x;