Stylish and/or GreaseMonkey tips

Any problems with the site? How can we improve KVR?
Post Reply New Topic
RELATED
PRODUCTS

Post

Some day all this won't be necessary, I'm sure. Some day...

Here's my "Skinny KVR" Stylish script:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix('http://www.kvraudio.com/forum/') {
    #superheader, #header, #morestatic, #foot, #subcol, #kvrsmicons {
        display: none;
    }
    #kvrblock {
        width: 90% !important;
    }
    #column1, .postbody, #main, #kvrqrta {
        width: 100% !important;
    }
    div.inner > ul > li.row > dl.icon {
        padding: 0 !important;
    }
}
The only update since before XMas 2013 is the dl.icon slimming as the rows had got 10px top and bottom padding!

What I want and can't do in Stylish is get the "Mark topics read" link moved over the left hand side (either next to "New Topic" or on the next line). Maybe it's time to bring back some heavier GreaseMonkey magic.

Post

Hows about posting a picture of the resultant look?

Post

Because if you like it, you keep it, if not, you don't. Simple.

Post Reply

Return to “Site Stuff”