Difference between revisions of "MediaWiki:Common.css"
From BOINC Wiki
(mw panel then?) |
(perhaps like this) |
||
Line 8: | Line 8: | ||
background-color: #e9ebfe; | background-color: #e9ebfe; | ||
border-radius: 10px 10px 10px 10px; | border-radius: 10px 10px 10px 10px; | ||
+ | } | ||
+ | |||
+ | #mw-sidebar { | ||
+ | background-color: #e9e9e9; | ||
+ | |||
} | } | ||
Revision as of 20:43, 26 September 2016
/* CSS placed here will be applied to all skins */ #content { background-color: #e9fef4; } #toc { background-color: #e9ebfe; border-radius: 10px 10px 10px 10px; } #mw-sidebar { background-color: #e9e9e9; } #mw-panel { background-color: #e9e9e9; } #mw-head-base { background-color: #e9e9e9; } #footer { background-color: #e9e9e9; }