Difference between revisions of "MediaWiki:Common.css"

From dataZoa Wiki
Jump to: navigation, search
Line 19: Line 19:
 
#innerbodycontent {
 
#innerbodycontent {
 
border-radius: 12px;
 
border-radius: 12px;
 +
}
 +
 +
,btn {
 +
border-radius: 6px;
 
}
 
}

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