From Dark and Darker Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
.stripedtable tr:nth-child(even) {
background-color: rgb(100,100,100,0.3);
}
/*=============================================================
Rarity Colors
==============================================================*/
:root {
--rarity-Elite: 255,30,30;
--rarity-Nightmare: 120, 60, 140;
}
.rarityElite {
border: 1px solid rgb(var(--rarity-Elite),.5);
background: linear-gradient(360deg,rgb(var(--rarity-Elite),.5),rgba(0,0,0,0.5));
}
.colorrarityElite {
color: rgb(var(--rarity-Elite));
}
.rarityNightmare {
000
1:0
Return to MediaWiki:Common.css.