View the Userlogos Page in Wide Mode (BlueMarine only)


The advantage of this Style, is that the document that you are working on/or reading, fills the whole page in Firefox, and you can concentrate on the contents of the whole page a lot easier, especially if there are images..

For use with BlueMarine Theme only ....

If you want to you can set it up just for one thread.
Go stylish, write style for this page, and post in the rest of the code.

For this post for example your Style would start:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://userlogos.org/node/7083")
{

td#sidebar-left

{
display:none !important
}

td#sidebar-right

{
display:none !important
}

}


Use the following code for all the pages of Userlogos

@namespace url(http://www.w3.org/1999/xhtml
@-moz-document domain("userlogos.org") {

td#sidebar-left

{
display:none !important
}

td#sidebar-right

{
display:none !important
}
}