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) |
||
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; | ||
} | } | ||
− | + | ||
− | background: # | + | 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; | ||
+ | } | ||
+ | |||
+ | tr.hor-counterstop-hard td { | ||
+ | background: #ddddf2; | ||
+ | } | ||
+ | |||
+ | tr.hor-counterstop-soft td { | ||
+ | background: #ddf2dd; | ||
+ | } | ||
+ | |||
+ | tr.hor-counterstop-hard td.hor-merged-cell, | ||
+ | tr.hor-counterstop-hard td.hor-merged-cell-last { | ||
+ | color: #ddddf2; | ||
+ | } | ||
+ | tr.hor-counterstop-soft td.hor-merged-cell, | ||
+ | tr.hor-counterstop-soft td.hor-merged-cell-last { | ||
+ | color: #ddf2dd; | ||
} | } |
Revision as of 14:03, 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; } tr.hor-counterstop-hard td { background: #ddddf2; } tr.hor-counterstop-soft td { background: #ddf2dd; } tr.hor-counterstop-hard td.hor-merged-cell, tr.hor-counterstop-hard td.hor-merged-cell-last { color: #ddddf2; } tr.hor-counterstop-soft td.hor-merged-cell, tr.hor-counterstop-soft td.hor-merged-cell-last { color: #ddf2dd; }