Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 19:04, 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
}
/* Head */
#mw-page-base {
	height: 5em;
	background-color: #00000;
	background-image: url('../../images/4/44/Cambgbody.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#mw-head-base {
	margin-top: -5em;
	margin-left: 10em;
	height: 5em;
	background-image: url('../../images/4/44/Cambgbody.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}
#mw-head {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#mw-head h5 {
	margin: 0;
	padding: 0;
}