Originally posted by: zaku
Originally posted by: Kev
oh and to surf atot, i use firefox's usercontent.css file to make it almost all plain white, just because i spend an obscene amount of time reading threads here sometimes
please tell me how to do this with firefox
the usercontent.css file goes in this directory:
C:\Documents and Settings\[USER]\Application Data\Mozilla\Firefox\Profiles\default.220\chrome
this it eliminates the logos and ads at the top, and the crap on the left. it is very, very plain. you might want to use
this extension for the menus.
here are the contents of the file that you can copy and paste:
body.ftbody > div,
body.ftbody div.ftmessageheaderbar > center,
body.ftbody td.ftalternatingbarseparater,
body.ftbody td.ftalternatingbarseparater > img[height="7"],
body.ftbody td[width="86%"] span.ftalternatingbartextsmall img[src="i/icons/arrow.gif"]
{
display: none !important;
visibility: hidden !important;
width: 0px !important;
height: 0px !important;
background-color: #FFFFFF !important;
}
.ftforminput:focus,.ftformtext:focus {
border: 1px solid #666 !important;
background-color: #FFFFFF !important;
}
.ftmenusurroundtd {
background-color: #FFFFFF !important;
}
.ftmenutd {
background-color: #FFFFFF !important;
}
.ftstatuscell img {
display: none !important;
}
body.ftbody td[width="1%"][nowrap][valign="top"],
body.ftbody td[width="1%"][class="ftstatuscell"]{
display: none !important;
}
.ftalternatingbaron {
background-color: #FFFFFF !important;
}
.ftalternatingbaroff {
background-color: #FFFFFF !important;
}
.fttoolbarback {
background-color: #FFFFFF !important;
}
.ftpollbar {
background-color: #FFFFFF !important;
}
body.ftbody td[width="86%"] span.ftalternatingbartextsmall img
{
display: none !important;
visibility: hidden !important;
width: 0px !important;
height: 0px !important;
}
body.ftbody td[width="86%"] span.ftalternatingbartextsmall
{
font-size: 0px !important;
}
.ftheaderbar {
display: none !important;
visibility: hidden !important;
background-color: #FFFFFF !important;
border : thin solid #99B8CE !important;
}
.ftheaderbar {
background-color: #FFFFFF;
font-family: Verdana,Arial, Helvetica;
font-size: 11px;
font-weight: normal;
background-image: none !important;
color: #fffffe;
}
.ftmessageheaderbar {
background-color: #FFFFFF !important;
}
.ftbody {
background-color: #EFEFEF !important;
}
body.ftbody td.fttodaysearchmenurowback {
white-space: normal !important;
}
body.ftbody td[bgcolor="dedede"]
{
background-color: #EFEFEF !important;
}