Difference between revisions of "MediaWiki:Common.css"
From BOINC Wiki
(adding toc to css) |
|||
Line 3: | Line 3: | ||
#content { | #content { | ||
background-color: #e9fef4; | background-color: #e9fef4; | ||
+ | } | ||
+ | |||
+ | .toc { | ||
+ | background-color: #e9ebfe; | ||
+ | border-radius: 10px 10px 10px 10px; | ||
} | } |
Revision as of 19:58, 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; }