]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/neo/css/display.css
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[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
584 #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 {
585     margin-left: 26%;
586 }
587
588 .form_settings fieldset fieldset {
589     margin-bottom: 30px;
590     padding-top: 25px;
591 }
592
593 #invite #content p {
594     margin-bottom: 15px;
595 }
596
597 #invite #content ul {
598     list-style-type: none;
599     margin-bottom: 25px;
600     margin-left: 25px;
601 }
602
603 #invite #content li {
604     background: url(../images/resultset_next.png) no-repeat 0px 3px;
605     padding-left: 20px;
606     margin-bottom: 10px;
607 }
608
609 #invite #content #form_invite ul, #invite #content #form_invite li {
610     margin-left: 0px;
611     padding-left: 0px;
612     background: none;
613 }
614
615 #form_invite input[type=text], #form_invite textarea {
616     width: 250px;
617     padding: 5px;
618     border: 1px solid #a6a6a6;
619     -webkit-border-radius: 4px;
620     -moz-border-radius: 4px;
621     border-radius: 4px;
622     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
623     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
624     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
625 }
626
627 #form_invite textarea {
628     clear: left;
629     width: 508px;
630     height: 48px;
631 }
632
633 #form_invite a.add_row, #form_invite a.remove_row {
634     display: block;
635     height: 16px;
636     width: 16px;
637     overflow: hidden;
638     background-image: url('../../base/images/icons/icons-01.gif');
639     background-repeat: no-repeat;
640 }
641
642 #form_invite a.remove_row {
643     background-position: 0px -1252px;
644     display: inline-block;
645     position: relative;
646     top: 4px;
647     left: 10px;
648     line-height: 4em;
649 }
650
651 #form_invite a.add_row {
652     clear: both;
653     position: relative;
654     top: 10px;
655     background-position: 0px -1186px;
656     width: 120px;
657     padding-left: 20px;
658     line-height: 1.2em;
659 }
660
661 #form_invite label[for=personal] {
662     display: block;
663     margin-top: 25px;
664 }
665
666 #content thead th {
667 text-align:left;
668 }
669 #content tbody th {
670 vertical-align:top;
671 text-align:left;
672 font-weight:normal;
673 padding-top:11px;
674 padding-right:18px;
675 }
676 #content tbody tr {
677     border-top: 1px dotted #bbb;
678 }
679 #content td {
680 padding:11px 18px 11px 0;
681 vertical-align:top;
682 }
683 #content td:last-child {
684 padding-right:0;
685 }
686
687 /* Search */
688
689 #form_search {
690     padding-bottom: 10px;
691     margin-bottom: 20px;
692     background: url('../images/brdr_black_dot.png') repeat-x bottom left;
693 }
694
695 #form_search fieldset {
696     margin-bottom: 0px;
697 }
698
699 #form_search ul.form_data #q {
700     margin-left: 10px;
701     width: 210px;
702 }
703
704 #form_search input.submit {
705     height: 1.6em;
706     line-height: 1.6em;
707     font-size: 1.1em;
708     padding-bottom: 2px;
709     margin-left: 5px;
710 }
711
712 #noticesearch .entity_actions {
713     margin: 0px;
714 }
715
716 #noticesearch p.error {
717     margin-top: 60px;
718 }
719
720 /* Bookmark specific styles */
721
722 .bookmark h3 {
723     margin: 0px 0px 8px 0px;
724     float: left;
725     line-height: 1.2em;
726     max-width: 92%;
727 }
728
729 .bookmark-notice-count {
730     border-radius: 4px;
731         -moz-border-radius: 4px;
732         -webkit-border-radius: 4px;
733     padding: 1px 6px;
734     font-size: 1.2em;
735     line-height: 1.2em;
736     background: #fff;
737     border: 1px solid #7b8dbb;
738     color: #3e3e8c !important;
739     position: relative;
740     right: 4px;
741     margin-left: 10px;
742 }
743
744 .bookmark-notice-count:hover {
745     text-decoration: none;
746     background: #f2f2f2;
747     border: 1px solid #7b8dbb;
748     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
749 }
750
751 .notice .bookmark-description {
752     clear: both;
753     margin-left: 0px;
754     margin-bottom: 0px;
755 }
756
757 .notice .bookmark-author {
758     margin-left: 0px;
759     float: left;
760 }
761
762 .bookmark-tags {
763     clear: both;
764     margin-bottom: 8px;
765     line-height: 1.6em;
766 }
767
768 ul.bookmark-tags a {
769     border-radius: 4px;
770         -moz-border-radius: 4px;
771         -webkit-border-radius: 4px;
772     padding: 1px 6px;
773     background: #f2f2f2;
774     color: #3e3e8c !important;
775     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
776     font-size: 0.88em;
777 }
778
779 ul.bookmark-tags a:hover {
780     background-color: #cdd1dd;
781     text-decoration: none;
782 }
783
784 .bookmark-avatar {
785     float: none !important;
786     position: relative;
787     top: 2px;
788 }
789
790 .bookmark div.entry-content {
791     font-size: 0.88em;
792     line-height: 1.2em;
793     margin-top: 6px;
794     opacity: 0.6;
795     margin-bottom: 0px;
796 }
797
798 .bookmark:hover div.entry-content {
799     opacity: 1;
800 }
801
802 .bookmark .notice-options {
803     margin-top: 16px;
804 }
805
806 #bookmarkpopup {
807     min-width: 600px;
808     margin-top: 0px;
809     height: 100%;
810     border: 10px solid #364A84;
811     background: #364A84;
812 }
813
814 #bookmarkpopup #wrap {
815     width: auto;
816     min-width: 560px;
817     padding: 40px 0px 25px 0px;
818     margin-right: 2px;
819     background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
820 }
821
822 #bookmarkpopup #header {
823     width: auto;
824     padding: 0px 10px;
825 }
826
827 #bookmarkpopup .form_settings label {
828     margin-top: 2px;
829     text-align: right;
830     width: 24%;
831     font-size: 1.2em;
832 }
833
834 #bookmarkpopup .form_settings .form_data input {
835     width: 60%;
836 }
837
838 #bookmarkpopup .form_guide {
839     color: #777;
840 }
841
842 #bookmarkpopup #submit {
843     float: right;
844     margin-right: 0px;
845 }
846
847 #bookmarkpopup fieldset fieldset {
848     margin-bottom: 10px;
849 }
850
851 #form_initial_bookmark.form_settings .form_data li {
852     margin-bottom: 0px;
853 }
854
855 #form_new_bookmark.form_settings .bookmarkform-thumbnail {
856     position: absolute;
857     top: 50px;
858     right: 0px;
859 }
860
861 /* Onboard specific styles */
862
863 #cboxOverlay{
864     background: url(../images/lightbox_bg.png) repeat 0 0 !important;
865 }
866
867 #cboxContent{
868     background: #fff url(../logo.png) no-repeat 10px bottom !important;
869 }
870
871 .onboard_iframe {
872     background: none;
873     padding: 10px;
874 }
875
876 .onboard_iframe #wrap {
877     width: auto;
878     background: none;
879 }
880
881 .onboard_welcome p {
882     margin-bottom: 10px;
883 }
884
885 .onboard_welcome ul {
886     list-style-type: none;
887     margin-bottom: 10px;
888 }
889
890 .onboard_welcome ul li {
891     background: url(../images/resultset_next.png) no-repeat 0px 3px;
892     padding-left: 20px;
893     margin-left: 10px;
894 }
895
896 #aside_primary #onboard_section {
897     background: #f2f2f2;
898     width: 196px;
899     padding: 10px;
900     border-radius: 4px;
901     -moz-border-radius: 4px;
902     -webkit-border-radius: 4px;
903     border: 1px solid #516499;
904     background: #fafafa;
905 }
906
907 #onboard_section H2 {
908     -webkit-border-top-left-radius: 4px;
909     -moz-border-radius-topleft: 4px;
910     border-top-left-radius: 4px;
911     -webkit-border-top-right-radius: 4px;
912     -moz-border-radius-topright: 4px;
913     border-top-right-radius: 4px;
914     position: relative;
915     top: -11px;
916     left: -11px;
917     padding: 2px 0px 2px 10px;
918     margin-right: -22px;
919     margin-bottom: 5px;
920     color: #fff;
921     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
922     background: #364A84;
923     background: -moz-linear-gradient(top, #516499 , #364a84);
924     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
925     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
926 }
927
928 #onboard_section ul {
929     list-style-type: none;
930 }
931
932 #onboard_section .onboard-step-incomplete {
933     background: url(../images/resultset_next.png) no-repeat 0px 1px;
934     padding-left: 20px;
935     margin-bottom: 10px;
936 }
937
938 #onboard_section .onboard-step-complete {
939     background: url(../images/tick.png) no-repeat 0px 1px;
940     padding-left: 20px;
941     margin-bottom: 10px;
942     text-decoration: line-through;
943     color: #555;
944 }
945
946 /* Billing specific styles */
947
948 #content table.billing_info {
949     margin-top: 10px;
950     background:rgba(240, 240, 240, 0.4);
951 }
952
953 #content table.billing_info th {
954     text-align: right;
955     width: 50%;
956 }
957
958 .invalid {
959     border: solid 2px red !important;
960 }
961
962 #payment_history table {
963     width: 100%;
964 }
965
966 #billingadminpanel .form_settings input {
967     margin-right: 0px;
968 }
969
970 /* Directory specific styles */
971
972 div#profile_directory div.alpha_nav > a {
973     border-left: 1px solid #ccc !important;
974     padding-left: 3.5px !important;
975     padding-right: 4px !important;
976     margin-right: 0px;
977     float: left;
978     line-height: 1.4em;
979 }
980
981 div#profile_directory div.alpha_nav > a.first {
982     border-left: none !important;
983 }
984
985 div#profile_directory div.alpha_nav a.current {
986     background-color: #ECECF2 !important;
987 }
988
989 table.profile_list {
990     margin-top: 25px;
991 }
992
993 .profile_list th {
994     font-size: 0.8em;
995 }
996
997 .profile_list th#created {
998     width: 100px;
999 }
1000
1001 .profile_list th#subscriptions {
1002     width: 90px;
1003 }
1004
1005 .profile_list th.current {
1006         background: none !important;
1007 }
1008
1009 .profile_list th.current.reverse {
1010         background: none !important;
1011 }
1012
1013 .profile_list th.current a {
1014         padding-right: 25px;
1015         background: url(../images/bluearrow_down.png) no-repeat top right;
1016 }
1017
1018 .profile_list th.current.reverse a {
1019         background: url(../images/bluearrow_up.png) no-repeat top right;
1020 }
1021
1022 table.profile_list tr.alt {
1023     background-color: #fafafa !important;
1024     border: none !important;
1025 }
1026
1027 td.entity_profile {
1028     width: auto;
1029     min-width: 250px;
1030 }
1031
1032 .profile_list .fn {
1033     display: block;
1034     font-size: 1.1em;
1035     width: auto;
1036 }
1037
1038 .profile_list .nickname, .profile_list .fn.nickname {
1039     position: relative;
1040     top: -8px;
1041     display: block;
1042     margin-bottom: -12px;
1043     font-size: 1.4em;
1044 }
1045
1046 .profile_list .label {
1047     display: block;
1048     margin-left: 59px !important;
1049 }
1050
1051 .profile_list .note {
1052     font-size: 0.88em;
1053     line-height: 1.36em;
1054 }
1055
1056 .profile_list .entry_created, .profile_list .entry_subscriber_count, .profile_list .entry_notice_count {
1057     font-size: 0.88em;
1058 }
1059
1060 .profile_list td.entity_actions {
1061     width: 24px;
1062     max-width: 24px;
1063     min-width: 24px;
1064     height: 20px;
1065     padding-left: 6px !important;
1066     position: relative;
1067     float: none;
1068     display: table-cell !important;
1069 }
1070
1071 .profile_list .entity_actions ul {
1072     position: absolute;
1073     right: 20px;
1074 }
1075
1076 .profile_list .entity_actions input {
1077     width: 22px;
1078     height: 22px;
1079     padding-top: 1px;
1080     padding-right: 0px;
1081     padding-left: 20px;
1082     display: block;
1083     overflow: hidden;
1084     font-size: 0em;
1085     border: 1px solid #CDD1DD;
1086 }
1087
1088 .profile_list .form_group_leave input.submit,
1089 .profile_list .form_user_unsubscribe input.submit {
1090     background-position: 2px -1250px;
1091 }
1092
1093 .profile_list .form_group_join input.submit,
1094 .profile_list .form_user_subscribe input.submit {
1095     background-position: 2px -1184px;
1096 }
1097
1098 .profile_list .entity_actions input:hover {
1099     width: auto;
1100     padding-right: 10px;
1101     overflow: visible;
1102     font-size: 1em;
1103     line-height: 1.3em;
1104     border: 1px solid #A6ADBF;
1105     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1106     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1107     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1108 }
1109
1110 /* Event specific styles */
1111
1112 .notice .vevent div {
1113     margin-bottom: 8px;
1114 }
1115
1116 .event-info {
1117     margin-left: 0px !important;
1118     margin-top: 2px !important;
1119 }
1120
1121 .notice .event-info + .notice-options {
1122     margin-top: 14px;
1123 }
1124
1125 .notice .threaded-replies .event-info + .notice-options {
1126     margin-top: 20px;
1127 }
1128
1129 #form_event_rsvp #new_rsvp_data {
1130     display: inline;
1131     margin: 10px 0px;
1132 }
1133
1134 #form_event_rsvp input.submit {
1135     height: auto;
1136     padding: 0px 10px;
1137     margin-left: 10px;
1138     color:#fff;
1139     font-weight: bold;
1140     text-transform: uppercase;
1141     font-size: 1.1em;
1142     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1143     border: 1px solid #d7621c;
1144     border-radius: 4px;
1145     -moz-border-radius: 4px;
1146     -webkit-border-radius: 4px;
1147     background: #FB6104;
1148     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1149     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1150     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1151 }
1152
1153 #form_event_rsvp input.submit:hover {
1154     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1155     background: #ff9d63;
1156     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1157     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1158     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1159 }
1160
1161 #input_form_event .form_settings .form_data {
1162     float: left;
1163 }
1164
1165 #input_form_event .form_settings .form_data li {
1166     float: left;
1167     width: auto;
1168 }
1169
1170 #input_form_event .form_settings .form_data label {
1171     width: auto;
1172 }
1173
1174 label[for=event-starttime], label[for=event-endtime] {
1175     display: none;
1176 }
1177
1178 #event-starttime, #event-endtime {
1179     margin-top:  -1px;
1180     margin-bottom:  -1px;
1181     height: 2em;
1182 }
1183
1184 #event-startdate, #event-enddate {
1185     margin-right: 20px;
1186     width: 120px;
1187 }
1188
1189 /* Limited-scope specific styles */
1190
1191 .limited-scope .entry-content .timestamp {
1192     padding-left: 20px;
1193     position: relative;
1194 }
1195
1196 .limited-scope .entry-content .timestamp:before {
1197     content: url(../images/lock.png);
1198     position: absolute;
1199     top: -2px;
1200     left: 0px;
1201 }
1202
1203 .limited-scope li .entry-content .timestamp {
1204     padding-left: 0px;
1205 }
1206
1207 .limited-scope li .entry-content .timestamp:before {
1208     content: none;
1209 }
1210
1211 .limited-scope li.limited-scope .entry-content .timestamp {
1212     padding-left: 20px;
1213 }
1214
1215 .limited-scope li.limited-scope .entry-content .timestamp:before {
1216     content: url(../images/lock.png);
1217     position: absolute;
1218     top: -2px;
1219     left: 0px;
1220 }
1221
1222 /* QnA specific styles */
1223
1224 #content .question .entry-title, #content .qna-full-question .entry-title {
1225     min-height: 1px;
1226 }
1227
1228 .question div.question-description {
1229     font-size: 1em;
1230     line-height: 1.36em;
1231     margin-top: 0px;
1232     opacity: 1;
1233 }
1234
1235 .question div.answer-content, .qna-full-question div.answer-content {
1236     opacity: 1;
1237 }
1238
1239 .question .answer-count, .qna-full-question .answer-count {
1240     display: block;
1241     clear: left;
1242 }
1243
1244 .question .answer-count:before, .qna-full-question .answer-count:before {
1245     content: '(';
1246 }
1247
1248 .question .answer-count:after, .qna-full-question .answer-count:after {
1249     content: ')';
1250 }
1251
1252 .question .notice-answer {
1253     margin-left: 10px;
1254     padding-bottom: 10px;
1255 }
1256
1257 ul.qna-dummy {
1258     clear: left;
1259     float: left;
1260     list-style-type: none;
1261     width: 458px;
1262     margin-left: 59px;
1263     padding-right: 2px;
1264     border-left: 3px solid #ECECF2;
1265     background: #fafafa;
1266     font-size: 1em;
1267 }
1268
1269 ul.qna-dummy + ul.threaded-replies li.notice:first-child {
1270     border-top: 2px dotted #eee;
1271     margin-top: -10px;
1272     padding-top: 10px;
1273 }
1274
1275 .qna-dummy-placeholder input {
1276     margin: 10px;
1277     width: 426px;
1278     padding: 4px 4px 4px 6px;
1279     border: 1px solid #a6a6a6;
1280     -webkit-border-radius: 4px;
1281     -moz-border-radius: 4px;
1282     border-radius: 4px;
1283     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1284     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1285     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1286     color: #888;
1287 }
1288
1289 li.notice-answer + li.notice {
1290     border-top: 2px dotted #eee;
1291     margin-top: -10px;
1292     padding-top: 10px;
1293 }
1294
1295 .question fieldset, .qna-full-question fieldset {
1296     margin: 0px;
1297 }
1298
1299 .question fieldset legend, .qna-full-question fieldset legend, .answer fieldset legend {
1300     display: none;
1301 }
1302
1303 .question label[for=qna-answer], .qna-full-question label[for=qna-answer] {
1304     display: none;
1305 }
1306
1307 .question #qna-answer, .qna-full-question #qna-answer {
1308     width: 426px;
1309     height: 54px;
1310     padding: 6px 5px;
1311     border: 1px solid #a6a6a6;
1312     -webkit-border-radius: 4px;
1313     -moz-border-radius: 4px;
1314     border-radius: 4px;
1315     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1316     -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1317     -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
1318     font-size: 1.2em;
1319     margin-top: 10px;
1320     margin-bottom: 10px;
1321 }
1322
1323 .qna-full-question textarea {
1324     width: 508px;
1325 }
1326
1327 .question-description input.submit, .answer-content input.submit {
1328     height: auto;
1329     padding: 0px 10px;
1330     margin: 6px 0px 10px 0px;
1331     color:#fff;
1332     font-weight: bold;
1333     text-transform: uppercase;
1334     font-size: 1.1em;
1335     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
1336     border: 1px solid #d7621c;
1337     border-radius: 4px;
1338     -moz-border-radius: 4px;
1339     -webkit-border-radius: 4px;
1340     background: #FB6104;
1341     background: -moz-linear-gradient(top, #ff9d63 , #FB6104);
1342     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d63), color-stop(100%,#FB6104)); 
1343     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d63', endColorstr='#FB6104',GradientType=0 );
1344 }
1345
1346 .question .question-description input.submit:hover, .question .answer-content input.submit:hover {
1347     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
1348     background: #ff9d63;
1349     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
1350     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FB6104), color-stop(100%,#fc8035));
1351     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB6104', endColorstr='#fc8035',GradientType=0 );
1352 }
1353
1354 .question .question-description #answer-form input.submit {
1355     margin-top: 0px;
1356 }
1357
1358 .question p.best, .answer p.best {
1359     background: url(../images/rosette.png) no-repeat top left;
1360     padding-left: 20px;
1361 }
1362
1363 /* Blog specific styles */
1364
1365 label[for=blog-entry-content] {
1366     display: none !important;
1367 }
1368
1369 #input_form_blog td {
1370     padding-top: 0px;
1371     padding-bottom: 0px;
1372 }
1373
1374 #input_form_blog td.mceToolbar {
1375     padding-top: 4px;
1376 }
1377
1378 /* Poll specific styles */
1379
1380 .notice div.poll-content {
1381     opacity: 1;
1382 }
1383
1384 /* SNOD CompanyLogo styling */
1385
1386 #site_nav_local_views a.company_logo {
1387     width: 138px;
1388     padding: 0px;
1389     font-weight: bold;
1390     text-transform: none;
1391     line-height: 1em;
1392     margin-bottom: 20px;
1393     position: relative;
1394     top: -4px;
1395 }
1396
1397 #site_nav_local_views a.company_logo:hover {
1398     background: none;
1399     color: blue;
1400     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
1401 }
1402
1403 .company_logo img {
1404     max-width: 138px;
1405     margin-bottom: 4px;
1406 }
1407
1408 .company_logo span {
1409     display: block;
1410 }
1411
1412 a.company_logo:hover span {
1413     text-decoration: underline;
1414 }
1415
1416 }/*end of @media screen, projection, tv*/