Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { background-image: url('../../images/4/44/Cambgbody.jpg'); background-position: -275px -160px; background-repeat: no-r...")
 
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-position: -275px -160px;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
background-attachment: fixed;
 
}
 
}

Revision as of 17:46, 4 December 2017

/* CSS placed here will be applied to all skins */
body {
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-attachment: fixed;
}