Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CSS help needed for new style
I have been working on this beast of a style ever since the vanilla dev forum was created.
It is almost to the point where I can package it together and put it on the add-ons, but there is one really annoying factor remaining: IE. Notably, the content pane extends to the right of the browser window.
Any CSS gurus are welcome to take a wack at it: http://edacio.us/vanilla.css
If you want to see it in action, place
It is almost to the point where I can package it together and put it on the add-ons, but there is one really annoying factor remaining: IE. Notably, the content pane extends to the right of the browser window.
Any CSS gurus are welcome to take a wack at it: http://edacio.us/vanilla.css
If you want to see it in action, place
http://edacio.us/
in your custom style URL field under the change stylesheet option of your account tab. 0
This discussion has been closed.
Comments
Tabling the discussion grid and categories was such a pain in the neck that I about resorted to making a theme instead!
Hey look! threaded search results (at least in FF with my style)
right: 0 !important; /* solid right positioning for modern browsers */ width: expression(document.body.clientWidth-258); /* relative right positioning for IE6 */
Now to squash these other errors... and add some images.Fixes aren't on my server just yet, will be in another two hours or so.