
Originally Posted by
Cypher_138
I like this one, NASA Night Launch.

NNL offers subskins to let you tweak the look of the browser, above and beyond what the theme already does. For example, these screenshots show how you can use subskins to pump up the toolbar with custom NASA imagery. See
Subskins for more.

Support topic:
Code:
http://forums.mozillazine.org/viewtopic.php?t=547498
If you're installing it on Minefield, use an extension like Nightly Tester Tools to force install (due to possible version mismatch, though the author is actively developing it!).
ps.
It skins Add-ons, like DownThemAll! etc. There are a bunch of options @ its homepage and here are my Chrome folder files, already configured, for anyone that's lazy, but willing to check it out 
Code:
/*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
@import url("chrome://global/skin/subskins/window-picture-2/subskin.css");
@import url("chrome://global/skin/subskins/toolbox-logo-8/subskin.css");
@import url("chrome://global/skin/subskins/lighter-toolbars-2/subskin.css");
@import url("chrome://global/skin/subskins/glowy-orange-menu-highlights-1/subskin.css");
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*
* #urlbar {
* font-family: monospace !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
Code:
/*
* Edit this file and copy it as userContent.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to apply a style to all web pages you view
* Rules without !important are overruled by author rules if the
* author sets any. Rules with !important overrule author rules.
*/
@-moz-document url(about:blank) {
html:not([class]) {
background:
url("chrome://global/skin/watermarks/about.blank.sts116-s-021.v010.jpg")
no-repeat center center fixed black !important;
}
}
@-moz-document url(about:mozilla) {
html {
background:
url("chrome://global/skin/watermarks/about.blank.sts116-s-021.v010.jpg")
no-repeat -200px -142px fixed black !important;
margin-right: 1em !important;
color: #bbb3a7 !important;
}
#moztext {
font-family: Georgia,serif !important;
text-align: right !important;
margin-left: 30% !important;
margin-top: 90px !important;
}
.f,
em,
strong {
color: white !important;
}
#from {
font-family: Georgia,serif !important;
text-align: right !important;
margin-left: 30% !important;
}
}
/*
* example: turn off "blink" element blinking
*
* blink { text-decoration: none ! important; }
*
*/
/*
* example: give all tables a 2px border
*
* table { border: 2px solid; }
*/
/*
* example: turn off "marquee" element
*
* marquee { -moz-binding: none; }
*
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
pps. To get the throbber back, aka. Activity Indicator:

Originally Posted by
mcdavis941
When you put the throbber back in the menubar, be sure to also put a flexible spacer between the menu and the throbber.
Bookmarks