Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
10,686
edits
Line 77: | Line 77: | ||
} | } | ||
table.Buff tr:first-child th { | table.status-Buff tr:first-child th { | ||
background-color: #fcc; | background-color: #fcc; | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
Line 83: | Line 83: | ||
} | } | ||
table.Buff tr:not(:first-child) th { | table.status-Buff tr:not(:first-child) th { | ||
background-color: #fdd; | background-color: #fdd; | ||
} | } | ||
table.Buff tr:not(:first-child) th + th { | table.status-Buff tr:not(:first-child) th + th { | ||
background-color: #ffe4e4; | background-color: #ffe4e4; | ||
} | } | ||
table.Debuff tr:first-child th { | table.status-Debuff tr:first-child th { | ||
background-color: #ccf; | background-color: #ccf; | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
Line 97: | Line 97: | ||
} | } | ||
table.Debuff tr:not(:first-child) th { | table.status-Debuff tr:not(:first-child) th { | ||
background-color: #ddf; | background-color: #ddf; | ||
} | } | ||
table.Debuff tr:not(:first-child) th + th { | table.status-Debuff tr:not(:first-child) th + th { | ||
background-color: #e4e4ff; | background-color: #e4e4ff; | ||
} | } |