Template:Cargo Rows/styles.css: Difference between revisions
(centered headers) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
.center.wikitable th { text-align:center } | .wikitable.altcolors tbody > tr:nth-of-type(even) { | ||
.fullwidth.wikitable { width:100% } | background-color: #181D28; | ||
.rank-A { background:#7FFF7F;color:#000000 } | } | ||
.rank-B { background:#60DBDB;color:#000000 } | .center.wikitable th { | ||
.rank-C { background:#7070FF;color:#000000 } | text-align: center; | ||
.rank-S { background:#FFFF77;color:#000000 } | } | ||
.fullwidth.wikitable { | |||
width:100%; | |||
} | |||
.rank-A { | |||
background:#7FFF7F; | |||
color:#000000; | |||
} | |||
.rank-B { | |||
background:#60DBDB; | |||
color:#000000; | |||
} | |||
.rank-C { | |||
background:#7070FF; | |||
color:#000000; | |||
} | |||
.rank-S { | |||
background:#FFFF77; | |||
color:#000000; | |||
} |
Latest revision as of 13:06, 27 July 2025
.wikitable.altcolors tbody > tr:nth-of-type(even) { background-color: #181D28; } .center.wikitable th { text-align: center; } .fullwidth.wikitable { width:100%; } .rank-A { background:#7FFF7F; color:#000000; } .rank-B { background:#60DBDB; color:#000000; } .rank-C { background:#7070FF; color:#000000; } .rank-S { background:#FFFF77; color:#000000; }