source: extensions/rv_autocomplete/res/dark-hive/custom.css @ 27771

Last change on this file since 27771 was 27771, checked in by rvelices, 10 years ago

autocomplete simplified css

File size: 7.4 KB
Line 
1/*! jQuery UI - v1.10.2 - 2013-04-04
2* http://jqueryui.com
3* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
4* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=%23444444&bgTextureHeader=highlight_soft&bgImgOpacityHeader=44&borderColorHeader=%23333333&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23000000&bgTextureContent=carbon_fiber&bgImgOpacityContent=15&borderColorContent=%23555555&fcContent=%23ffffff&iconColorContent=%23cccccc&bgColorDefault=%23222222&bgTextureDefault=highlight_soft&bgImgOpacityDefault=35&borderColorDefault=%23444444&fcDefault=%23eeeeee&iconColorDefault=%23cccccc&bgColorHover=%23003147&bgTextureHover=highlight_soft&bgImgOpacityHover=33&borderColorHover=%230b93d5&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%230972a5&bgTextureActive=highlight_hard&bgImgOpacityActive=20&borderColorActive=%2326b3f7&fcActive=%23ffffff&iconColorActive=%23222222&bgColorHighlight=%23000000&bgTextureHighlight=carbon_fiber&bgImgOpacityHighlight=15&borderColorHighlight=%23888&fcHighlight=%23ffff00&iconColorHighlight=%234b8e0b&bgColorError=%23ffc73d&bgTextureError=glass&bgImgOpacityError=40&borderColorError=%23ffb73d&fcError=%23111111&iconColorError=%23a83300&bgColorOverlay=%235c5c5c&bgTextureOverlay=flat&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=%23cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
5* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
6
7/* Layout helpers
8----------------------------------*/
9.ui-helper-hidden {
10        display: none;
11}
12.ui-helper-hidden-accessible {
13        border: 0;
14        clip: rect(0 0 0 0);
15        height: 1px;
16        margin: -1px;
17        overflow: hidden;
18        padding: 0;
19        position: absolute;
20        width: 1px;
21}
22.ui-helper-reset {
23        margin: 0;
24        padding: 0;
25        border: 0;
26        outline: 0;
27        line-height: 1.3;
28        text-decoration: none;
29        font-size: 100%;
30        list-style: none;
31}
32.ui-helper-clearfix:before,
33.ui-helper-clearfix:after {
34        content: "";
35        display: table;
36        border-collapse: collapse;
37}
38.ui-helper-clearfix:after {
39        clear: both;
40}
41.ui-helper-clearfix {
42        min-height: 0; /* support: IE7 */
43}
44.ui-helper-zfix {
45        width: 100%;
46        height: 100%;
47        top: 0;
48        left: 0;
49        position: absolute;
50        opacity: 0;
51        filter:Alpha(Opacity=0);
52}
53
54.ui-front {
55        z-index: 100;
56}
57
58
59/* Interaction Cues
60----------------------------------*/
61.ui-state-disabled {
62        cursor: default !important;
63}
64
65
66/* Icons
67----------------------------------*/
68
69
70/* Misc visuals
71----------------------------------*/
72
73/* Overlays */
74.ui-widget-overlay {
75        position: fixed;
76        top: 0;
77        left: 0;
78        width: 100%;
79        height: 100%;
80}
81.ui-autocomplete {
82        position: absolute;
83        top: 0;
84        left: 0;
85        cursor: default;
86}
87.ui-menu {
88        list-style: none;
89        padding: 2px;
90        margin: 0;
91        display: block;
92        outline: none;
93}
94.ui-menu .ui-menu {
95        margin-top: -3px;
96        position: absolute;
97}
98.ui-menu .ui-menu-item {
99        margin: 0;
100        padding: 0;
101        width: 100%;
102}
103.ui-menu .ui-menu-divider {
104        margin: 5px -2px 5px -2px;
105        height: 0;
106        font-size: 0;
107        line-height: 0;
108        border-width: 1px 0 0 0;
109}
110.ui-menu .ui-menu-item a {
111        text-decoration: none;
112        display: block;
113        padding: 2px .4em;
114        line-height: 1.5;
115        min-height: 0; /* support: IE7 */
116        font-weight: normal;
117}
118.ui-menu .ui-menu-item a.ui-state-focus,
119.ui-menu .ui-menu-item a.ui-state-active {
120        font-weight: normal;
121        margin: -1px;
122}
123
124.ui-menu .ui-state-disabled {
125        font-weight: normal;
126        margin: .4em 0 .2em;
127        line-height: 1.5;
128}
129.ui-menu .ui-state-disabled a {
130        cursor: default;
131}
132
133/* icon support */
134.ui-menu-icons {
135        position: relative;
136}
137.ui-menu-icons .ui-menu-item a {
138        position: relative;
139        padding-left: 2em;
140}
141
142/* right-aligned */
143.ui-menu .ui-menu-icon {
144        position: static;
145        float: right;
146}
147
148/* Component containers
149----------------------------------*/
150.ui-widget {
151        font-family: Verdana,Arial,sans-serif;
152        font-size: 1.1em;
153}
154.ui-widget .ui-widget {
155        font-size: 1em;
156}
157.ui-widget input,
158.ui-widget select,
159.ui-widget textarea,
160.ui-widget button {
161        font-family: Verdana,Arial,sans-serif;
162        font-size: 1em;
163}
164.ui-widget-content {
165        border: 1px solid #555555;
166        background: #000000;
167        color: #ffffff;
168}
169.ui-widget-content a {
170        color: #ffffff;
171}
172.ui-widget-header {
173        border: 1px solid #333333;
174        background: #444444;
175        color: #ffffff;
176        font-weight: bold;
177}
178.ui-widget-header a {
179        color: #ffffff;
180}
181
182/* Interaction states
183----------------------------------*/
184.ui-state-default,
185.ui-widget-content .ui-state-default,
186.ui-widget-header .ui-state-default {
187        border: 1px solid #444444;
188        background: #222222;
189        font-weight: normal;
190        color: #eeeeee;
191}
192.ui-state-default a,
193.ui-state-default a:link,
194.ui-state-default a:visited {
195        color: #eeeeee;
196        text-decoration: none;
197}
198.ui-state-hover,
199.ui-widget-content .ui-state-hover,
200.ui-widget-header .ui-state-hover,
201.ui-state-focus,
202.ui-widget-content .ui-state-focus,
203.ui-widget-header .ui-state-focus {
204        border: 1px solid #0b93d5;
205        background: #003147 url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x;
206        font-weight: normal;
207        color: #ffffff;
208}
209.ui-state-hover a,
210.ui-state-hover a:hover,
211.ui-state-hover a:link,
212.ui-state-hover a:visited {
213        color: #ffffff;
214        text-decoration: none;
215}
216.ui-state-active,
217.ui-widget-content .ui-state-active,
218.ui-widget-header .ui-state-active {
219        border: 1px solid #26b3f7;
220        background: #0972a5 url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
221        font-weight: normal;
222        color: #ffffff;
223}
224.ui-state-active a,
225.ui-state-active a:link,
226.ui-state-active a:visited {
227        color: #ffffff;
228        text-decoration: none;
229}
230
231/* Interaction Cues
232----------------------------------*/
233.ui-state-highlight,
234.ui-widget-content .ui-state-highlight,
235.ui-widget-header .ui-state-highlight {
236        border: 1px solid #888;
237        background: #000000;
238        color: #ffff00;
239}
240.ui-state-highlight a,
241.ui-widget-content .ui-state-highlight a,
242.ui-widget-header .ui-state-highlight a {
243        color: #ffff00;
244}
245.ui-state-error,
246.ui-widget-content .ui-state-error,
247.ui-widget-header .ui-state-error {
248        border: 1px solid #ffb73d;
249        background: #ffc73d;
250        color: #111111;
251}
252.ui-state-error a,
253.ui-widget-content .ui-state-error a,
254.ui-widget-header .ui-state-error a {
255        color: #111111;
256}
257.ui-state-error-text,
258.ui-widget-content .ui-state-error-text,
259.ui-widget-header .ui-state-error-text {
260        color: #111111;
261}
262.ui-priority-primary,
263.ui-widget-content .ui-priority-primary,
264.ui-widget-header .ui-priority-primary {
265        font-weight: bold;
266}
267.ui-priority-secondary,
268.ui-widget-content .ui-priority-secondary,
269.ui-widget-header .ui-priority-secondary {
270        opacity: .7;
271        filter:Alpha(Opacity=70);
272        font-weight: normal;
273}
274.ui-state-disabled,
275.ui-widget-content .ui-state-disabled,
276.ui-widget-header .ui-state-disabled {
277        opacity: .35;
278        filter:Alpha(Opacity=35);
279        background-image: none;
280}
281
282
283/* Misc visuals
284----------------------------------*/
285
286/* Corner radius */
287.ui-corner-all,
288.ui-corner-top,
289.ui-corner-left,
290.ui-corner-tl {
291        border-top-left-radius: 6px;
292}
293.ui-corner-all,
294.ui-corner-top,
295.ui-corner-right,
296.ui-corner-tr {
297        border-top-right-radius: 6px;
298}
299.ui-corner-all,
300.ui-corner-bottom,
301.ui-corner-left,
302.ui-corner-bl {
303        border-bottom-left-radius: 6px;
304}
305.ui-corner-all,
306.ui-corner-bottom,
307.ui-corner-right,
308.ui-corner-br {
309        border-bottom-right-radius: 6px;
310}
311
312/* Overlays */
313.ui-widget-overlay {
314        background: #5c5c5c;
315        opacity: .8;
316        filter: Alpha(Opacity=80);
317}
318.ui-widget-shadow {
319        margin: -7px 0 0 -7px;
320        padding: 7px;
321        background: #cccccc;
322        opacity: .6;
323        filter: Alpha(Opacity=60);
324        border-radius: 8px;
325}
Note: See TracBrowser for help on using the repository browser.