2000-05-01 23:48:47 +00:00
|
|
|
/** this should only contain XUL dialog and document window widget defaults. Defaults for widgets of
|
|
|
|
a particular application should be in that application's style sheet.
|
|
|
|
For example style definitions for navigator can be found in navigator.css
|
|
|
|
|
|
|
|
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
|
|
|
|
CHANGES REVIEWED BY hyatt@netscape.com.
|
|
|
|
**/
|
|
|
|
|
|
|
|
@import url(chrome://global/skin/);
|
|
|
|
|
|
|
|
@import url(chrome://communicator/skin/box.css);
|
|
|
|
@import url(chrome://communicator/skin/toolbar.css);
|
|
|
|
@import url(chrome://communicator/skin/button.css);
|
|
|
|
@import url(chrome://communicator/skin/brand.css);
|
|
|
|
@import url(chrome://communicator/skin/menu.css);
|
|
|
|
@import url(chrome://communicator/skin/menubutton.css);
|
2000-05-10 07:05:37 +00:00
|
|
|
@import url(chrome://communicator/skin/formatting.css);
|
2000-08-03 00:46:17 +00:00
|
|
|
@import url(chrome://communicator/skin/prefpanels.css);
|
2000-05-01 23:48:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
|
2000-06-15 09:54:41 +00:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
2000-06-03 11:12:41 +00:00
|
|
|
|
|
|
|
#offline-status[offline="true"]
|
|
|
|
{
|
|
|
|
list-style-image: url("chrome://communicator/skin/offline.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
#offline-status
|
|
|
|
{
|
|
|
|
list-style-image: url("chrome://communicator/skin/online.gif");
|
2000-08-03 00:46:17 +00:00
|
|
|
}
|
2000-08-09 02:25:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
.up {
|
|
|
|
list-style-image:url("chrome://global/skin/scroll-up.gif");
|
|
|
|
min-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.up[disabled="true"] {
|
|
|
|
list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
.down {
|
|
|
|
min-width: 0px;
|
|
|
|
list-style-image:url("chrome://global/skin/scroll-down.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
.down[disabled="true"] {
|
|
|
|
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
|
|
|
|
}
|
|
|
|
|
2000-08-24 00:41:13 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* File icons (32x32 and 16x16)
|
|
|
|
**/
|
|
|
|
.file-icon-large
|
|
|
|
{
|
|
|
|
list-style-image : url("chrome://communicator/skin/content-large.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-icon-small
|
|
|
|
{
|
|
|
|
list-style-image : url("chrome://communicator/skin/content-small.gif");
|
|
|
|
}
|
|
|
|
|