source: extensions/gally/gally-minimalist/css/ASEgally-minimalist.css @ 16022

Last change on this file since 16022 was 16022, checked in by grum, 12 years ago

new theme gally-minimalist

File size: 8.7 KB
Line 
1
2/* ---- Themes colors ---- */
3.gcText { color: #666666; }                 /* used for text */
4.gcText2 { color: #c0c0c0; }                /* used for table header */
5.gcText3 { color: #c0c0c0; }                /* used for tabs text */
6.gcTextInput { color:#202020; font-family:monospace; }             /* used for inputs */
7.gcLink { color: #666666; }                 /* used for link */
8.gcLinkHover { color: #000000; }            /* used for link */
9.gcBgPage { background-color: #ffffff; }               /* used for page background */
10.gcBgTabSheet { background-color: #ffffff; }           /* used inside tabsheet & menu */
11.gcBgTableRow1 { background-color: #292929; }            /* used in for tables rows background */
12.gcBgTableRow2 { background-color: #202020; }            /* used in tables rows & some widgets background */
13.gcBgInput { background-color:#F0F0F0; }                      /* used for inputs */
14.gcBorder    { border: none; }            /* used for borders */
15.gcBorder2   { border: none; }            /* used for widgets borders */
16.gcBorderInput { border: none; }           /* used for inputs */
17.cPnDisabled { cursor:default; color:#666666; }
18.pnInactive:hover { background:#666666; color:#F0F0F0; }
19.pnActive { background:#404040; 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:#202020;
25  border:none;
26}
27div.ui-datepicker { border:none; }
28.ui-datepicker-title { color:#f0f0f0; font-weight:bold; }
29.ui-datepicker td { background-color:#f0f0f0; color:#202020; }
30.ui-datepicker td a { color:#666666; }
31.ui-datepicker td:hover { background-color:#666666; color:#f0f0f0; }
32.ui-datepicker td:hover a { color:#f0f0f0; }
33.ui-datepicker td.ui-datepicker-current-day { background-color:#404040; color:#f0f0f0; }
34.ui-datepicker td.ui-datepicker-current-day a { color:#f0f0f0; }
35.ui-category-selector-arrow {
36  background-image: url("./../icon/buttons_gpc.png");
37  background-position: -30px -0px;
38  background-repeat: no-repeat;
39  border: 0 none;
40  border-radius: 2px 2px 2px 2px;
41}
42.ui-category-selector-arrow:hover {
43  background-position: -30px -15px;
44  background-color:#000000;
45}
46div#iMenuCriterions div#iMenuCItems { margin-top: 0px; }
47.ui-category-selector, .ui-category-selector-list { font-family:monospace; font-size:12px; }
48li.ui-category-selector-item:hover, li.ui-tag-selector-list-item:hover { background-color:#d9d9d9; color:#000000; }
49.ui-category-selector-selected-item { background-color:#000000; color:#f0f0f0; }
50li.ui-category-selector-item div { margin:0;}
51li.ui-category-selector-item div.ui-category-selector-name { top:-1px; position:relative;}
52li.ui-category-selector-item div.ui-category-selector-status { margin:1px; position:relative; }
53
54.ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand_b.png); }
55.ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse_b.png); }
56.ui-category-selector-expandable-item:hover, .ui-category-selector-selected-item.ui-category-selector-expandable-item { background-image:url(./../icon/asearchengine/expand.png); }
57.ui-category-selector-collapsable-item:hover, .ui-category-selector-selected-item.ui-category-selector-collapsable-item { background-image:url(./../icon/asearchengine/collapse.png); }
58li.ui-category-selector-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_notchecked.png); }
59li.ui-category-selector-selected-item div.ui-category-selector-check { background-image:url(./../icon/asearchengine/check_checked.png); }
60
61
62.ui-tag-selector-list, .ui-tag-selector-input { font-family:monospace; }
63.ui-tag-selector-text {
64  font-style:italic;
65  font-size:80%;
66  border-top:1px dotted #101010;
67  background:#F0F0F0;
68  color:#404040;
69}
70.ui-tag-selector-selected-tag-list li.ui-tag-selector-selected-tag {
71  background:#000000;
72  color:#ffffff;
73  margin-top:0px;
74  padding-bottom:1px;
75  padding-top:1px;
76  font-size: 12px;
77}
78.ui-tag-selector-highlight {
79  color:#000000;
80  font-weight:bold;
81  background:#ffffff;
82}
83
84.ui-dialog {
85  -moz-border-radius:8px 8px 4px 4px;
86  -webkit-border-radius:8px 8px 4px 4px;
87  -khtml-border-radius:8px 8px 4px 4px;
88  border-radius:8px 8px 4px 4px;
89  border: 2px solid #000000;
90}
91.ui-dialog-titlebar {
92  display:block;
93  padding-left:6px;
94  border-bottom:4px solid #000000;
95}
96
97.iconEdit, .iconDelete {
98  background-image:url(./../icon/buttons.png);
99  background-repeat:no-repeat;
100  width:16px;
101  height:16px;
102}
103.iconEdit { background-position:-1034px 0;}
104.iconDelete { background-position:-1012px 0;}
105
106.iconMove { background:url(./../icon/asearchengine/move.png) no-repeat 0 0 transparent; }
107.iconMove:hover { background:url(./../icon/asearchengine/move_h.png) no-repeat 0 0 transparent; }
108.iconSwitchCondition  { background:url(./../icon/asearchengine/switch.png) no-repeat 0 0 transparent; }
109.iconSwitchCondition:hover { background:url(./../icon/asearchengine/switch_h.png) no-repeat 0 0 transparent; }
110.cbItemMultiple { border:1px solid #666666; }
111.cbItemOverGroup { border:1px dotted #666666; }
112.itemContent {
113  border-left:22px solid #000000;
114  min-height:34px;
115  padding:3px;
116  -moz-border-radius:4px;
117  -webkit-border-radius:4px;
118  -khtml-border-radius:4px;
119  border-radius:4px;
120}
121.cbItem { padding:0px; }
122
123
124#iRBCriteriaForm {
125  margin-top: 25px;
126}
127
128fieldset { margin:3px 18px; }
129#iResultQuery { margin-bottom:15px; }
130div.cbOperatorBg, .cbButtons, .ui-dialog-titlebar,
131.ui-datepicker .ui-datepicker-header { background:#000000; }
132span.ui-dialog-title { color:#ffffff; }
133
134.cbItem, .pnInactive, .pnActive {
135  -moz-border-radius:4px;
136  -webkit-border-radius:4px;
137  -khtml-border-radius:4px;
138  border-radius:4px;
139}
140.cbButtons {
141  -moz-border-radius: 4px;
142  -webkit-border-radius:4px;
143  -khtml-border-radius:4px;
144  border-radius:4px;
145  background:#000000;
146  border:none;
147  color: #C0C0C0;
148  font-family: monospace;
149  font-weight: bold;
150  padding: 4px;
151}
152.cbButtons:hover {
153  color: #ffffff;
154}
155.cbButtons a {
156  color:#c0c0c0;
157}
158.cbButtons li:hover a {
159  color:#000000;
160}
161.cbButtons:hover a {
162  color:#ffffff;
163}
164input.cRequestCriterions {
165  margin-left:30px;
166  margin-top:10px;
167}
168
169#iMenuCItems ul {
170  background:#000000;
171  -moz-border-radius:0px 4px 4px 4px;
172  -webkit-border-radius:0px 4px 4px 4px;
173  -khtml-border-radius:0px 4px 4px 4px;
174  border-radius:0px 4px 4px 4px;
175}
176#iMenuCItems ul li, .cbButtons:hover #iMenuCText { background:#000000; }
177#iMenuCItems ul li:hover { background:#ffffff; }
178#iMenuCTitle:hover {
179  -moz-border-radius:4px 4px 0px 0px;
180  -webkit-border-radius:4px 4px 0px 0px;
181  -khtml-border-radius:4px 4px 0px 0px;
182  border-radius:4px 4px 0px 0px;
183}
184
185div#iMenuCaddieBar div#iMenuCaddieItems { z-index:1000; }
186
187
188.cPnDisabled {
189  color:#666666;
190}
191.cPnInactive {
192  color:#000000;
193}
194.cPnActive {
195  color:#ffffff;
196  background:#000000;
197}
198
199ul.rbResultList table {
200  width:100%;
201}
202.rbResultItemDetail hr {
203  border-color: #000000;
204  border-right: medium none #000000;
205  border-style: solid none none;
206  border-width: 4px medium medium;
207}
208ul.rbResultList li {
209  width: 48%;
210  margin-right: 10px;
211  -moz-border-radius: 4px;
212  -webkit-border-radius:4px;
213  -khtml-border-radius:4px;
214  border-radius:4px;
215}
216ul.rbResultList li:hover {
217  background:#f0f0f0;
218}
219ul.rbResultList li td.rbResultItemImg {
220  text-align:center;
221}
222
223
224/* ASE standard */
225a.ui-datepicker-prev:hover,
226a.ui-datepicker-next:hover {
227  color:#ffffff;
228  cursor:pointer;
229}
230#iASECategoryCategory .ui-category-selector-name li.ui-category-selector-selected-cat {
231  background:#000000;
232  border-radius: 8px;
233  color: #FFFFFF;
234  margin-right: 1px;
235  padding: 1px 4px;
236  -moz-border-radius: 8px;
237  -webkit-border-radius:8px;
238  -khtml-border-radius:8px;
239}
240#iASECategoryCategory div.ui-category-selector-check {
241  position:relative;
242}
243
244
245/* AMD specific CSS */
246span.tagName { border-right:1px dotted #666666; }
247#iTagList { border-top:1px solid #101010; font-size:12px; }
248#iTagList li:hover { cursor:pointer; background:#606060; color:#f0f0f0; }
249#iTagList.selected, #iTagList li.gcText3 { background:#303030; color:#f0f0f0; }
250div.ruleTypeM, div.ruleTypeM2 { border:0px solid #666666; }
251.error, input.error { background:#FFAAAA; border:1px solid #800000; color:#800000; }
252#iDMCSelectMeta { font-size:12px; }
253#iDMCListValues li.valueItems {
254  background:#f0f0f0;
255  color:#000000;
256  border:none;
257  -moz-border-radius: 2px;
258  -webkit-border-radius:2px;
259  -khtml-border-radius:2px;
260  border-radius: 2px;
261}
262
263
264#iDialogGMapsChoose {
265  padding-bottom:10px;
266}
267
268#iCbGroup1OpAND, #iCbGroup1OpOR {
269  color:#ffffff;
270}
271
272/* LMT Specific CSS */
273#lmtRulesArea li.valueItems {
274  background: none repeat scroll 0 0 #F0F0F0;
275  border: medium none;
276  -moz-border-radius: 2px;
277  -webkit-border-radius:2px;
278  -khtml-border-radius:2px;
279  border-radius: 2px;
280}
281
Note: See TracBrowser for help on using the repository browser.