Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 15: Line 15:
 
}
 
}
 
   
 
   
 +
#mw-page-base {
 +
background-image: linear-gradient(#00af89 50%,#27ae60 100%);
 +
}
 +
 
#mw-head-base {
 
#mw-head-base {
 
background-color: #27AE60;
 
background-color: #27AE60;

Revision as of 07:20, 10 October 2016

/* CSS placed here will be applied to all skins */
 
/* change the size of the dZ logo in the Vector Skin */
#p-logo a {
background-size: 150px 50px;
}
 
/* changes the size of the dZ logo for the Boostrapskin */
#p-logo {
width: 70%;
}
 
#mw-head {
background-color: #27AE60;
}
 
#mw-page-base {
background-image: linear-gradient(#00af89 50%,#27ae60 100%);
}
 
#mw-head-base {
background-color: #27AE60;
}
 
body {
background-color: #27AE60;
}
 
#innerbodycontent {
border-radius: 12px;
}
 
.btn {
border-radius: 6px;
}
 
#offCanvas {
border-radius: 12px;
}
 
/* remove tools from sidebar */
#p-tb { display:none !important; }
 
//remove footer from bootstrap template
#footer-places-disclaimer {display:none!important;}
#footer-places-about  {display:none!important;}
#footer-places-privacy  {display:none!important;}
#footer-icons {display:none!important;}