Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
div.vectorTabs span {
 
div.vectorTabs span {
  background-image: linear-gradient( #fff6f6 0%, red 100%);
+
    background-image: url('../../images/4/44/Cambgbody.jpg');  
  background-size: 1px 60px;
 
 
}
 
}

Revision as of 20:20, 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: none !important;
}

div.vectorTabs span {
    background-image: url('../../images/4/44/Cambgbody.jpg'); 
}