2001-11-07 00:25:21 +00:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2000-05-23 04:04:02 +00:00
|
|
|
/* inset areas */
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
|
2000-05-23 04:04:02 +00:00
|
|
|
.inset
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-left : 1px solid ThreeDShadow;
|
|
|
|
border-top : 1px solid ThreeDShadow;
|
|
|
|
border-right : 1px solid ThreeDHighlight;
|
|
|
|
border-bottom : 1px solid ThreeDHighlight;
|
2000-05-23 04:04:02 +00:00
|
|
|
margin : 0px 5px 5px 5px;
|
|
|
|
}
|
|
|
|
|
2002-03-29 02:46:01 +00:00
|
|
|
.box-inset {
|
|
|
|
margin: 2px 4px;
|
|
|
|
border: 2px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
color: -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
2000-05-23 04:04:02 +00:00
|
|
|
/* formatting */
|
|
|
|
.groove-top
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-top : 2px groove ThreeDFace;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.groove-right
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-right : 2px groove ThreeDFace;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.groove-left
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-left : 2px groove ThreeDFace;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.groove-bottom
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-bottom : 2px groove ThreeDFace;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.outset
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-left : 1px solid ThreeDHighlight;
|
|
|
|
border-top : 1px solid ThreeDHighlight;
|
|
|
|
border-right : 1px solid ThreeDShadow;
|
|
|
|
border-bottom : 1px solid ThreeDShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.outset-top-bottom
|
|
|
|
{
|
|
|
|
border-top : 1px solid ThreeDHighlight;
|
|
|
|
border-bottom : 1px solid ThreeDShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-05-23 04:04:02 +00:00
|
|
|
|
|
|
|
/** separator rules **/
|
|
|
|
/* standard separators */
|
|
|
|
separator, separator[orient="horizontal"]
|
|
|
|
{
|
|
|
|
height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
separator[orient="vertical"]
|
|
|
|
{
|
|
|
|
width: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* thinner separators (50% size) */
|
|
|
|
separator.thin, separator.thin[orient="horizontal"]
|
|
|
|
{
|
|
|
|
height: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
separator.thin[orient="vertical"]
|
|
|
|
{
|
|
|
|
width: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* groove separators (50% size) */
|
|
|
|
separator.groove,
|
|
|
|
separator.groove[orient="horizontal"]
|
|
|
|
{
|
2002-08-15 17:50:57 +00:00
|
|
|
-moz-appearance: separator;
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-top: 1px solid ThreeDShadow;
|
|
|
|
border-bottom: 1px solid ThreeDHighlight;
|
2000-05-23 04:04:02 +00:00
|
|
|
height: 0px;
|
|
|
|
margin-top: 0.4em;
|
|
|
|
margin-bottom: 0.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
separator.groove[orient="vertical"]
|
|
|
|
{
|
2002-08-15 17:50:57 +00:00
|
|
|
-moz-appearance: separator;
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-left: 1px solid ThreeDShadow;
|
|
|
|
border-right: 1px solid ThreeDHighlight;
|
2000-05-23 04:04:02 +00:00
|
|
|
margin-left: 0.4em;
|
|
|
|
margin-right: 0.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* groove separators (0 padding, for dividing effects) */
|
|
|
|
separator.groove-thin
|
|
|
|
{
|
2002-08-15 17:50:57 +00:00
|
|
|
-moz-appearance: separator;
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-top: 1px solid ThreeDShadow;
|
|
|
|
border-bottom: 1px solid ThreeDHighlight;
|
2000-05-23 04:04:02 +00:00
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
separator[orient="vertical"].groove-thin
|
|
|
|
{
|
2002-08-15 17:50:57 +00:00
|
|
|
-moz-appearance: separator;
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
border-left: 1px solid ThreeDShadow;
|
|
|
|
border-right: 1px solid ThreeDHighlight;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/** text formatting rules **/
|
|
|
|
/* label (with margins) */
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
|
|
|
|
/** Reduced Margin for some UI **/
|
2001-05-16 02:03:34 +00:00
|
|
|
.small-margin
|
|
|
|
{
|
|
|
|
margin : 1px 2px 1px 2px;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
2001-10-23 05:23:43 +00:00
|
|
|
.plain
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
margin: 0px !important;
|
2001-10-23 05:23:43 +00:00
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
label[disabled="true"]
|
2000-05-23 04:04:02 +00:00
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
color : GrayText;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
2002-01-05 20:31:29 +00:00
|
|
|
|
|
|
|
description, label
|
|
|
|
{
|
|
|
|
cursor : default;
|
|
|
|
}
|
2000-05-23 04:04:02 +00:00
|
|
|
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
description
|
2000-05-23 04:04:02 +00:00
|
|
|
{
|
|
|
|
margin : 1px 5px 4px 5px;
|
|
|
|
}
|
|
|
|
|
2001-08-05 19:28:53 +00:00
|
|
|
label
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
margin : 1px 5px 2px 6px;
|
2001-08-05 19:28:53 +00:00
|
|
|
}
|
|
|
|
|
2000-05-23 04:04:02 +00:00
|
|
|
.header
|
|
|
|
{
|
|
|
|
font-weight : bold;
|
|
|
|
}
|
2001-03-09 00:21:40 +00:00
|
|
|
|
|
|
|
.larger-text
|
|
|
|
{
|
|
|
|
font-size : larger;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smaller-text
|
|
|
|
{
|
|
|
|
font-size : smaller;
|
|
|
|
}
|
2000-05-23 04:04:02 +00:00
|
|
|
|
2001-03-09 00:21:40 +00:00
|
|
|
.monospace
|
|
|
|
{
|
|
|
|
font-family : monospace;
|
|
|
|
}
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
|
2000-05-23 04:04:02 +00:00
|
|
|
.indent
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
margin-left : 23px;
|
2000-05-23 04:04:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box-padded
|
|
|
|
{
|
|
|
|
padding : 5px;
|
2000-07-06 22:22:19 +00:00
|
|
|
}
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
|
|
|
|
|
|
|
.spaced
|
|
|
|
{
|
|
|
|
margin : 3px 5px 4px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-box
|
|
|
|
{
|
|
|
|
padding : 20px 44px 10px 44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Double Border Boxes */
|
|
|
|
|
|
|
|
/* top only */
|
|
|
|
.double-box-top
|
|
|
|
{
|
|
|
|
-moz-binding : url("chrome://global/skin/classicBindings.xml#double-box");
|
|
|
|
border-top : 1px solid ThreeDShadow;
|
|
|
|
background-color : #FFFFFF;
|
|
|
|
margin : 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.double-box-top > .db-internal-box
|
|
|
|
{
|
|
|
|
border-top : 1px solid ThreeDDarkShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* all round */
|
|
|
|
.double-box
|
|
|
|
{
|
|
|
|
-moz-binding : url("chrome://global/skin/classicBindings.xml#double-box");
|
|
|
|
border-left : 1px solid ThreeDShadow;
|
|
|
|
border-top : 1px solid ThreeDShadow;
|
|
|
|
border-bottom : 1px solid ThreeDHighlight;
|
|
|
|
border-right : 1px solid ThreeDHighlight;
|
|
|
|
background-color : #FFFFFF;
|
|
|
|
margin : 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.double-box > .db-internal-box
|
|
|
|
{
|
|
|
|
border : 1px solid ThreeDDarkShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption-text
|
|
|
|
{
|
|
|
|
margin: 0px 2px 0px 1px !important;
|
|
|
|
}
|