Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
div.thumb {
 
border-color: transparent;
 
}
 
 
body {
 
body {
 
background-image: url('../../images/4/44/Cambgbody.jpg');
 
background-image: url('../../images/4/44/Cambgbody.jpg');
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
background-attachment: fixed;
 +
background-color: #00000
 
}
 
}

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