PluginProbe
Catch Web Tools / 0.1
Catch Web Tools v0.1
trunk 0.1 0.2 0.3 0.4 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.6 1.7 1.8 1.8.1 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 All 58 releases
catch-web-tools / admin / css / metabox-tabs.css

metabox-tabs.css in Catch Web Tools 0.1, at admin/css/metabox-tabs.css

272 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! jQuery UI - v1.10.3 - 2013-10-06
2 * http://jqueryui.com
3 * Includes: jquery.ui.core.css, jquery.ui.tabs.css, jquery.ui.theme.css
4 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&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 /* states and images */
70 .ui-icon {
71 display: block;
72 text-indent: -99999px;
73 overflow: hidden;
74 background-repeat: no-repeat;
75 }
76
77
78 /* Misc visuals
79 ----------------------------------*/
80
81 /* Overlays */
82 .ui-widget-overlay {
83 position: fixed;
84 top: 0;
85 left: 0;
86 width: 100%;
87 height: 100%;
88 }
89 .ui-tabs {
90 position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
91 padding: .2em;
92 }
93 .ui-tabs .ui-tabs-nav {
94 margin: 0;
95 padding: 0;
96 }
97 .ui-tabs .ui-tabs-nav li {
98 list-style: none;
99 float: left;
100 position: relative;
101 top: 0;
102 margin: 1px .2em 0 0;
103 border-bottom-width: 0;
104 padding: 0;
105 white-space: nowrap;
106 }
107 .ui-tabs .ui-tabs-nav li a {
108 float: left;
109 padding: .5em 1em;
110 text-decoration: none;
111 }
112 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
113 margin-bottom: -1px;
114 padding-bottom: 1px;
115 }
116 .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
117 .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
118 .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
119 cursor: text;
120 }
121 .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
122 .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
123 cursor: pointer;
124 }
125 .ui-tabs .ui-tabs-panel {
126 display: block;
127 border-width: 0;
128 padding: 1em 1.4em;
129 background: none;
130 }
131
132 /* Component containers
133 ----------------------------------*/
134 .ui-widget {
135 font-family: Verdana,Arial,sans-serif;
136 font-size: 1.1em;
137 }
138 .ui-widget .ui-widget {
139 font-size: 1em;
140 }
141 .ui-widget input,
142 .ui-widget select,
143 .ui-widget textarea,
144 .ui-widget button {
145 font-family: Verdana,Arial,sans-serif;
146 font-size: 1em;
147 }
148 .ui-widget-content {
149 color: #222;
150 }
151 .ui-widget-content a {
152 color: #222222;
153 }
154 .ui-widget-header {
155 color: #222;
156 font-weight: bold;
157 }
158 .ui-widget-header a {
159 color: #222222;
160 }
161
162 /* Interaction states
163 ----------------------------------*/
164 .ui-state-default,
165 .ui-widget-content .ui-state-default,
166 .ui-widget-header .ui-state-default {
167 background: #f9f9f9;
168 font-weight: normal;
169 color: #555555;
170 }
171 .ui-state-default a,
172 .ui-state-default a:link,
173 .ui-state-default a:visited {
174 color: #555555;
175 text-decoration: none;
176 }
177 .ui-state-hover,
178 .ui-widget-content .ui-state-hover,
179 .ui-widget-header .ui-state-hover,
180 .ui-state-focus,
181 .ui-widget-content .ui-state-focus,
182 .ui-widget-header .ui-state-focus {
183 background: #dadada;
184 font-weight: normal;
185 color: #212121;
186 }
187 .ui-state-hover a,
188 .ui-state-hover a:hover,
189 .ui-state-hover a:link,
190 .ui-state-hover a:visited {
191 color: #212121;
192 text-decoration: none;
193 }
194 .ui-state-active,
195 .ui-widget-content .ui-state-active,
196 .ui-widget-header .ui-state-active {
197 background: #fff;
198 border: 1px solid #ddd;
199 font-weight: normal;
200 color: #212121;
201 }
202 .ui-state-active a,
203 .ui-state-active a:link,
204 .ui-state-active a:visited {
205 color: #212121;
206 text-decoration: none;
207 }
208
209 /* Interaction Cues
210 ----------------------------------*/
211 .ui-state-highlight,
212 .ui-widget-content .ui-state-highlight,
213 .ui-widget-header .ui-state-highlight {
214 border: 1px solid #fcefa1;
215 background: #fbf9ee;
216 color: #363636;
217 }
218 .ui-state-highlight a,
219 .ui-widget-content .ui-state-highlight a,
220 .ui-widget-header .ui-state-highlight a {
221 color: #363636;
222 }
223 .ui-state-error,
224 .ui-widget-content .ui-state-error,
225 .ui-widget-header .ui-state-error {
226 border: 1px solid #cd0a0a;
227 background: #fef1ec;
228 color: #cd0a0a;
229 }
230 .ui-state-error a,
231 .ui-widget-content .ui-state-error a,
232 .ui-widget-header .ui-state-error a {
233 color: #cd0a0a;
234 }
235 .ui-state-error-text,
236 .ui-widget-content .ui-state-error-text,
237 .ui-widget-header .ui-state-error-text {
238 color: #cd0a0a;
239 }
240 .ui-priority-primary,
241 .ui-widget-content .ui-priority-primary,
242 .ui-widget-header .ui-priority-primary {
243 font-weight: bold;
244 }
245 .ui-priority-secondary,
246 .ui-widget-content .ui-priority-secondary,
247 .ui-widget-header .ui-priority-secondary {
248 opacity: .7;
249 filter:Alpha(Opacity=70);
250 font-weight: normal;
251 }
252 .ui-state-disabled,
253 .ui-widget-content .ui-state-disabled,
254 .ui-widget-header .ui-state-disabled {
255 opacity: .35;
256 filter:Alpha(Opacity=35);
257 background-image: none;
258 }
259 .ui-state-disabled .ui-icon {
260 filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
261 }
262
263
264 /* Additional */
265 #catchwebtools_seo_metabox a {
266 cursor: pointer;
267 outline: none;
268 }
269 .ui-tabs .ui-tabs-panel {
270 border: 1px solid #ddd;
271 background-color: #fff;
272 }