Difference between revisions of "MediaWiki:Common.css"

From BOINC Wiki
Jump to: navigation, search
(sidebar)
(still trying to color the sidebar)
Line 11: Line 11:
  
 
#sidebar {
 
#sidebar {
     background-color: #e5fcff;
+
     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;

}