Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 10: Line 10:
 
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
 
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
 
   background: none !important;
 
   background: none !important;
 +
}
 +
#content {
 +
  background: url('../../images/4/44/Cambgbody.jpg')!important;
 
}
 
}

Revision as of 19:42, 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
}
/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
  background: none !important;
}
#content {
  background: url('../../images/4/44/Cambgbody.jpg')!important;
}