Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 9: Line 9:
 
#mw-page-base {
 
#mw-page-base {
 
height: 5em;
 
height: 5em;
background-color: white;
+
background-image: url('../../images/4/44/Cambgbody.jpg');
background-image: url(images/page-fade.png);
 
 
background-position: bottom left;
 
background-position: bottom left;
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;

Revision as of 18:58, 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-image: url('../../images/4/44/Cambgbody.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;