Miscellanea
Splash Screens
-
This may be a kind of nostalgia. Don't look back in anger.
-
You can also get some goodies at:
-
Created new one? Submit yours to Deskmod.com! Never enough!
userChrome.css
To remove a symbol of commercialism.
To remove Open a new tab button
Small toolbar for Classic
- Now you've got a small throbber as well. Works on Moz 0.9.9 or later.
- Add code below to your userChrome.css or put this file in chrome directory located in your profile directory.
for 0.9.9 or later
#navigator-throbber {
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif") !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif") !important;
}
.toolbarbutton-1>.toolbarbutton-text,
.toolbarbutton-menubutton-button > .toolbarbutton-text {
display: none !important;
}
.toolbarbutton-1,
.toolbarbutton-menubutton-button {
min-width: 0 !important;
}
#nav-bar > #nav-bar-inner {
margin: 0 !important;
}
etc.
- To change UI font.
* {
font-family: Tahoma !important;
/* Some panels becomes huge without the line below on 0.9.5 or later */
font-size: 11px;
}
- To rid off the ridge under the browser tab
for 0.9.8 or later
/* Hide tab separator */
.tabbrowser-strip {
border: 0 !important;
padding: 0 !important;
}
- To hide text label and throbber of Classic theme to reduce height of toolbar.
for 0.9.8 or later
/* Hide toolbar text labels */
.toolbarbutton-1>.toolbarbutton-text,
.toolbarbutton-menubutton-button > .toolbarbutton-text
{
display: none;
}
for 0.9.5/0.9.6/0.9.7
/* Hide toolbar text labels */
.toolbarbutton-1 > .toolbarbutton-box > .toolbarbutton-text,
.toolbarbutton-menubutton-button > .toolbarbutton-box > .toolbarbutton-text
{
display: none;
}
/* Set ToolBarButtun minimam width to 0px */
.toolbarbutton-1,
.toolbarbutton-1 > .toolbarbutton-menubutton-box
> .toolbarbutton-menubutton-button
{
min-width: 0px !important;
}
/* Set NavigationBar inner space to 3px */
#nav-bar-inner {
margin: 3px 0px 3px 6px !important;
}
/* Hide Throbber. For it takes height */
#navigator-throbber {
display: none !important;
}
Tools
Update Google Sharlock Plugin to support UTF-8
Moz Related Links
I11l Resources