removing old LCARStrek
[themes.git] / LCARStrek / global / skin / dialogOverlay.css
CommitLineData
7ff5b526 1/**
2 * Small Dialog Header (without icon)
3 **/
4.box-smallheader
5 {
6 -moz-binding : url(chrome://global/content/dialogBindings.xml#smallheader);
7 border : 1px solid #FFCF00;
8 margin : 0px 5px 6px 5px;
9 }
10
11.toolbar-primary
12 {
13 padding : 0px 0px 3px 0px;
14 min-height : 0px;
15 }
16
17.box-smallheader-left
18 {
19 font-size : larger;
20 font-weight : bold;
21 padding-left : 6px;
22 }
23
24.box-smallheader-right
25 {
26 padding-right : 6px;
27 }
28
29.box-smallheader > .toolbar-primary
30 {
31 border : 0px solid threeddarkshadow;
32 -moz-box-align : center;
33 padding-top : 3px;
34 }
35
36/**
37 * Large Dialog Header (with icon)
38 **/
39.box-header
40 {
41 -moz-binding : url(chrome://global/content/dialogBindings.xml#largeheader);
42 }
43
44.box-header-header
45 {
46 padding : 0px 0px 4px 5px;
47 min-height : 34px;
48 }
49
50.box-header-text-box
51 {
52 -moz-box-align : center;
53 }
54
55.box-header-text
56 {
57 color : white;
58 font-size : large;
59 font-weight : bold;
60 text-decoration : underline;
61 }
62
63.box-header-icon-box
64 {
65 -moz-box-align : center;
66 }
67
68.box-header-circle
69 {
70 background-color : transparent;
71 min-width : 28px;
72 margin : 1px 7px 1px 1px;
73 height : 28px;
74 width : 28px;
75 }
76
77/**
78 * Dialog status line (blue) including progress area
79 **/
80.box-status
81 {
82 -moz-binding : url(chrome://global/content/dialogBindings.xml#status);
83 }
84
85.box-status-bg
86 {
87 padding : 1px 5px 1px 5px;
88 min-height : 0px ! important;
89 }
90
91.box-status-text, .box-status-progress
92 {
93 color : #FF9F00 ! important;
94 }
95
96
97/**
98 * Utility classes for use when combined headers/footers are used
99 **/
100/* display area framed container */
101#contentarea
102 {
103 border-top : 2px groove threedface;
104 border-bottom : 2px groove threedface;
105 padding : 7px;
106 }
107
108/* top border on status area */
109#wizardButtons
110 {
111 border-bottom : 1px solid threedshadow;
112 padding-top : 1px;
113 padding-bottom : 1px;
114 }