source: extensions/gally/gally-black-graphite/css/ASEgally-black-graphite.css

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

feature:2664- compatibility with Piwigo 2.4

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