Volt egyszer egy sötét árnyalatú HUP megoldás. Ezt továbbgondolva, csináltam egy, a Clearlooks témához és a Chromifox FF3 témához passzoló stílust. A Stylish telepítése után a következő CSS-t kell beilleszteni a HUP-hoz:
@-moz-document domain(hup.hu) {
* {
background: #8dafd8 !important;
color: #000 !important;
}
#top-nav, .content-title, .comment, .box, .comment .link, .comment .submitted, .itemlist, .block, .block-block, .sidebar .block, .sidebar .block h2, .title {
border-width: 1px !important;
border-color: #fff !important;
border-style: solid !important;
}
#primary {
border-left: solid 1px #fff !important;
border-right: solid 1px #fff !important;
}
.comment .link {
border-color: #fff !important;
}
#block-block-24, #block-block-23, #block-block-19, #block-block-20, #footer {
border-style: hidden !important;
}
}