Extras Overview » Subskin List
Mix and Match Subskins
If you want to tweak it yourself, you can mix and match these subskins.
| Window Picture 2 |
 | Adds a background image to main browser window. The background image shows a close-up of the base of orbiter with External Tank and Solid Rocker Boosters as it leaves the pad at night. Image is placed at top right corner, behind toolbox and toolbars. |
 | Code:@import url("chrome://global/skin/subskins/window-picture-2/subskin.css"); |
| Window Picture 4 |
 | Adds a background image to main browser window. The background image shows the orbiter ascending from its exhaust plume shortly after clearing the tower. Image is placed at top right corner, behind toolbox and toolbars. |
 | Code:@import url("chrome://global/skin/subskins/window-picture-4/subskin.css"); |
| Toolbox Logo 8 |
 | Adds a night launch exhaust cloud background image to the left side of the toolbox at the top of the main browser window. This is layered over any background image in the window. |
 | Code:@import url("chrome://global/skin/subskins/toolbox-logo-8/subskin.css"); |
| Transparent Toolbars |
 | Sets the background (both color and image) to transparent for all toolbars at the top of the main browser window; this includes the nav bar and the menu toolbar. |
 | Code:@import url("chrome://global/skin/subskins/transparent-toolbars/subskin.css"); |
| Lighter Navbar Sideways Gradient |
 | Adds a lighter, semi-transparent background gradient, with a fade-in left-to-right, to the nav bar in the main browser window. |
 | Code:@import url("chrome://global/skin/subskins/lighter-navbar-sideways-gradient/subskin.css"); |
| Lighter Toolbars Sideways Gradient |
 | Adds a lighter, semi-transparent background gradient, with a fade-in left-to-right, to toolbars other than the menubar and navbar at the top of the main browser window. Also removes the top border from these toolbars. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbars-sideways-gradient/subskin.css"); |
| Darker Menubar Background |
 | Puts a semi-transparent dark color block behind the menu across the top of the main browser window. This helps keep the menu visible even if you're using a lighter background image for the window or the toolbox. |
 | Code:@import url("chrome://global/skin/subskins/darker-menubar-background/subskin.css"); |
| Lighter Sidebar |
 | Adds a semi-transparent lighter sidebar header to all sidebars in the main browser window. This allows some of the window's background image and color to show through (but not any image from the toolbox, which stops just above the sidebar). |
 | Code:@import url("chrome://global/skin/subskins/lighter-sidebar/subskin.css"); |
| Lighter Toolbar Button Borders |
 | Lightens the borders of toolbar buttons in the nav bar of the main browser window. Changes nothing but the border color. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbarbutton-borders/subskin.css"); |
| Lighter Toolbar Button Borders 2 |
 | Lightens the borders of toolbar buttons in the nav bar of the main browser window (even more than with subskin lighter-toolbarbutton-borders). Changes nothing but the border color. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbarbutton-borders-2/subskin.css"); |
| Lighter Toolbar Buttons |
 | Lightens the background color of toolbar buttons in the nav bar of the main browser window. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbarbuttons-1/subskin.css"); |
| Lighter Toolbar Textboxes |
 | Adds translucent background and lighter borders to textboxes in toolbars in the main browser window. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbar-textboxes/subskin.css"); |
| Lighter Toolbars |
 | Adds lighter background color and gradient (solid, not transparent) to toolbars other than the menubar and navbar in the main browser window. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbars/subskin.css") |
| Lighter Toolbars 2 |
 | Adds lighter background color and transparent gradient to toolbars other than the menubar and navbar in the main browser window. Also removes the top border on these toolbars. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbars-2/subskin.css"); |
| Darker Toolbar Separators |
 | Darkens the color of toolbar separators in toolbars of the main browser window. Use for better contrast against whatever background you choose. |
 | Code:@import url("chrome://global/skin/subskins/darker-toolbarseparators/subskin.css"); |
| Lighter Toolbar Separators |
 | Lightens the color of toolbar separators in toolbars of the main browser window. Use for better contrast against whatever background you choose. |
 | Code:@import url("chrome://global/skin/subskins/lighter-toolbarseparators/subskin.css"); |
| Lighter Go Button |
 | Lightens the background color of the "Go" button at the top of the main browser window. For Firefox 3, also lightens the Star button, because it adjoins the Go button and should be styled similarly. |
 | Code:@import url("chrome://global/skin/subskins/lighter-go-button/subskin.css"); |
| Toolbar Button Corner Radius 4 Pixels |
 | This subskin is for Firefox 3.0 users. Use this subskin with Firefox 3.0 to make browser toolbar buttons look just as rounded as with Firefox 2.0. (If you don't use this subskin, toolbar buttons will look more square with Firefox 3.0 than with Firefox 2.0. This is because Firefox 3.0 draws a smaller curve for corners than Firefox 2.0 does, even when the same corner radius is used. Accordingly, this subskin specifies a larger value for the radius than in other subskins.)
IMPORTANT: Make sure this subskin is placed after other subskins in userChrome.css. Other subskins also set the corner radius, and they would override this subskin unless this subskin is placed after them in userChrome.css. |
 | Code:@import url("chrome://global/skin/subskins/toolbarbutton-corner-radius-4px/subskin.css"); |
| Glowy Orange Menu Highlights 1 |
 | This subskin sets the background color of highlighted menu items to glowy orange (the same color as for selected tree and listbox items). This is for users who want higher-contrast highlighting (to make it easier to see) or who just like the glowy orange color. |
 | Code:@import url("chrome://global/skin/subskins/glowy-orange-menu-highlights-1/subskin.css"); |
| Darker Toolbar Textbox Borders |
 | This subskin darkens borders (and only the borders) for all textboxes in the toolbox of the main browser window. |
 | Code:@import url("chrome://global/skin/subskins/darker-toolbar-textbox-borders/subskin.css"); |
Notes