Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 2: Line 2:
 
body {
 
body {
 
background-image: url('../../images/4/44/Cambgbody.jpg');
 
background-image: url('../../images/4/44/Cambgbody.jpg');
background-position: -275px -160px;
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
}
 
#mw-page-base {
 
height: 5em;
 
background: url('../../imagens/bg_body.jpg');
 
background-position: -275px -160px;
 
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
background-attachment: fixed;
 
}
 
}

Revision as of 17:49, 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;
}