2000-05-01 23:36:58 +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 the widget style sheets */
|
|
|
|
|
2000-05-11 02:54:03 +00:00
|
|
|
/* all localizable skin settings shall live here */
|
|
|
|
@import url(chrome://global/locale/intl.css);
|
|
|
|
|
2000-05-01 23:36:58 +00:00
|
|
|
@import url(chrome://global/skin/box.css);
|
|
|
|
@import url(chrome://global/skin/button.css);
|
|
|
|
@import url(chrome://global/skin/checkbox.css);
|
|
|
|
@import url(chrome://global/skin/radio.css);
|
|
|
|
@import url(chrome://global/skin/tree.css);
|
2001-03-06 22:16:42 +00:00
|
|
|
@import url(chrome://global/skin/outliner.css);
|
2000-05-02 08:10:42 +00:00
|
|
|
@import url(chrome://global/skin/splitter.css);
|
|
|
|
@import url(chrome://global/skin/radio.css);
|
2000-05-01 23:36:58 +00:00
|
|
|
@import url(chrome://global/skin/menubutton.css);
|
|
|
|
@import url(chrome://global/skin/menulist.css);
|
2000-05-02 08:10:42 +00:00
|
|
|
@import url(chrome://global/skin/menu.css);
|
2000-05-01 23:36:58 +00:00
|
|
|
@import url(chrome://global/skin/formatting.css);
|
|
|
|
@import url(chrome://global/skin/textfield.css);
|
2000-05-03 19:31:21 +00:00
|
|
|
@import url(chrome://global/skin/tabcontrol.css);
|
2000-10-05 21:25:13 +00:00
|
|
|
@import url(chrome://global/skin/toolbar.css);
|
2000-09-13 10:15:11 +00:00
|
|
|
@import url(chrome://global/skin/colorpicker.css);
|
2000-05-01 23:36:58 +00:00
|
|
|
|
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
2000-06-15 09:54:41 +00:00
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
2000-05-01 23:36:58 +00:00
|
|
|
|
|
|
|
/**
|
2000-05-13 00:40:39 +00:00
|
|
|
* XXX-DEBUG: HTML namespace/titledbutton striping.
|
|
|
|
**/
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-05-13 00:40:39 +00:00
|
|
|
/**
|
|
|
|
* XUL <window> element
|
|
|
|
**/
|
|
|
|
window
|
|
|
|
{
|
2000-10-05 21:25:13 +00:00
|
|
|
background-color : #B4C3D4;
|
2000-05-13 00:40:39 +00:00
|
|
|
padding : 0px;
|
2000-12-19 01:06:31 +00:00
|
|
|
font: message-box;
|
2000-09-22 03:49:39 +00:00
|
|
|
color : #000000;
|
2000-05-13 00:40:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
window[wait-cursor]
|
|
|
|
{
|
|
|
|
cursor : wait !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
window.dialog
|
|
|
|
{
|
|
|
|
padding : 7px 5px 5px 5px;
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
|
|
|
/**
|
2000-05-13 00:40:39 +00:00
|
|
|
* XUL <box> debugging
|
|
|
|
**/
|
|
|
|
:-moz-horizontal-box-debug
|
|
|
|
{
|
|
|
|
border : 2px solid blue;
|
|
|
|
border-top-width : 10px;
|
|
|
|
padding : 2px;
|
|
|
|
margin : 2px;
|
|
|
|
color : white;
|
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-vertical-box-debug
|
|
|
|
{
|
|
|
|
border : 2px solid red;
|
|
|
|
border-left-width : 10px;
|
|
|
|
padding : 2px;
|
|
|
|
margin : 2px;
|
|
|
|
color : white;
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
|
|
|
/**
|
2000-05-13 00:40:39 +00:00
|
|
|
* Utility icons (used for alert dialogs, etc)
|
|
|
|
**/
|
|
|
|
.message-icon
|
|
|
|
{
|
|
|
|
list-style-image : url("chrome://global/skin/message-icon.gif");
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-05-13 00:40:39 +00:00
|
|
|
.alert-icon
|
|
|
|
{
|
|
|
|
list-style-image : url("chrome://global/skin/alert-icon.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-icon
|
|
|
|
{
|
|
|
|
list-style-image : url("chrome://global/skin/error-icon.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
.question-icon
|
|
|
|
{
|
|
|
|
list-style-image : url("chrome://global/skin/question-icon.gif");
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-06-03 11:12:41 +00:00
|
|
|
statusbarpanel
|
|
|
|
{
|
|
|
|
padding : 0px 1px 0px 1px;
|
|
|
|
}
|
|
|
|
|
2000-06-17 03:51:16 +00:00
|
|
|
.statusbar-panel-icon
|
|
|
|
{
|
|
|
|
margin : 0px 2px 0px 0px;
|
|
|
|
}
|
|
|
|
|
2000-05-01 23:36:58 +00:00
|
|
|
/**
|
|
|
|
* status-bar
|
|
|
|
*/
|
2000-05-13 00:40:39 +00:00
|
|
|
#status-bar
|
|
|
|
{
|
2000-10-05 21:25:13 +00:00
|
|
|
border-top : 1px solid #000000;
|
2000-09-12 04:14:57 +00:00
|
|
|
background-color : #6E89AB;
|
2000-09-06 02:17:26 +00:00
|
|
|
-moz-user-focus : ignore;
|
2000-08-25 05:25:46 +00:00
|
|
|
overflow : hidden;
|
|
|
|
margin : 0px;
|
|
|
|
padding : 0px;
|
2000-12-19 01:06:31 +00:00
|
|
|
color : #ffffff;
|
|
|
|
font-size : smaller;
|
2001-03-10 03:16:10 +00:00
|
|
|
/* DON'T DELETE. Removes disappearance of scrollbars
|
|
|
|
* in content pane when window is made smaller.
|
|
|
|
* Talk to evaughan@netscape.com for details.
|
|
|
|
*/
|
|
|
|
min-width : 1px;
|
2000-05-13 00:40:39 +00:00
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
|
|
|
/**
|
2000-05-13 00:40:39 +00:00
|
|
|
* html|iframe default sizing
|
|
|
|
**/
|
|
|
|
html|iframe
|
|
|
|
{
|
|
|
|
min-width : 10px;
|
|
|
|
min-height : 10px;
|
|
|
|
width : 100px;
|
|
|
|
height : 100px;
|
|
|
|
border : none;
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-05-13 00:40:39 +00:00
|
|
|
/**
|
|
|
|
* XUL <progressmeter>
|
|
|
|
**/
|
2000-10-13 00:19:44 +00:00
|
|
|
|
|
|
|
progressmeter {
|
2000-12-19 01:06:31 +00:00
|
|
|
-moz-binding: url("chrome://global/skin/globalBindings.xml#progressmeter");
|
2000-10-13 00:19:44 +00:00
|
|
|
margin : 0px;
|
|
|
|
border : none;
|
|
|
|
padding : 2px 0px 2px 0px;
|
|
|
|
min-width : 128px;
|
2000-05-15 09:42:26 +00:00
|
|
|
}
|
2000-12-19 01:06:31 +00:00
|
|
|
|
|
|
|
.progressmeter-internal-box {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-10-13 00:19:44 +00:00
|
|
|
.progressmeter-progressbar {
|
2001-01-30 07:51:14 +00:00
|
|
|
min-height : 9px;
|
|
|
|
max-height : 9px;
|
|
|
|
border-left : 1px solid #293342;
|
|
|
|
border-right : 1px solid #293342;
|
2000-10-13 00:19:44 +00:00
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-10-13 00:19:44 +00:00
|
|
|
.progress-bar {
|
|
|
|
min-width: 0px;
|
|
|
|
background: url("chrome://global/skin/progress-filler.gif") repeat-x;
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-10-13 00:19:44 +00:00
|
|
|
.progress-remainder {
|
|
|
|
min-width: 0px;
|
|
|
|
background: url("chrome://global/skin/progress-bg.gif") repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
progressmeter > box > stack > box {
|
|
|
|
border: 1px solid transparent
|
|
|
|
}
|
|
|
|
|
|
|
|
progressmeter[mode="undetermined"] > box > stack > box {
|
|
|
|
background: url("chrome://global/skin/progressmeter-busy.gif") repeat-x;
|
|
|
|
}
|
2000-05-01 23:36:58 +00:00
|
|
|
|
2000-10-13 00:19:44 +00:00
|
|
|
.progress-text {
|
|
|
|
visibility: collapse;
|
|
|
|
font-size: 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* statusbar type */
|
|
|
|
|
2000-06-04 05:43:20 +00:00
|
|
|
.progressmeter-statusbar
|
|
|
|
{
|
2000-08-31 03:44:33 +00:00
|
|
|
margin : 0px 4px 0px 4px;
|
2000-06-04 05:43:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.progressmeter-statusbar > .progressmeter-internal-box
|
|
|
|
{
|
2000-08-31 03:44:33 +00:00
|
|
|
border : 0px;
|
|
|
|
padding : 0px;
|
2000-06-04 05:43:20 +00:00
|
|
|
}
|
|
|
|
|
2000-05-01 23:36:58 +00:00
|
|
|
/** XUL <scrollbar> element **/
|
|
|
|
scrollbar
|
|
|
|
{
|
2000-09-06 02:17:26 +00:00
|
|
|
-moz-user-focus : ignore;
|
2000-05-01 23:36:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|