]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Tickets #2112, 2333, 1677, 2362, 2831: fix AJAX form posting on SSL page views with...
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /** theme: identica
2  *
3  * @package   StatusNet
4  * @author    Sarven Capadisli <csarven@status.net>
5  * @copyright 2009-2010 StatusNet, Inc.
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
7  * @link      http://status.net/
8  */
9
10 @import url(../../base/css/display.css);
11
12 @media screen, projection, tv {
13 body,
14 a:active {
15 background-color:#F0F2F5;
16 }
17 body {
18 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
19 font-size:1em;
20 }
21 address {
22 margin-right:7.2%;
23 }
24 input, textarea, select {
25 border-width:2px;
26 border-style: solid;
27 border-radius:4px;
28 -moz-border-radius:4px;
29 -webkit-border-radius:4px;
30 }
31 input, textarea, select, option {
32 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
33 }
34 input, textarea, select,
35 .entity_actions .dialogbox input,
36 .mark-top {
37 border-color:#AAAAAA;
38 }
39
40 .form_settings fieldset fieldset {
41 background:rgba(240, 240, 240, 0.2);
42 box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
43 -moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
44 -webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
45 }
46
47 #filter_tags ul li,
48 .entity_send-a-message .form_notice,
49 .pagination .nav_prev a,
50 .pagination .nav_next a,
51 .form_settings fieldset fieldset,
52 .entity_moderation:hover ul,
53 .entity_role:hover ul,
54 .dialogbox {
55 border-color:#DDDDDD;
56 }
57
58 .form_settings input.form_action-primary {
59 background:none;
60 }
61
62 .form_notice.warning #notice_text-count,
63 .form_settings .form_note {
64 background-color:#9BB43E;
65 }
66 input.submit,
67 .form_notice.warning #notice_text-count,
68 .form_settings .form_note,
69 .entity_actions a,
70 .entity_actions input,
71 .entity_moderation p,
72 .entity_role p,
73 button {
74 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
75 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
76 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
77 }
78 .entity_actions a,
79 .entity_actions input,
80 .entity_actions p {
81 border-color:transparent;
82 background-color:transparent;
83 }
84 input:focus, textarea:focus, select:focus,
85 .form_notice.warning #notice_data-text,
86 .form_notice.warning #notice_text-count,
87 .form_settings .form_note,
88 .entity_actions .dialogbox .form_data input:focus {
89 border-color:#9BB43E;
90 }
91 input.submit {
92 color:#FFFFFF;
93 }
94 .entity_actions input.submit {
95 border-color:transparent;
96 text-shadow:none;
97 }
98
99 .dialogbox .submit_dialogbox,
100 input.submit,
101 .form_notice input.submit {
102 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
103 text-shadow:0 1px 0 #FFFFFF;
104 color:#000000;
105 border-color:#AAAAAA;
106 border-top-color:#CCCCCC;
107 border-left-color:#CCCCCC;
108 }
109 .dialogbox .submit_dialogbox:hover,
110 input.submit:hover {
111 background-position:0 -5px;
112 }
113 .dialogbox .submit_dialogbox:focus,
114 input.submit:focus {
115 background-position:0 -15px;
116 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
117 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
118 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
119 text-shadow:none;
120 }
121
122 .form_notice label[for=notice_data-geo] {
123 background-position:0 -1780px;
124 }
125 .form_notice label[for=notice_data-geo].checked {
126 background-position:0 -1846px;
127 }
128
129 a,
130 .form_settings input.form_action-primary,
131 .notice-options input,
132 .entity_actions a,
133 .entity_actions input,
134 .entity_moderation p,
135 .entity_role p {
136 color:#002FA7;
137 }
138
139 .notice,
140 .profile,
141 .application,
142 #content tbody tr {
143 border-top-color:#CEE1E9;
144 }
145
146 #aside_primary {
147 background-color:#CEE1E9;
148 }
149
150 #notice_text-count {
151 color:#333333;
152 }
153 .form_notice.warning #notice_text-count,
154 .dialogbox,
155 .entity_actions .dialogbox input {
156 color:#000000;
157 }
158 .form_notice label[for=notice_data-attach] {
159 background-position:0 -328px;
160 }
161 .form_notice #notice_data-attach {
162 opacity:0;
163 }
164
165 .form_notice label[for=notice_data-attach],
166 #export_data li a.rss,
167 #export_data li a.atom,
168 #export_data li a.foaf,
169 .entity_edit a,
170 .entity_send-a-message a,
171 .entity_nudge p,
172 .form_user_nudge input.submit,
173 .form_user_block input.submit,
174 .form_user_unblock input.submit,
175 .form_group_block input.submit,
176 .form_group_unblock input.submit,
177 .form_make_admin input.submit,
178 .notice .attachment,
179 .notice-options .notice_reply,
180 .notice-options form.form_favor input.submit,
181 .notice-options form.form_disfavor input.submit,
182 .notice-options .notice_delete,
183 .notice-options form.form_repeat input.submit,
184 #new_group a,
185 .pagination .nav_prev a,
186 .pagination .nav_next a,
187 button.close,
188 .form_group_leave input.submit,
189 .form_user_unsubscribe input.submit,
190 .form_group_join input.submit,
191 .form_user_subscribe input.submit,
192 .form_remote_authorize input.submit,
193 .entity_subscribe a,
194 .entity_moderation p,
195 .entity_sandbox input.submit,
196 .entity_silence input.submit,
197 .entity_delete input.submit,
198 .entity_role p,
199 .entity_role_administrator input.submit,
200 .entity_role_moderator input.submit,
201 .notice-options .repeated,
202 .form_notice label[for=notice_data-geo],
203 button.minimize,
204 .form_reset_key input.submit,
205 .entity_clear input.submit,
206 .entity_flag input.submit,
207 .entity_flag p,
208 .entity_subscribe input.submit,
209 #realtime_play,
210 #realtime_pause,
211 #realtime_popup {
212 background-image:url(../../base/images/icons/icons-01.gif);
213 background-repeat:no-repeat;
214 background-color:transparent;
215 }
216
217 #wrap form.processing input.submit,
218 #core a.processing,
219 .dialogbox.processing .submit_dialogbox {
220 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
221 }
222 .notice-options .form_repeat.processing {
223 background-image:none;
224 }
225
226 #content {
227 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
228 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
229 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
230 }
231 #content,
232 #site_nav_local_views a,
233 #aside_primary {
234 border-color:transparent;
235 }
236 #content,
237 #site_nav_local_views .current a,
238 .entity_send-a-message .form_notice,
239 .entity_moderation:hover ul,
240 .entity_role:hover ul,
241 .dialogbox {
242 background-color:#FFFFFF;
243 }
244
245 #site_nav_local_views li.current {
246 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
247 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
248 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
249 }
250 #site_nav_local_views a {
251 background-color:rgba(194, 194, 194, 0.5);
252 }
253 #site_nav_local_views a:hover {
254 background-color:rgba(255, 255, 255, 0.7);
255 }
256 #site_nav_local_views .current a {
257 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
258 }
259 .processing {
260 background-image:url(../../base/images/icons/icon_processing.gif);
261 background-repeat:no-repeat;
262 background-position:47% 47%;
263 }
264
265 .error {
266 background-color:#F7E8E8;
267 }
268 .success {
269 background-color:#EFF3DC;
270 }
271
272 button.close {
273 background-position:0 -1120px;
274 }
275 button.minimize {
276 background-position:0 -1912px;
277 }
278
279 #anon_notice {
280 background-color:#87B4C8;
281 color:#FFFFFF;
282 border-color:#FFFFFF;
283 }
284
285 #showstream #anon_notice {
286 background-color:#9BB43E;
287 }
288
289 #export_data li a {
290 background-repeat:no-repeat;
291 }
292 #export_data li a.rss {
293 background-position:0 -130px;
294 }
295 #export_data li a.atom {
296 background-position:0 -64px;
297 }
298 #export_data li a.foaf {
299 background-position:0 1px;
300 }
301
302 .form_group_join input.submit,
303 .form_group_leave input.submit,
304 .form_user_subscribe input.submit,
305 .form_user_unsubscribe input.submit,
306 .form_remote_authorize input.submit,
307 .entity_subscribe a {
308 background-color:#AAAAAA;
309 color:#FFFFFF;
310 }
311 .form_group_leave input.submit,
312 .form_user_unsubscribe input.submit {
313 background-position:5px -1246px;
314 }
315 .form_group_join input.submit,
316 .form_user_subscribe input.submit,
317 .form_remote_authorize input.submit,
318 .entity_subscribe a {
319 background-position:5px -1181px;
320 }
321
322 .entity_edit a {
323 background-position: 5px -719px;
324 }
325 .entity_send-a-message a {
326 background-position: 5px -852px;
327 }
328 .entity_send-a-message .form_notice,
329 .entity_moderation:hover ul,
330 .entity_role:hover ul,
331 .dialogbox {
332 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
333 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
334 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
335 }
336
337 .entity_nudge p,
338 .form_user_nudge input.submit {
339 background-position: 5px -785px;
340 }
341 .form_user_block input.submit,
342 .form_user_unblock input.submit,
343 .form_group_block input.submit,
344 .form_group_unblock input.submit {
345 background-position: 5px -918px;
346 }
347 .form_make_admin input.submit {
348 background-position: 5px -983px;
349 }
350 .entity_moderation p {
351 background-position: 5px -1313px;
352 }
353 .entity_sandbox input.submit {
354 background-position: 5px -1380px;
355 }
356 .entity_silence input.submit {
357 background-position: 5px -1445px;
358 }
359 .entity_delete input.submit {
360 background-position: 5px -1511px;
361 }
362 .entity_sandbox .form_user_unsandbox input.submit {
363 background-position: 5px -2568px;
364 }
365 .entity_silence .form_user_unsilence input.submit {
366 background-position: 5px -2633px;
367 }
368 .entity_role p {
369 background-position: 5px -2436px;
370 }
371 .entity_role_administrator .form_user_grantrole input.submit {
372 background-position: 5px -983px;
373 }
374 .entity_role_moderator .form_user_grantrole input.submit {
375 background-position: 5px -1313px;
376 }
377 .entity_role_administrator .form_user_revokerole input.submit {
378 background-position: 5px -2699px;
379 }
380 .entity_role_moderator .form_user_revokerole input.submit {
381 background-position: 5px -2501px;
382 }
383 .form_reset_key input.submit {
384 background-position: 5px -1973px;
385 }
386 .entity_clear input.submit {
387 background-position: 5px -2039px;
388 }
389 .entity_flag input.submit,
390 .entity_flag p {
391 background-position: 5px -2105px;
392 }
393 .entity_subscribe input.accept {
394 background-position: 5px -2171px;
395 }
396 .entity_subscribe input.reject {
397 background-position: 5px -2237px;
398 }
399 #realtime_play {
400 background-position: 0 -2308px;
401 }
402 #realtime_pause {
403 background-position: 0 -2374px;
404 }
405 #realtime_popup {
406 background-position: 0 -1714px;
407 }
408
409 /* NOTICES */
410 .notice .attachment {
411 background-position:0 -394px;
412 }
413 .notice .attachment.more {
414 background-position:0 -2770px;
415 }
416 #attachments .attachment {
417 background:none;
418 }
419 .notice-options .notice_reply {
420 background-position:0 -592px;
421 }
422 .notice-options form.form_favor input.submit {
423 background-position:0 -460px;
424 }
425 .notice-options form.form_disfavor input.submit {
426 background-position:0 -526px;
427 }
428 .notice-options .notice_delete {
429 background-position:0 -658px;
430 }
431 .notice-options form.form_repeat input.submit {
432 background-position:0 -1582px;
433 }
434 .notice-options .repeated {
435 background-position:0 -1648px;
436 }
437
438 .notices .attachment.more,
439 .notices div.entry-content,
440 .notices div.notice-options {
441 opacity:0.4;
442 }
443 .notices li:hover .attachment.more,
444 .notices li:hover div.entry-content,
445 .notices li:hover div.notice-options {
446 opacity:1;
447 }
448 .opaque {
449 opacity:1 !important;
450 }
451 .attachment.more,
452 .notice-options a,
453 .notice-options input {
454 font-family:sans-serif;
455 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
456 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
457 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
458 }
459 .attachment.more:focus {
460 box-shadow:none;
461 -moz-box-shadow:none;
462 -webkit-box-shadow:none;
463 outline:none;
464 }
465 #content .notices li:hover,
466 #content .applications li:hover,
467 #content tbody tr:hover {
468 background-color:rgba(240, 240, 240, 0.2);
469 }
470 #conversation .notices li:hover {
471 background-color:transparent;
472 }
473
474 .notices .notices {
475 background-color:rgba(200, 200, 200, 0.050);
476 }
477 .notices .notices .notices {
478 background-color:rgba(200, 200, 200, 0.100);
479 }
480 .notices .notices .notices .notices {
481 background-color:rgba(200, 200, 200, 0.150);
482 }
483 .notices .notices .notices .notices .notices {
484 background-color:rgba(200, 200, 200, 0.300);
485 }
486 /*END: NOTICES */
487
488 #new_group a {
489 background-position:0 -1054px;
490 }
491
492 .pagination .nav_prev a,
493 .pagination .nav_next a {
494 background-repeat:no-repeat;
495 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
496 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
497 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
498 }
499 .pagination .nav_prev a {
500 background-position:10% -187px;
501 }
502 .pagination .nav_next a {
503 background-position:105% -252px;
504 }
505 .pagination .nav .processing {
506 background-image:url(../../base/images/icons/icon_processing.gif);
507 box-shadow:none;
508 -moz-box-shadow:none;
509 -webkit-box-shadow:none;
510 outline:none;
511 }
512 .pagination .nav_next a.processing {
513 background-position:90% 47%;
514 }
515 .pagination .nav_prev a.processing {
516 background-position:10% 47%;
517 }
518
519 }/*end of @media screen, projection, tv*/