Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 15: Line 15:
 
body {
 
body {
 
background-color: #27AE60;
 
background-color: #27AE60;
 +
}
 +
 +
#innerbodycontent {
 +
border-radius: 12px;
 
}
 
}

Revision as of 05:51, 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;
}