1 | |
---|
2 | /* ---- Themes colors ---- */ |
---|
3 | .gcText { color: #999999; } |
---|
4 | .gcText2 { color: #999999; } |
---|
5 | .gcText3 { color: #333333; } |
---|
6 | .gcTextInput { color:#333333; font-family:monospace; } /* used for inputs */ |
---|
7 | .gcLink { color: #F0F0F0; } /* used for link */ |
---|
8 | .gcLinkHover { color: #F0F0F0; } /* used for link */ |
---|
9 | .gcBgPage { background-color: #333333; } /* used for page background */ |
---|
10 | .gcBgTabSheet { background-color: #333333; } /* used inside tabsheet & menu */ |
---|
11 | .gcBgTableRow1 { background-color: #000000; } /* used in for tables rows background */ |
---|
12 | .gcBgTableRow2 { background-color: #333333; } /* used in tables rows & some widgets background */ |
---|
13 | .gcBgInput { background-color:#F0F0F0; } /* used for inputs */ |
---|
14 | .gcBorder { border: 1px solid #606060; } /* used for borders */ |
---|
15 | .gcBorder2 { border: 1px solid #606060; } /* used for widgets borders */ |
---|
16 | .gcBorderInput { border: #606060; } /* used for inputs */ |
---|
17 | .cPnDisabled { cursor:default; color:#666666; } |
---|
18 | .pnInactive:hover { background:#606060; color:#F0F0F0; } |
---|
19 | .pnActive { background:#333333; color:#F0F0F0; font-weight:bold; } |
---|
20 | |
---|
21 | .ui-datepicker, .ui-category-selector, .ui-category-selector-list, |
---|
22 | .ui-tag-selector-list, .ui-tag-selector-input { |
---|
23 | background-color:#F0F0F0; |
---|
24 | color:#333333; |
---|
25 | border:0px none; |
---|
26 | } |
---|
27 | .ui-datepicker-title { color:#f0f0f0; font-weight:bold; } |
---|
28 | .ui-datepicker td a { color:#333333; } |
---|
29 | .ui-datepicker td:hover { background-color:#606060; } |
---|
30 | .ui-datepicker td:hover a { color:#f0f0f0; } |
---|
31 | .ui-datepicker td.ui-datepicker-current-day { background-color:#333333; } |
---|
32 | .ui-datepicker td.ui-datepicker-current-day a { color:#f0f0f0; } |
---|
33 | .ui-category-selector-arrow { |
---|
34 | background-image: url("./../icon/buttons_gpc.png"); |
---|
35 | background-position: -30px -30px; |
---|
36 | background-repeat: no-repeat; |
---|
37 | border: 0 none; |
---|
38 | border-radius: 2px 2px 2px 2px; |
---|
39 | } |
---|
40 | .ui-category-selector-arrow:hover { |
---|
41 | background-position: -30px -15px; |
---|
42 | } |
---|
43 | .ui-category-selector, .ui-category-selector-list { font-family:monospace; } |
---|
44 | li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#606060; color:#f0f0f0; } |
---|
45 | .ui-category-selector-selected-item { background-color:#333333; color:#f0f0f0; } |
---|
46 | li.ui-category-selector-item div { margin:0;} |
---|
47 | li.ui-category-selector-item div.ui-category-selector-name { top:-1px; position:relative;} |
---|
48 | li.ui-category-selector-item div.ui-category-selector-status { margin:1px; } |
---|
49 | #iASECategoryCategory div.ui-category-selector-check { |
---|
50 | position:relative; |
---|
51 | } |
---|
52 | |
---|
53 | .ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand_b.png); } |
---|
54 | .ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse_b.png); } |
---|
55 | .ui-category-selector-expandable-item:hover, .ui-category-selector-selected-item.ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand.png); } |
---|
56 | .ui-category-selector-collapsable-item:hover, .ui-category-selector-selected-item.ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse.png); } |
---|
57 | li.ui-category-selector-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_notchecked.png); } |
---|
58 | li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_checked.png); } |
---|
59 | |
---|
60 | .ui-tag-selector-list, .ui-tag-selector-input { font-family:monospace; } |
---|
61 | .ui-tag-selector-text { |
---|
62 | font-style:italic; |
---|
63 | font-size:80%; |
---|
64 | border-top:1px dotted #606060; |
---|
65 | background:#F0F0F0; |
---|
66 | color:#333333; |
---|
67 | } |
---|
68 | .ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag { |
---|
69 | background:#606060; |
---|
70 | color:#F0F0F0; |
---|
71 | margin-top:0px; |
---|
72 | padding-bottom:1px; |
---|
73 | padding-top:1px; |
---|
74 | } |
---|
75 | .ui-tag-selector-highlight { |
---|
76 | color:#000000; |
---|
77 | font-weight:bold; |
---|
78 | background:#999999; |
---|
79 | } |
---|
80 | |
---|
81 | .ui-dialog-titlebar { |
---|
82 | display:block; |
---|
83 | padding-left:6px; |
---|
84 | border:none; |
---|
85 | } |
---|
86 | |
---|
87 | |
---|
88 | .iconSwitchCondition, |
---|
89 | .iconMove, |
---|
90 | .iconEdit, |
---|
91 | .iconDelete { |
---|
92 | background:url(./../icon/buttons_gpc.png) no-repeat 0 0 transparent; |
---|
93 | -moz-border-radius:2px; |
---|
94 | -webkit-border-radius:2px; |
---|
95 | -khtml-border-radius:2px; |
---|
96 | border-radius:2px; |
---|
97 | } |
---|
98 | .iconSwitchCondition:hover, |
---|
99 | .iconMove:hover, |
---|
100 | .iconEdit:hover, |
---|
101 | .iconDelete:hover { |
---|
102 | background-color:#666666; |
---|
103 | } |
---|
104 | |
---|
105 | |
---|
106 | .iconEdit { |
---|
107 | background-position:-240px -15px; |
---|
108 | } |
---|
109 | .iconDelete { |
---|
110 | background-position:-255px -15px; |
---|
111 | } |
---|
112 | .iconMove { |
---|
113 | background-position:-285px -15px; |
---|
114 | } |
---|
115 | .iconSwitchCondition { |
---|
116 | background-position:-300px -15px; |
---|
117 | } |
---|
118 | .iconEdit:hover { |
---|
119 | background-position:-240px 0px; |
---|
120 | } |
---|
121 | .iconDelete:hover { |
---|
122 | background-position:-255px 0px; |
---|
123 | } |
---|
124 | .iconMove:hover { |
---|
125 | background-position:-285px 0px; |
---|
126 | } |
---|
127 | .iconSwitchCondition:hover { |
---|
128 | background-position:-300px 0px; |
---|
129 | } |
---|
130 | |
---|
131 | .cbItem { padding:0px; } |
---|
132 | .cbItemMultiple { border:1px solid gray; } |
---|
133 | .cbItemOverGroup { border:1px dotted gray; } |
---|
134 | .itemContent { border-left:22px solid #666666; min-height:34px; padding-left:3px; } |
---|
135 | |
---|
136 | fieldset { margin:3px 18px; } |
---|
137 | #iResultQuery { margin-bottom:0px; } |
---|
138 | div.cbOperatorBg, .cbButtons, .ui-dialog-titlebar, |
---|
139 | .ui-datepicker .ui-datepicker-header { background:#606060; } |
---|
140 | |
---|
141 | |
---|
142 | .cbButtons { border:1px solid #333333; } |
---|
143 | .cbButtons:hover { |
---|
144 | background:#333333; |
---|
145 | border:1px solid #606060; |
---|
146 | } |
---|
147 | |
---|
148 | input.cRequestCriterions { |
---|
149 | margin-left:30px; |
---|
150 | margin-top:10px; |
---|
151 | } |
---|
152 | |
---|
153 | #iMenuCItems ul { |
---|
154 | background:#333333; |
---|
155 | border:1px solid #606060; |
---|
156 | } |
---|
157 | #iMenuCItems ul li, .cbButtons:hover #iMenuCText { background:#333333; } |
---|
158 | |
---|
159 | div#iMenuCaddieBar div#iMenuCaddieItems { z-index:8600; } |
---|
160 | div#iMenuCriterions div#iMenuCItems { margin-left:-1px; margin-top:-1px; } |
---|
161 | div#iMenuCaddieText, div#iMenuCaddieText a { color:#333333;} |
---|
162 | |
---|
163 | .ui-tag-selector-selected-tag-list { |
---|
164 | margin-bottom:1px; |
---|
165 | } |
---|
166 | |
---|
167 | div.ui-dialog li.valueItems { |
---|
168 | background: none repeat scroll 0 0 #F0F0F0; |
---|
169 | border: 0 none; |
---|
170 | color: #202020; |
---|
171 | } |
---|
172 | |
---|
173 | #iASECategoryCategory .ui-category-selector-name li.ui-category-selector-selected-cat { |
---|
174 | background:#606060; |
---|
175 | border-radius: 8px; |
---|
176 | color: #F0F0F0; |
---|
177 | margin-right: 1px; |
---|
178 | padding: 1px 4px; |
---|
179 | -moz-border-radius: 8px; |
---|
180 | -webkit-border-radius:8px; |
---|
181 | -khtml-border-radius:8px; |
---|
182 | } |
---|
183 | #iASECategoryCategory .ui-category-selector { |
---|
184 | padding:0px; |
---|
185 | } |
---|
186 | |
---|
187 | /* AMD specific CSS */ |
---|
188 | span.tagName { border-right:1px dotted #666666; } |
---|
189 | #iTagList { border-top:1px solid #101010; } |
---|
190 | #iTagList li:hover { cursor:pointer; background:#606060; color:#f0f0f0; } |
---|
191 | #iTagList.selected, #iTagList li.gcText3 { background:#333333; color:#f0f0f0; } |
---|
192 | div.ruleTypeM, div.ruleTypeM2 { border:0px solid #666666; } |
---|
193 | .error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; } |
---|
194 | #mdRulesArea { border-top:1px solid #333333; } |
---|
195 | |
---|