basic dark version of new (33.6) warframe drops site (loot table)
dark warframe drops (loot table) by CatboyPrincess
Details
AuthorCatboyPrincess
LicenseCC-BY-NC-SA-4.0
Categoryhttps://warframe-web-assets.nyc3.cdn.digitaloceanspaces.com/uploads/cms/hnfvc0o3jnfvc873njb03enrf56.html
Created
Updated
Size960 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dark warframe drops (loot table)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description basic dark version of new (33.6) warframe drops site (loot table)
@author Catboy Princess
@license CC-BY-NC-SA-4.0
==/UserStyle== */
@-moz-document url-prefix("https://warframe-web-assets.nyc3.cdn.digitaloceanspaces.com/uploads/cms/hnfvc0o3jnfvc873njb03enrf56.html") {
body {
background: #111;
color: #fff;
}
tr:nth-child(odd) {
background: #000;
}
tr:nth-child(even) {
background: #222;
}
td:nth-child(odd) {
color: #fff;
}
td:nth-child(even) {
color: #e94;
}
table, th, tr, td {
border: 1px solid #999;
}
th:nth-child(odd) {
border: 2px solid #999;
background: #226;
}
th:nth-child(even) {
border: 2px solid #999;
background: #942;
}
}