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