Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 12: Line 12:
 
background-position: bottom left;
 
background-position: bottom left;
 
background-repeat: repeat-x;
 
background-repeat: repeat-x;
 +
}

Revision as of 18:59, 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;
}