Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 30: Line 30:
  
 
.nav logo-container {
 
.nav logo-container {
 +
width: 70%;
 +
}
 +
 +
#p-logo {
 
width: 70%;
 
width: 70%;
 
}
 
}

Revision as of 08:22, 12 September 2016

/* CSS placed here will be applied to all skins */
 
#p-logo a {
background-size: 150px 50px;
}
 
#mw-head {
background-color: #27AE60;
}
 
#mw-head-base {
background-color: #27AE60;
}
 
body {
background-color: #27AE60;
}
 
#innerbodycontent {
border-radius: 12px;
}
 
.btn {
border-radius: 6px;
}
 
#offCanvas {
border-radius: 12px;
}
 
.nav logo-container {
width: 70%;
}
 
#p-logo {
width: 70%;
}
 
#footer-places-disclaimer {display:none!important;}
#footer-places-about  {display:none!important;}
#footer-places-privacy  {display:none!important;}
#footer-icons {display:none!important;}