Here is a step by step tutorial on how you can hide the Top and Bottom toolbars if you are using Opera or Firefox:
- Download the following file: http://bvs.wikidot.com/local--files/start/userContent.css (this will open as a text file just save it - Ctrl + S)
- For Opera:
- Method 1 (applies only to the current site):
- Right Click on a page from the BvS Wiki.
- Click Edit Site Preferences.
- Go to the Display tab.
- Under My Style Sheet click Choose an select the file you downloaded earlier.
- Method 2 (applies to all sites):
- Go to Tools -> Preferences -> Advanced -> Content -> Style Options
- Under My Style Sheet click Choose an select the file you downloaded earlier.
- Method 1 (applies only to the current site):
- For Firefox:
- Copy the downloaded file to this location:
- C:\Documents and Settings\<User>\application Data\Mozilla\Firefox\Profiles\besw4win.default\chrome\
- <User> is generic. Replace this with your Windows UserName.
- The Path provided is for Windows XP. Your Firefox profile folder might be located somewhere else on your system.
- Copy the downloaded file to this location:
You can create the file yourself if you want (plain txt file). Name it userContent.css (mandatory for Firefox; for Opera just make sure the extension is css). After that, edit it with Notepad or something similar. Just paste the following text:
#navi-bar, #footer-bar, #navi-bar-shadow { display: none; }