]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
dd18b86ceff66efef4765e5aeeb91005f6bff939
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /** theme: default
2  *
3  * @package   StatusNet
4  * @author    Sarven Capadisli <csarven@status.net>
5  * @copyright 2009-2010 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
8  */
9
10 @import url(../../base/css/display.css);
11
12 body,
13 a:active {
14 background-color:#CEE1E9;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:5.3%;
22 }
23 input, textarea, select {
24 border-width:2px;
25 border-style: solid;
26 border-radius:4px;
27 -moz-border-radius:4px;
28 -webkit-border-radius:4px;
29 }
30 input, textarea, select, option {
31 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
32 }
33 input, textarea, select,
34 .entity_actions .dialogbox input,
35 .mark-top {
36 border-color:#AAAAAA;
37 }
38
39 .form_settings fieldset fieldset {
40 background:rgba(240, 240, 240, 0.2);
41 box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
42 -moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
43 -webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
44 }
45
46 #filter_tags ul li,
47 .entity_send-a-message .form_notice,
48 .pagination .nav_prev a,
49 .pagination .nav_next a,
50 .form_settings fieldset fieldset,
51 .entity_moderation:hover ul,
52 .entity_role:hover ul,
53 .dialogbox {
54 border-color:#DDDDDD;
55 }
56
57 .form_settings input.form_action-primary {
58 background:none;
59 }
60
61 .form_notice.warning #notice_text-count,
62 .form_settings .form_note {
63 background-color:#9BB43E;
64 }
65 input.submit,
66 .form_notice.warning #notice_text-count,
67 .form_settings .form_note,
68 .entity_actions a,
69 .entity_actions input,
70 .entity_moderation p,
71 .entity_role p,
72 button {
73 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
74 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
75 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
76 }
77 .entity_actions a,
78 .entity_actions input,
79 .entity_actions p {
80 border-color:transparent;
81 background-color:transparent;
82 }
83 input:focus, textarea:focus, select:focus,
84 .form_notice.warning #notice_data-text,
85 .form_notice.warning #notice_text-count,
86 .form_settings .form_note,
87 .entity_actions .dialogbox .form_data input:focus {
88 border-color:#9BB43E;
89 }
90 input.submit {
91 color:#FFFFFF;
92 }
93 .entity_actions input.submit {
94 border-color:transparent;
95 text-shadow:none;
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:#C8D1D5;
142 }
143
144 #aside_primary {
145 background-color:#C8D1D5;
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 #content 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
264 .error {
265 background-color:#F7E8E8;
266 }
267 .success {
268 background-color:#EFF3DC;
269 }
270
271 button.close {
272 background-position:0 -1120px;
273 }
274 button.minimize {
275 background-position:0 -1912px;
276 }
277
278 #anon_notice {
279 background-color:#87B4C8;
280 color:#FFFFFF;
281 border-color:#FFFFFF;
282 }
283
284 #showstream #anon_notice {
285 background-color:#9BB43E;
286 }
287
288 #export_data li a {
289 background-repeat:no-repeat;
290 }
291 #export_data li a.rss {
292 background-position:0 -130px;
293 }
294 #export_data li a.atom {
295 background-position:0 -64px;
296 }
297 #export_data li a.foaf {
298 background-position:0 1px;
299 }
300
301 .form_group_join input.submit,
302 .form_group_leave input.submit,
303 .form_user_subscribe input.submit,
304 .form_user_unsubscribe input.submit,
305 .form_remote_authorize input.submit,
306 .entity_subscribe a {
307 background-color:#AAAAAA;
308 color:#FFFFFF;
309 }
310 .form_group_leave input.submit,
311 .form_user_unsubscribe input.submit {
312 background-position:5px -1246px;
313 }
314 .form_group_join input.submit,
315 .form_user_subscribe input.submit,
316 .form_remote_authorize input.submit,
317 .entity_subscribe a {
318 background-position:5px -1181px;
319 }
320
321 .entity_edit a {
322 background-position: 5px -719px;
323 }
324 .entity_send-a-message a {
325 background-position: 5px -852px;
326 }
327 .entity_send-a-message .form_notice,
328 .entity_moderation:hover ul,
329 .entity_role:hover ul,
330 .dialogbox {
331 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
332 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
333 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
334 }
335
336 .entity_nudge p,
337 .form_user_nudge input.submit {
338 background-position: 5px -785px;
339 }
340 .form_user_block input.submit,
341 .form_user_unblock input.submit,
342 .form_group_block input.submit,
343 .form_group_unblock input.submit {
344 background-position: 5px -918px;
345 }
346 .form_make_admin input.submit {
347 background-position: 5px -983px;
348 }
349 .entity_moderation p {
350 background-position: 5px -1313px;
351 }
352 .entity_sandbox input.submit {
353 background-position: 5px -1380px;
354 }
355 .entity_silence input.submit {
356 background-position: 5px -1445px;
357 }
358 .entity_delete input.submit {
359 background-position: 5px -1511px;
360 }
361 .entity_sandbox .form_user_unsandbox input.submit {
362 background-position: 5px -2568px;
363 }
364 .entity_silence .form_user_unsilence input.submit {
365 background-position: 5px -2633px;
366 }
367 .entity_role p {
368 background-position: 5px -2436px;
369 }
370 .entity_role_administrator .form_user_grantrole input.submit {
371 background-position: 5px -983px;
372 }
373 .entity_role_moderator .form_user_grantrole input.submit {
374 background-position: 5px -1313px;
375 }
376 .entity_role_administrator .form_user_revokerole input.submit {
377 background-position: 5px -2699px;
378 }
379 .entity_role_moderator .form_user_revokerole input.submit {
380 background-position: 5px -2501px;
381 }
382 .form_reset_key input.submit {
383 background-position: 5px -1973px;
384 }
385 .entity_clear input.submit {
386 background-position: 5px -2039px;
387 }
388 .entity_flag input.submit,
389 .entity_flag p {
390 background-position: 5px -2105px;
391 }
392 .entity_subscribe input.accept {
393 background-position: 5px -2171px;
394 }
395 .entity_subscribe input.reject {
396 background-position: 5px -2237px;
397 }
398 #realtime_play {
399 background-position: 0 -2308px;
400 }
401 #realtime_pause {
402 background-position: 0 -2374px;
403 }
404 #realtime_popup {
405 background-position: 0 -1714px;
406 }
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 #content .notices li:hover,
460 #content .applications li:hover,
461 #content tbody tr:hover {
462 background-color:rgba(240, 240, 240, 0.2);
463 }
464 #conversation .notices li:hover {
465 background-color:transparent;
466 }
467
468 .notices .notices {
469 background-color:rgba(200, 200, 200, 0.050);
470 }
471 .notices .notices .notices {
472 background-color:rgba(200, 200, 200, 0.100);
473 }
474 .notices .notices .notices .notices {
475 background-color:rgba(200, 200, 200, 0.150);
476 }
477 .notices .notices .notices .notices .notices {
478 background-color:rgba(200, 200, 200, 0.300);
479 }
480 /*END: NOTICES */
481
482 #new_group a {
483 background-position:0 -1054px;
484 }
485
486 .pagination .nav_prev a,
487 .pagination .nav_next a {
488 background-repeat:no-repeat;
489 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
490 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
491 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
492 }
493 .pagination .nav_prev a {
494 background-position:10% -187px;
495 }
496 .pagination .nav_next a {
497 background-position:105% -252px;
498 }
499 .pagination .nav .processing {
500 background-image:url(../../base/images/icons/icon_processing.gif);
501 box-shadow:none;
502 -moz-box-shadow:none;
503 -webkit-box-shadow:none;
504 outline:none;
505 }
506 .pagination .nav_next a.processing {
507 background-position:90% 47%;
508 }
509 .pagination .nav_prev a.processing {
510 background-position:10% 47%;
511 }
512