Template:Rank/styles.css: Difference between revisions
Template page
More actions
Split remaining inline CSS into /styles.css; delegate shared infobox chrome to Template:Infobox for wiki-wide visual parity |
m Infobox tournament: auto-generate a lead paragraph from the same infobox parameters |
||
| Line 34: | Line 34: | ||
color: #008062; | color: #008062; | ||
font-weight: 700; | font-weight: 700; | ||
} | |||
@media (prefers-color-scheme: light) { | |||
.loka-rank--oldone { | |||
color: #C62828; | |||
} | |||
.loka-rank--elder { | |||
color: #8A5A00; | |||
} | |||
.loka-rank--guardian { | |||
color: #9C1FA0; | |||
} | |||
.loka-rank--sentry { | |||
color: #1565C0; | |||
} | |||
.loka-rank--settler { | |||
color: #2E7D32; | |||
} | |||
.loka-rank--slicer { | |||
color: #1E8449; | |||
} | |||
.loka-rank--nomad { | |||
color: #3A3530; | |||
} | |||
} | } | ||
Latest revision as of 17:17, 18 August 2026
.loka-rank--oldone {
color: #FC5454;
font-weight: 700;
}
.loka-rank--elder {
color: #F0B153;
font-weight: 700;
}
.loka-rank--guardian {
color: #D875F3;
font-weight: 700;
}
.loka-rank--sentry {
color: #5AB7F5;
font-weight: 700;
}
.loka-rank--settler {
color: #54FC54;
}
.loka-rank--slicer {
color: #2ECC71;
}
.loka-rank--nomad {
color: #FCFCFC;
}
.loka-rank--communitymanager {
color: #008062;
font-weight: 700;
}
@media (prefers-color-scheme: light) {
.loka-rank--oldone {
color: #C62828;
}
.loka-rank--elder {
color: #8A5A00;
}
.loka-rank--guardian {
color: #9C1FA0;
}
.loka-rank--sentry {
color: #1565C0;
}
.loka-rank--settler {
color: #2E7D32;
}
.loka-rank--slicer {
color: #1E8449;
}
.loka-rank--nomad {
color: #3A3530;
}
}