Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 25: Line 25:
 
}
 
}
  
#off-canvas {
+
#offCanvas {
 
border-radius: 12px;
 
border-radius: 12px;
 
}
 
}

Revision as of 06:58, 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;
}