adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / communicator / dialogOverlay.css
1 /**  
2  * Small Dialog Header (without icon)
3  **/
4 .box-smallheader 
5   {
6     -moz-binding          : url(chrome://communicator/content/dialogBindings.xml#smallheader);
7     border                : 1px inset #CCD0DD;
8     margin                : 0px 5px 6px 5px;
9   }
10
11 .box-smallheader > .toolbar-primary
12   {
13     padding               : 0px 0px 3px 0px;
14     min-height            : 0px;
15     background-color      : #666699;
16   }
17
18 .box-smallheader-left 
19   {
20     font-size             : larger;
21     font-weight           : bold;
22     color                 : #FFFFFF;
23     padding-left          : 6px;
24   }
25
26 .box-smallheader-right 
27   {
28     color                 : #FFFFFF;
29     padding-right         : 6px;
30   }
31
32 .box-smallheader > .toolbar-primary 
33   {
34 /*    border                : 1px solid ThreeDDarkShadow; */
35     padding-top           : 3px;
36   }
37
38
39 /** 
40  * Large Dialog Header (with icon) 
41  **/
42 .box-header 
43   {
44     -moz-binding          : url(chrome://global/skin/classicBindings.xml#largeheader);
45   }
46
47 .largeheader-box
48   {
49 /*
50     background-color      : window;
51     border-bottom         : 1px solid ThreeDShadow;
52 */
53   }  
54   
55 .largeheader-header-text
56   {
57     font-weight           : bold;
58     margin-left           : 23px;
59   }
60
61 .largeheader-desc-text
62   {
63     margin-left           : 44px;
64   }  
65
66 .largeheader-icon
67   {
68     width                 : 49px;
69     height                : 49px;
70     margin                : 5px;
71   }  
72   
73 /**
74  * Dialog status line (blue) including progress area
75  **/
76 .box-status 
77   {
78     visibility            : collapse;
79   }
80
81 /** 
82  * Utility classes for use when combined headers/footers are used
83  **/
84 /* display area framed container */
85 #contentarea 
86   {
87     border-top            : 2px groove #CCD0DD;
88     border-bottom         : 2px groove #CCD0DD;
89     padding               : 7px;
90   }