Shop OBEX P1 Docs P2 Docs Learn Events
UI editing with the Stylish addon/plugin — Parallax Forums

UI editing with the Stylish addon/plugin

This script currently removes the side bar to make the text of what you want to read take up the whole width.

Still trying to figure out how to add the new discussion button to the menu.
<code>
@-moz-document url-prefix("http://forums.parallax.com/") {
   
#Panel{
    display:none;
   
}
#Body .ContentColumn{
    margin: 0px 0px 0px 0px;
}
   
}
</code>

Sign In or Register to comment.