]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo/css/display.css
643a1f29dd780733990a6cd56ede841f04111ccd
[quix0rs-gnu-social.git] / theme / neo / css / display.css
1 /** theme: neo
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2011 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
11 @media screen, projection, tv {
12
13 body {
14     background-color: #C6C8CC;
15     background-image: url(../images/bg.png);
16     font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; 
17     font-size: 14px;
18     line-height: 1.6;
19     color: #222;
20 }
21
22 input, textarea, select, option {
23     font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; 
24     font-size: 1em;
25 }
26
27 a {color: #3e3e8c;}
28 a:hover {color: blue;}
29
30 abbr {border-bottom: none;}
31
32 h1 {font-size: 1.6em;}
33 h2 {font-size: 1.6em;}
34 h3 {font-size: 1.4em;}
35 h4 {font-size: 1.4em;}
36 h5 {font-size: 1.2em;}
37 h6 {font-size: 1em;}
38
39 #wrap {
40     width: 960px;
41     margin: 0px auto;
42     background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px;
43     border-left: 10px solid #fff;
44     border-right: 10px solid #fff;
45     padding-top: 10px;
46 }
47
48 #header {
49     width: 960px;
50     padding: 0px;
51     padding-top: 12px;
52 }
53
54 address {
55     float: left;
56     position: relative;
57     top: 1px;
58     left: 2px;
59     margin: 0px;
60     padding: 0px;
61     height: 24px;
62     width: 148px;
63     z-index: 99;
64 }
65
66 #site_nav_global_primary {
67     display: block;
68     position: absolute;
69     top: 10px;
70     right: 0;
71     width: 800px;
72     margin: 0px;
73     height: 24px;
74     line-height: 20px;
75     -webkit-border-top-right-radius: 6px;
76     -moz-border-radius-topright: 6px;
77     border-top-right-radius: 6px;
78     background: #364A84;
79     background: -moz-linear-gradient(top, #516499 , #364a84);
80     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
81     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 ); /* XXX move all to ie.css */ 
82 }
83
84 #site_nav_global_primary ul {
85     float: right;
86 }
87
88 #site_nav_global_primary li {
89     margin-right: 0px;
90 }
91
92 #site_nav_global_primary li:last-child {
93     margin-right: 10px;
94 }
95
96 #site_nav_global_primary a {
97     color: #fff !important;
98     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
99     padding: 2px 10px 2px 10px;
100     height: 20px;
101     display: block;
102     float: left;
103 }
104
105 #site_nav_global_primary a:hover {
106     color: #fff !important;
107     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
108     background: #4c619c;
109     text-decoration: none;
110 }
111
112 #site_notice {
113     color: #000;
114     float: right;
115     width: 280px;
116     padding: 10px; 
117     margin-left: 40px;
118     -webkit-border-radius: 6px;
119     -moz-border-radius: 6px;
120     border-radius: 6px;
121 }
122
123 #site_notice a {
124     color: #3e3e8c;
125 }
126
127 #anon_notice {
128     color: #000;
129     clear: both;
130     background: none;
131     padding: 0px;
132     margin-bottom: 10px;
133 }
134
135 #anon_notice a {
136     color: #3e3e8c;
137 }
138
139 #core {
140     clear: both;
141     margin: 0px;
142     width: 958px;
143     border-top: 5px solid #FB6104;
144     border-left: 1px solid #d8dae6;
145     border-right: 1px solid #d8dae6;
146 }
147
148 #aside_primary_wrapper {
149     width: 100%;
150     float: left;
151     overflow: hidden;
152     position: relative;
153     background-color: #ececf2;  
154 }    
155
156 #content_wrapper  {  
157     width: 100%;  
158     float: left;
159     position: relative;  
160     right: 239px; 
161     background-color: #fff;  
162     border-right: 1px solid #d8dae6;
163 }  
164
165 #site_nav_local_views_wrapper  {  
166     width: 100%;  
167     float: left;
168     position: relative;  
169     right: 561px;
170     background-color: #ececf2;  
171     border-right: 1px solid #d8dae6;
172 }  
173
174 #site_nav_local_views {
175     width: 138px;
176     float: left;
177     overflow: hidden;
178     position: relative;
179     left: 800px;
180     margin-top: 0px;
181     padding: 22px 10px 40px 10px;
182 }
183
184 #site_nav_local_views H3 {
185     margin-bottom: 10px;
186     padding-bottom: 6px;
187     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
188     color: #7a7c87;
189     font-size: 1.1em;
190     letter-spacing: 2px;
191     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
192     text-transform: uppercase;
193 }
194
195 #site_nav_local_views li {
196     display: block;
197     margin: 0px 0px 8px 0px;
198 }
199
200 #site_nav_local_views li ul {
201     margin-bottom: 20px;
202 }
203
204 #site_nav_local_views a {
205     display: block;
206     padding: 0px 0px 1px 10px;
207     -webkit-border-radius: 4px;
208     -moz-border-radius: 4px;
209     border-radius: 4px;
210     text-transform: uppercase;
211     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
212 }
213
214 #site_nav_local_views a:hover, #site_nav_local_views .current a {
215     color: #fff;
216     text-decoration: none;
217     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
218     background: #364a84;
219     background: -moz-linear-gradient(top, #7b8dbb , #364a84);
220     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
221     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
222 }
223
224 #content {
225     width: 520px;
226     float: left;
227     overflow: hidden;
228     position: relative;
229     left: 801px;
230     margin: 0px;
231     padding: 20px 20px 40px 20px;
232 }
233
234 /* Input forms */
235
236 .input_forms {
237     float: left;
238     position: relative;
239     top: -20px;
240     left: -20px;
241     padding: 18px 20px 0px 20px;
242     background: #fafafa url('../images/brdr_black_dot.png') repeat-x bottom left;
243 }
244
245 #input_form_nav {
246     float: left;
247     margin-bottom: 10px;
248 }
249
250 #input_form_nav li a {
251     display: block;
252     float: left;
253     padding: 0px 10px 1px 10px;
254     margin-right: 10px;
255     -webkit-border-radius: 4px;
256     -moz-border-radius: 4px;
257     border-radius: 4px;
258     border: 1px solid #ECECF2;
259     font-weight: bold;
260     line-height: 1.4em;
261     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
262     background: #ececf2;
263     background: -moz-linear-gradient(top, #fff , #ececf2);
264     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ececf2));
265     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ececf2',GradientType=0 );
266 }
267
268 #input_form_nav li:hover a, #input_form_nav li.current a {
269     color: #fff;
270     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
271     border: 1px solid #ececf2;
272     background: #364a84;
273     background: -moz-linear-gradient(top, #7b8dbb , #364a84);
274     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
275     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
276 }
277
278 .input_form_nav_tab a, .input_form_nav_tab.current {
279     text-decoration: none !important; /* XXX cf rebase */
280 }
281
282 .input_form {
283     position: relative;
284     float: left;
285     width: 520px;
286     padding-bottom: 15px;
287 }
288
289 #input_form_status {
290     padding-bottom: 45px;
291 }
292
293 .form_notice {
294     padding: 0px;
295     background: none;
296 }
297
298 .form_notice fieldset {
299     width: auto;
300     position: static;
301 }
302
303 .form_notice #notice_data-text-label {
304     display: none; /* XXX move into input with js */
305 }
306
307 .form_notice_placeholder .placeholder {
308     width: 473px;
309     padding: 4px 10px 4px 10px;
310     border: 1px solid #a6a6a6;
311     -webkit-border-radius: 4px;
312     -moz-border-radius: 4px;
313     border-radius: 4px;
314     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
315     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
316     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
317     z-index: 97;
318     font-size: 1em;
319 }
320
321 .form_notice textarea {
322     width: 473px;
323     height: 42px;
324     padding: 6px 10px 18px 10px;
325     border: 1px solid #a6a6a6;
326     -webkit-border-radius: 4px;
327     -moz-border-radius: 4px;
328     border-radius: 4px;
329     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
330     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
331     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
332     z-index: 97;
333     font-size: 1.2em;
334 }
335
336
337 .form_notice textarea {
338     height: 42px;
339     padding: 6px 10px 18px 10px;
340     border: 1px solid #a6a6a6;
341     -webkit-border-radius: 4px;
342     -moz-border-radius: 4px;
343     border-radius: 4px;
344     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
345     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
346     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
347     z-index: 97;
348     font-size: 1.2em;
349 }
350
351 .form_notice label.notice_data-attach {
352     top: 0px;
353     right: 0px;
354     z-index: 96;
355 }
356
357 .form_notice .notice_data-geo_wrap label,
358 .form_notice .notice_data-geo_wrap input {
359     top: 26px;
360     right: 0px;
361     z-index: 99;
362 }
363
364 .form_notice .count {
365     position: absolute;
366     top: 50px;
367     right: 35px;
368     font-size: 0.8em; 
369     height: 1em;
370     z-index: 99;
371 }
372
373 .form_notice #notice_action-submit {
374     position: absolute;
375     top: 100%;
376     left: 0px;
377     margin-top: -44px;
378     float: left;
379     width: 90px;
380     padding: 0px;
381     z-index: 99;
382 }
383
384 .form_notice .error,
385 .form_notice .success,
386 .form_notice .notice-status {
387     width: 478px; 
388     position: relative;
389     top: 0px;
390     float: none;
391     clear: none;
392     margin-left: 0px;
393     margin-top: 10px;
394     padding: 5px 5px 5px 10px;
395     border: 1px solid #ccc;
396 }
397
398 .form_notice .error {
399     border: 1px solid #d05858;
400 }
401
402 .form_notice .attach-status code {
403     font-size: 1em;
404 }
405
406 .input_form fieldset {
407     margin: 0px;
408     padding: 0px;
409 }
410
411 .input_form fieldset fieldset {
412     margin-bottom: 10px !important;
413 }
414
415 #aside_primary {
416     width: 218px;
417     float: left;
418     overflow: hidden;
419     position: relative;
420     left: 802px;
421     padding: 22px 10px 40px 10px;
422     margin-top: 0px;
423     background: none;
424 }
425
426 #aside_primary .section {
427     width: 100%;
428     margin-left: 0px;
429     margin-right: 0px;
430     font-size: 0.88em;
431 }
432
433 #aside_primary h2 {
434     margin-bottom: 10px;
435     padding-bottom: 6px;
436     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
437     color: #7a7c87;
438     font-size: 1.25em;
439     letter-spacing: 2px;
440     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
441     text-transform: uppercase;
442 }
443
444 .profile_block_name {
445     font-size: 14px;
446     font-weight: bold;
447 }
448
449 .profile_block_location {
450     font-weight: bold;
451 }
452
453 .profile_block_description {
454     line-height: 1.2em;
455 }
456
457 .profile_block .entity_actions {
458     float: left;
459     margin-left: 0px;
460 }
461
462 .profile_block .entity_moderation:hover ul,
463 .profile_block .entity_role:hover ul {
464     left: 20px;
465 }
466
467 .profile_block a.profiledetail {
468     display: block;
469 }
470
471 .section ul.entities {
472     width: 240px;
473 }
474
475 .section .entities li {
476     margin-right: 23px;
477     margin-bottom: 12px;
478     width: 24px;
479 }
480
481 #popular_notices .avatar {
482     position: relative;
483     top: 4px;
484     margin-bottom: 6px;
485 }
486
487 #aside_primary td {
488     padding-right: 20px;
489     padding-bottom: 14px;
490 }
491
492 #aside_primary td .nickname {
493     line-height: 1.6em;
494 }
495
496 .section .avatar {
497     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
498     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
499     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
500 }
501
502 #content h1 {
503     border-bottom: 3px solid #A6ADBF;
504     color: #A6ADBF;
505     font-size: 1.4em;
506     letter-spacing: 4px;
507     text-transform: none;
508 }
509
510 #notices_primary {
511     margin-top: -5px;
512 }
513
514 #content .notice {
515     padding-bottom: 14px;
516     border-bottom: 2px dotted #eee;
517 }
518
519 .notice {
520     line-height: 1.36em;
521     margin-bottom: 10px;
522 }
523
524 #content .notice .author .photo {
525     left: 0px;
526     top: 9px;
527 }
528
529 #content .notice .entry-title {
530     min-height: 35px;
531 }
532
533 #showstream .notice .entry-title {
534     min-height: 1px;
535 }
536
537 #shownotice .notice .entry-title {
538     min-height:123px;
539 }
540
541 .notice div.entry-content {
542     font-size: 0.88em;
543     line-height: 1.2em;
544     margin-top: 6px;
545     opacity: 0.6;
546 }
547
548 .notice:hover div.entry-content {
549     opacity: 1;
550 }
551
552 .user_in .notice div.entry-content {
553     max-width: 440px;
554 }
555
556 div.entry-content a.response:before {
557         content: "(";
558 }
559
560 div.entry-content a.response:after {
561         content: ")";
562 }
563
564 .notice-options {
565     margin-top: 4px;
566 }
567
568 .threaded-replies {
569     clear: both;
570     float: left;
571     width: 458px;
572     margin-left: 59px;
573     margin-top: 10px;
574     padding-right: 2px;
575     border-left: 3px solid #ECECF2;
576     background: #fafafa;
577     font-size: 1em;
578 }
579
580 #content .notice .threaded-replies .notice {
581     width: 440px;
582     min-height: 1px;
583     padding-bottom: 14px;
584     padding-top: 5px;
585     border-bottom: 2px dotted #eee;
586     line-height: 1.36em;
587     margin-top: 0px;
588     margin-bottom: 0px;
589     margin-left: 10px;
590     background: none;
591 }
592
593 #content .notice .threaded-replies .entry-title {
594     min-height: 1px;
595 }
596
597 #content .threaded-replies .notice .author .photo {
598     height: 24px;
599     width: 24px;
600     top: 14px;
601     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
602     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
603     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
604 }
605
606 #content .notice .threaded-replies .notice .entry-title {
607     margin: 2px 7px 0px 35px;
608 }
609
610 #content .notice .threaded-replies .notice div.entry-content {
611     clear:left;
612     float:left;
613     margin-left: 35px;
614     margin-top: 4px !important;
615 }
616
617 .threaded-replies li {
618     list-style-type: none;
619 }
620
621 .threaded-replies .notice-reply-comments {
622     margin: 2px 0px 4px 10px;
623 }
624
625 .threaded-replies .placeholder {
626     margin: 10px;
627     width: 426px;
628 }
629
630 .threaded-replies .notice-reply {
631     clear: left;
632     position: relative;
633     padding: 10px;
634     padding-bottom: 44px;
635 }
636
637 .threaded-replies .form_notice textarea {
638     width: 385px;
639 }
640
641 .threaded-replies .form_notice label.notice_data-attach {
642     top: 10px;
643     right: 10px;
644 }
645
646 .threaded-replies .form_notice .notice_data-geo_wrap label,
647 .threaded-replies .form_notice .notice_data-geo_wrap input {
648     top: 36px;
649     right: 10px;
650 }
651
652 .threaded-replies .form_notice .count {
653     top: 60px;
654     right: 50px;
655 }
656
657 .threaded-replies .form_notice #notice_action-submit {
658     left: 10px;
659 }
660
661 .threaded-replies .form_notice .error,
662 .threaded-replies .form_notice .success,
663 .threaded-replies .form_notice .notice-status {
664     width: 390px; 
665 }
666
667 #content .notice .notice {
668     width: 100%;
669     margin-left: 0;
670     margin-top: 16px;
671     margin-bottom: 10px;
672 }
673
674 .notice .notice {
675 background-color:rgba(200, 200, 200, 0.050);
676 }
677 .notice .notice .notice {
678 background-color:rgba(200, 200, 200, 0.100);
679 }
680 .notice .notice .notice .notice {
681 background-color:rgba(200, 200, 200, 0.150);
682 }
683 .notice .notice .notice .notice .notice {
684 background-color:rgba(200, 200, 200, 0.300);
685 }
686
687 .pagination {
688     height: 1.2em;
689 }
690
691 #jOverlayContent button {
692     top: 20px;
693     right: 36px;
694 }
695
696 .entity_profile {
697     float: left;
698     width: 360px;
699     margin-top: 4px;
700 }
701
702 .entity_profile .entity_depiction {
703     margin-top: 4px;
704 }
705
706 .entity_actions {
707     width: 140px;
708     margin-top: 8px;
709     margin-bottom: 10px;
710 }
711
712 .entity_actions a, .entity_actions p, .entity_actions .entity_subscribe input, .entity_actions .entity_block input, .entity_actions .entity_moderation input, .entity_actions .entity_role input, .entity_actions .entity_nudge input, .entity_actions .entity_delete input {
713         text-shadow:0 1px 0 rgba(255,255,255,0.4);
714     border-radius: 4px;
715     -moz-border-radius: 4px;
716     -webkit-border-radius: 4px;
717     background-color: #CDD1DD !important;
718 }
719
720 .entity_moderation:hover ul,
721 .entity_role:hover ul {
722     border-radius: 4px;
723     -moz-border-radius: 4px;
724     -webkit-border-radius: 4px;
725 }
726
727 .entity_send-a-message .form_notice legend {
728         text-shadow:0 1px 0 rgba(255,255,255,0.4);
729 }
730
731 .entity_send-a-message .form_notice {
732     border: 1px solid #7B4E82;
733 }
734
735 .entity_send-a-message .form_notice #notice_action-submit {
736     color: #fff !important;
737     top: 46px;
738 }
739
740 #aside_primary #entity_remote_subscribe a:hover {
741     background-color: #fff !important;
742 }
743
744 #entity_remote_subscribe .dialogbox {
745     border: 1px solid #7B4E82;
746     border-radius: 8px;
747         -moz-border-radius: 8px;
748         -webkit-border-radius: 8px;
749 }
750
751 #entity_remote_subscribe input {
752     padding-left: 4px;
753 }
754
755 #entity_remote_subscribe .submit_dialogbox {
756     margin-top: 10px;
757     float: right;
758 }
759
760 #filter_tags_item .submit {
761   left: 6px;
762   top: -3px;
763 }
764
765 #pagination {
766     height: 1.2em;
767     padding-bottom: 12px;
768     -webkit-border-radius: 6px;
769     -moz-border-radius: 6px;
770     border-radius: 6px;
771 }
772
773 #footer {
774     position: relative;
775     top: -6px;
776     color: #000;
777     margin-left: 0px;
778     margin-right: 0px;
779     -webkit-border-top-left-radius: 6px;
780     -webkit-border-top-right-radius: 6px;
781     -moz-border-radius-topleft: 6px;
782     -moz-border-radius-topright: 6px;
783     border-top-left-radius: 6px;
784     border-top-right-radius: 6px;
785 }
786
787 #footer a {
788     color: #3e3e8c;
789 }
790
791 #site_nav_global_secondary {
792     margin-bottom: 10px;
793 }
794
795 .error, .success, .notice-status {
796     background-color: #F7E8E8;
797     padding: 4px;
798     -webkit-border-radius: 6px;
799     -moz-border-radius: 6px;
800     border-radius: 6px;
801 }
802 .success, .notice-status {
803     background-color: #f2f2f2;
804 }
805
806 .form_notice input.submit, .form_settings input.submit, .form_settings input.cancel {
807     height: 1.9em;
808     padding: 0px 10px;
809     color:#fff;
810     font-weight: bold;
811     text-transform: uppercase;
812     font-size: 1.2em;
813     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
814     border: 1px solid #d7621c;
815     border-radius: 4px;
816     -moz-border-radius: 4px;
817     -webkit-border-radius: 4px;
818     background: #FB6104;
819     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
820     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
821     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
822 }
823
824 .form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover {
825     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
826     background: #ff9d63;
827     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
828     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
829     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
830 }
831
832 .form_settings input#settings_design_reset, .form_settings input.cancel {
833     background: #e2e2e2;
834     color: #8e181b;
835     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
836 }
837
838 .form_settings input#settings_design_reset:hover, .form_settings input.cancel:hover {
839     background: #f2f2f2;
840     color: #8e181b;
841     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
842 }
843
844 .form_settings input.checkbox, .form_settings input.radio {
845     margin-left: 24%;
846     margin-top: 2px;
847     position: relative;
848     left: -14px;
849 }
850
851 .form_settings label.checkbox, .form_settings label.radio {
852     width: auto;
853     max-width: 60%;
854     position: relative;
855     left: -30px;
856 }
857
858 .form_settings li input.radio {
859     clear: left;
860 }
861
862 .form_settings label.radio {
863     margin-left: 10px;
864     margin-right: 10px;
865     text-align: left;
866 }
867
868 #form_login p.form_guide, #form_register #settings_rememberme p.form_guide, #form_openid_login #settings_rememberme p.form_guide, #settings_twitter_remove p.form_guide, #design_background-image_onoff p.form_guide {
869     margin-left: 26%;
870 }
871
872 #form_search ul.form_data #q {
873     margin-left: 10px;
874 }
875
876 .form_settings fieldset fieldset {
877     margin-bottom: 30px;
878     padding-top: 25px;
879 }
880
881
882 #content thead th {
883 text-align:left;
884 }
885 #content tbody th {
886 vertical-align:top;
887 text-align:left;
888 font-weight:normal;
889 padding-top:11px;
890 padding-right:18px;
891 }
892 #content tbody tr {
893     border-top: 1px dotted #bbb;
894 }
895 #content td {
896 padding:11px 18px 11px 0;
897 vertical-align:top;
898 }
899 #content td:last-child {
900 padding-right:0;
901 }
902
903
904 #realtime_actions {
905     position: relative !important;
906     float: right;
907     padding-top: 15px;
908     margin-bottom: -8px !important;
909 }
910
911 .realtime-popup #content {
912     padding-left: 4px !important;
913     padding-right: 4px !important;
914     margin-right: 0px;
915     left: 0;
916     right: 0;
917     width: 400px;
918     overflow: visible;
919 }
920
921 .realtime-popup .threaded-replies {
922     margin-left: 10px;
923 }
924
925 .realtime-popup .input_forms {
926     display: none; /* XXX fixme! */
927 }
928
929 .realtime-popup .form_notice textarea {
930     width: 325px !important;
931 }
932
933 .realtime-popup .form_notice #notice_action-submit {
934     top: 59px !important;
935     right: 6px !important;
936 }
937
938 .realtime-popup .form_notice label.notice_data-attach, .realtime-popup .form_notice input.notice_data-attach {
939     right: 74px;
940     top: 3px !important;
941 }
942
943 .realtime-popup .form_notice #notice_data-geo_wrap label, .realtime-popup .form_notice #notice_data-geo_wrap input {
944     right: 8px;
945     top: 3px !important;
946 }
947
948
949 /* Bookmark specific styles */
950
951 #content .bookmark .entry-title {
952     margin-left: 0px;
953 }
954
955 .bookmark h3 {
956     margin: 0px 0px 8px 0px;
957     float: left;
958     line-height: 1.2em;
959     max-width: 92%;
960 }
961
962 .bookmark-notice-count {
963     border-radius: 4px;
964         -moz-border-radius: 4px;
965         -webkit-border-radius: 4px;
966     padding: 1px 6px;
967     font-size: 1.2em;
968     line-height: 1.2em;
969     background: #fff;
970     border: 1px solid #7b8dbb;
971     color: #3e3e8c !important;
972     position: relative;
973     right: 4px;
974     margin-left: 10px;
975 }
976
977 .bookmark-notice-count:hover {
978     text-decoration: none;
979     background: #f2f2f2;
980     border: 1px solid #7b8dbb;
981     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
982 }
983
984 .notice .bookmark-description {
985     clear: both;
986     margin-left: 0px;
987     margin-bottom: 0px;
988 }
989
990 .notice .bookmark-author {
991     margin-left: 0px;
992     float: left;
993 }
994
995 .bookmark-tags {
996     clear: both;
997     margin-bottom: 8px;
998     line-height: 1.6em;
999 }
1000
1001 ul.bookmark-tags a {
1002     border-radius: 4px;
1003         -moz-border-radius: 4px;
1004         -webkit-border-radius: 4px;
1005     padding: 1px 6px;
1006     background: #f2f2f2;
1007     color: #3e3e8c !important;
1008     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
1009     font-size: 0.88em;
1010 }
1011
1012 ul.bookmark-tags a:hover {
1013     background-color: #cdd1dd;
1014     text-decoration: none;
1015 }
1016
1017 .bookmark-avatar {
1018     float: none !important;
1019     position: relative;
1020     top: 2px;
1021 }
1022
1023 .bookmark div.entry-content {
1024     font-size: 0.88em;
1025     line-height: 1.2em;
1026     margin-top: 6px;
1027     opacity: 0.6;
1028     margin-bottom: 0px;
1029 }
1030
1031 .bookmark:hover div.entry-content {
1032     opacity: 1;
1033 }
1034
1035 .bookmark .notice-options {
1036     margin-top: 16px;
1037 }
1038
1039 #bookmarkpopup {
1040     min-width: 600px;
1041     margin-top: 0px;
1042     height: 100%;
1043     border: 10px solid #364A84;
1044     background: #364A84;
1045 }
1046
1047 #bookmarkpopup #wrap {
1048     width: auto;
1049     min-width: 560px;
1050     padding: 40px 0px 25px 0px;
1051     margin-right: 2px;
1052     background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
1053 }
1054
1055 #bookmarkpopup #header {
1056     width: auto;
1057     padding: 0px 10px;
1058 }
1059
1060 #bookmarkpopup .form_settings label {
1061     margin-top: 2px;
1062     text-align: right;
1063     width: 24%;
1064     font-size: 1.2em;
1065 }
1066
1067 #bookmarkpopup .form_settings .form_data input {
1068     width: 60%;
1069 }
1070
1071 #bookmarkpopup .form_guide {
1072     color: #777;
1073 }
1074
1075 #bookmarkpopup #submit {
1076     float: right;
1077     margin-right: 0px;
1078 }
1079
1080 #bookmarkpopup fieldset fieldset {
1081     margin-bottom: 10px;
1082 }
1083
1084 /* Onboard specific styles */
1085
1086 .onboard-flash {
1087     position: relative;
1088     right: -800px;
1089     top: 10px;
1090     border-radius: 6px;
1091         -moz-border-radius: 6px;
1092         -webkit-border-radius: 6px;
1093     font-size: 1.1em;
1094     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
1095     -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
1096     -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
1097 }
1098
1099 .onboard-flash p {
1100     margin-bottom: 10px;
1101 }
1102
1103 .onboard-flash .next:before {
1104     content: '\00BB';
1105     padding-right: 6px;
1106 }
1107
1108 .onboard-breadcrumbs {
1109     margin-bottom: 16px !important;
1110 }
1111
1112 .onboard-breadcrumbs li {
1113     background: none !important;
1114     border-top: none !important;
1115     padding: 6px 12px 2px 0px !important;
1116 }
1117
1118 .onboard-breadcrumbs li:last-child {
1119     padding-right: 0px !important;
1120 }
1121
1122 .onboard-breadcrumbs a {
1123     text-decoration: none;
1124 }
1125
1126 .onboard-breadcrumbs a:hover {
1127     color: #3e3e8c !important;
1128 }
1129
1130 /* Billing specific styles */
1131
1132 #content table.billing_info {
1133     margin-top: 10px;
1134     background:rgba(240, 240, 240, 0.4);
1135 }
1136
1137 #content table.billing_info th {
1138     text-align: right;
1139     width: 50%;
1140 }
1141
1142 .invalid {
1143     border: solid 2px red !important;
1144 }
1145
1146 #payment_history table {
1147     width: 100%;
1148 }
1149
1150 #billingadminpanel .form_settings input {
1151     margin-right: 0px;
1152 }
1153
1154 /* Directory specific styles */
1155
1156 td.entity_profile {
1157     width: auto;
1158 }
1159
1160 #user_directory {
1161     position: relative;
1162     top: -20px;
1163 }
1164
1165 div#user_directory div.alpha_nav > a {
1166     border-left: 1px solid #ccc !important;
1167     padding-left: 3.5px !important;
1168     padding-right: 4px !important;
1169     margin-right: 0px;
1170     float: left;
1171     line-height: 1.4em;
1172 }
1173
1174 div#user_directory div.alpha_nav > a.first {
1175     border-left: none !important;
1176 }
1177
1178 div#user_directory div.alpha_nav a.current {
1179     background-color: #ECECF2 !important;
1180 }
1181
1182 table.profile_list {
1183     margin-top: 10px;
1184 }
1185
1186 .profile_list th#created {
1187     width: 100px;
1188 }
1189
1190 .profile_list th#subscriptions {
1191     width: 120px;
1192 }
1193
1194 table.profile_list tr.alt {
1195     background-color: #fafafa !important;
1196 }
1197
1198 .profile_list .entity_actions {
1199     width: 30px;
1200     height: 26px;
1201     margin-right: 5px;
1202 }
1203
1204 .profile_list .entity_actions input {
1205     width: 26px;
1206     height: 26px;
1207     display: block;
1208     overflow: hidden;
1209     font-size: 0em;
1210 }
1211
1212 /* Event specific styles */
1213
1214 .notice .vevent div {
1215     margin-bottom: 8px;
1216 }
1217
1218 .event-info {
1219     margin-left: 0px !important;
1220     margin-top: 2px !important;
1221 }
1222
1223 .notice .event-info + .notice-options {
1224     margin-top: 14px;
1225 }
1226
1227 .notice .threaded-replies .event-info + .notice-options {
1228     margin-top: 20px;
1229 }
1230
1231 #form_event_rsvp #new_rsvp_data {
1232     display: inline;
1233     margin: 10px 0px;
1234 }
1235
1236 #form_event_rsvp input.submit {
1237     height: auto;
1238     padding: 0px 10px;
1239     margin-left: 10px;
1240     color:#fff;
1241     font-weight: bold;
1242     text-transform: uppercase;
1243     font-size: 1.1em;
1244     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1245     border: 1px solid #d7621c;
1246     border-radius: 4px;
1247     -moz-border-radius: 4px;
1248     -webkit-border-radius: 4px;
1249     background: #FB6104;
1250     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1251     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1252     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1253 }
1254
1255 #form_event_rsvp .notice input.submit:hover {
1256     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1257     background: #ff9d63;
1258     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1259     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1260     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1261 }
1262
1263 }/*end of @media screen, projection, tv*/