Difference between revisions of "MediaWiki:Common.css"
From BOINC Wiki
(more tests) |
(stop) |
||
| Line 10: | Line 10: | ||
} | } | ||
| − | div#mw-panel div.portal div.body ul li a { | + | <!-- div#mw-panel div.portal div.body ul li a { --> |
font-size:16px; | font-size:16px; | ||
color: #008000; | color: #008000; | ||
background-color: #e9fef4; | background-color: #e9fef4; | ||
} | } | ||
| − | div#mw-panel div.portal div.body ul li a:visited { | + | <!-- div#mw-panel div.portal div.body ul li a:visited { --> |
color: #A0600B; | color: #A0600B; | ||
background-color: #e9fef4; | background-color: #e9fef4; | ||
} | } | ||
Revision as of 20:27, 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;
}
<!-- div#mw-panel div.portal div.body ul li a { -->
font-size:16px;
color: #008000;
background-color: #e9fef4;
}
<!-- div#mw-panel div.portal div.body ul li a:visited { -->
color: #A0600B;
background-color: #e9fef4;
}