1 |
6c38d829
|
Assos Assos
|
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
#blocks td.region { font-weight:bold; }
|
5 |
|
|
|
6 |
|
|
#blocks tr.region-message {
|
7 |
|
|
font-weight:normal;
|
8 |
|
|
color:#999;
|
9 |
|
|
}
|
10 |
|
|
|
11 |
|
|
#blocks tr.region-populated {
|
12 |
|
|
display:none;
|
13 |
|
|
}
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
div#edit-openid-identifier-wrapper { display:block; }
|
19 |
|
|
|
20 |
|
|
html.js #user-login-form div.form-item-openid-identifier,
|
21 |
|
|
html.js #user-login div.form-item-openid-identifier { display:none; }
|
22 |
|
|
|
23 |
|
|
html.js #user-login-form li.openid-link,
|
24 |
|
|
html.js #user-login li.openid-link { display:block; }
|
25 |
|
|
|
26 |
|
|
#user-login-form li.openid-link,
|
27 |
|
|
#user-login-form li.user-link,
|
28 |
|
|
#user-login li.openid-link,
|
29 |
|
|
#user-login li.user-link { display:none; }
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
|
|
|
35 |
|
|
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
.password-strength {
|
39 |
|
|
width:200px;
|
40 |
|
|
float:right;
|
41 |
|
|
}
|
42 |
|
|
|
43 |
|
|
.password-strength-title { display:inline; }
|
44 |
|
|
|
45 |
|
|
.password-strength-text {
|
46 |
|
|
float:right;
|
47 |
|
|
font-weight:bold;
|
48 |
|
|
}
|
49 |
|
|
|
50 |
|
|
.password-indicator {
|
51 |
|
|
background-color:#ccc;
|
52 |
|
|
height:5px;
|
53 |
|
|
width:100%;
|
54 |
|
|
}
|
55 |
|
|
|
56 |
|
|
.password-indicator div {
|
57 |
|
|
height:100%;
|
58 |
|
|
width:0%;
|
59 |
|
|
background-color:#4c6;
|
60 |
|
|
}
|
61 |
|
|
|
62 |
|
|
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
div.password-confirm { visibility: hidden; }
|
66 |
|
|
|
67 |
|
|
.container-inline div,
|
68 |
|
|
.container-inline label { display:inline; }
|
69 |
|
|
|
70 |
|
|
.container-inline .fieldset-wrapper { display:block; }
|
71 |
|
|
|
72 |
|
|
.nowrap { white-space:nowrap; }
|
73 |
|
|
|
74 |
|
|
html.js .js-hide { display:none; }
|
75 |
|
|
|
76 |
|
|
.element-hidden { display:none; }
|
77 |
|
|
|
78 |
|
|
.element-invisible {
|
79 |
|
|
position:absolute !important;
|
80 |
|
|
clip:rect(1px, 1px, 1px, 1px);
|
81 |
|
|
}
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
|
85 |
|
|
|
86 |
|
|
|
87 |
|
|
body.drag { cursor:move; }
|
88 |
|
|
th.active img { display:inline; }
|
89 |
|
|
|
90 |
|
|
td.active { background-color:#ddd; }
|
91 |
|
|
|
92 |
|
|
td.checkbox,
|
93 |
|
|
th.checkbox { text-align:center; }
|
94 |
|
|
|
95 |
|
|
thead th { text-align:auto; }
|
96 |
|
|
|
97 |
|
|
.error { color:#e55; }
|
98 |
|
|
.warning { color:#e09010; }
|
99 |
|
|
.ok { color:#008000; }
|
100 |
|
|
|
101 |
|
|
div.error { border:1px solid #d77; }
|
102 |
|
|
div.warning { border:1px solid #f0c020; }
|
103 |
|
|
div.ok { border:1px solid #00aa00; }
|
104 |
|
|
|
105 |
|
|
div.error,
|
106 |
|
|
tr.error {
|
107 |
bfb52287
|
Assos Assos
|
background-color:#fcc;
|
108 |
6c38d829
|
Assos Assos
|
color:#200;
|
109 |
|
|
}
|
110 |
|
|
|
111 |
|
|
div.warning,
|
112 |
|
|
tr.warning {
|
113 |
bfb52287
|
Assos Assos
|
background-color:#ffd;
|
114 |
6c38d829
|
Assos Assos
|
color:#220;
|
115 |
|
|
}
|
116 |
|
|
|
117 |
|
|
div.ok,
|
118 |
|
|
tr.ok {
|
119 |
|
|
background:#dfd;
|
120 |
|
|
color:#020;
|
121 |
|
|
}
|
122 |
|
|
|
123 |
|
|
.form-item input.error,
|
124 |
|
|
.form-item textarea.error,
|
125 |
|
|
.form-item select.error {
|
126 |
|
|
border-style:solid;
|
127 |
|
|
border-color:red;
|
128 |
|
|
}
|
129 |
|
|
|
130 |
|
|
.form-item label {
|
131 |
|
|
display:block;
|
132 |
|
|
font-weight:bold;
|
133 |
|
|
}
|
134 |
|
|
|
135 |
|
|
.form-item label.option {
|
136 |
|
|
display:inline;
|
137 |
|
|
font-weight:normal;
|
138 |
|
|
}
|
139 |
|
|
|
140 |
|
|
.marker,
|
141 |
|
|
.form-required { color:#f00; }
|
142 |
|
|
|
143 |
|
|
.more-link,
|
144 |
|
|
.more-help-link { text-align:right; }
|
145 |
|
|
|
146 |
|
|
.nowrap { white-space:nowrap; }
|
147 |
|
|
|
148 |
|
|
.item-list .pager {
|
149 |
|
|
clear:both;
|
150 |
|
|
text-align:center;
|
151 |
|
|
}
|
152 |
|
|
|
153 |
|
|
.item-list .pager li { display:inline; }
|
154 |
|
|
|
155 |
|
|
.pager-current { font-weight:bold; }
|
156 |
|
|
|
157 |
|
|
dl.multiselect dt,
|
158 |
|
|
dl.multiselect dd { float:left; }
|
159 |
|
|
|
160 |
|
|
dl.multiselect dd.b,
|
161 |
|
|
dl.multiselect dd.b .form-item,
|
162 |
|
|
dl.multiselect dd.b select { width:14em; }
|
163 |
|
|
|
164 |
|
|
dl.multiselect dd.a,
|
165 |
|
|
dl.multiselect dd.a .form-item { width:8em; }
|
166 |
|
|
|
167 |
|
|
.container-inline div,
|
168 |
|
|
.container-inline label { display:inline; }
|
169 |
|
|
|
170 |
|
|
|
171 |
|
|
|
172 |
|
|
|
173 |
|
|
#autocomplete {
|
174 |
|
|
position:absolute;
|
175 |
|
|
border:1px solid;
|
176 |
|
|
overflow:hidden;
|
177 |
|
|
z-index:100;
|
178 |
|
|
}
|
179 |
|
|
|
180 |
|
|
#autocomplete li {
|
181 |
|
|
background:#fff;
|
182 |
|
|
color:#000;
|
183 |
|
|
white-space:pre;
|
184 |
|
|
cursor:default;
|
185 |
|
|
}
|
186 |
|
|
|
187 |
|
|
#autocomplete li.selected {
|
188 |
|
|
background:#0072b9;
|
189 |
|
|
color:#fff;
|
190 |
|
|
}
|
191 |
|
|
|
192 |
|
|
|
193 |
|
|
|
194 |
|
|
|
195 |
|
|
html.js input.throbbing { background:transparent url(drupal/throbber.gif) 100% 50% no-repeat; }
|
196 |
|
|
|
197 |
|
|
|
198 |
|
|
|
199 |
|
|
|
200 |
|
|
.form-textarea-wrapper textarea {
|
201 |
|
|
width: 100%;
|
202 |
|
|
display: block;
|
203 |
|
|
-webkit-box-sizing: border-box;
|
204 |
|
|
-moz-box-sizing: border-box;
|
205 |
|
|
box-sizing: border-box;
|
206 |
|
|
}
|
207 |
|
|
|
208 |
|
|
.resizable textarea { resize:vertical; }
|
209 |
|
|
|
210 |
|
|
|
211 |
|
|
|
212 |
|
|
|
213 |
|
|
.draggable a.tabledrag-handle {
|
214 |
|
|
cursor:move;
|
215 |
|
|
float:left;
|
216 |
|
|
margin-right:10px;
|
217 |
|
|
text-decoration:none;
|
218 |
|
|
}
|
219 |
|
|
|
220 |
|
|
a.tabledrag-handle:hover { text-decoration:none; }
|
221 |
|
|
|
222 |
|
|
a.tabledrag-handle .handle {
|
223 |
|
|
height:20px;
|
224 |
|
|
width:20px;
|
225 |
|
|
background:url(drupal/draggable.png) 0px 0px no-repeat;
|
226 |
|
|
}
|
227 |
|
|
|
228 |
|
|
a.tabledrag-handle-hover .handle { background-position:0px -20px; }
|
229 |
|
|
|
230 |
|
|
div.indentation {
|
231 |
|
|
width:20px;
|
232 |
|
|
height:20px;
|
233 |
|
|
float:left;
|
234 |
|
|
}
|
235 |
|
|
|
236 |
|
|
div.tree-child { background:url(drupal/tree.png) no-repeat 10px 50%; }
|
237 |
|
|
div.tree-child-last { background:url(drupal/tree-bottom.png) no-repeat 10px 50%; }
|
238 |
|
|
div.tree-child-horizontal { background:url(drupal/tree.png) no-repeat -10px 50%; }
|
239 |
|
|
|
240 |
|
|
|
241 |
|
|
|
242 |
|
|
|
243 |
|
|
.joined + .grippie {
|
244 |
|
|
height:5px;
|
245 |
|
|
margin-bottom:-2px;
|
246 |
|
|
}
|
247 |
|
|
|
248 |
|
|
|
249 |
|
|
.teaser-checkbox { padding-top:1px; }
|
250 |
|
|
|
251 |
|
|
div.teaser-button-wrapper {
|
252 |
|
|
float:right;
|
253 |
|
|
padding-right:5px;
|
254 |
|
|
}
|
255 |
|
|
|
256 |
|
|
.teaser-checkbox div.form-item {
|
257 |
|
|
float:right;
|
258 |
|
|
margin-right:5px;
|
259 |
|
|
}
|
260 |
|
|
|
261 |
|
|
textarea.teaser { display:none; }
|
262 |
|
|
html.js .no-js { display:none; }
|
263 |
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
|
|
|
267 |
|
|
.progress { font-weight:bold; }
|
268 |
|
|
|
269 |
|
|
.progress .bar {
|
270 |
|
|
background:#fff url(drupal/progress.gif);
|
271 |
|
|
border:1px solid #035;
|
272 |
|
|
height:18px;
|
273 |
|
|
}
|
274 |
|
|
|
275 |
|
|
.progress .filled {
|
276 |
|
|
background:#07b;
|
277 |
|
|
height:18px;
|
278 |
|
|
width:0%;
|
279 |
|
|
}
|
280 |
|
|
|
281 |
|
|
.progress .percentage { float:right; }
|
282 |
|
|
.progress-disabled { float:left; }
|
283 |
bfb52287
|
Assos Assos
|
.ajax-progress { float:left; }
|
284 |
6c38d829
|
Assos Assos
|
|
285 |
bfb52287
|
Assos Assos
|
.ajax-progress .throbber {
|
286 |
6c38d829
|
Assos Assos
|
width:20px;
|
287 |
|
|
height:20px;
|
288 |
|
|
background:transparent url(drupal/throbber.gif) 50% 50% no-repeat;
|
289 |
|
|
float:left;
|
290 |
|
|
}
|
291 |
|
|
|
292 |
bfb52287
|
Assos Assos
|
.ajax-progress-bar { width:16em; }
|
293 |
6c38d829
|
Assos Assos
|
|
294 |
|
|
|
295 |
|
|
|
296 |
|
|
|
297 |
|
|
#first-time strong { display:block; }
|
298 |
|
|
|
299 |
|
|
|
300 |
|
|
|
301 |
|
|
|
302 |
|
|
tr.selected td { background:#ffc; }
|
303 |
|
|
|
304 |
|
|
|
305 |
|
|
|
306 |
|
|
|
307 |
|
|
table.sticky-header {
|
308 |
|
|
margin-top:0px;
|
309 |
|
|
background:#fff;
|
310 |
|
|
}
|
311 |
|
|
|
312 |
|
|
|
313 |
|
|
|
314 |
|
|
|
315 |
|
|
#clean-url.install { display:none; }
|
316 |
|
|
|
317 |
|
|
|
318 |
|
|
|
319 |
|
|
|
320 |
|
|
|
321 |
|
|
html.js .js-hide { display:none; }
|
322 |
|
|
|
323 |
|
|
|
324 |
|
|
|
325 |
|
|
|
326 |
|
|
#system-modules div.incompatible,
|
327 |
|
|
#system-themes-form div.incompatible { font-weight:bold; }
|
328 |
|
|
|
329 |
|
|
|
330 |
|
|
|
331 |
|
|
|
332 |
|
|
|
333 |
|
|
.clearfix:after {
|
334 |
|
|
content: ".";
|
335 |
|
|
display: block;
|
336 |
|
|
height: 0;
|
337 |
|
|
clear: both;
|
338 |
|
|
visibility: hidden;
|
339 |
bfb52287
|
Assos Assos
|
}
|
340 |
6c38d829
|
Assos Assos
|
|
341 |
|
|
|
342 |
|
|
|
343 |
|
|
|
344 |
|
|
.update .project,
|
345 |
|
|
.update table.version-recommended-strong .version-title { font-weight:bold; }
|
346 |
|
|
|
347 |
|
|
.update .version-status { float:right; }
|
348 |
|
|
.update .version-status .icon { padding-left:10px; }
|
349 |
|
|
.update .version-date { white-space:nowrap; }
|
350 |
|
|
|
351 |
|
|
.update tr.error .version-recommended { background: #fdd; }
|
352 |
|
|
.update tr.warning .version-recommended { background: #ffe; }
|
353 |
|
|
|
354 |
|
|
.current-version,
|
355 |
|
|
.new-version { direction: ltr; }
|
356 |
|
|
|
357 |
|
|
.update tr.unknown { background: #ddd; }
|
358 |
|
|
.update table.version-security .version-title { color: #910; }
|
359 |
|
|
|
360 |
|
|
.update .security-error {
|
361 |
|
|
font-weight: bold;
|
362 |
|
|
color: #910;
|
363 |
|
|
}
|
364 |
|
|
|
365 |
|
|
|
366 |
|
|
|
367 |
|
|
|
368 |
|
|
#permissions td.module { font-weight: bold; }
|
369 |
|
|
#permissions td.permission { padding-left:20px; }
|
370 |
|
|
|
371 |
|
|
|
372 |
|
|
|
373 |
|
|
|
374 |
|
|
.vertical-tabs { padding-left:200px; }
|
375 |
|
|
|
376 |
|
|
.vertical-tabs .vertical-tabs-list {
|
377 |
|
|
float:left;
|
378 |
|
|
width:200px;
|
379 |
|
|
margin-left:-200px;
|
380 |
|
|
}
|
381 |
|
|
|
382 |
|
|
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane {
|
383 |
|
|
margin:0px;
|
384 |
|
|
padding:0px;
|
385 |
|
|
border:0px;
|
386 |
|
|
}
|
387 |
|
|
|
388 |
|
|
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend { display:none; }
|
389 |
bfb52287
|
Assos Assos
|
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane #search-api-alter-add-aggregation-field-settings legend { display:block; }
|
390 |
6c38d829
|
Assos Assos
|
.vertical-tabs .vertical-tabs-list .summary { display:block; } |