1 | |
---|
2 | /* ---- Themes colors ---- */ |
---|
3 | .gcText { color: #DEDEDE; } /* used for text */ |
---|
4 | .gcText2 { color: #DEDEDE; } /* used for table header */ |
---|
5 | .gcText3 { color: #0088EE; } /* used for tabs text */ |
---|
6 | .gcTextInput { color:#333333; font-family:monospace; } /* used for inputs */ |
---|
7 | .gcLink { color: #0088EE; } /* used for link */ |
---|
8 | .gcLinkHover { color: #F07D00; } /* used for link */ |
---|
9 | .gcBgPage { background-color: #000000; } /* used for page background */ |
---|
10 | .gcBgTabSheet { background-color: #101010; } /* used inside tabsheet & menu */ |
---|
11 | .gcBgTableRow1 { background-color: #000000; } /* used in for tables rows background */ |
---|
12 | .gcBgTableRow2 { background-color: #101010; } /* used in tables rows & some widgets background */ |
---|
13 | .gcBgInput { background-color:#F0F0F0; } /* used for inputs */ |
---|
14 | .gcBorder { border: 1px solid #FFFFFF; } /* used for borders */ |
---|
15 | .gcBorder2 { border: 1px solid #FFFFFF; } /* used for widgets borders */ |
---|
16 | .gcBorderInput { border: #303030; } /* used for inputs */ |
---|
17 | .cPnDisabled { cursor:default; color:#666666; } |
---|
18 | .pnInactive:hover { background:#606060; color:#F0F0F0; } |
---|
19 | .pnActive { background:#303030; 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-color:#101010; |
---|
26 | } |
---|
27 | .ui-datepicker-title { color:#f0f0f0; font-weight:bold; } |
---|
28 | .ui-datepicker td:hover { background-color:#606060; color:#f0f0f0; } |
---|
29 | .ui-datepicker td.ui-datepicker-current-day { background-color:#303030; color:#f0f0f0; } |
---|
30 | .ui-category-selector-arrow { color:#0088EE; } |
---|
31 | .ui-category-selector, .ui-category-selector-list { font-family:monospace; } |
---|
32 | li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#606060; color:#f0f0f0; } |
---|
33 | .ui-category-selector-selected-item { background-color:#303030; color:#f0f0f0; } |
---|
34 | |
---|
35 | .ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand_b.png); } |
---|
36 | .ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse_b.png); } |
---|
37 | .ui-category-selector-expandable-item:hover, .ui-category-selector-selected-item.ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand.png); } |
---|
38 | .ui-category-selector-collapsable-item:hover, .ui-category-selector-selected-item.ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse.png); } |
---|
39 | li.ui-category-selector-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_notchecked.png); } |
---|
40 | li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_checked.png); } |
---|
41 | |
---|
42 | |
---|
43 | .ui-tag-selector-list, .ui-tag-selector-input { font-family:monospace; } |
---|
44 | .ui-tag-selector-text { |
---|
45 | font-style:italic; |
---|
46 | font-size:80%; |
---|
47 | border-top:1px dotted #101010; |
---|
48 | background:#F0F0F0; |
---|
49 | color:#333333; |
---|
50 | } |
---|
51 | .ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag { |
---|
52 | background:#0088EE; |
---|
53 | color:#F0F0F0; |
---|
54 | margin-top:0px; |
---|
55 | padding-bottom:1px; |
---|
56 | padding-top:1px; |
---|
57 | } |
---|
58 | .ui-tag-selector-highlight { |
---|
59 | color:#0088EE; |
---|
60 | font-weight:bold; |
---|
61 | background:#DEDEDE; |
---|
62 | } |
---|
63 | |
---|
64 | .ui-dialog { |
---|
65 | -moz-border-radius:8px 8px 4px 4px; |
---|
66 | -webkit-border-radius:8px 8px 4px 4px; |
---|
67 | -khtml-border-radius:8px 8px 4px 4px; |
---|
68 | border-radius:8px 8px 4px 4px; |
---|
69 | } |
---|
70 | .ui-dialog-titlebar { |
---|
71 | display:block; |
---|
72 | -moz-border-radius:8px 8px 0 0; |
---|
73 | -webkit-border-radius:8px 8px 0 0; |
---|
74 | -khtml-border-radius:8px 8px 0 0; |
---|
75 | border-radius:8px 8px 0 0; |
---|
76 | padding-left:6px; |
---|
77 | } |
---|
78 | |
---|
79 | .iconEdit { background:url(./../icon/edit.png) no-repeat 0 0 transparent; } |
---|
80 | .iconDelete { background:url(./../icon/delete.png) no-repeat 0 0 transparent; } |
---|
81 | .iconMove { background:url(./../icon/asearchengine/move.png) no-repeat 0 0 transparent; } |
---|
82 | .iconMove:hover { background:url(./../icon/asearchengine/move_h.png) no-repeat 0 0 transparent; } |
---|
83 | .iconSwitchCondition { background:url(./../icon/asearchengine/switch.png) no-repeat 0 0 transparent; } |
---|
84 | .iconSwitchCondition:hover { background:url(./../icon/asearchengine/switch_h.png) no-repeat 0 0 transparent; } |
---|
85 | .cbItemMultiple { border:1px solid #606060; } |
---|
86 | .cbItemOverGroup { border:1px dotted #606060; } |
---|
87 | .itemContent { border-left:22px solid #303030; min-height:34px; padding:3px; } |
---|
88 | .cbItem { padding:0px; } |
---|
89 | |
---|
90 | fieldset { margin:3px 18px; } |
---|
91 | #iResultQuery { margin-bottom:0px; } |
---|
92 | div.cbOperatorBg, .cbButtons, .ui-dialog-titlebar, |
---|
93 | .ui-datepicker .ui-datepicker-header { background:url("./../icon/backgd.png") repeat scroll 0 0 #303030; } |
---|
94 | |
---|
95 | .cbItem, .pnInactive, .pnActive { |
---|
96 | -moz-border-radius:4px; |
---|
97 | -webkit-border-radius:4px; |
---|
98 | -khtml-border-radius:4px; |
---|
99 | border-radius:4px; |
---|
100 | } |
---|
101 | .cbButtons { border:1px solid #000000; } |
---|
102 | .cbButtons:hover { |
---|
103 | background:#000000; |
---|
104 | border:1px solid #ffffff; |
---|
105 | -moz-border-radius:4px; |
---|
106 | -webkit-border-radius:4px; |
---|
107 | -khtml-border-radius:4px; |
---|
108 | border-radius:4px; |
---|
109 | } |
---|
110 | |
---|
111 | input.cRequestCriterions { |
---|
112 | margin-left:30px; |
---|
113 | margin-top:10px; |
---|
114 | } |
---|
115 | |
---|
116 | #iMenuCItems ul { |
---|
117 | background:#000000; |
---|
118 | border:1px solid #ffffff; |
---|
119 | -moz-border-radius:0px 4px 4px 4px; |
---|
120 | -webkit-border-radius:0px 4px 4px 4px; |
---|
121 | -khtml-border-radius:0px 4px 4px 4px; |
---|
122 | border-radius:0px 4px 4px 4px; |
---|
123 | } |
---|
124 | #iMenuCItems ul li, .cbButtons:hover #iMenuCText { background:#000000; } |
---|
125 | #iMenuCTitle:hover { |
---|
126 | -moz-border-radius:4px 4px 0px 0px; |
---|
127 | -webkit-border-radius:4px 4px 0px 0px; |
---|
128 | -khtml-border-radius:4px 4px 0px 0px; |
---|
129 | border-radius:4px 4px 0px 0px; |
---|
130 | } |
---|
131 | |
---|
132 | div#iMenuCaddieBar div#iMenuCaddieItems { z-index:1000; } |
---|
133 | div#iMenuCriterions div#iMenuCItems { margin-left:-1px; } |
---|
134 | |
---|
135 | /* AMD specific CSS */ |
---|
136 | span.tagName { border-right:1px dotted #666666; } |
---|
137 | #iTagList { border-top:1px solid #101010; } |
---|
138 | #iTagList li:hover { cursor:pointer; background:#606060; color:#f0f0f0; } |
---|
139 | #iTagList.selected, #iTagList li.gcText3 { background:#303030; color:#f0f0f0; } |
---|
140 | div.ruleTypeM, div.ruleTypeM2 { border:0px solid #666666; } |
---|
141 | .error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; } |
---|
142 | |
---|
143 | |
---|