]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Minor margin to more link
[quix0rs-gnu-social.git] / theme / base / css / display.css
1 /** theme: base
2  *
3  * @package   StatusNet
4  * @author    Sarven Capadisli <csarven@status.net>
5  * @copyright 2009-2010 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
8  */
9
10 * { margin:0; padding:0; }
11 img { display:block; border:0; }
12 a abbr { cursor: pointer; border-bottom:0; }
13 table { border-collapse:collapse; }
14 ol { list-style-position:inside; }
15 html { font-size: 87.5%; }
16 body {
17 background-color:#FFFFFF;
18 color:#000;
19 font-family:sans-serif;
20 font-size:1em;
21 line-height:1.65;
22 position:relative;
23 }
24 h1,h2,h3,h4,h5,h6 {
25 margin-bottom:7px;
26 overflow:hidden;
27 }
28 h1 {
29 font-size:1.4em;
30 margin-bottom:18px;
31 }
32 #showstream h1 { display:none; }
33 h2 { font-size:1.3em; }
34 h3 { font-size:1.2em; }
35 h4 { font-size:1.1em; }
36 h5 { font-size:1em; }
37 h6 { font-size:0.9em; }
38
39 caption {
40 font-weight:bold;
41 }
42 legend {
43 font-weight:bold;
44 font-size:1.3em;
45 }
46 input, textarea, select, option {
47 padding:4px;
48 font-family:sans-serif;
49 font-size:1em;
50 }
51 input.submit {
52 font-weight:bold;
53 cursor:pointer;
54 }
55 textarea {
56 overflow:auto;
57 }
58 option {
59 padding-bottom:0;
60 }
61 fieldset {
62 padding:0;
63 border:0;
64 }
65 form ul li {
66 list-style-type:none;
67 margin:0 0 18px 0;
68 }
69 form label {
70 font-weight:bold;
71 }
72 input.checkbox,
73 input.radio {
74 position:relative;
75 top:2px;
76 left:auto;
77 border:0;
78 }
79
80 .error,
81 .success {
82 padding:4px 1.55%;
83 border-radius:4px;
84 -moz-border-radius:4px;
85 -webkit-border-radius:4px;
86 margin-bottom:18px;
87 }
88
89 .xoxo li {
90 list-style-type:none;
91 }
92
93 form label.submit {
94 display:none;
95 }
96 .form_settings {
97 clear:both;
98 }
99 .form_settings fieldset {
100 margin-bottom:29px;
101 }
102 .form_settings fieldset fieldset {
103 margin-bottom:41px;
104 padding:3% 1.795% 1.795% 3%;
105 border-radius:11px;
106 -moz-border-radius:11px;
107 -webkit-border-radius:11px;
108 border-width:1px;
109 border-style:solid;
110 }
111 .form_settings fieldset fieldset legend {
112 line-height:0;
113 }
114
115 .form_settings input.remove {
116 margin-left:11px;
117 }
118 .form_settings .form_data li {
119 width:100%;
120 float:left;
121 }
122 .form_settings .form_data label {
123 float:left;
124 }
125 .form_settings .form_data textarea,
126 .form_settings .form_data select,
127 .form_settings .form_data input {
128 margin-left:1.795%;
129 float:left;
130 }
131 .form_settings .form_data input {
132 width:39%;
133 }
134 .form_settings .form_data input.submit,
135 .form_settings .form_data input.checkbox,
136 .form_settings .form_data input.radio {
137 width:auto;
138 }
139 .form_settings .form_data textarea {
140 width:63%;
141 }
142
143 .form_settings .form_data input.submit {
144 margin-left:0;
145 }
146
147 .form_settings label {
148 margin-top:2px;
149 width:24%;
150 }
151
152 .form_actions label {
153 display:none;
154 }
155 .form_guide {
156 font-style:italic;
157 }
158
159 .form_settings #settings_autosubscribe label {
160 display:inline;
161 font-weight:bold;
162 }
163
164 #form_settings_profile legend,
165 #form_login legend,
166 #form_register legend,
167 #form_password legend,
168 #form_settings_avatar legend,
169 #newgroup legend,
170 #editgroup legend,
171 #form_tag_user legend,
172 #form_remote_subscribe legend,
173 #form_openid_login legend,
174 #form_search legend,
175 #form_invite legend,
176 #form_notice_delete legend,
177 #form_password_recover legend,
178 #form_password_change legend,
179 .form_entity_block legend,
180 #form_filter_bytag legend,
181 #apioauthauthorize_allowdeny {
182 display:none;
183 }
184
185 .form_settings .form_data p.form_guide {
186 clear:both;
187 margin-left:26%;
188 margin-bottom:0;
189 }
190
191 .form_settings p {
192 margin-bottom:11px;
193 }
194
195 .form_settings input.checkbox,
196 .form_settings input.radio {
197 margin-top:3px;
198 margin-left:0;
199 }
200 .form_settings label.checkbox {
201 font-weight:normal;
202 margin-top:0;
203 margin-right:0;
204 margin-left:11px;
205 float:left;
206 width:90%;
207 }
208 .form_settings label.radio {
209 margin-top:0;
210 margin-right:47px;
211 margin-left:11px;
212 width:auto;
213 }
214
215 #form_login p.form_guide,
216 #form_register #settings_rememberme p.form_guide,
217 #form_openid_login #settings_rememberme p.form_guide,
218 #settings_twitter_remove p.form_guide,
219 #form_search ul.form_data #q,
220 #design_background-image_onoff p.form_guide {
221 margin-left:0;
222 }
223
224 .form_settings .form_note {
225 border-radius:4px;
226 -moz-border-radius:4px;
227 -webkit-border-radius:4px;
228 padding:0 7px;
229 }
230
231 .form_settings input.form_action-default {
232 margin-right:11px;
233 }
234 .form_settings input.form_action-default,
235 .form_settings input.form_action-primary {
236 padding:0;
237 }
238 .form_settings input.form_action-secondary {
239 margin-left:29px;
240 }
241
242 #form_search .submit {
243 margin-left:11px;
244 }
245 #form_search .form_data input {
246 width:auto;
247 }
248
249 address {
250 float:left;
251 margin-bottom:18px;
252 margin-left:18px;
253 }
254 address.vcard img.logo {
255 margin-right:0;
256 }
257 address .fn {
258 font-weight:bold;
259 }
260 address img + .fn {
261 display:none;
262 }
263 address a {
264 text-decoration:none;
265 }
266 address .poweredby {
267 float:left;
268 clear:left;
269 display:block;
270 position:relative;
271 top:7px;
272 margin-right:-47px;
273 }
274
275 #header {
276 width:100%;
277 position:relative;
278 float:left;
279 padding-top:18px;
280 margin-bottom:29px;
281 }
282
283 #site_nav_global_primary {
284 float:right;
285 margin-right:18px;
286 margin-bottom:11px;
287 margin-left:18px;
288 }
289 #site_nav_global_primary li {
290 display:inline;
291 margin-left:18px;
292 }
293
294 .system_notice dt {
295 font-weight:bold;
296 text-transform:uppercase;
297 display:none;
298 }
299
300 #site_notice {
301 float:right;
302 clear:right;
303 margin-top:7px;
304 margin-right:18px;
305 width:24%;
306 }
307 #page_notice {
308 clear:both;
309 margin-bottom:18px;
310 }
311
312 #anon_notice {
313 float:left;
314 width:42.4%;
315 padding:1.1%;
316 border-radius:7px;
317 -moz-border-radius:7px;
318 -webkit-border-radius:7px;
319 border-width:2px;
320 border-style:solid;
321 line-height:1.5;
322 font-size:1.1em;
323 font-weight:bold;
324 }
325
326 #footer {
327 float:left;
328 width:64%;
329 padding:18px;
330 }
331
332 #site_nav_local_views {
333 width:100%;
334 float:left;
335 }
336 #site_nav_local_views dt {
337 display:none;
338 }
339 #site_nav_local_views li {
340 float:left;
341 margin-right:18px;
342 list-style-type:none;
343 }
344 #site_nav_local_views a {
345 float:left;
346 text-decoration:none;
347 padding:4px 11px;
348 border-radius-topleft:4px;
349 border-radius-topright:4px;
350 -moz-border-radius-topleft:4px;
351 -moz-border-radius-topright:4px;
352 -webkit-border-top-left-radius:4px;
353 -webkit-border-top-right-radius:4px;
354 border-radius-topleft:0;
355 border-radius-topright:0;
356 border-width:1px;
357 border-style:solid;
358 border-bottom:0;
359 font-weight:bold;
360 }
361 #site_nav_local_views .nav {
362 float:left;
363 width:100%;
364 }
365
366 body[id$=adminpanel] #site_nav_local_views {
367 position:relative;
368 z-index:9;
369 float:right;
370 margin-right:10.65%;
371 width:22.25%;
372 }
373 body[id$=adminpanel] #site_nav_local_views li {
374 width:100%;
375 margin-right:0;
376 margin-bottom:7px;
377 }
378 body[id$=adminpanel] #site_nav_local_views a {
379 display:block;
380 width:80%;
381 padding-right:10%;
382 padding-left:10%;
383 border-radius-toprleft:0;
384 -moz-border-radius-topleft:0;
385 -webkit-border-top-left-radius:0;
386 border-radius-topright:4px;
387 -moz-border-radius-topright:4px;
388 -webkit-border-top-right-radius:4px;
389 border-radius-bottomright:4px;
390 -moz-border-radius-bottomright:4px;
391 -webkit-border-bottom-right-radius:4px;
392 }
393 body[id$=adminpanel] #site_nav_local_views li.current {
394 box-shadow:none;
395 -moz-box-shadow:none;
396 -webkit-box-shadow:none;
397 }
398
399 body[id$=adminpanel] #content {
400 border-radius-topleft:7px;
401 border-radius-topright:7px;
402 -moz-border-radius-topleft:7px;
403 -moz-border-radius-topright:7px;
404 -webkit-border-top-left-radius:7px;
405 -webkit-border-top-right-radius:7px;
406 border-radius-topright:0;
407 -moz-border-radius-topright:0;
408 -webkit-border-top-right-radius:0;
409 }
410 body[id$=adminpanel] #aside_primary {
411 display:none;
412 }
413
414 #site_nav_global_primary dt,
415 #site_nav_global_secondary dt {
416 display:none;
417 }
418
419 #site_nav_global_secondary {
420 margin-bottom:11px;
421 }
422
423 #site_nav_global_secondary ul li {
424 display:inline;
425 margin-right:18px;
426 }
427 #export_data li a {
428 padding-left:20px;
429 }
430 #export_data li a.foaf {
431 padding-left:30px;
432 }
433 #export_data li a.export_vcard {
434 padding-left:28px;
435 }
436
437 #export_data ul {
438 width:100%;
439 float:left;
440 }
441 #export_data li {
442 list-style-type:none;
443 float:left;
444 margin-right:11px;
445 }
446
447 #licenses {
448 font-size:0.9em;
449 }
450
451 #licenses dt {
452 font-weight:bold;
453 display:none;
454 }
455 #licenses dd {
456 margin-bottom:11px;
457 line-height:1.5;
458 }
459
460 #site_content_license_cc {
461 margin-bottom:0;
462 }
463 #site_content_license_cc img {
464 display:inline;
465 vertical-align:top;
466 margin-right:4px;
467 }
468
469 #wrap {
470 margin:0 auto;
471 width:100%;
472 min-width:760px;
473 max-width:1003px;
474 overflow:hidden;
475 }
476
477 #core {
478 position:relative;
479 width:100%;
480 float:left;
481 margin-bottom:1em;
482 }
483
484 #content {
485 width:63.311%;
486 min-height:259px;
487 padding:1.795%;
488 float:left;
489 border-radius:7px;
490 -moz-border-radius:7px;
491 -moz-border-radius-topleft:0;
492 -webkit-border-radius:7px;
493 -webkit-border-top-left-radius:0;
494 border-width:1px;
495 border-style:solid;
496 }
497 #shownotice #content {
498 min-height:0;
499 }
500
501 #content_inner {
502 position:relative;
503 width:100%;
504 float:left;
505 }
506
507 #aside_primary {
508 width:27.917%;
509 min-height:259px;
510 float:left;
511 margin-left:0.699%;
512 padding:1.795%;
513 border-radius:7px;
514 -moz-border-radius:7px;
515 -webkit-border-radius:7px;
516 border-width:1px;
517 border-style:solid;
518 }
519
520 .form_notice {
521 width:45%;
522 float:left;
523 position:relative;
524 line-height:1;
525 }
526 .form_notice fieldset {
527 border:0;
528 padding:0;
529 position:relative;
530 }
531 .form_notice legend {
532 display:none;
533 }
534 .form_notice textarea {
535 float:left;
536 border-radius:7px;
537 -moz-border-radius:7px;
538 -webkit-border-radius:7px;
539 width:80.789%;
540 height:67px;
541 line-height:1.5;
542 padding:7px 7px 16px 7px;
543 position:relative;
544 z-index:2;
545 }
546 .form_notice label {
547 display:block;
548 float:left;
549 font-size:1.3em;
550 margin-bottom:7px;
551 }
552 .form_notice label[for=notice_data-attach],
553 .form_notice #notice_data-attach {
554 position:absolute;
555 top:25px;
556 right:10.5%;
557 cursor:pointer;
558 }
559 .form_notice label[for=notice_data-attach] {
560 text-indent:-9999px;
561 width:16px;
562 height:16px;
563 }
564 .form_notice #notice_data-attach {
565 padding:0;
566 height:16px;
567 }
568 .form_notice .form_note {
569 position:absolute;
570 bottom:2px;
571 right:21.715%;
572 z-index:9;
573 }
574 .form_notice .form_note dt {
575 font-weight:bold;
576 display:none;
577 }
578 .form_notice #notice_text-count {
579 font-weight:bold;
580 line-height:1.15;
581 padding:1px 2px;
582 }
583 .form_notice #notice_action-submit {
584 width:14%;
585 height:47px;
586 padding:0;
587 position:absolute;
588 bottom:0;
589 right:0;
590 }
591 .form_notice label[for=to] {
592 margin-top:7px;
593 }
594 .form_notice select[id=to] {
595 margin-bottom:7px;
596 margin-left:18px;
597 float:left;
598 max-width:322px;
599 }
600 .form_notice .error,
601 .form_notice .success {
602 float:left;
603 clear:both;
604 width:81.5%;
605 margin-bottom:0;
606 line-height:1.618;
607 }
608 .form_notice #notice_data-attach_selected code {
609 float:left;
610 width:80%;
611 display:block;
612 overflow:auto;
613 margin-right:2.5%;
614 font-size:1.1em;
615 }
616 .form_notice #notice_data-attach_selected button.close {
617 float:right;
618 font-size:0.8em;
619 }
620
621 .form_notice #notice_data-geo_wrap label,
622 .form_notice #notice_data-geo_wrap input {
623 position:absolute;
624 top:25px;
625 right:4px;
626 left:auto;
627 cursor:pointer;
628 width:16px;
629 height:16px;
630 display:block;
631 }
632 .form_notice #notice_data-geo_wrap input {
633 visibility:hidden;
634 }
635 .form_notice #notice_data-geo_wrap label {
636 font-weight:normal;
637 font-size:1em;
638 margin-bottom:0;
639 text-indent:-9999px;
640 }
641
642 button.close,
643 button.minimize {
644 width:16px;
645 height:16px;
646 text-indent:-9999px;
647 padding:0;
648 border:0;
649 text-align:center;
650 font-weight:bold;
651 cursor:pointer;
652 }
653
654 /* entity_profile */
655 .entity_profile {
656 position:relative;
657 width:73%;
658 min-height:123px;
659 float:left;
660 margin-bottom:18px;
661 margin-left:0;
662 overflow:hidden;
663 }
664 .entity_profile dt,
665 #entity_statistics dt {
666 font-weight:bold;
667 }
668 .entity_profile dd {
669 display:inline;
670 }
671
672 .entity_profile .entity_depiction {
673 float:left;
674 width:96px;
675 margin-right:18px;
676 margin-bottom:18px;
677 }
678
679 .entity_profile .entity_fn,
680 .entity_profile .entity_nickname,
681 .entity_profile .entity_location,
682 .entity_profile .entity_url,
683 .entity_profile .entity_note,
684 .entity_profile .entity_tags,
685 .entity_profile .entity_aliases,
686 .entity_profile .entity_statistics {
687 margin-left:113px;
688 margin-bottom:4px;
689 }
690
691 .entity_profile .entity_fn,
692 .entity_profile .entity_nickname {
693 margin-left:11px;
694 display:inline;
695 }
696 .entity_profile .entity_nickname {
697 margin-left:0;
698 }
699 .entity_profile .fn,
700 .entity_profile .nickname {
701 font-size:1.1em;
702 font-weight:bold;
703 }
704 .entity_profile .fn:before {
705 content: "(";
706 font-weight:normal;
707 }
708 .entity_profile .fn:after {
709 content: ")";
710 font-weight:normal;
711 }
712 .entity_profile .nickname:after,
713 .entity_profile .nickname:before {
714 content:"";
715 }
716 .entity_profile dt,
717 .entity_profile h2 {
718 display:none;
719 }
720 .entity_profile .role {
721 margin-left:11px;
722 font-style:italic;
723 }
724 /* entity_profile */
725
726 /*entity_actions*/
727 .entity_actions {
728 float:right;
729 margin-left:2%;
730 margin-bottom:18px;
731 min-width:21%;
732 }
733 .entity_actions h2 {
734 display:none;
735 }
736 .entity_actions ul {
737 list-style-type:none;
738 }
739 .entity_actions li {
740 margin-bottom:7px;
741 }
742 .entity_actions li:first-child {
743 border-top:0;
744 }
745 .entity_actions fieldset {
746 border:0;
747 padding:0;
748 }
749 .entity_actions legend {
750 display:none;
751 }
752
753 .entity_actions input.submit {
754 display:block;
755 text-align:left;
756 width:100%;
757 }
758 .entity_actions a {
759 text-decoration:none;
760 font-weight:bold;
761 display:block;
762 }
763 .entity_actions a,
764 .entity_actions input {
765 border-radius:4px;
766 -moz-border-radius:4px;
767 -webkit-border-radius:4px;
768 }
769
770 .entity_actions a,
771 .entity_actions input,
772 .entity_actions p {
773 border-width:2px;
774 border-style:solid;
775 padding-left:23px;
776 }
777
778 .entity_actions a,
779 .entity_actions p {
780 padding:2px 4px 1px 26px;
781 }
782
783 .entity_actions .accept {
784 margin-bottom:18px;
785 }
786
787 .entity_send-a-message button {
788 position:absolute;
789 top:3px;
790 right:3px;
791 }
792
793 .entity_send-a-message .form_notice {
794 position:absolute;
795 top:34px;
796 right:-1px;
797 padding:1.795%;
798 width:65%;
799 z-index:2;
800  border-radius:7px;
801 -moz-border-radius:7px;
802 -webkit-border-radius:7px;
803 border-width:1px;
804 border-style:solid;
805 }
806 .entity_send-a-message .form_notice legend {
807 display:block;
808 margin-bottom:11px;
809 }
810
811 .entity_send-a-message .form_notice label,
812 .entity_send-a-message .form_notice select {
813 display:none;
814 }
815 .entity_send-a-message .form_notice input.submit {
816 text-align:center;
817 }
818
819 .entity_moderation,
820 .entity_role {
821 position:relative;
822 }
823 .entity_moderation p,
824 .entity_role p {
825 border-radius:4px;
826 -moz-border-radius:4px;
827 -webkit-border-radius:4px;
828 font-weight:bold;
829 padding-bottom:2px;
830 margin-bottom:7px;
831 }
832 .entity_moderation ul,
833 .entity_role ul {
834 display:none;
835 }
836 .entity_moderation:hover ul,
837 .entity_role:hover ul {
838 display:block;
839 width:110%;
840 padding:11px;
841 position:absolute;
842 top:-1px;
843 right:-1px;
844 z-index:1;
845 border-width:1px;
846 border-style:solid;
847 border-radius:7px;
848 -moz-border-radius:7px;
849 -webkit-border-radius:7px;
850 }
851
852 .entity_tags ul {
853 list-style-type:none;
854 display:inline;
855 }
856 .entity_tags li {
857 display:inline;
858 margin-right:7px;
859 }
860
861 .aside .section {
862 margin-bottom:29px;
863 clear:both;
864 float:left;
865 width:100%;
866 list-style-position:inside;
867 }
868 .aside .section h2 {
869 text-transform:uppercase;
870 font-size:1em;
871 }
872
873 #entity_statistics dt,
874 #entity_statistics dd {
875 display:inline;
876 margin-right:11px;
877 }
878 #entity_statistics dt:after {
879 content: ":";
880 }
881
882 .section ul.entities {
883 float:left;
884 width:100%;
885 }
886 .section .entities li {
887 list-style-type:none;
888 float:left;
889 margin-right:7px;
890 margin-bottom:7px;
891 display:inline;
892 }
893 .section .entities li .photo {
894 margin-right:0;
895 margin-bottom:0;
896 }
897 .section .entities li .fn {
898 display:none;
899 }
900
901 .aside .section p,
902 .aside .section .more {
903 clear:both;
904 }
905
906 .profile .entity_profile {
907 margin-bottom:0;
908 min-height:60px;
909 }
910
911 .profile .form_group_join legend,
912 .profile .form_group_leave legend,
913 .profile .form_user_subscribe legend,
914 .profile .form_user_unsubscribe legend {
915 display:none;
916 }
917
918 .profiles {
919 list-style-type:none;
920 }
921 .profile .entity_profile .fn.nickname,
922 .profile .entity_profile .url[rel~=contact] {
923 margin-left:0;
924 display:inline;
925 }
926
927 .profile .entity_profile .fn,
928 .profile .entity_profile .location {
929 margin-left:11px;
930 margin-bottom:4px;
931 width:auto;
932 clear:none;
933 }
934
935 .profile .entity_profile .note,
936 .profile .entity_profile .url,
937 .profile .entity_profile .entity_tags,
938 .profile .entity_profile .form_subscription_edit {
939 margin-left:59px;
940 clear:none;
941 display:block;
942 width:auto;
943 }
944 .profile .entity_profile .entity_tags dt {
945 display:inline;
946 margin-right:11px;
947 }
948
949 .profile .entity_profile .form_subscription_edit label {
950 font-weight:normal;
951 margin-right:11px;
952 }
953
954 /*applications*/
955 .applications {
956 margin-bottom:18px;
957 float:left;
958 width:100%;
959 }
960 .applications li {
961 list-style-type:none;
962 }
963 .application img,
964 #showapplication .entity_profile img,
965 .form_data #application_icon img,
966 #apioauthauthorize .form_data img {
967 max-width:96px;
968 max-height:96px;
969 }
970 #apioauthauthorize .form_data img {
971 margin-right:18px;
972 float:left;
973 }
974 #showapplication .entity_profile {
975 width:68%;
976 }
977 #showapplication .entity_profile .entity_fn {
978 margin-left:0;
979 }
980 #showapplication .entity_profile .entity_fn .fn:before,
981 #showapplication .entity_profile .entity_fn .fn:after {
982 content:'';
983 }
984 #showapplication .entity_data {
985 clear:both;
986 margin-bottom:18px;
987 }
988 #showapplication .entity_data h2 {
989 display:none;
990 }
991 #showapplication .entity_data dl {
992 margin-bottom:18px;
993 }
994 #showapplication .entity_data dt {
995 font-weight:bold;
996 }
997 #showapplication .entity_data dd {
998 margin-left:1.795%;
999 font-family:monospace;
1000 font-size:1.3em;
1001 }
1002 .form_data #application_types label.radio,
1003 .form_data #default_access_types label.radio {
1004 width:14.5%;
1005 }
1006
1007 /* NOTICE */
1008 .notice,
1009 .profile,
1010 .application {
1011 position:relative;
1012 padding-top:11px;
1013 padding-bottom:11px;
1014 clear:both;
1015 float:left;
1016 width:100%;
1017 border-top-width:1px;
1018 border-top-style:dotted;
1019 }
1020 .notices li {
1021 list-style-type:none;
1022 }
1023 .notices .notices {
1024 margin-top:7px;
1025 margin-left:2%;
1026 width:98%;
1027 float:left;
1028 }
1029 .mark-top {
1030 border-top-width:1px;
1031 border-top-style:solid;
1032 }
1033
1034 /* NOTICES */
1035 #notices_primary {
1036 float:left;
1037 width:100%;
1038 border-radius:7px;
1039 -moz-border-radius:7px;
1040 -webkit-border-radius:7px;
1041 }
1042 #notices_primary h2 {
1043 display:none;
1044 }
1045 .notice-data a span {
1046 display:block;
1047 padding-left:28px;
1048 }
1049
1050 .notice .author {
1051 margin-right:11px;
1052 }
1053 #showstream #content .notice .author {
1054 display:none;
1055 }
1056
1057 .fn {
1058 overflow:hidden;
1059 }
1060
1061 .notice .author .fn {
1062 font-weight:bold;
1063 }
1064
1065 .vcard .photo {
1066 display:inline;
1067 margin-right:11px;
1068 float:left;
1069 }
1070 #shownotice .vcard .photo {
1071 margin-bottom:4px;
1072 }
1073 #content .notice .author .photo {
1074 position:absolute;
1075 top:11px;
1076 left:0;
1077 float:none;
1078 }
1079 #content .notice .entry-title {
1080 margin-left:59px;
1081 margin-right:7px;
1082 }
1083
1084 .vcard .url {
1085 text-decoration:none;
1086 }
1087 .vcard .url:hover {
1088 text-decoration:underline;
1089 }
1090
1091 .notice .entry-title {
1092 overflow:hidden;
1093 word-wrap:break-word;
1094 }
1095 .notice .entry-title.ov {
1096 overflow:visible;
1097 }
1098 #showstream .notice .entry-title,
1099 #showstream .notice div.entry-content {
1100 margin-left:0;
1101 }
1102 #shownotice .notice .entry-title {
1103 margin-left:110px;
1104 font-size:2.2em;
1105 min-height:123px;
1106 }
1107 #shownotice .notice div.entry-content {
1108 margin-left:0;
1109 }
1110
1111 .notice p.entry-content {
1112 display:inline;
1113 }
1114
1115 #content .notice p.entry-content a:visited {
1116 border-radius:4px;
1117 -moz-border-radius:4px;
1118 -webkit-border-radius:4px;
1119 }
1120 .notice p.entry-content .vcard a {
1121 border-radius:4px;
1122 -moz-border-radius:4px;
1123 -webkit-border-radius:4px;
1124 }
1125
1126 .notice div.entry-content {
1127 clear:left;
1128 float:left;
1129 font-size:0.95em;
1130 margin-left:59px;
1131 min-width:60%;
1132 max-width:70%;
1133 }
1134 #showstream .notice div.entry-content,
1135 #shownotice .notice div.entry-content {
1136 max-width:79%;
1137 }
1138
1139 .notice .notice-options a,
1140 .notice .notice-options input {
1141 float:left;
1142 font-size:1.025em;
1143 }
1144
1145 .notice div.entry-content .timestamp {
1146 display:inline-block;
1147 }
1148
1149 .entry-content .repeat {
1150 display:block;
1151 }
1152 .entry-content .repeat .photo {
1153 float:none;
1154 margin-right:1px;
1155 position:relative;
1156 top:4px;
1157 left:0;
1158 }
1159
1160 .dialogbox {
1161 position:absolute;
1162 top:-1px;
1163 right:-1px;
1164 z-index:9;
1165 float:none;
1166 padding:11px;
1167 border-radius:7px;
1168 -moz-border-radius:7px;
1169 -webkit-border-radius:7px;
1170 border-style:solid;
1171 border-width:1px;
1172 }
1173
1174 .dialogbox legend {
1175 display:block !important;
1176 margin-right:18px;
1177 margin-bottom:18px;
1178 }
1179
1180 .dialogbox button.close {
1181 position:absolute;
1182 right:3px;
1183 top:3px;
1184 }
1185
1186 .dialogbox .form_guide {
1187 font-weight:normal;
1188 padding:0;
1189 }
1190
1191 .dialogbox .submit_dialogbox {
1192 font-weight:bold;
1193 text-indent:0;
1194 min-width:46px;
1195 }
1196 .dialogbox input {
1197 padding-left:4px;
1198 }
1199 .dialogbox fieldset {
1200 margin-bottom:0;
1201 }
1202
1203 #wrap form.processing input.submit,
1204 .entity_actions a.processing,
1205 .dialogbox.processing .submit_dialogbox {
1206 cursor:wait;
1207 outline:none;
1208 text-indent:-9999px;
1209 }
1210
1211 .form_repeat.dialogbox {
1212 top:-4px;
1213 right:29px;
1214 min-width:199px;
1215 }
1216
1217 .notice-options {
1218 position:relative;
1219 font-size:0.95em;
1220 width:113px;
1221 float:right;
1222 margin-top:3px;
1223 margin-right:4px;
1224 }
1225
1226 .notice-options a {
1227 float:left;
1228 }
1229 .notice-options .notice_reply,
1230 .notice-options .form_repeat,
1231 .notice-options .form_favor,
1232 .notice-options .form_disfavor,
1233 .notice-options .repeated {
1234 float:left;
1235 margin-left:14.2%;
1236 }
1237 .notice-options .form_favor,
1238 .notice-options .form_disfavor {
1239 margin-left:0;
1240 }
1241 .notice-options input,
1242 .notice-options a,
1243 .notice-options .repeated {
1244 text-indent:-9999px;
1245 outline:none;
1246 }
1247 .notice-options input.submit {
1248 display:block;
1249 border:0;
1250 }
1251 .notice-options .notice_reply,
1252 .notice-options .notice_delete {
1253 text-decoration:none;
1254 }
1255 .notice .notice-options .notice_delete {
1256 float:right;
1257 }
1258 .notice-options form input.submit {
1259 width:16px;
1260 height:16px;
1261 padding:0;
1262 border-radius:0;
1263 -moz-border-radius:0;
1264 -webkit-border-radius:0;
1265 }
1266 .notice-options .form_repeat legend,
1267 .notice-options .form_favor legend,
1268 .notice-options .form_disfavor legend {
1269 display:none;
1270 }
1271 .notice-options .form_repeat fieldset,
1272 .notice-options .form_favor fieldset,
1273 .notice-options .form_disfavor fieldset {
1274 border:0;
1275 padding:0;
1276 }
1277 .notice-options a,
1278 .notice-options .repeated {
1279 width:16px;
1280 height:16px;
1281 }
1282
1283 .notice .attachment {
1284 position:relative;
1285 padding-left:16px;
1286 }
1287 .notice .attachment.more {
1288 text-indent:-9999px;
1289 width:16px;
1290 height:16px;
1291 display:inline-block;
1292 overflow:hidden;
1293 vertical-align:middle;
1294 margin-left:4px;
1295 }
1296
1297 #attachments .attachment,
1298 .notice .attachment.more {
1299 padding-left:0;
1300 }
1301 .notice .attachment img {
1302 position:absolute;
1303 top:18px;
1304 left:0;
1305 z-index:99;
1306 }
1307 #shownotice .notice .attachment img {
1308 position:static;
1309 }
1310
1311 #attachments {
1312 clear:both;
1313 float:left;
1314 width:100%;
1315 margin-top:18px;
1316 }
1317 #attachments dt {
1318 font-weight:bold;
1319 font-size:1.3em;
1320 margin-bottom:4px;
1321 }
1322
1323 #attachments ol li {
1324 margin-bottom:18px;
1325 list-style-type:decimal;
1326 float:left;
1327 clear:both;
1328 }
1329
1330 #jOverlayContent,
1331 #jOverlayContent #content,
1332 #jOverlayContent #content_inner {
1333 width: auto !important;
1334 margin-bottom:0;
1335 }
1336 #jOverlayContent #content {
1337 padding:11px;
1338 min-height:auto;
1339 }
1340 #jOverlayContent .entry-title {
1341 display:block;
1342 margin-bottom:11px;
1343 }
1344 #jOverlayContent button {
1345 position:absolute;
1346 top:0;
1347 right:0;
1348 }
1349 #jOverlayContent h1 {
1350 max-width:425px;
1351 }
1352 #jOverlayContent #content {
1353 border-radius:7px;
1354 -moz-border-radius:7px;
1355 -webkit-border-radius:7px;
1356 }
1357 #jOverlayLoading {
1358 top:5%;
1359 left:40%;
1360 }
1361 #attachment_view img {
1362 max-width:480px;
1363 max-height:480px;
1364 }
1365 #attachment_view #oembed_info {
1366 margin-top:11px;
1367 }
1368 #attachment_view #oembed_info dt,
1369 #attachment_view #oembed_info dd {
1370 float:left;
1371 }
1372 #attachment_view #oembed_info dt {
1373 clear:left;
1374 margin-right:11px;
1375 font-weight:bold;
1376 }
1377 #attachment_view #oembed_info dt:after {
1378 content: ":";
1379 }
1380
1381 #usergroups #new_group {
1382 float: left;
1383 margin-right: 2em;
1384 }
1385 #new_group, #group_search {
1386 margin-bottom:18px;
1387 }
1388 #new_group a {
1389 padding-left:20px;
1390 }
1391
1392 #filter_tags {
1393 margin-bottom:11px;
1394 float:left;
1395 }
1396 #filter_tags dt {
1397 display:none;
1398 }
1399 #filter_tags ul {
1400 list-style-type:none;
1401 }
1402 #filter_tags li {
1403 float:left;
1404 margin-left:7px;
1405 padding-left:7px;
1406 border-left-width:1px;
1407 border-left-style:solid;
1408 }
1409 #filter_tags #filter_tags_all {
1410 margin-left:0;
1411 border-left:0;
1412 padding-left:0;
1413 }
1414 #filter_tags_all a {
1415 font-weight:bold;
1416 margin-top:7px;
1417 float:left;
1418 }
1419
1420 #filter_tags_item label {
1421 margin-right:7px;
1422 }
1423 #filter_tags_item label,
1424 #filter_tags_item select {
1425 float:left;
1426 }
1427 #filter_tags_item p {
1428 float:left;
1429 clear:both;
1430 margin-left:38px;
1431 }
1432 #filter_tags_item .submit {
1433 position:relative;
1434 top:3px;
1435 left:3px;
1436 }
1437
1438 .pagination {
1439 float:left;
1440 clear:both;
1441 width:100%;
1442 margin-top:18px;
1443 }
1444
1445 .pagination dt {
1446 font-weight:bold;
1447 display:none;
1448 }
1449
1450 .pagination .nav {
1451 float:left;
1452 width:100%;
1453 list-style-type:none;
1454 }
1455
1456 .pagination .nav_prev {
1457 float:left;
1458 }
1459 .pagination .nav_next {
1460 float:right;
1461 }
1462
1463 .pagination a {
1464 display:block;
1465 text-decoration:none;
1466 font-weight:bold;
1467 padding:7px;
1468 border-width:1px;
1469 border-style:solid;
1470 -moz-border-radius:7px;
1471 -webkit-border-radius:7px;
1472 border-radius:7px;
1473 }
1474
1475 .pagination .nav_prev a {
1476 padding-left:30px;
1477 }
1478 .pagination .nav_next a {
1479 padding-right:30px;
1480 }
1481 /* END: NOTICE */
1482
1483 .hentry .entry-content p {
1484 margin-bottom:18px;
1485 }
1486 .hentry .entry-content ol,
1487 .hentry .entry-content ul {
1488 margin-left:1.795%;
1489 }
1490 .hentry .entry-content li {
1491 margin-bottom:18px;
1492 }
1493 .hentry .entry-content li li {
1494 margin-left:18px;
1495 }
1496 .hentry .entry-content .form_settings ul {
1497 margin-left:0;
1498 }
1499
1500 #content #plugin_authors {
1501 min-width:122px;
1502 }
1503 #content thead th {
1504 text-align:left;
1505 }
1506 #content tbody th {
1507 vertical-align:top;
1508 text-align:left;
1509 font-weight:normal;
1510 padding-top:11px;
1511 padding-right:18px;
1512 }
1513 #content tbody tr {
1514 border-top-width:1px;
1515 border-top-style:dotted;
1516 }
1517 #content td {
1518 padding:11px 18px 11px 0;
1519 vertical-align:top;
1520 }
1521 #content td:last-child {
1522 padding-right:0;
1523 }
1524
1525 /* TOP_POSTERS */
1526 .section tbody td {
1527 padding-right:18px;
1528 padding-bottom:11px;
1529 }
1530 .section .vcard .photo {
1531 margin-right:7px;
1532 margin-bottom:0;
1533 }
1534
1535 .section .notice {
1536 padding-top:7px;
1537 padding-bottom:7px;
1538 border-top:0;
1539 }
1540
1541 .section .notice:first-child {
1542 padding-top:0;
1543 }
1544
1545 .section .notice .author {
1546 margin-right:0;
1547 }
1548 .section .notice .author .fn {
1549 display:none;
1550 }
1551
1552 /* tagcloud */
1553 .tag-cloud {
1554 list-style-type:none;
1555 text-align:center;
1556 }
1557 .aside .tag-cloud {
1558 font-size:0.8em;
1559 word-wrap:break-word;
1560 }
1561 .tag-cloud li {
1562 display:inline;
1563 margin-right:7px;
1564 line-height:1.25;
1565 }
1566
1567 .tag-cloud li:before {
1568 content:'\0009';
1569 }
1570
1571 .aside .tag-cloud li {
1572 line-height:1.5;
1573 }
1574 .tag-cloud li a {
1575 text-decoration:none;
1576 }
1577 #tagcloud.section dt {
1578 text-transform:uppercase;
1579 font-weight:bold;
1580 }
1581 .tag-cloud-1 {
1582 font-size:1em;
1583 }
1584 .tag-cloud-2 {
1585 font-size:1.25em;
1586 }
1587 .tag-cloud-3 {
1588 font-size:1.75em;
1589 }
1590 .tag-cloud-4 {
1591 font-size:2em;
1592 }
1593 .tag-cloud-5 {
1594 font-size:2.25em;
1595 }
1596 .tag-cloud-6 {
1597 font-size:2.75em;
1598 }
1599 .tag-cloud-7 {
1600 font-size:3.25em;
1601 }
1602
1603 #publictagcloud #tagcloud.section dt {
1604 display:none;
1605 }
1606
1607 #form_settings_photo .form_data {
1608 clear:both;
1609 }
1610
1611 #form_settings_avatar li {
1612 width:auto;
1613 }
1614 #form_settings_avatar input {
1615 margin-left:0;
1616 }
1617 #avatar_original,
1618 #avatar_preview {
1619 float:left;
1620 }
1621 #avatar_preview {
1622 margin-left:29px;
1623 }
1624 #avatar_preview_view {
1625 height:96px;
1626 width:96px;
1627 margin-bottom:18px;
1628 overflow:hidden;
1629 }
1630
1631 #settings_attach,
1632 #form_settings_avatar .form_actions {
1633 clear:both;
1634 }
1635
1636 #form_settings_avatar .form_actions {
1637 margin-bottom:0;
1638 }
1639
1640 #settings_design_background-image img {
1641 max-width:480px;
1642 max-height:480px;
1643 }
1644
1645 #settings_design_color .form_data,
1646 #color-picker {
1647 float:left;
1648 }
1649 #settings_design_color .form_data {
1650 width:400px;
1651 margin-right:1%;
1652 }
1653
1654 #settings_design_color .form_data li {
1655 width:33%;
1656 }
1657 #settings_design_color .form_data label {
1658 float:none;
1659 display:block;
1660 }
1661 #settings_design_color .form_data .swatch {
1662 padding:11px;
1663 margin-left:0;
1664 width:auto;
1665 }
1666
1667 .system_notice ul,
1668 .instructions ul {
1669 margin-left:1em;
1670 }
1671 .instructions p,
1672 .instructions ul {
1673 margin-bottom:18px;
1674 }
1675 .help dt {
1676 display:none;
1677 }
1678 .guide {
1679 clear:both;
1680 }
1681
1682 #bookmarklet address {
1683 display:none;
1684 }
1685 #bookmarklet .form_notice {
1686 width:auto;
1687 }
1688 #bookmarklet #wrap {
1689 min-width:0;
1690 }