MediaWiki:Vector-darkmode.less/tablebg.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "//For ItemDropsLine .table-bg-always, .table-bg-blue { background: #0b5884; color: #fff; } .table-bg-common, .table-bg-green { background: #3c780a; color: #fff; } .table-bg-uncommon, .table-bg-yellow { background: #a48900; color: #fff; } .table-bg-rare, .table-bg-orange { background: #b55e0c; color: #fff; } .table-bg-veryrare, .table-bg-red { background: #9f261e; color: #fff; } .table-bg-random, .table-bg-pink { background: #984c89; color: #fff; } //..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

//For ItemDropsLine .table-bg-always, .table-bg-blue { background: #0b5884;

   color: #fff;

}

.table-bg-common, .table-bg-green { background: #3c780a; color: #fff; }

.table-bg-uncommon, .table-bg-yellow { background: #a48900; color: #fff; }

.table-bg-rare, .table-bg-orange { background: #b55e0c; color: #fff; }

.table-bg-veryrare, .table-bg-red { background: #9f261e; color: #fff; }

.table-bg-random, .table-bg-pink { background: #984c89; color: #fff; }

// For skill calculators .table-bg-calc-grey { opacity: 0.6; background: #565E66; }