Orbits : subskins.html 

| resources: | Home Source Code Bugs Kent's Dev page How to use Subskins |
|---|---|
| subprojects: |
Orbit 3+1
Orbit Retro
|
- Open <profile dir>/chrome/userChrome-example.css in your favourite text editor
- Add the @import url(""); statements to the top of the file
- Save as <profile dir>/chrome/userChrome.css
Orbit 3+1
- @import url("chrome://communicator/skin/subskin/small_icons.1.css"); [ or @import url("chrome://navigator/skin/smallicons.css"); *]
- @import url("chrome://communicator/skin/subskin/smallest_icons.1.css"); [ or @import url("chrome://navigator/skin/smallesticons.css"); *]
- @import url("chrome://communicator/skin/subskin/yellow_radio.css"); [ or @import url("chrome://global/skin/yellowradio.css"); *]
- @import url("chrome://communicator/skin/subskin/small_icons.css"); [ or @import url("chrome://navigator/skin/smallicons.css"); *]
* Old stylesheet location
Profile Locations
| Windows | %USERPROFILE%\Application Data\Mozilla\Profiles\[Profile Name]\[random string].slt\ |
| Windows 2000 | C:\Documents and Settings\[Windows Login Name]\Application Data\Mozilla\Profiles\[Profile Name]\[random string].slt\ |
| Windows 95 & Windows 98 | C:\Windows\Application Data\Mozilla\Profiles\[Profile Name]\[random string].slt\ |
| Mac OS 9 | Documents:Mozilla:[User Profile]:[random string].slt: |
| Mac OS X | ~/Library/Mozilla/Profiles/[Profile Name]/[random string].slt/ |
| Linux |
~/.mozilla/[Profile Name]/[random string].slt/ |
Orbit 3+1
Orbit Retro