Custom Stylus Rules

Misc topics about I2P
Post Reply
slumlord

Custom Stylus Rules

Post by slumlord »

Edit: The Stylish extension has been found to be selling user data https://bugzilla.mozilla.org/show_bug.cgi?id=1472948
Please use Stylus instead for custom user stylesheets. Any existing Stylish stylesheets can be exported and imported into Stylus.
https://addons.mozilla.org/en-GB/firefox/addon/styl-us/
https://chrome.google.com/webstore/deta ... gmne?hl=en


As mentioned in another post, I have a few short custom rules in Stylus to complement the Owl plugin, here they are:

trac.i2p2.i2p

Code: Select all

#comment {
    background-color: #fff;
    color: #333;
}
#field-summary {
    background-color: #fff;
    color: #333;
}
.trac-resizable {
    background-color: #fff;
    color: #333;
}
select {
    background-color: #fff;
    color: #333;
    border: 1px solid gray;
    border-radius: 2px;
}
input {
    background-color: #fff;
    color: #333;
}
zzz.i2p

Code: Select all

textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #111;
}
These rules work in conjunction with Owl to create a light-on-dark browsing mode.
Post Reply