Confirmed users, Bureaucrats and Sysops emeriti
882
edits
(Adding style used by Template:Amo) |
(Add CSS for IRC logs (bug 461619)) |
||
Line 25: | Line 25: | ||
ul.selectable li.selected { | ul.selectable li.selected { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* Used for IRC logs (bug 461619) */ | |||
/* Apply to the first column */ | |||
.irc-log tr > td:first-child { | |||
color: #555; | |||
font-weight: bold; | |||
text-align: right; | |||
vertical-align: top; | |||
} | |||
.irc-log tr td { | |||
border-bottom: 1px solid #DDD; | |||
} | |||
/* Apply to the last column (assuming a 3 col. table) */ | |||
.irc-log td + td + td { | |||
color: #555; | |||
font-size: 80%; | |||
vertical-align: top; | |||
} | } |