Difference between revisions of "MediaWiki:Common.css"
From BOINC Wiki
(testing new unvisited colour) |
|||
(19 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
#content { | #content { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
Line 18: | Line 18: | ||
#mw-panel { | #mw-panel { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#firstHeading { | #firstHeading { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#catlinks { | #catlinks { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-logo { | #p-logo { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-navigation { | #p-navigation { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-navigation .pBody { | #p-navigation .pBody { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-search { | #p-search { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-search .pBody { | #p-search .pBody { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-tb { | #p-tb { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#p-tb .pBody { | #p-tb .pBody { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#footer { | #footer { | ||
− | background-color: # | + | background-color: #f2fff9!important; |
} | } | ||
body { | body { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
Line 73: | Line 73: | ||
#globalWrapper { | #globalWrapper { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#column-content { | #column-content { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
#column-one { | #column-one { | ||
− | background-color: # | + | background-color: #f2fff9; |
} | } | ||
Line 105: | Line 105: | ||
} | } | ||
− | .mw-body a:visited { | + | a { |
− | color: # | + | text-decoration: none; |
− | } | + | font-size: 15px; |
+ | color: #7b008b; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .mw-body a:link:visited { | ||
+ | color: #001160 | ||
+ | } | ||
+ | |||
+ | .mw-body a:link.interwiki { | ||
+ | color: #600017 | ||
+ | } | ||
+ | |||
+ | .mw-body a:link:hover { | ||
+ | color: #d400e3 | ||
+ | } | ||
− | + | #p-logo a, #p-logo a:hover { | |
− | + | width: 10em !important; | |
− | } | + | } |
Latest revision as of 21:31, 16 February 2017
/* 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: #f2fff9; } #toc { background-color: #e9ebfe; border-radius: 10px 10px 10px 10px; } #mw-panel { background-color: #f2fff9; } #firstHeading { background-color: #f2fff9; } #catlinks { background-color: #f2fff9; } #p-logo { background-color: #f2fff9; } #p-navigation { background-color: #f2fff9; } #p-navigation .pBody { background-color: #f2fff9; } #p-search { background-color: #f2fff9; } #p-search .pBody { background-color: #f2fff9; } #p-tb { background-color: #f2fff9; } #p-tb .pBody { background-color: #f2fff9; } #footer { background-color: #f2fff9!important; } body { background-color: #f2fff9; } #bodyContent { color: black; line-height: 0.95rem; font-family: verdana; font-size: 15px; } #globalWrapper { background-color: #f2fff9; } #column-content { background-color: #f2fff9; } #column-one { background-color: #f2fff9; } 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: #7b008b; font-weight: bold; } .mw-body a:link:visited { color: #001160 } .mw-body a:link.interwiki { color: #600017 } .mw-body a:link:hover { color: #d400e3 } #p-logo a, #p-logo a:hover { width: 10em !important; }