Difference between revisions of "MediaWiki:Common.css"
From BOINC Wiki
(sidebar) |
(still trying to color the sidebar) |
||
Line 11: | Line 11: | ||
#sidebar { | #sidebar { | ||
− | background-color: # | + | background-color: #e9fef4; |
} | } |
Revision as of 20:16, 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; } #sidebar { background-color: #e9fef4; }