Difference between revisions of "MediaWiki:Common.css"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
| Komidore64 (talk | contribs) | Komidore64 (talk | contribs)  | ||
| Line 19: | Line 19: | ||
| } | } | ||
| − | + | td.hor-counterstop-hard { | |
| − |      background: #ddddf2; | + |      background: #ddddf2 !important; | 
| } | } | ||
| − | + | td.hor-counterstop-soft { | |
| − |      background: #ddf2dd; | + |      background: #ddf2dd !important; | 
| } | } | ||
| − | + | td.hor-counterstop-hard.hor-merged-cell, | |
| − | + | td.hor-counterstop-hard.hor-merged-cell-last { | |
|      color: #ddddf2; |      color: #ddddf2; | ||
| } | } | ||
| − | + | ||
| − | + | td.hor-counterstop-soft.hor-merged-cell, | |
| + | td.hor-counterstop-soft.hor-merged-cell-last { | ||
|      color: #ddf2dd; |      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;
}
