1999-07-14 00:26:29 +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
|
|
|
|
|
1999-08-28 00:36:07 +00:00
|
|
|
THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR
|
|
|
|
CHANGES REVIEWED BY hyatt@netscape.com.
|
1999-07-14 00:26:29 +00:00
|
|
|
**/
|
|
|
|
|
|
|
|
window {
|
|
|
|
background-color:#CCCCDD;
|
1999-08-30 22:12:09 +00:00
|
|
|
/*background-image: url(chrome://global/skin/bg.jpg); */
|
1999-07-14 00:26:29 +00:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
font: 3mm tahoma,arial,helvetica,sans-serif;
|
|
|
|
padding: 0px;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
window.dialog {
|
|
|
|
background-color:#CCCCDD;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
font: 3mm tahoma,arial,helvetica,sans-serif;
|
1999-07-27 02:22:59 +00:00
|
|
|
/* There is a bug preventing this so this will not work property.
|
1999-07-14 00:26:29 +00:00
|
|
|
padding-left: 11px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 11px;
|
1999-07-27 02:22:59 +00:00
|
|
|
*/
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* generic elements*/
|
|
|
|
|
|
|
|
|
|
|
|
box {
|
|
|
|
display: block;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
popup {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
template {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
div {
|
|
|
|
background-color:inherit;
|
|
|
|
background-image:inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.textline {
|
|
|
|
background-color:inherit;
|
|
|
|
background-image:inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-07-27 02:57:36 +00:00
|
|
|
/*these are for separator lines in dialog windows or toolbars*/
|
|
|
|
|
|
|
|
div.separator[align="horizontal"] {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
border-bottom: 2px groove white;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
margin-left: 0.25em;
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.separator[align="vertical"] {
|
|
|
|
height: 100%;
|
|
|
|
max-width: 2px;
|
|
|
|
border-right: 2px groove white;
|
|
|
|
background-color: yellow;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
margin-top: 0.25em;
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
spring {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* toolbar stuff*/
|
|
|
|
|
|
|
|
|
|
|
|
toolbox {
|
|
|
|
background-color:darkgray;
|
1999-09-10 00:57:01 +00:00
|
|
|
display: block;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-09-10 00:57:01 +00:00
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
:toolbox-normal {
|
|
|
|
background-color: #666699;
|
|
|
|
background-image: url("resource:/res/toolbar/TB_Tab.gif");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
color: lightgray;
|
|
|
|
border: solid darkGray 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
:toolbox-rollover {
|
|
|
|
background-color: #ccccff;
|
|
|
|
background-image: url("resource:/res/toolbar/TB_Tab_mo.gif");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
color: green;
|
|
|
|
border: outset #ccccff 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar {
|
|
|
|
display:block;
|
|
|
|
background-color: #CCCCDD;
|
|
|
|
border-bottom: 1px solid #9999cc;
|
|
|
|
font: inherit;
|
|
|
|
min-height: 2em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[collapsed="true"] {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
toolbar[hidden="true"] {
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* misc input elements */
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
border: 2px groove white;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
legend {
|
|
|
|
border: none;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: inline;
|
|
|
|
padding-bottom: 4px;
|
1999-08-30 22:12:09 +00:00
|
|
|
/* background-color: inherit; */
|
1999-07-14 00:26:29 +00:00
|
|
|
background-color:#CCCCDD;
|
|
|
|
background-image: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
border: 1px inset #DDDDDD;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 3px;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 3px;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text] {
|
|
|
|
border: 1px inset yellow;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 3px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 3px;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
min-height: 1.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=password] {
|
|
|
|
border: 1px inset rgb(192, 192, 192);
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 3px;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 3px;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
min-height: 1.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
vertical-align: bottom;
|
|
|
|
border: 2px inset rgb(192, 192, 192);
|
|
|
|
background-color: transparent;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=radio] {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 3px;
|
1999-08-30 22:12:09 +00:00
|
|
|
/* border: 2px inset rgb(192, 192, 192); */
|
1999-07-14 00:26:29 +00:00
|
|
|
background-color: inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
color:black;
|
|
|
|
width:12px;
|
|
|
|
height:12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox] {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
border: 1px inset rgb(192, 192, 192);
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
checkbox {
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
border: 1px inset white;
|
|
|
|
background-color: white;
|
|
|
|
color:black;
|
|
|
|
min-width: .7em;
|
|
|
|
min-height: .7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
checkbox[depress] {
|
|
|
|
background-color: gray;
|
|
|
|
border: 1px inset white;
|
|
|
|
}
|
|
|
|
|
1999-08-06 14:33:31 +00:00
|
|
|
/* specify align="horizontal" for most common horizontal cases */
|
|
|
|
progressmeter[align="horizontal"] {
|
1999-07-14 00:26:29 +00:00
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
1999-08-06 14:33:31 +00:00
|
|
|
progressmeter {
|
|
|
|
display: inline;
|
|
|
|
color : #9999CC;
|
1999-08-12 18:37:21 +00:00
|
|
|
background-color: #CCCCDD;
|
1999-08-06 14:33:31 +00:00
|
|
|
}
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
div.pmBackground {
|
|
|
|
border: 1px inset white;
|
|
|
|
padding: 1px;
|
|
|
|
margin: 1em;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
:progressmeter-stripe {
|
1999-08-06 14:33:31 +00:00
|
|
|
color: #CCCCCC;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-08-27 07:04:19 +00:00
|
|
|
broadcasterset {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
broadcaster {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
observes {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
menubar {
|
1999-07-18 08:18:15 +00:00
|
|
|
display:block;
|
1999-07-18 07:42:17 +00:00
|
|
|
background-color: #CCCCDD;
|
|
|
|
border-bottom: 1px solid #9999cc;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menubar[collapsed="true"] {
|
1999-07-18 08:18:15 +00:00
|
|
|
display:none;
|
|
|
|
}
|
1999-07-31 11:29:03 +00:00
|
|
|
menubar[hidden="true"] {
|
1999-07-18 08:18:15 +00:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menu {
|
1999-07-18 07:42:17 +00:00
|
|
|
display: block;
|
|
|
|
font: inherit;
|
1999-07-31 11:29:03 +00:00
|
|
|
color: black;
|
1999-07-18 07:42:17 +00:00
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menu[disabled="true"] {
|
1999-07-26 01:47:59 +00:00
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menuitem {
|
1999-07-24 01:58:56 +00:00
|
|
|
display: block;
|
|
|
|
font: inherit;
|
1999-07-31 11:29:03 +00:00
|
|
|
color: black;
|
1999-07-24 01:58:56 +00:00
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menuitem[disabled="true"] {
|
1999-07-26 01:47:59 +00:00
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
1999-08-20 22:58:32 +00:00
|
|
|
menupopupset {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
menupopup[menugenerated="true"] {
|
1999-07-20 10:32:38 +00:00
|
|
|
display: block;
|
1999-07-31 11:29:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
menupopup {
|
1999-07-20 10:32:38 +00:00
|
|
|
font: inherit;
|
1999-07-31 11:29:03 +00:00
|
|
|
visibility: hidden;
|
1999-07-20 10:32:38 +00:00
|
|
|
background-color: #CCCCDD;
|
1999-07-20 07:27:40 +00:00
|
|
|
color: inherit;
|
|
|
|
border: 1px white outset;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup[menuactive="true"] {
|
1999-07-20 07:27:40 +00:00
|
|
|
visibility: visible;
|
|
|
|
}
|
1999-07-18 07:42:17 +00:00
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup menu {
|
1999-07-24 01:58:56 +00:00
|
|
|
max-width: 400px;
|
|
|
|
min-width: 125px;
|
1999-08-02 07:26:24 +00:00
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 1px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
1999-07-24 01:58:56 +00:00
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup menuitem {
|
1999-07-24 01:58:56 +00:00
|
|
|
max-width: 400px;
|
|
|
|
min-width: 125px;
|
1999-08-02 07:26:24 +00:00
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 1px;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
1999-07-24 22:49:42 +00:00
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menuseparator {
|
1999-07-24 22:49:42 +00:00
|
|
|
display: block;
|
|
|
|
border-bottom: 1px white solid;
|
|
|
|
border-top: 1px gray solid;
|
|
|
|
margin: 2px;
|
1999-07-21 07:49:38 +00:00
|
|
|
}
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
/* titledbuttons are the preferred means of generating UI buttons in XUL (see below) */
|
|
|
|
|
|
|
|
button {
|
|
|
|
display: inline;
|
|
|
|
color:black;
|
1999-08-30 22:12:09 +00:00
|
|
|
/* -moz-border-radius: 2px; */
|
1999-07-14 00:26:29 +00:00
|
|
|
border: 1px outset white;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 2px;
|
|
|
|
text-align: center;
|
|
|
|
font: inherit;
|
|
|
|
background-color: inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
min-height: 1.25em;
|
|
|
|
max-height: 1.25em;
|
|
|
|
min-width: 7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[default] {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover {
|
|
|
|
border: 1px outset white;
|
|
|
|
color:#333366;
|
|
|
|
text-decoration:underline;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
color:#666699;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:active {
|
|
|
|
|
|
|
|
text-decoration:none;
|
|
|
|
border: 1px inset;
|
|
|
|
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 1px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:active:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
button[disabled] {
|
|
|
|
background-color: inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
border : 1px solid #999999;
|
|
|
|
color: #999999;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* titledbuttons recommended for use with most XUL UI */
|
|
|
|
|
|
|
|
titledbutton {
|
|
|
|
display: inline;
|
|
|
|
color:black;
|
1999-08-30 22:12:09 +00:00
|
|
|
/* -moz-border-radius: 2px; */
|
1999-07-14 00:26:29 +00:00
|
|
|
border: 1px outset white;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 2px;
|
|
|
|
text-align: center;
|
|
|
|
font: inherit;
|
|
|
|
background-color:inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
window.dialog titledbutton{
|
|
|
|
min-width: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class~=popup] {
|
|
|
|
list-style-image:url(resource:/res/toolbar/TB_popup.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton:hover {
|
|
|
|
border: 1px outset white;
|
1999-08-26 21:37:20 +00:00
|
|
|
color:#333366;
|
|
|
|
text-decoration:underline;
|
1999-07-14 00:26:29 +00:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton:hover:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
color:#666699;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton:active {
|
|
|
|
|
|
|
|
text-decoration:none;
|
|
|
|
border: 1px inset;
|
|
|
|
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 1px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[toggled="1"] {
|
1999-07-19 19:58:10 +00:00
|
|
|
border: 1px white inset;
|
1999-07-14 00:26:29 +00:00
|
|
|
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 1px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[toggled="2"] {
|
|
|
|
background-color: lightgray;
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[default] {
|
1999-08-30 22:12:09 +00:00
|
|
|
/* border-color: black; */
|
1999-07-14 00:26:29 +00:00
|
|
|
font-weight: bold;
|
1999-07-14 23:07:40 +00:00
|
|
|
list-style-image: url("chrome://global/skin/return.gif");
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton:active:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[disabled="true"] {
|
|
|
|
background-color:inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
border : 1px solid #999999;
|
|
|
|
color: #999999;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[disabled="true"]:hover {
|
|
|
|
background-color:inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
border : 1px solid #999999;
|
|
|
|
color: #999999;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[disabled="true"]:active {
|
|
|
|
background-color:inherit;
|
|
|
|
background-image: inherit;
|
|
|
|
border : 1px solid #999999;
|
|
|
|
color: #999999;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* special class for plain titledbuttons */
|
|
|
|
|
|
|
|
titledbutton[class~=plain] {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class~=plain]:hover {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class~=plain]:active {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class~=plain][disabled] {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class~=plain][disabled]:hover {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
titledbutton[class~=plain][disabled]:active {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* special class for borderless buttons */
|
|
|
|
/* titled button on toolbars are automatically set to be borderless (see below) */
|
|
|
|
|
1999-08-31 01:35:36 +00:00
|
|
|
treecell.image > titledbutton {
|
1999-07-14 00:26:29 +00:00
|
|
|
border: 1px solid transparent;
|
1999-08-28 00:36:07 +00:00
|
|
|
text-decoration: none;
|
1999-08-31 01:35:36 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-08-31 01:35:36 +00:00
|
|
|
treecell.image > titledbutton:hover {
|
1999-08-28 00:36:07 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
text-decoration: none;
|
1999-08-31 01:35:36 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-08-31 01:35:36 +00:00
|
|
|
treecell.image > titledbutton:active {
|
1999-08-28 00:36:07 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
text-decoration: none;
|
1999-08-31 01:35:36 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* as a convenience predefined for toolbar as being same as class borderless */
|
|
|
|
|
|
|
|
toolbar titledbutton {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar.main-bar titledbutton[align="bottom"]{
|
|
|
|
min-width: 3.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton:hover {
|
|
|
|
border: 1px outset white;
|
|
|
|
color:#333366;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton:hover:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton:active {
|
|
|
|
text-decoration:none;
|
|
|
|
border: 1px inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton:active:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton[disabled="true"] {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton[disabled="true"]:hover {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar titledbutton[disabled="true"]:active {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* tree related stuff */
|
|
|
|
|
|
|
|
tree {
|
|
|
|
display: table;
|
|
|
|
background-color: white;
|
|
|
|
border: none;
|
|
|
|
border-spacing: 0px;
|
1999-08-26 21:37:20 +00:00
|
|
|
width: 100%;
|
1999-07-14 00:26:29 +00:00
|
|
|
table-layout: fixed;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
treeitem {
|
|
|
|
display: table-row-group;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
treerow {
|
|
|
|
display: table-row;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
treehead {
|
|
|
|
display: table-header-group;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
treechildren {
|
|
|
|
display: table-row-group;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
1999-08-22 06:42:03 +00:00
|
|
|
treeitem[selected="true"] > treerow {
|
1999-07-14 00:26:29 +00:00
|
|
|
color: white;
|
|
|
|
background-color: #666699;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
treecell {
|
|
|
|
display: table-cell;
|
|
|
|
white-space: nowrap;
|
|
|
|
font: inherit;
|
1999-08-28 00:36:07 +00:00
|
|
|
vertical-align: middle;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treehead treerow treecell {
|
1999-08-04 21:21:18 +00:00
|
|
|
background-color: #666699;
|
|
|
|
border: thin darkgray solid;
|
|
|
|
color: white;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-08-25 10:29:39 +00:00
|
|
|
.tree-button {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
treeitem > treechildren {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
treeitem[open="true"] > treechildren {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
treecol {
|
|
|
|
display: table-column;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* tabs related stuff */
|
|
|
|
|
|
|
|
tab {
|
|
|
|
display: inline;
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
border: 1px outset white;
|
1999-08-30 22:12:09 +00:00
|
|
|
/* -moz-border-radius: 90; */
|
1999-07-14 00:26:29 +00:00
|
|
|
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
tab:active {
|
|
|
|
display: inline;
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
border: 1px outset white;
|
1999-08-30 22:12:09 +00:00
|
|
|
/* -moz-border-radius: 90; */
|
1999-07-14 00:26:29 +00:00
|
|
|
|
|
|
|
color:red;
|
|
|
|
}
|
|
|
|
|
|
|
|
tabbox {
|
|
|
|
|
|
|
|
|
1999-08-30 22:12:09 +00:00
|
|
|
/* border-bottom: 1px outset white; */
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tabcontrol[align="vertical"] tabpanel + tabbox[align="horizontal"] tab {
|
1999-08-30 22:12:09 +00:00
|
|
|
/* bottom tabs */
|
1999-07-14 00:26:29 +00:00
|
|
|
border-left: 1px outset white;
|
|
|
|
border-right: 1px outset white;
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: 1px outset white;
|
|
|
|
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
tabcontrol[align="vertical"] tabbox[align="horizontal"] tab {
|
1999-08-30 22:12:09 +00:00
|
|
|
/* top tabs */
|
1999-07-14 00:26:29 +00:00
|
|
|
border-left: 1px outset white;
|
|
|
|
border-right: 1px outset white;
|
|
|
|
border-top: 1px outset white;
|
|
|
|
border-bottom: none;
|
|
|
|
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
tabcontrol[align="horizontal"] tabbox[align="vertical"] tab {
|
1999-08-30 22:12:09 +00:00
|
|
|
/* left tabs */
|
1999-07-14 00:26:29 +00:00
|
|
|
border-left: 1px outset white;
|
|
|
|
border-right: none;
|
|
|
|
border-top: 1px outset white;
|
|
|
|
border-bottom: 1px outset white;
|
|
|
|
|
|
|
|
padding-right: 1px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
|
|
|
margin-right: 1px;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
tabcontrol[align="horizontal"] tabpanel + tabbox[align="vertical"] tab {
|
1999-08-30 22:12:09 +00:00
|
|
|
/* right tabs */
|
1999-07-14 00:26:29 +00:00
|
|
|
border-left: none;
|
|
|
|
border-right: 1px outset white;
|
|
|
|
border-top: 1px outset white;
|
|
|
|
border-bottom: 1px outset white;
|
|
|
|
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-left: 1px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
|
|
|
margin-right: 1px;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
tab:hover {
|
|
|
|
color: #000033;
|
|
|
|
text-decoration:underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
tabcontrol {
|
|
|
|
display: block;
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-deck-hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
1999-07-19 19:58:10 +00:00
|
|
|
/* all the debug stuff is here */
|
1999-07-14 00:26:29 +00:00
|
|
|
|
1999-09-10 00:57:01 +00:00
|
|
|
|
|
|
|
/* always debug
|
|
|
|
|
|
|
|
*:-moz-horizontal-box-debug {
|
|
|
|
border: 2px solid blue;
|
|
|
|
border-top-width: 10px;
|
|
|
|
padding: 1px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
*:-moz-vertical-box-debug {
|
|
|
|
border: 2px solid red;
|
|
|
|
border-left-width: 10px;
|
|
|
|
padding: 1px;
|
|
|
|
color: white;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
1999-09-10 00:57:01 +00:00
|
|
|
*/
|
1999-07-14 00:26:29 +00:00
|
|
|
|
1999-09-10 00:57:01 +00:00
|
|
|
|
|
|
|
/* Conditional debug */
|
|
|
|
|
|
|
|
*[debug="true"]:-moz-horizontal-box-debug {
|
|
|
|
border: 2px solid blue;
|
|
|
|
border-top-width: 10px;
|
|
|
|
color: white;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-09-10 00:57:01 +00:00
|
|
|
*[debug="true"]:-moz-vertical-box-debug {
|
|
|
|
border: 2px solid blue;
|
|
|
|
border-top-width: 10px;
|
|
|
|
color: white;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-09-10 00:57:01 +00:00
|
|
|
*[debug="true"] *:-moz-horizontal-box-debug {
|
|
|
|
border: 2px solid red;
|
|
|
|
border-left-width: 10px;
|
|
|
|
color: white;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-09-10 00:57:01 +00:00
|
|
|
*[debug="true"] *:-moz-vertical-box-debug {
|
|
|
|
border: 2px solid red;
|
|
|
|
border-left-width: 10px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
1999-07-14 00:26:29 +00:00
|
|
|
box[debug] spring {
|
|
|
|
background-color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] div{
|
|
|
|
background-color:inherit;
|
|
|
|
background-image:inherit;
|
|
|
|
border: 1px dashed yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] div.textline {
|
|
|
|
background-color:inherit;
|
|
|
|
background-image:none;
|
|
|
|
border: 1px solid yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] span{
|
|
|
|
background-color:inherit;
|
|
|
|
background-image:inherit;
|
|
|
|
border: 1px dotted yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] button{
|
|
|
|
border: 1px outset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] button:active{
|
|
|
|
border: 1px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] titledbutton{
|
|
|
|
border: 1px outset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] titledbutton:active{
|
|
|
|
border: 1px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] legend {
|
|
|
|
border: 1px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] label {
|
|
|
|
border: 1px solid yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] textarea {
|
|
|
|
border: 1px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] input[type=text]{
|
|
|
|
border: 2px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] input[type=password]{
|
|
|
|
border: 2px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] input{
|
|
|
|
border: 2px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] input[type=radio]{
|
|
|
|
border: 2px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] input[type=checkbox]{
|
|
|
|
border: 1px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] checkbox{
|
|
|
|
background-color: white;
|
|
|
|
border: 1px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] checkbox[depress]{
|
|
|
|
border: 1px inset yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] div.pmBackground {
|
|
|
|
border: 1px inset yellow;
|
|
|
|
padding: 1px;
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
box[debug] progressmeter {
|
|
|
|
display:inline;
|
|
|
|
border: 1px yellow;
|
|
|
|
color : #9999CC;
|
|
|
|
}
|
1999-09-10 00:57:01 +00:00
|
|
|
*/
|
1999-07-14 00:26:29 +00:00
|
|
|
|
|
|
|
thumb {
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
border: 2px outset rgb(156, 154, 156);
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scroll-thumb-horiz.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
thumb:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scroll-thumb-horiz-hover.gif");
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
thumb[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scroll-thumb-horiz-disabled.gif");
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
slider[align="vertical"] thumb {
|
1999-08-22 06:57:25 +00:00
|
|
|
background-color: rgb(206,207,206);
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scroll-thumb-vert.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
slider[align="vertical"] thumb:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scroll-thumb-vert-hover.gif");
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
slider[align="vertical"] thumb[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scroll-thumb-vert-disabled.gif");
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
thumb:active {
|
|
|
|
background-color: rgb(220, 210, 210);
|
|
|
|
}
|
|
|
|
|
|
|
|
slider {
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: rgb(240,240,240);
|
|
|
|
}
|
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
scrollbarbutton {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: bottom;
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
border: 2px outset rgb(156, 154, 156);
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
color:black;
|
|
|
|
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton:active {
|
|
|
|
border-style: inset;
|
|
|
|
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton.decrement {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollLeft.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton.decrement:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollLeft-hover.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton.decrement[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollLeft-disabled.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton.increment {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollRight.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton.increment:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollRight-hover.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbarbutton.increment[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollRight-disabled.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
scrollbar[align="vertical"] scrollbarbutton.decrement {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollUp.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar[align="vertical"] scrollbarbutton.decrement:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollUp_mo.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar[align="vertical"] scrollbarbutton.decrement[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollUp_dis.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar[align="vertical"] scrollbarbutton.increment {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollDown.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar[align="vertical"] scrollbarbutton.increment:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollDown_mo.gif")
|
1999-07-25 01:15:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar[align="vertical"] scrollbarbutton.increment[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/scrollDown_dis.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treepusher.increment {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/moreCols_mo.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treepusher.increment:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/moreCols_mo.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treepusher.increment[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/moreCols_dis.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treepusher.decrement {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/lessCols_mo.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treepusher.decrement:hover {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/lessCols_mo.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
treepusher.decrement[disabled="true"] {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/lessCols_dis.gif")
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
splitter {
|
|
|
|
display: block;
|
1999-09-08 23:51:02 +00:00
|
|
|
cursor: arrow;
|
|
|
|
min-width: 5px;
|
|
|
|
min-height: 5px;
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
splitter[state="dragging"] {
|
|
|
|
background-color: rgb(150,150,150);
|
|
|
|
}
|
|
|
|
|
1999-07-14 00:26:29 +00:00
|
|
|
grippy {
|
|
|
|
border: 1px outset white;
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
|
|
|
background-color: rgb(198,198,198);
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
1999-07-25 01:15:14 +00:00
|
|
|
grippy:hover {
|
|
|
|
background-color: rgb(220, 210, 210);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
window > splitter > grippy {
|
1999-08-02 18:27:42 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
1999-07-14 00:26:29 +00:00
|
|
|
}
|
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
window > splitter[state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
window > splitter[collapse="after"] > grippy {
|
1999-07-14 00:26:29 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
|
|
|
}
|
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
window > splitter[collapse="after"][state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
window[align="vertical"] > splitter > grippy {
|
1999-07-25 01:15:14 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
window[align="vertical"] > splitter[collapse="after"] > grippy {
|
1999-07-25 01:15:14 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-after.gif);
|
|
|
|
}
|
1999-08-02 21:17:13 +00:00
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
window[align="vertical"] > splitter[state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-after.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
window[align="vertical"] > splitter[collapse="after"][state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
box > splitter > grippy {
|
1999-07-25 01:15:14 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
box > splitter[state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
box > splitter[collapse="after"] > grippy {
|
1999-07-25 01:15:14 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
|
|
|
}
|
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
box > splitter[collapse="after"][state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
box[align="vertical"] > splitter > grippy {
|
1999-08-02 18:27:42 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-02 21:17:13 +00:00
|
|
|
box[align="vertical"] > splitter[collapse="after"] > grippy {
|
1999-08-02 18:27:42 +00:00
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-after.gif);
|
1999-08-02 21:20:48 +00:00
|
|
|
}
|
1999-08-02 18:27:42 +00:00
|
|
|
|
1999-09-05 20:46:59 +00:00
|
|
|
box[align="vertical"] > splitter[state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-after.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
box[align="vertical"] > splitter[collapse="after"][state="collapsed"] > grippy {
|
|
|
|
list-style-image: url(resource:/res/toolbar/grippy-vertical-before.gif);
|
|
|
|
}
|
|
|
|
|
1999-08-25 10:29:39 +00:00
|
|
|
.tree-icon {
|
|
|
|
width: 100%;
|
1999-07-20 07:27:40 +00:00
|
|
|
}
|
|
|
|
|
1999-08-25 10:29:39 +00:00
|
|
|
.tree-button {
|
1999-08-25 06:04:52 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
1999-08-25 10:29:39 +00:00
|
|
|
list-style-image: inherit;
|
1999-08-25 06:04:52 +00:00
|
|
|
}
|
1999-07-20 07:27:40 +00:00
|
|
|
|
1999-08-25 10:29:39 +00:00
|
|
|
.tree-button[flex] {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
treecell {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
treeitem > treerow > treecell > .tree-icon > .twisty {
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
1999-07-15 03:08:07 +00:00
|
|
|
width: 16px;
|
1999-07-27 00:47:40 +00:00
|
|
|
list-style-image: url("chrome://global/skin/closedtwisty.gif");
|
1999-07-15 03:08:07 +00:00
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
1999-08-28 00:36:07 +00:00
|
|
|
.twisty:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.twisty:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
1999-08-25 10:29:39 +00:00
|
|
|
treeitem[empty="true"] > treerow > treecell > .tree-icon > titledbutton.twisty {
|
|
|
|
list-style-image: none;
|
1999-07-20 06:36:54 +00:00
|
|
|
}
|
|
|
|
|
1999-08-25 10:29:39 +00:00
|
|
|
treeitem > treerow > treecell > .tree-icon > .twisty[disabled="true"] {
|
|
|
|
list-style-image: none;
|
1999-07-20 06:36:54 +00:00
|
|
|
}
|
|
|
|
|
1999-08-26 02:14:45 +00:00
|
|
|
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon > .twisty {
|
1999-07-27 00:47:40 +00:00
|
|
|
list-style-image: url("chrome://global/skin/opentwisty.gif");
|
1999-07-15 03:08:07 +00:00
|
|
|
}
|
|
|
|
|
1999-07-20 06:36:54 +00:00
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menubar > menu {
|
1999-07-26 07:22:53 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup > menu {
|
1999-07-26 07:22:53 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup > menuitem {
|
1999-07-26 07:22:53 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menubar > menu[menuactive="true"] {
|
1999-07-26 07:22:53 +00:00
|
|
|
border: 1px outset white;
|
|
|
|
color:#333366;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menubar > menu[menuactive="true"][open="true"] {
|
1999-07-26 07:22:53 +00:00
|
|
|
border: 1px inset;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup > menu[menuactive="true"] {
|
1999-07-26 07:22:53 +00:00
|
|
|
background-color: #666699;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menupopup > menuitem[menuactive="true"] {
|
1999-07-26 07:22:53 +00:00
|
|
|
background-color: #666699;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-right {
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
width: 10px;
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-left {
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
width: 13px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menuitem > .menu-right {
|
1999-07-26 07:22:53 +00:00
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menuitem > .menu-left {
|
1999-07-26 07:22:53 +00:00
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menu > .menu-right {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/menuArrow.gif");
|
1999-07-26 07:22:53 +00:00
|
|
|
}
|
|
|
|
|
1999-07-31 11:29:03 +00:00
|
|
|
menu[menuactive="true"] > .menu-right {
|
1999-08-30 22:12:09 +00:00
|
|
|
list-style-image: url("chrome://global/skin/menuArrow_mo.gif");
|
1999-07-26 07:22:53 +00:00
|
|
|
}
|