Difference between revisions of "MediaWiki:Common.css"
From BOINC Wiki
(adding bold) |
(slightly larger font) |
||
Line 107: | Line 107: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
− | font-size: | + | font-size: 15px; |
color: purple; | color: purple; | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 20:03, 28 November 2016
/* CSS placed here will be applied to all skins */ .toclimit-2 .toclevel-2 {display:none;} .toclimit-3 .toclevel-3 {display:none;} .toclimit-4 .toclevel-4 {display:none;} .toclimit-5 .toclevel-5 {display:none;} .toclimit-6 .toclevel-6 {display:none;} .toclimit-7 .toclevel-7 {display:none;} #content { background-color: #effef4; } #toc { background-color: #e9ebfe; border-radius: 10px 10px 10px 10px; } #mw-panel { background-color: #effef4; } #firstHeading { background-color: #effef4; } #catlinks { background-color: #effef4; } #p-logo { background-color: #effef4; } #p-navigation { background-color: #effef4; } #p-navigation .pBody { background-color: #effef4; } #p-search { background-color: #effef4; } #p-search .pBody { background-color: #effef4; } #p-tb { background-color: #effef4; } #p-tb .pBody { background-color: #effef4; } #footer { background-color: #effef4!important; } body { background-color: #effef4 } #bodyContent { color: black; line-height: 0.95rem; font-family: verdana; font-size: 15px; } #globalWrapper { background-color: #effef4; } #column-content { background-color: #effef4; } #column-one { background-color: #effef4; } code { background-color: #cee0ff; } table.wikitable { background-color: #ffe5d6; } table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #ffe5d6; text-align: center; } pre, .mw-code { color: black; background-color: #feffde; border: 1px solid #ddd; padding: 1em; white-space: pre-wrap; } a { text-decoration: none; font-size: 15px; color: purple; font-weight: bold; }