Template:Cargo Rows/styles.css

From Phantasy Star Universe Clementine
Revision as of 16:20, 8 April 2024 by Mika (talk | contribs)
.wikitable.altcolors tbody > tr:nth-of-type(even) {
    background-color: #222;
}
.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;
}