Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Komidore64 (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: →Hall of Records: table tr.hor-counterstop-hard td { background: #DDF2DD; } table tr.hor-counterstop-soft td {...") |
Komidore64 (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
/* Hall of Records */ | /* Hall of Records */ | ||
− | + | ||
− | + | td.hor-merged-cell-first { | |
+ | border-bottom-style: none !important; | ||
} | } | ||
− | + | ||
− | + | td.hor-merged-cell { | |
+ | color: #f8f9fa; | ||
+ | border-top-style: none !important; | ||
+ | border-bottom-style: none !important; | ||
+ | } | ||
+ | |||
+ | td.hor-merged-cell-last { | ||
+ | color: #f8f9fa; | ||
+ | border-top-style: none !important; | ||
+ | } | ||
+ | |||
+ | td.hor-counterstop-hard { | ||
+ | background: #ddddf2 !important; | ||
+ | } | ||
+ | |||
+ | td.hor-counterstop-soft { | ||
+ | background: #ddf2dd !important; | ||
+ | } | ||
+ | |||
+ | td.hor-counterstop-hard.hor-merged-cell, | ||
+ | td.hor-counterstop-hard.hor-merged-cell-last { | ||
+ | color: #ddddf2; | ||
+ | } | ||
+ | |||
+ | td.hor-counterstop-soft.hor-merged-cell, | ||
+ | td.hor-counterstop-soft.hor-merged-cell-last { | ||
+ | color: #ddf2dd; | ||
} | } |
Latest revision as of 22:19, 3 January 2021
/* CSS placed here will be applied to all skins */ /* Hall of Records */ td.hor-merged-cell-first { border-bottom-style: none !important; } td.hor-merged-cell { color: #f8f9fa; border-top-style: none !important; border-bottom-style: none !important; } td.hor-merged-cell-last { color: #f8f9fa; border-top-style: none !important; } td.hor-counterstop-hard { background: #ddddf2 !important; } td.hor-counterstop-soft { background: #ddf2dd !important; } td.hor-counterstop-hard.hor-merged-cell, td.hor-counterstop-hard.hor-merged-cell-last { color: #ddddf2; } td.hor-counterstop-soft.hor-merged-cell, td.hor-counterstop-soft.hor-merged-cell-last { color: #ddf2dd; }