Bureaucrats, content-moderator, emailconfirmed, Interface administrators, rollback, Suppressors, Administrators, threadmoderator
4,109
edits
mNo edit summary |
mNo edit summary |
||
Line 33: | Line 33: | ||
width: 300px; | width: 300px; | ||
height: auto; | height: auto; | ||
} | |||
.infobox#location { | |||
background: #F7FCFF; | |||
border-color: #FFB628; | |||
} | |||
.infobox#location > tbody > tr:first-child { | |||
background: #028FD1; | |||
} | |||
.infobox#location > tbody > tr:nth-child(2n+3) { | |||
background: #D8F2FF; | |||
} | } | ||
Line 45: | Line 56: | ||
background: #F0FFD8; | background: #F0FFD8; | ||
} | } | ||
.infobox#character { | .infobox#character { | ||
background: # | background: FFFBF7#; | ||
border-color: # | border-color: FFB628#; | ||
} | } | ||
.infobox#character > tbody > tr:first-child { | .infobox#character > tbody > tr:first-child { | ||
background: # | background: #F4981D; | ||
} | } | ||
.infobox#character > tbody > tr:nth-child(2n+3) { | .infobox#character > tbody > tr:nth-child(2n+3) { | ||
background: # | background: FFEBD8#; | ||
} | } | ||
.infobox#game { | |||
background: FFFEF7#; | |||
border-color: FFB628#; | |||
} | |||
.infobox#game > tbody > tr:first-child { | |||
background: FBED00#; | |||
} | |||
.infobox#game > tbody > tr:nth-child(2n+3) { | |||
background: FFF9D8#; | |||
} | |||
edits