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