From RuneScape Classic Wiki
// <pre>
/* ========================
[[Module:DropsLine]]
======================== */
// noted
.dropsline-noted {
color: @gray-chateau;
}
// rarities
.rarity-always {
background: #8fd7fa;
color: #083f66;
a {
color: #0b588f !important;
}
}
.rarity-common {
background: #98e553;
color: #245200;
a {
color: #286801 !important;
}
}
.rarity-uncommon {
background: #f5eb4e;
color: #524e00;
a {
color: #706b0d !important;
}
}
.rarity-rare {
background:#f6ab58;
color:#582e00;
a {
color: #804200 !important;
}
}
.rarity-very-rare {
background: #f86c67;
color: #520800;
a {
color: #7f0d03 !important;
}
}
.rarity-random {
background: #f3bff3;
color: #651565;
a {
color: #882988 !important;
}
}
.rarity-varies {
background: #f3bff3;
color: #651565;
a {
color: #882988 !important;
}
}
.rarity-unknown {
background: #fff;
color: #000;
}