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);
}
/*=============================================================
Element Colors
==============================================================*/
.fire {
color: rgb(171, 34, 0);
}
.ice {
color: rgb(0, 255, 255);
}
.earth {
color: rgb(153, 154, 41);
}
.air {
color: rgb(207, 207, 207);
}
000
1:0
Return to MediaWiki:Common.css.