]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo/css/display.css
Quick style fixup for realtime popup.
[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, #ffffff , #ececf2);
264     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
265     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', 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, #input_form_direct {
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 #form_notice-direct.form_notice textarea {
337     width: 498px;
338 }
339
340 .form_notice label.notice_data-attach {
341     top: 0px;
342     right: 0px;
343     z-index: 96;
344 }
345
346 .form_notice .notice_data-geo_wrap label,
347 .form_notice .notice_data-geo_wrap input {
348     top: 26px;
349     right: 0px;
350     z-index: 99;
351 }
352
353 .form_notice .count {
354     position: absolute;
355     top: 50px;
356     right: 35px;
357     font-size: 0.8em; 
358     height: 1em;
359     z-index: 99;
360 }
361
362 #form_notice-direct.form_notice .count {
363     top: 80px;
364     right: 10px;
365 }
366
367 .form_notice #notice_action-submit {
368     position: absolute;
369     top: 100%;
370     left: 0px;
371     margin-top: -44px;
372     float: left;
373     width: 90px;
374     padding: 0px;
375     z-index: 99;
376 }
377
378 .form_notice .error,
379 .form_notice .success,
380 .form_notice .notice-status {
381     width: 478px; 
382     position: relative;
383     top: 0px;
384     float: none;
385     clear: none;
386     margin-left: 0px;
387     margin-top: 10px;
388     padding: 5px 5px 5px 10px;
389     border: 1px solid #ccc;
390 }
391
392 .form_notice .error {
393     border: 1px solid #d05858;
394 }
395
396 .form_notice .attach-status code {
397     font-size: 1em;
398 }
399
400 .input_form fieldset {
401     margin: 0px;
402     padding: 0px;
403 }
404
405 .input_form fieldset fieldset {
406     margin-bottom: 10px !important;
407 }
408
409 .to-selector { 
410     padding-top: 15px;
411     z-index: 99;
412 }
413
414 .form_settings label[for=notice_to] {
415     margin-left: 100px;
416     margin-right: 5px;
417 }
418
419 .checkbox-wrapper {
420     padding: 2px;
421     clear: left;
422     display: block;
423     margin-left: 26%;
424 }
425
426 .form_notice .checkbox-wrapper {
427     display: inline;
428     margin-left: 10px;
429 }
430
431 .form_settings .checkbox-wrapper label.checkbox {
432     margin-left: 0px;
433     margin-top: 6px;
434     line-height: 1.2em;
435     left: -3px;
436 }
437
438 .checkbox-wrapper #notice_private {
439     display:none;
440 }
441
442 .checkbox-wrapper.unchecked label.checkbox {
443     padding-left: 20px;
444     background: url(../images/lock_open.png) no-repeat 0px 0px;
445     opacity: 0.6;
446 }
447
448 .checkbox-wrapper.checked label.checkbox {
449     padding-left: 20px;
450     background: url(../images/lock.png) no-repeat 0px 0px;
451     color: red;
452     opacity: 1;
453 }
454
455 #aside_primary {
456     width: 218px;
457     float: left;
458     overflow: hidden;
459     position: relative;
460     left: 802px;
461     padding: 22px 10px 40px 10px;
462     margin-top: 0px;
463     background: none;
464 }
465
466 #aside_primary .section {
467     width: 100%;
468     margin-left: 0px;
469     margin-right: 0px;
470     font-size: 0.88em;
471 }
472
473 #aside_primary h2 {
474     margin-bottom: 10px;
475     padding-bottom: 6px;
476     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
477     color: #7a7c87;
478     font-size: 1.25em;
479     letter-spacing: 2px;
480     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
481     text-transform: uppercase;
482 }
483
484 .profile_block .entity_actions {
485     float: right;
486     width: 110px;
487     margin-top: 2px;
488     margin-bottom: 2px;
489 }
490
491 .profile_block .entity_moderation:hover ul,
492 .profile_block .entity_role:hover ul {
493     right: 20px;
494 }
495
496 .profile_block_name {
497     font-size: 14px;
498     font-weight: bold;
499 }
500
501 .profile_block_location {
502     font-weight: bold;
503 }
504
505 .profile_block_description {
506     line-height: 1.2em;
507 }
508
509 #site_nav_object ul {
510     background: url('../images/brdr_black_dot.png') repeat-x top left;
511 }
512
513 #site_nav_object li {
514     display: block;
515     margin: -8px 0px 8px 0px;
516     padding-top: 8px;
517 }
518
519 #site_nav_object a {
520     font-size: 14px;
521     display: block;
522     padding: 0px 0px 1px 10px;
523     -webkit-border-radius: 4px;
524     -moz-border-radius: 4px;
525     border-radius: 4px;
526     text-transform: uppercase;
527     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
528 }
529
530 #site_nav_object a:hover, #site_nav_object .current a {
531     color: #fff;
532     text-decoration: none;
533     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
534     background: #364a84;
535     background: -moz-linear-gradient(top, #7b8dbb , #364a84);
536     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
537     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
538 }
539
540 .section ul.entities {
541     width: 240px;
542 }
543
544 .section .entities li {
545     margin-right: 23px;
546     margin-bottom: 12px;
547     width: 24px;
548 }
549
550 #popular_notices .avatar {
551     position: relative;
552     top: 4px;
553     margin-bottom: 6px;
554 }
555
556 #aside_primary td {
557     padding-right: 20px;
558     padding-bottom: 14px;
559 }
560
561 #aside_primary td .nickname {
562     line-height: 1.6em;
563 }
564
565 .section .avatar {
566     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
567     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
568     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
569 }
570
571 #content h1 {
572     border-bottom: 3px solid #A6ADBF;
573     color: #A6ADBF;
574     font-size: 1.4em;
575     letter-spacing: 4px;
576     text-transform: none;
577 }
578
579 #notices_primary {
580     margin-top: -5px;
581 }
582
583 #content .notice {
584     padding-bottom: 14px;
585     border-bottom: 2px dotted #eee;
586 }
587
588 .notice {
589     line-height: 1.36em;
590     margin-bottom: 10px;
591 }
592
593 #content .notice .author .photo {
594     left: 0px;
595     top: 9px;
596 }
597
598 #content .notice .entry-title {
599     min-height: 35px;
600 }
601
602 #showstream .notice .entry-title {
603     min-height: 1px;
604 }
605
606 #shownotice .notice .entry-title {
607     min-height:123px;
608 }
609
610 .notice div.entry-content {
611     font-size: 0.88em;
612     line-height: 1.2em;
613     margin-top: 6px;
614     opacity: 0.6;
615 }
616
617 .notice:hover div.entry-content {
618     opacity: 1;
619 }
620
621 .user_in .notice div.entry-content {
622     max-width: 440px;
623 }
624
625 div.entry-content a.response:before {
626         content: "(";
627 }
628
629 div.entry-content a.response:after {
630         content: ")";
631 }
632
633 .notice-options {
634     margin-top: 4px;
635 }
636
637 .threaded-replies {
638     clear: both;
639     float: left;
640     width: 458px;
641     margin-left: 59px;
642     margin-top: 10px;
643     padding-right: 2px;
644     border-left: 3px solid #ECECF2;
645     background: #fafafa;
646     font-size: 1em;
647 }
648
649 #content .notice .threaded-replies .notice,
650 #content .notice .threaded-replies .notice-data {
651     width: 440px;
652     min-height: 1px;
653     padding-bottom: 14px;
654     padding-top: 5px;
655     border-bottom: 2px dotted #eee;
656     line-height: 1.36em;
657     margin-top: 0px;
658     margin-bottom: 0px;
659     margin-left: 10px;
660     background: none;
661 }
662
663 #content .notice .threaded-replies .entry-title {
664     min-height: 1px;
665 }
666
667 #content .threaded-replies .notice .author .photo {
668     height: 24px;
669     width: 24px;
670     top: 14px;
671     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
672     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
673     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
674 }
675
676 #content .notice .threaded-replies .notice .entry-title {
677     margin: 2px 7px 0px 35px;
678 }
679
680 #content .notice .threaded-replies .notice div.entry-content {
681     clear:left;
682     float:left;
683     margin-left: 35px;
684     margin-top: 4px !important;
685 }
686
687 .threaded-replies li {
688     list-style-type: none;
689 }
690
691 .threaded-replies .notice-reply-comments {
692     margin: 2px 0px 4px 10px;
693 }
694
695 .threaded-replies .placeholder {
696     margin: 10px;
697     width: 426px;
698 }
699
700 .threaded-replies .notice-reply {
701     clear: left;
702     position: relative;
703     padding: 10px;
704     padding-bottom: 44px;
705 }
706
707 .threaded-replies .form_notice textarea {
708     width: 385px;
709 }
710
711 .threaded-replies .form_notice label.notice_data-attach {
712     top: 10px;
713     right: 10px;
714 }
715
716 .threaded-replies .form_notice .notice_data-geo_wrap label,
717 .threaded-replies .form_notice .notice_data-geo_wrap input {
718     top: 36px;
719     right: 10px;
720 }
721
722 .threaded-replies .form_notice .count {
723     top: 60px;
724     right: 50px;
725 }
726
727 .threaded-replies .form_notice #notice_action-submit {
728     left: 10px;
729 }
730
731 .threaded-replies .form_notice .error,
732 .threaded-replies .form_notice .success,
733 .threaded-replies .form_notice .notice-status {
734     width: 390px; 
735 }
736
737 .threaded-replies .to-selector {
738     display: none;
739 }
740
741 .user_in.realtime-popup .notice div.entry-content {
742     max-width: 320px;
743 }
744
745 .realtime-popup .threaded-replies {
746     margin-left: 15px;
747 }
748
749 .realtime-popup .threaded-replies .form_notice textarea {
750     width: 385px !important;
751 }
752
753 .realtime-popup .threaded-replies .form_notice label.notice_data-attach {
754     top: 10px !important;
755     right: 10px !important;
756 }
757
758 #content .notice .notice {
759     width: 100%;
760     margin-left: 0;
761     margin-top: 16px;
762     margin-bottom: 10px;
763 }
764
765 .notice .notice {
766 background-color:rgba(200, 200, 200, 0.050);
767 }
768 .notice .notice .notice {
769 background-color:rgba(200, 200, 200, 0.100);
770 }
771 .notice .notice .notice .notice {
772 background-color:rgba(200, 200, 200, 0.150);
773 }
774 .notice .notice .notice .notice .notice {
775 background-color:rgba(200, 200, 200, 0.300);
776 }
777
778 .pagination {
779     height: 1.2em;
780 }
781
782 #jOverlayContent button {
783     top: 20px;
784     right: 36px;
785 }
786
787 .entity_profile {
788     float: left;
789     width: 360px;
790     margin-top: 4px;
791 }
792
793 .entity_profile .entity_depiction {
794     margin-top: 4px;
795 }
796
797 .entity_actions {
798     width: 140px;
799     margin-top: 8px;
800     margin-bottom: 10px;
801 }
802
803 .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, .entity_actions input.submit {
804         text-shadow:0 1px 0 rgba(255,255,255,0.4);
805     border-radius: 4px;
806     -moz-border-radius: 4px;
807     -webkit-border-radius: 4px;
808     background-color: #CDD1DD !important;
809 }
810
811 .entity_moderation:hover ul,
812 .entity_role:hover ul {
813     border-radius: 4px;
814     -moz-border-radius: 4px;
815     -webkit-border-radius: 4px;
816 }
817
818 .entity_send-a-message .form_notice legend {
819         text-shadow:0 1px 0 rgba(255,255,255,0.4);
820 }
821
822 .entity_send-a-message .form_notice {
823     border: 1px solid #7B4E82;
824 }
825
826 .entity_send-a-message .form_notice #notice_action-submit {
827     color: #fff !important;
828     top: 46px;
829 }
830
831 #aside_primary #entity_remote_subscribe a:hover {
832     background-color: #fff !important;
833 }
834
835 #entity_remote_subscribe .dialogbox {
836     border: 1px solid #7B4E82;
837     border-radius: 8px;
838         -moz-border-radius: 8px;
839         -webkit-border-radius: 8px;
840 }
841
842 #entity_remote_subscribe input {
843     padding-left: 4px;
844 }
845
846 #entity_remote_subscribe .submit_dialogbox {
847     margin-top: 10px;
848     float: right;
849 }
850
851 #filter_tags_item .submit {
852   left: 6px;
853   top: -3px;
854 }
855
856 #pagination {
857     height: 1.2em;
858     padding-bottom: 12px;
859     -webkit-border-radius: 6px;
860     -moz-border-radius: 6px;
861     border-radius: 6px;
862 }
863
864 #footer {
865     position: relative;
866     top: -6px;
867     color: #000;
868     margin-left: 0px;
869     margin-right: 0px;
870     -webkit-border-top-left-radius: 6px;
871     -webkit-border-top-right-radius: 6px;
872     -moz-border-radius-topleft: 6px;
873     -moz-border-radius-topright: 6px;
874     border-top-left-radius: 6px;
875     border-top-right-radius: 6px;
876 }
877
878 #footer a {
879     color: #3e3e8c;
880 }
881
882 #site_nav_global_secondary {
883     margin-bottom: 10px;
884 }
885
886 .error, .success, .notice-status {
887     background-color: #F7E8E8;
888     padding: 4px;
889     -webkit-border-radius: 6px;
890     -moz-border-radius: 6px;
891     border-radius: 6px;
892 }
893 .success, .notice-status {
894     background-color: #f2f2f2;
895 }
896
897 .form_notice input.submit, .form_settings input.submit, .form_settings input.cancel {
898     height: 1.9em;
899     padding: 0px 10px;
900     color:#fff;
901     font-weight: bold;
902     text-transform: uppercase;
903     font-size: 1.2em;
904     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
905     border: 1px solid #d7621c;
906     border-radius: 4px;
907     -moz-border-radius: 4px;
908     -webkit-border-radius: 4px;
909     background: #FB6104;
910     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
911     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
912     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
913 }
914
915 .form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover {
916     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
917     background: #ff9d63;
918     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
919     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
920     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
921 }
922
923 .form_settings input#settings_design_reset, .form_settings input.cancel {
924     background: #e2e2e2;
925     color: #8e181b;
926     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
927 }
928
929 .form_settings input#settings_design_reset:hover, .form_settings input.cancel:hover {
930     background: #f2f2f2;
931     color: #8e181b;
932     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
933 }
934
935 .form_settings input.checkbox, .form_settings input.radio {
936     margin-left: 24%;
937     margin-top: 2px;
938     position: relative;
939     left: -14px;
940 }
941
942 .form_settings label.checkbox, .form_settings label.radio {
943     width: auto;
944     max-width: 60%;
945     position: relative;
946     left: -30px;
947 }
948
949 .form_settings li input.radio {
950     clear: left;
951 }
952
953 .form_settings label.radio {
954     margin-left: 10px;
955     margin-right: 10px;
956     text-align: left;
957 }
958
959 #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 {
960     margin-left: 26%;
961 }
962
963 #form_search ul.form_data #q {
964     margin-left: 10px;
965 }
966
967 .form_settings fieldset fieldset {
968     margin-bottom: 30px;
969     padding-top: 25px;
970 }
971
972
973 #content thead th {
974 text-align:left;
975 }
976 #content tbody th {
977 vertical-align:top;
978 text-align:left;
979 font-weight:normal;
980 padding-top:11px;
981 padding-right:18px;
982 }
983 #content tbody tr {
984     border-top: 1px dotted #bbb;
985 }
986 #content td {
987 padding:11px 18px 11px 0;
988 vertical-align:top;
989 }
990 #content td:last-child {
991 padding-right:0;
992 }
993
994
995 /* Bookmark specific styles */
996
997 #content .bookmark .entry-title {
998     margin-left: 0px;
999 }
1000
1001 .bookmark h3 {
1002     margin: 0px 0px 8px 0px;
1003     float: left;
1004     line-height: 1.2em;
1005     max-width: 92%;
1006 }
1007
1008 .bookmark-notice-count {
1009     border-radius: 4px;
1010         -moz-border-radius: 4px;
1011         -webkit-border-radius: 4px;
1012     padding: 1px 6px;
1013     font-size: 1.2em;
1014     line-height: 1.2em;
1015     background: #fff;
1016     border: 1px solid #7b8dbb;
1017     color: #3e3e8c !important;
1018     position: relative;
1019     right: 4px;
1020     margin-left: 10px;
1021 }
1022
1023 .bookmark-notice-count:hover {
1024     text-decoration: none;
1025     background: #f2f2f2;
1026     border: 1px solid #7b8dbb;
1027     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
1028 }
1029
1030 .notice .bookmark-description {
1031     clear: both;
1032     margin-left: 0px;
1033     margin-bottom: 0px;
1034 }
1035
1036 .notice .bookmark-author {
1037     margin-left: 0px;
1038     float: left;
1039 }
1040
1041 .bookmark-tags {
1042     clear: both;
1043     margin-bottom: 8px;
1044     line-height: 1.6em;
1045 }
1046
1047 ul.bookmark-tags a {
1048     border-radius: 4px;
1049         -moz-border-radius: 4px;
1050         -webkit-border-radius: 4px;
1051     padding: 1px 6px;
1052     background: #f2f2f2;
1053     color: #3e3e8c !important;
1054     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
1055     font-size: 0.88em;
1056 }
1057
1058 ul.bookmark-tags a:hover {
1059     background-color: #cdd1dd;
1060     text-decoration: none;
1061 }
1062
1063 .bookmark-avatar {
1064     float: none !important;
1065     position: relative;
1066     top: 2px;
1067 }
1068
1069 .bookmark div.entry-content {
1070     font-size: 0.88em;
1071     line-height: 1.2em;
1072     margin-top: 6px;
1073     opacity: 0.6;
1074     margin-bottom: 0px;
1075 }
1076
1077 .bookmark:hover div.entry-content {
1078     opacity: 1;
1079 }
1080
1081 .bookmark .notice-options {
1082     margin-top: 16px;
1083 }
1084
1085 #bookmarkpopup {
1086     min-width: 600px;
1087     margin-top: 0px;
1088     height: 100%;
1089     border: 10px solid #364A84;
1090     background: #364A84;
1091 }
1092
1093 #bookmarkpopup #wrap {
1094     width: auto;
1095     min-width: 560px;
1096     padding: 40px 0px 25px 0px;
1097     margin-right: 2px;
1098     background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
1099 }
1100
1101 #bookmarkpopup #header {
1102     width: auto;
1103     padding: 0px 10px;
1104 }
1105
1106 #bookmarkpopup .form_settings label {
1107     margin-top: 2px;
1108     text-align: right;
1109     width: 24%;
1110     font-size: 1.2em;
1111 }
1112
1113 #bookmarkpopup .form_settings .form_data input {
1114     width: 60%;
1115 }
1116
1117 #bookmarkpopup .form_guide {
1118     color: #777;
1119 }
1120
1121 #bookmarkpopup #submit {
1122     float: right;
1123     margin-right: 0px;
1124 }
1125
1126 #bookmarkpopup fieldset fieldset {
1127     margin-bottom: 10px;
1128 }
1129
1130 /* Onboard specific styles */
1131
1132 .onboard-flash {
1133     position: relative;
1134     right: -800px;
1135     top: 10px;
1136     border-radius: 6px;
1137         -moz-border-radius: 6px;
1138         -webkit-border-radius: 6px;
1139     font-size: 1.1em;
1140     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
1141     -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
1142     -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
1143 }
1144
1145 .onboard-flash p {
1146     margin-bottom: 10px;
1147 }
1148
1149 .onboard-flash .next:before {
1150     content: '\00BB';
1151     padding-right: 6px;
1152 }
1153
1154 .onboard-breadcrumbs {
1155     margin-bottom: 16px !important;
1156 }
1157
1158 .onboard-breadcrumbs li {
1159     background: none !important;
1160     border-top: none !important;
1161     padding: 6px 12px 2px 0px !important;
1162 }
1163
1164 .onboard-breadcrumbs li:last-child {
1165     padding-right: 0px !important;
1166 }
1167
1168 .onboard-breadcrumbs a {
1169     text-decoration: none;
1170 }
1171
1172 .onboard-breadcrumbs a:hover {
1173     color: #3e3e8c !important;
1174 }
1175
1176 /* Billing specific styles */
1177
1178 #content table.billing_info {
1179     margin-top: 10px;
1180     background:rgba(240, 240, 240, 0.4);
1181 }
1182
1183 #content table.billing_info th {
1184     text-align: right;
1185     width: 50%;
1186 }
1187
1188 .invalid {
1189     border: solid 2px red !important;
1190 }
1191
1192 #payment_history table {
1193     width: 100%;
1194 }
1195
1196 #billingadminpanel .form_settings input {
1197     margin-right: 0px;
1198 }
1199
1200 /* Directory specific styles */
1201
1202 td.entity_profile {
1203     width: auto;
1204 }
1205
1206 #user_directory {
1207     position: relative;
1208     top: -20px;
1209 }
1210
1211 div#user_directory div.alpha_nav > a {
1212     border-left: 1px solid #ccc !important;
1213     padding-left: 3.5px !important;
1214     padding-right: 4px !important;
1215     margin-right: 0px;
1216     float: left;
1217     line-height: 1.4em;
1218 }
1219
1220 div#user_directory div.alpha_nav > a.first {
1221     border-left: none !important;
1222 }
1223
1224 div#user_directory div.alpha_nav a.current {
1225     background-color: #ECECF2 !important;
1226 }
1227
1228 table.profile_list {
1229     margin-top: 10px;
1230 }
1231
1232 .profile_list th#created {
1233     width: 100px;
1234 }
1235
1236 .profile_list th#subscriptions {
1237     width: 120px;
1238 }
1239
1240 table.profile_list tr.alt {
1241     background-color: #fafafa !important;
1242 }
1243
1244 .profile_list .entity_actions {
1245     width: 30px;
1246     height: 26px;
1247     margin-right: 5px;
1248 }
1249
1250 .profile_list .entity_actions input {
1251     width: 26px;
1252     height: 26px;
1253     display: block;
1254     overflow: hidden;
1255     font-size: 0em;
1256 }
1257
1258 /* Event specific styles */
1259
1260 .notice .vevent div {
1261     margin-bottom: 8px;
1262 }
1263
1264 .event-info {
1265     margin-left: 0px !important;
1266     margin-top: 2px !important;
1267 }
1268
1269 .notice .event-info + .notice-options {
1270     margin-top: 14px;
1271 }
1272
1273 .notice .threaded-replies .event-info + .notice-options {
1274     margin-top: 20px;
1275 }
1276
1277 #form_event_rsvp #new_rsvp_data {
1278     display: inline;
1279     margin: 10px 0px;
1280 }
1281
1282 #form_event_rsvp input.submit {
1283     height: auto;
1284     padding: 0px 10px;
1285     margin-left: 10px;
1286     color:#fff;
1287     font-weight: bold;
1288     text-transform: uppercase;
1289     font-size: 1.1em;
1290     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1291     border: 1px solid #d7621c;
1292     border-radius: 4px;
1293     -moz-border-radius: 4px;
1294     -webkit-border-radius: 4px;
1295     background: #FB6104;
1296     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1297     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1298     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1299 }
1300
1301 #form_event_rsvp input.submit:hover {
1302     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1303     background: #ff9d63;
1304     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1305     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1306     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1307 }
1308
1309 /* Limited-scope specific styles */
1310
1311 .limited-scope .entry-content .timestamp {
1312     padding-left: 20px;
1313     position: relative;
1314 }
1315
1316 .limited-scope .entry-content .timestamp:before {
1317     content: url(../images/lock.png);
1318     position: absolute;
1319     top: -2px;
1320     left: 0px;
1321 }
1322
1323 .limited-scope li .entry-content .timestamp {
1324     padding-left: 0px;
1325 }
1326
1327 .limited-scope li .entry-content .timestamp:before {
1328     content: none;
1329 }
1330
1331 .limited-scope li.limited-scope .entry-content .timestamp {
1332     padding-left: 20px;
1333 }
1334
1335 .limited-scope li.limited-scope .entry-content .timestamp:before {
1336     content: url(../images/lock.png);
1337     position: absolute;
1338     top: -2px;
1339     left: 0px;
1340 }
1341
1342 /* QnA specific styles */
1343
1344 #content .question .entry-title, #content .qna-full-question .entry-title {
1345     min-height: 1px;
1346 }
1347
1348 .question div.question-description {
1349     font-size: 1em;
1350     line-height: 1.36em;
1351     margin-top: 0px;
1352     opacity: 1;
1353 }
1354
1355 .question div.answer-content, .qna-full-question div.answer-content {
1356     opacity: 1;
1357 }
1358
1359 .question .answer-count, .qna-full-question .answer-count {
1360     display: block;
1361     clear: left;
1362 }
1363
1364 .question .answer-count:before, .qna-full-question .answer-count:before {
1365     content: '(';
1366 }
1367
1368 .question .answer-count:after, .qna-full-question .answer-count:after {
1369     content: ')';
1370 }
1371
1372 .question fieldset, .qna-full-question fieldset {
1373     margin: 0px;
1374 }
1375
1376 .question fieldset legend, .qna-full-question fieldset legend, .answer fieldset legend {
1377     display: none;
1378 }
1379
1380 .question label[for=answer], .qna-full-question label[for=answer] {
1381     display: none;
1382 }
1383
1384 .question textarea, .qna-full-question textarea {
1385     width: 100%;
1386     height: 42px;
1387     padding: 6px 10px 18px 10px;
1388     border: 1px solid #a6a6a6;
1389     -webkit-border-radius: 4px;
1390     -moz-border-radius: 4px;
1391     border-radius: 4px;
1392     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1393     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1394     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1395     font-size: 1.2em;
1396     margin-top: 15px;
1397     margin-bottom: 10px;
1398 }
1399
1400 .qna-full-question textarea {
1401     width: 473px;
1402 }
1403
1404 .question-description input.submit, .answer-content input.submit {
1405     height: auto;
1406     padding: 0px 10px;
1407     margin: 6px 0px 10px 0px;
1408     color:#fff;
1409     font-weight: bold;
1410     text-transform: uppercase;
1411     font-size: 1.1em;
1412     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1413     border: 1px solid #d7621c;
1414     border-radius: 4px;
1415     -moz-border-radius: 4px;
1416     -webkit-border-radius: 4px;
1417     background: #FB6104;
1418     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1419     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1420     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1421 }
1422
1423 .question .question-description input.submit:hover, .question .answer-content input.submit:hover {
1424     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1425     background: #ff9d63;
1426     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1427     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1428     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1429 }
1430
1431 .question .question-description #answer-form input.submit {
1432     margin-top: 0px;
1433 }
1434
1435 .question p.best, .answer p.best {
1436     background: url(../images/rosette.png) no-repeat top left;
1437     padding-left: 20px;
1438 }
1439
1440 }/*end of @media screen, projection, tv*/