Difference between revisions of "MediaWiki:Common.css"
From dataZoa Wiki
Line 23: | Line 23: | ||
.btn { | .btn { | ||
border-radius: 6px; | border-radius: 6px; | ||
+ | } | ||
+ | |||
+ | #off-canvas { | ||
+ | border-radius: 12px; | ||
} | } |
Revision as of 05:56, 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; } #off-canvas { border-radius: 12px; }