Subskins
Numerous subskins are included. To use them, put the appropriate line
in
your
userChrome.css,
before the
namespace line.
(Scrollbar
subskins
also require the
import line in userContent.css. Do not add the namespace line to your
userContent.css.)
Native menus
(GNU/Linux only)
Menus and menuitems take on the native gtk appearance
@import
url("chrome://global/skin/subskin/menu-native.css");
Round
Urlbar
Round urlbar (flat style, improved):
@import
url("chrome://global/skin/subskin/rnd-urlbars/rnd-urlbar-flat-b.css");
Round
urlbar (flat style, thick
endcaps):
@import
url("chrome://global/skin/subskin/rnd-urlbar-flat-bold.css");
Round urlbar (flat style, thin endcaps):
@import
url("chrome://global/skin/subskin/rnd-urlbars/rnd-urlbar-flat.css");
Round urlbar (3D style, improved):
@import
url("chrome://global/skin/subskin/rnd-urlbars/rnd-urlbar-3d-b.css");
Round urlbar (3D style, thick endcaps):
@import
url("chrome://global/skin/subskin/rnd-urlbars/rnd-urlbar-3d-bold.css");
Round urlbar (3D style, thin endcaps):
@import
url("chrome://global/skin/subskin/rnd-urlbars/rnd-urlbar-3d-litecap.css");
Round menulists in mail
to match round urlbar and tabs in navigator
3d-b style:
@import
url("chrome://global/skin/subskin/rnd-mail/mail-menulist-3d.css");
flat-b style:
@import
url("chrome://global/skin/subskin/rnd-mail/mail-menulist-flat.css");
Round
tabs (not for use with
TBE, Multizilla, and possibly other tabbed browsing extensions;
see
below for TBE
support and Multizilla
support)
Round tabs (flat style, improved):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-flat-b.css");
Round tabs (flat style, thick encaps):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-flat-bold.css");
Round tabs (flat style, thin endcaps):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-flat-litecap.css");
Round tabs (3D style, varied encap width, improved):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-3d-b.css");
Round tabs (3D style, varied encap width, selected tabs are flat):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-jb.css");
Round tabs (3D style, thick encaps):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-3d-bold.css");
Round tabs (3D style, thin endcaps):
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-3d-litecap.css");
Menu
icons
To place icons in the menus (The menuicon will also appear greyed-out
when that menu/menuitem is disabled. Now works with any language,
courtesy of CatThief. Not compatible with Cute Menus
extension):
@import
url("chrome://global/skin/subskin/menuicons.css");
Light
toolbox
Removes some of the border effects on the toolbox and toolbars, for a
more streamlined look:
@import
url("chrome://global/skin/subskin/toolbox-lite.css");
Metallic
look
Gives toolbox and tabstrip metallic background:
@import
url("chrome://global/skin/subskin/metal/metal.css");
Skins more stuff:
@import
url("chrome://global/skin/subskin/metal/heavy-metal.css");
Square
tabs
Square non-content tab subskins can be used
with the
round tab subskins. However, you can't use the semi-square
non-content tab subskin with the square tab
subskin. There
is no semi-square subskin for all tabs (ie, for content as well as
non-content tabs).
Square
tabs (all)
@import
url("chrome://global/skin/subskin/tabbox-square.css");
Square tabs
(not
tabbrowser/content tabs)
@import
url("chrome://global/skin/subskin/tabbox-square-noncontent.css");
Square-ish
tabs (not tabbrowser tabs)
Gives tabs in preferences, composer, etc, streamlined look; browsing
tabs not affected:
@import
url("chrome://global/skin/subskin/tabbox-semisquare-noncontent.css");
Scrollbars*
There are two slightly different scrollbar subskins To use
these subskins, put one or the other of the following two lines in
both
userChrome.css
and
userContent.css
(like
all user
scrollbar code, this must
go
in both userChrome.css and userContent.css to work; do not
put
the namespace line in userContent.css):
@import
url("chrome://global/skin/subskin/scrollbars5.css");
@import
url("chrome://global/skin/subskin/scrollbars6.css");
* Use caution with these scrollbar
subskins when applying KDE or QT themes/styles to GTK apps in
Linux! It
will crash SeaMonkey. Using these with some other gtk themes
may
also cause crashes. Use at your own risk. See bugs.
Large
or small toolbarbutton icons
& others
To use large (32px) button icons:
@import
url("chrome://global/skin/subskin/large_icons.css");
To use small (24px) icons:
@import
url("chrome://global/skin/subskin/small_icons.css");
Round
tabs
support
for
TBE
(Tabbrowser
Extensions)
This is only partial. I haven't seen any noticeable bugs with the
TBE features I use, but there are probably some with features I don't
use. The
regular round tab subskins won't work with TBE; you must use these
special ones. These use the same styles and background images as the
non-tbe round tabs; only the coding is different.
Due to differences between TBE version, two import urls are now
required.
First, you must specify the settings (margins &
padding) stylesheet for different versions of TBE. Currently, this is
available for TBE versions 20051117 and 20060124, and may work with
others. Use the following depending on version; if you have a different
version, try each.
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/tbe-20051117.css");
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/tbe-20060124.css");
Then, use one of the following to specify the style of round tabs you
prefer:
Round tabs (flat style, improved, tbe only)
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-flat-b.css");
Round tabs (flat style, thick encaps, tbe only)
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-flat-bold.css");
Round tabs (flat style, thin endcaps, tbe only):
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-flat-litecap.css");
Round tabs (3D style, endcap width varies, improved, tbe only):
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-3d-b.css");
Round tabs (3D style, varied encap width, selected tabs are flat, tbe
only):
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-jb.css");
Round tabs (3D style, thick encaps, tbe only):
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-3d-bold.css");
Round tabs (3D style, thin endcaps, tbe only):
@import
url("chrome://global/skin/subskin/rnd-tabs/tbe/rnd-tabs-3d-litecap.css");
Round
Tabs
support for Multizilla
For use with the Multizilla
extension, use import urls with the
filename of the desired round tab subskin, but with the path altered to
include "multizilla." (I've just added this, and there may be
bugs still in it, though it seems to be working okay.)
Example: instead of
@import
url("chrome://global/skin/subskin/rnd-tabs/rnd-tabs-3d-litecap.css");
use:
@import
url("chrome://global/skin/subskin/rnd-tabs/multizilla/rnd-tabs-3d-litecap.css");
Original throbbers
These are the "placeholder" throbbers used in the first (testing)
SeaMonkey builds, up through the last months of 2005.
@ import
url("chrome://global/skin/subskin/seacow/brand.css");
urlbar dropmarker
fix for mac os x
May be necessary to make urlbar dropmarker show up in mac os x (?)
@import
url("chrome://global/skin/subskin/mac-dropmarker.css");
Red
tab-close
button
@import
url("chrome://global/skin/subskin/red-tab-close-btn.css");
SSL urlbar indicator (nightly builds only; experimental)
As of July 2006, nightly builds (1.8 branch and trunk) allow for indicating secure connections via the urlbar. This isn't enabled by default in my themes; you'll need to apply a subskin. You need to match the ssl subskin to the urlbar subskin (if any) you're using. If you're not using any round urlbar subskin, use this one:
@import url("chrome://global/skin/subskin/urlbar-ssl/urlbar-ssl.css");
If you're using a round urlbar subskin, choose the matching ssl subskin from the following:
@import url("chrome://global/skin/subskin/urlbar-ssl/rnd-urlbar-3d-bold-ssl.css");
@import url("chrome://global/skin/subskin/urlbar-ssl/rnd-urlbar-3d-b-ssl.css");
@import url("chrome://global/skin/subskin/urlbar-ssl/rnd-urlbar-3d-litecap-ssl.css");
@import url("chrome://global/skin/subskin/urlbar-ssl/rnd-urlbar-flat-bold-ssl.css");
@import url("chrome://global/skin/subskin/urlbar-ssl/rnd-urlbar-flat-b-ssl.css");
@import url("chrome://global/skin/subskin/urlbar-ssl/rnd-urlbar-flat-litecap-ssl.css");
Top
userChrome.css
tweaks
native-look dropmarker in message compose addressing widget (this may
not always work, especially in Windows)
.menulist-compact
> .menulist-label-box > .menulist-icon {
-moz-appearance: menulist-button !important;
}
change
text style in tabs: make the text on all tabs, including unread, normal
#content tab {
font-style: normal !important;
}
change text style in tabs: make selected tab text bold
tab[selected="true"] {
font-weight: bold !important;
}
correct
visual bug in page-proxy-favicon when using geramik, thingeramik gtk2
style
#page-proxy-deck { margin: 4px 1px 3px 3px !important; }
Don't show unneeded component
bar icons
The integration of SeaMonkey is great, but there are some components
you may not need the component bar icons for. Use only the parts of the following you
need:
#mini-nav, /* the navigator icon */
#mini-mail, / *the mail icon */
#mini-comp, / *the composer icon */
#mini-addr, / *the addressbook icon */
#mini-irc, / *the chatzilla icon */
#mini-cal / *the calendar icon */ {
display: none !important;
}
Hide component bar buttons, but show them when hovered
You can save statusbar space by using the following code. It will hide the taskbarbuttons within the component bar, but show them when hovered. The component bar will be present as a small (about 10 px wide) blank statusbarpanel.
#component-bar > .taskbutton {
display: none;
}
#component-bar:hover > .taskbutton {
display: -moz-box;
}
If you like, you can show only the mail (or other) button normally, and show the others on hover:
#component-bar > .taskbutton {
display: none;
}
#component-bar > #mini-mail {
display: -moz-box;
}
#component-bar:hover > .taskbutton {
display: -moz-box;
}
You can also specify the height of the component bar, so it doesn't increase in height a few pixels when hovered. This will vary from theme to theme, though, so may not be desirable. In any case, it's only needed if you normally show no taskbarbuttons at all; if you show at least one normally, the height will be static.
#component-bar {
min-height: 24px;
}
Or, you can hide the component bar completely, but show it when the statusbar is hovered:
statusbar > #component-bar {
display: none;
}
statusbar:hover > #component-bar {
display: -moz-box;
}
You can also specify the minimum height of the statusbar:
statusbar {
min-height: 24px;
}
Again, this setting will vary from theme to theme.
For all these, it's also possible to specify only one component window, or have different settings for different component windows. For example, for mail, you can use this to show the component bar always:
#messengerWindow > statusbar > #component-bar {
display: -moz-box;
}
And you can specify the navigator's statusbar with the following:
#main-window > statusbar > #component-bar
The Dom Inspector will quickly give you information about other component windows.
Top
FAQs
What's
userChrome.css and how do I use it?
UserChrome.css,
userContent.css and user.js, are three files located in your
profile,
which allow you to customise how SeaMonkey looks and acts (the
interface is controlled by userChrome.css, and the content displayed is
controlled by userContent.css; preferences can be set with user.js).
They don't exist by default, so you have to create them. An extension,
ChromEdit,
provides an easy tabbed interface for editing them from within
SeaMonkey. It's possible to completely theme SeaMonkey just by using
userChrome.css and userContent.css. Any changes you make in these files
only take place after SeaMonkey is restarted, since the files are read
when SeaMonkey opens.
Why
are the unselected tabs italic until you look at them, and then regular
afterwards? Why don't they go back to being italic after you
click onto another tab?
The italic
font doesn't indicate that a tab is not selected. It
indicates that you haven't read the tab yet. Once you've read
the tab (selected and clicked on it), the tab font stays normal, to
indicate you've already visited that tab. See userChrome
tweaks to change.
I
don't like all the round icons!
Then why
are you using a theme which is based on round icons? View
> Apply Theme
Do
the subskins slow down SeaMonkey?
Under
normal circumstances, they shouldn't. Still, some slower,
older systems may experience problems with some of them. If
you experience that, you can always turn the subskins off.
Can
you add support for X extension?
Maybe,
depending on what that involves. Ask (it helps if you provide
a link to the extension website).
What's
with the different colours for the preference items in the config
subskin?
There's
a new version of OCC available. How do I upgrade?
The easiest
way is close SeaMonkey, then navigate to your
profile,
and replace the old orbcolclassic_sea.jar with the updated
orbcolclassic_sea.jar. You can also go to Edit > Preferences > Appearance > Themes, and uninstall the theme from there. Close SeaMonkey, navigate to your profile chrome directory, and remove the old orbcolclassic_sea.jar. Then, restart SeaMonkey, and install the new version.
Top
Bugs
When changing from text-only to pictures + text mode, the
text for the Go and Search buttons is incorrectly placed above, rather
than below, the button icons. Closing and re-opening
SeaMonkey corrects this, as does opening a new SeaMonkey navigator
window. But the easiest way is to simply press F11 (full screen) twice
(may not always work). (Thanks to Laurence for that
tip.)
In initially developing Nereid and OCC, I encountered this
and spent some time seeking a solution, in vain; therefore,
I've marked it as "won't fix."
> ;7)~~ However, if someone finds a
solution which doesn't change the appearance of the icons, they're
welcome to submit it. It could be that the solution just requires a fresh perspective.
The trunk is undergoing numerous changes which may break
this and other themes.
Thus, it may not work with some 1.5a nightly builds.
As of c 20060625, changes on the trunk have begun to make this theme incompatible with nightly trunk builds (1.5a).
1.5a builds are not supported.
I only develop and test in GNU/Linux (Debian stable) with KDE and gtk2,
so I
don't see
bugs which are specific to another OS. Duplicating a bug is
a big part of fixing it; this can make fixes for
OS-specific bugs problematic. When
reporting a bug, make sure you mention any subskins you're using, as
well as the version of SeaMonkey; also, make sure you have the most
recent version of the theme).
There are a very few items in the menuicons subskin for which a
language-independent id, command, etc isn't available; these may not
work correctly in
all languages.
The round tabs subskins may not work when using various tab extensions,
although there is now partial support for TBE and Multizilla.
gtk-qt engine and applying kde / qt styles to gtk apps
There are some bugs with this, which I haven't been able to resolve. Some problems seem to originate with the gtk-qt engine. When a theme uses some native widgets (menulist-dropmarker, autocomplete-history-dropmarker, and radio, in particular) and these styles are used, xsession errors result. For example, you may see this in the terminal or .xsession-errors:
(Gecko:13830): Gdk-CRITICAL
**:
gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)'
failed
(Gecko:13830): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels:
assertion `pixbuf != NULL' failed
(Gecko:13830): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample:
assertion `pixbuf != NULL' failed
(Gecko:13830): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion
`pixbuf != NULL' failed
(Gecko:13830): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion
`pixbuf!= NULL' failed
(Gecko:13830): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride:
assertion `pixbuf != NULL' failed
(Gecko:13830): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed
This
may
also cause instability and crashes in some cases. Use at your
own
risk. Most likely, if you can apply those styles while using Classic, you can apply them with OCC, with one exception: the scrollbar subskins:

The
scrollbar subskins can crash
SeaMonkey when used in conjunction
with some gtk styles, or when kde styles are applied to gtk apps.
Known styles that crash SeaMonkey when using the scrollbar subskins
include cleanice, cleanice dark, and qt.
Known styles that work okay with the subskins include smoothline and
default. The following, saved as
crashme.css in the chrome
directory of your profile, and called with
@import url("crashme.css");
in both
userChrome.css and
userContent.css, can crash SM when native scrollbars are used in the
theme, and KDE styles applied:
scrollbar,
scrollcorner,
thumb,
scrollbarbutton {
-moz-appearance: none !important;
}
At first I thought this was a problem with SeaMonkey, but it
seems the problem is more with the gtk-qt-engine. Konsole
errors
of the same sort occur with other gtk apps as well, when using this
engine. The latest version suggests a userChrome.css /
userContent.css patch for scrollbars, which removes the up-down
scrollbarbutton. Using that will result in a truncated bottom
/
right scrollbarbutton set when using the themed scrollbarbutton
subskins, and is not supported by this theme's non-native scrollbar
subskins. So, if you use that userfiles patch when applying kde / qt styles, you may wish to comment it out if you change gtk styles, and apply a scrollbar subskin.
The native-look for the urlbar
dropmarker may
not work
correctly in Mac
OS X. If not, use the non-native urlbar-dropmarker subskin.
Top
Description and Credits
(This theme is for SeaMonkey only, not for Mozilla Suite 1.7.x or
earlier. Developed using SeaMonkey 1.0b, with additional work using 1.0 and 1.1a. Because of changes to SeaMonkey on the trunk,
this theme may not work correctly with 1.5a nightlies. As of c 20060625, changes on the trunk have begun to make this theme incompatible with nightly trunk builds (1.5a). No attempt
is made to support 1.5a builds.)
See
bugs.
Eurynome was originally called Orb Colours Classic, or OCC, and is loosely based on the Classic theme, adapting Orbit
icons taken primarily from the Orbit Retro (1.7) theme. The
icons
have been altered in colour from the uniform pumpkin-orange.
Some
have been additionally altered. Orbit Retro was created by Chris Neale
and updated by
Scarrow.
Some icon work also based
on Orbit Orbit 3+1 1.8b2 MiK (Chris Neale and Michael Kunz, based on
Kent Thuresson's Orbit 3.)
Taskbar, Mail folderpane and threadpane, and some other icons also use
some images adapted from the original Classic and Modern themes.
Code for the menuicons subskin adapted from
CatThief's
Mostly
Crystal
theme's subskins.
Additional code for non-language specific
support also from CatThief's updated Mostly
Crystal, used with her kind permission.
Throbbers made from the submission for the current SeaMonkey
artwork, as well as from the current throbbers.
I created the emoticon set using features based mostly on the old
Classic emoticons and somewhat on Chatzilla's set; I tried to
use
the same colours and gradient for the background which was in the
earlier emoticon set based on TwoSouls
Emoticons by TwoSouls, from
kde-look.org.
Image editing done with the
GIMP (and a bit with Inkscape)
on Debian GNU/Linux.
Many of the features in the subskins were suggested by various members
of the SeaMonkey community. Thanks for the time they've spent
testing and making suggestions for improvement and new features.
Classic has been further altered in several ways. Although I
started out with the Classic theme as a base, and many of the
stylesheets still are mostly Classic, I changed many elements
along the way, particularly in the
treatment of borders, toolbarbuttons, and toolboxes. I try to keep a
somewhat native
appearance in the main theme, while providing options for non-native
"eye-candy" with the subskins.
Eurynome (originally Orb Colours Classic / OCC) SeaMonkey Theme is
Copyright (C) 2006 inconnu: contact at www.incognu.com incognu@incognu.com
Eurynome is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Eurynome is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
A plain text copy of the GPL is included: chrome://global/skin/gpl.txt
As a matter of courtesy only, I ask that you not re-release your version of Eurynome as my Eurynome SeaMonkey theme, as long as I am continuing to provide updates for it and maintain compatibility with the current release of SeaMonkey. One obvious reason for this is that, by downloading Eurynome from my site, users can be sure they are getting the most current version of my theme. Should I not continue to maintain this theme, please feel free to maintain it yourself, and distribute your updated versions.
In any event, this request should not be construed as limiting your rights under the GPL, or altering in any way the terms under which this theme is released.
You are free to use this theme as a basis for your own, or to modify and port it to other applications. However, if you do so, you must keep and observe the GPL license! Moreover, you should keep the appropriate credits, where applicable, in the license blocks intact.
To learn more about the GPL and Free software, please visit the Free Software Foundation and GNU.
Contact info:
incognu[at]incognu[dot]com
Top