]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'testing'
[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 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:0;
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 display:none;
182 }
183
184 .form_settings .form_data p.form_guide {
185 clear:both;
186 margin-left:26%;
187 margin-bottom:0;
188 }
189
190 .form_settings p {
191 margin-bottom:11px;
192 }
193
194 .form_settings input.checkbox,
195 .form_settings input.radio {
196 margin-top:3px;
197 margin-left:0;
198 }
199 .form_settings label.checkbox {
200 font-weight:normal;
201 margin-top:0;
202 margin-right:0;
203 margin-left:11px;
204 float:left;
205 width:90%;
206 }
207 .form_settings label.radio {
208 margin-top:0;
209 margin-right:47px;
210 margin-left:11px;
211 width:auto;
212 }
213
214 #form_login p.form_guide,
215 #form_register #settings_rememberme p.form_guide,
216 #form_openid_login #settings_rememberme p.form_guide,
217 #settings_twitter_remove p.form_guide,
218 #form_search ul.form_data #q,
219 #design_background-image_onoff p.form_guide {
220 margin-left:0;
221 }
222
223 .form_settings .form_note {
224 border-radius:4px;
225 -moz-border-radius:4px;
226 -webkit-border-radius:4px;
227 padding:0 7px;
228 }
229
230 .form_settings input.form_action-default {
231 margin-right:11px;
232 }
233 .form_settings input.form_action-default,
234 .form_settings input.form_action-primary {
235 padding:0;
236 }
237 .form_settings input.form_action-secondary {
238 margin-left:29px;
239 }
240
241 #form_search .submit {
242 margin-left:11px;
243 }
244 #form_search .form_data input {
245 width:auto;
246 }
247
248 address {
249 float:left;
250 margin-bottom:18px;
251 margin-left:18px;
252 }
253 address.vcard img.logo {
254 margin-right:0;
255 }
256 address .fn {
257 font-weight:bold;
258 }
259 address img + .fn {
260 display:none;
261 }
262
263 #header {
264 width:100%;
265 position:relative;
266 float:left;
267 padding-top:18px;
268 margin-bottom:29px;
269 }
270
271 #site_nav_global_primary {
272 float:right;
273 margin-right:18px;
274 margin-bottom:11px;
275 margin-left:18px;
276 }
277 #site_nav_global_primary li {
278 display:inline;
279 margin-left:11px;
280 }
281
282 .system_notice dt {
283 font-weight:bold;
284 text-transform:uppercase;
285 display:none;
286 }
287
288 #site_notice {
289 float:right;
290 clear:right;
291 margin-top:7px;
292 margin-right:18px;
293 width:24%;
294 }
295 #page_notice {
296 clear:both;
297 margin-bottom:18px;
298 }
299
300 #anon_notice {
301 float:left;
302 width:42.4%;
303 padding:1.1%;
304 border-radius:7px;
305 -moz-border-radius:7px;
306 -webkit-border-radius:7px;
307 border-width:2px;
308 border-style:solid;
309 line-height:1.5;
310 font-size:1.1em;
311 font-weight:bold;
312 }
313
314 #footer {
315 float:left;
316 width:64%;
317 padding:18px;
318 }
319
320 #site_nav_local_views {
321 width:100%;
322 float:left;
323 }
324 #site_nav_local_views dt {
325 display:none;
326 }
327 #site_nav_local_views li {
328 float:left;
329 margin-right:18px;
330 list-style-type:none;
331 }
332 #site_nav_local_views a {
333 float:left;
334 text-decoration:none;
335 padding:4px 11px;
336 -moz-border-radius-topleft:4px;
337 -moz-border-radius-topright:4px;
338 -webkit-border-top-left-radius:4px;
339 -webkit-border-top-right-radius:4px;
340 border-width:1px;
341 border-style:solid;
342 border-bottom:0;
343 font-weight:bold;
344 }
345 #site_nav_local_views .nav {
346 float:left;
347 width:100%;
348 }
349
350 #site_nav_global_primary dt,
351 #site_nav_global_secondary dt {
352 display:none;
353 }
354
355 #site_nav_global_secondary {
356 margin-bottom:11px;
357 }
358
359 #site_nav_global_secondary ul li {
360 display:inline;
361 margin-right:11px;
362 }
363 #export_data li a {
364 padding-left:20px;
365 }
366 #export_data li a.foaf {
367 padding-left:30px;
368 }
369 #export_data li a.export_vcard {
370 padding-left:28px;
371 }
372
373 #export_data ul {
374 display:inline;
375 }
376 #export_data li {
377 list-style-type:none;
378 display:inline;
379 margin-left:11px;
380 }
381 #export_data li:first-child {
382 margin-left:0;
383 }
384
385 #licenses {
386 font-size:0.9em;
387 }
388
389 #licenses dt {
390 font-weight:bold;
391 display:none;
392 }
393 #licenses dd {
394 margin-bottom:11px;
395 line-height:1.5;
396 }
397
398 #site_content_license_cc {
399 margin-bottom:0;
400 }
401 #site_content_license_cc img {
402 display:inline;
403 vertical-align:top;
404 margin-right:4px;
405 }
406
407 #wrap {
408 margin:0 auto;
409 width:100%;
410 min-width:760px;
411 max-width:1003px;
412 overflow:hidden;
413 }
414
415 #core {
416 position:relative;
417 width:100%;
418 float:left;
419 margin-bottom:1em;
420 }
421
422 #content {
423 width:63.311%;
424 min-height:259px;
425 padding:1.795%;
426 float:left;
427 border-radius:7px;
428 -moz-border-radius:7px;
429 -moz-border-radius-topleft:0;
430 -webkit-border-radius:7px;
431 -webkit-border-top-left-radius:0;
432 border-width:1px;
433 border-style:solid;
434 }
435 #shownotice #content {
436 min-height:0;
437 }
438
439 #content_inner {
440 position:relative;
441 width:100%;
442 float:left;
443 }
444
445 #aside_primary {
446 width:27.917%;
447 min-height:259px;
448 float:left;
449 margin-left:0.699%;
450 padding:1.795%;
451 border-radius:7px;
452 -moz-border-radius:7px;
453 -webkit-border-radius:7px;
454 border-width:1px;
455 border-style:solid;
456 }
457
458 .form_notice {
459 width:45%;
460 float:left;
461 position:relative;
462 line-height:1;
463 }
464 .form_notice fieldset {
465 border:0;
466 padding:0;
467 position:relative;
468 }
469 .form_notice legend {
470 display:none;
471 }
472 .form_notice textarea {
473 float:left;
474 border-radius:7px;
475 -moz-border-radius:7px;
476 -webkit-border-radius:7px;
477 width:80.789%;
478 height:67px;
479 line-height:1.5;
480 padding:7px 7px 16px 7px;
481 position:relative;
482 z-index:2;
483 }
484 .form_notice label {
485 display:block;
486 float:left;
487 font-size:1.3em;
488 margin-bottom:7px;
489 }
490 .form_notice label[for=notice_data-attach],
491 .form_notice #notice_data-attach {
492 position:absolute;
493 top:25px;
494 right:10.5%;
495 cursor:pointer;
496 }
497 .form_notice label[for=notice_data-attach] {
498 text-indent:-9999px;
499 width:16px;
500 height:16px;
501 }
502 .form_notice #notice_data-attach {
503 padding:0;
504 height:16px;
505 }
506 .form_notice .form_note {
507 position:absolute;
508 bottom:2px;
509 right:21.715%;
510 z-index:9;
511 }
512 .form_notice .form_note dt {
513 font-weight:bold;
514 display:none;
515 }
516 .form_notice #notice_text-count {
517 font-weight:bold;
518 line-height:1.15;
519 padding:1px 2px;
520 }
521 .form_notice #notice_action-submit {
522 width:14%;
523 height:47px;
524 padding:0;
525 position:absolute;
526 bottom:0;
527 right:0;
528 }
529 .form_notice label[for=to] {
530 margin-top:7px;
531 }
532 .form_notice select[id=to] {
533 margin-bottom:7px;
534 margin-left:18px;
535 float:left;
536 max-width:322px;
537 }
538 .form_notice .error,
539 .form_notice .success {
540 float:left;
541 clear:both;
542 width:81.5%;
543 margin-bottom:0;
544 line-height:1.618;
545 }
546 .form_notice #notice_data-attach_selected code {
547 float:left;
548 width:90%;
549 display:block;
550 font-size:1.1em;
551 line-height:1.8;
552 overflow:auto;
553 }
554 .form_notice #notice_data-attach_selected button {
555 float:right;
556 font-size:0.8em;
557 }
558
559 button.close {
560 width:16px;
561 height:16px;
562 text-indent:-9999px;
563 padding:0;
564 border:0;
565 text-align:center;
566 font-weight:bold;
567 cursor:pointer;
568 }
569
570 /* entity_profile */
571 .entity_profile {
572 position:relative;
573 width:73%;
574 min-height:123px;
575 float:left;
576 margin-bottom:18px;
577 margin-left:0;
578 overflow:hidden;
579 }
580 .entity_profile dt,
581 #entity_statistics dt {
582 font-weight:bold;
583 }
584 .entity_profile dd {
585 display:inline;
586 }
587
588 .entity_profile .entity_depiction {
589 float:left;
590 width:96px;
591 margin-right:18px;
592 margin-bottom:18px;
593 }
594
595 .entity_profile .entity_fn,
596 .entity_profile .entity_nickname,
597 .entity_profile .entity_location,
598 .entity_profile .entity_url,
599 .entity_profile .entity_note,
600 .entity_profile .entity_tags,
601 .entity_profile .entity_aliases {
602 margin-left:113px;
603 margin-bottom:4px;
604 }
605
606 .entity_profile .entity_fn,
607 .entity_profile .entity_nickname {
608 margin-left:11px;
609 display:inline;
610 }
611 .entity_profile .entity_nickname {
612 margin-left:0;
613 }
614 .entity_profile .fn,
615 .entity_profile .nickname {
616 font-size:1.1em;
617 font-weight:bold;
618 }
619 .entity_profile .fn:before {
620 content: "(";
621 font-weight:normal;
622 }
623 .entity_profile .fn:after {
624 content: ")";
625 font-weight:normal;
626 }
627 .entity_profile .nickname:after,
628 .entity_profile .nickname:before {
629 content:"";
630 }
631 .entity_profile dt,
632 .entity_profile h2 {
633 display:none;
634 }
635 .entity_profile .role {
636 margin-left:11px;
637 font-style:italic;
638 }
639 /* entity_profile */
640
641 /*entity_actions*/
642 .entity_actions {
643 float:right;
644 margin-left:2%;
645 margin-bottom:18px;
646 min-width:21%;
647 }
648 .entity_actions h2 {
649 display:none;
650 }
651 .entity_actions ul {
652 list-style-type:none;
653 }
654 .entity_actions li {
655 margin-bottom:7px;
656 }
657 .entity_actions li:first-child {
658 border-top:0;
659 }
660 .entity_actions fieldset {
661 border:0;
662 padding:0;
663 }
664 .entity_actions legend {
665 display:none;
666 }
667
668 .entity_actions input.submit {
669 display:block;
670 text-align:left;
671 width:100%;
672 }
673 .entity_actions a {
674 text-decoration:none;
675 font-weight:bold;
676 display:block;
677 }
678 .entity_actions a,
679 .entity_actions input {
680 border-radius:4px;
681 -moz-border-radius:4px;
682 -webkit-border-radius:4px;
683 }
684
685 .entity_actions a,
686 .entity_actions input,
687 .entity_actions p {
688 border-width:2px;
689 border-style:solid;
690 padding-left:23px;
691 }
692
693 .entity_actions a,
694 .entity_actions p {
695 padding:2px 4px 1px 26px;
696 }
697
698 .entity_actions .accept {
699 margin-bottom:18px;
700 }
701
702 .entity_send-a-message button {
703 position:absolute;
704 top:3px;
705 right:3px;
706 }
707
708 .entity_send-a-message .form_notice {
709 position:absolute;
710 top:34px;
711 right:-1px;
712 padding:1.795%;
713 width:65%;
714 z-index:2;
715  border-radius:7px;
716 -moz-border-radius:7px;
717 -webkit-border-radius:7px;
718 border-width:1px;
719 border-style:solid;
720 }
721 .entity_send-a-message .form_notice legend {
722 display:block;
723 margin-bottom:11px;
724 }
725
726 .entity_send-a-message .form_notice label,
727 .entity_send-a-message .form_notice select {
728 display:none;
729 }
730 .entity_send-a-message .form_notice input.submit {
731 text-align:center;
732 }
733
734 .entity_moderation {
735 position:relative;
736 }
737 .entity_moderation p {
738 border-radius:4px;
739 -moz-border-radius:4px;
740 -webkit-border-radius:4px;
741 font-weight:bold;
742 padding-bottom:2px;
743 margin-bottom:7px;
744 }
745 .entity_moderation ul {
746 display:none;
747 }
748 .entity_moderation:hover ul {
749 display:block;
750 min-width:21%;
751 width:100%;
752 padding:11px;
753 position:absolute;
754 top:-1px;
755 right:-1px;
756 z-index:1;
757 border-width:1px;
758 border-style:solid;
759 border-radius:7px;
760 -moz-border-radius:7px;
761 -webkit-border-radius:7px;
762 }
763
764 .entity_tags ul {
765 list-style-type:none;
766 display:inline;
767 }
768 .entity_tags li {
769 display:inline;
770 margin-right:4px;
771 }
772
773 .aside .section {
774 margin-bottom:29px;
775 clear:both;
776 float:left;
777 width:100%;
778 list-style-position:inside;
779 }
780 .aside .section h2 {
781 text-transform:uppercase;
782 font-size:1em;
783 }
784
785 #entity_statistics dt,
786 #entity_statistics dd {
787 display:inline;
788 }
789 #entity_statistics dt:after {
790 content: ":";
791 }
792
793 .section ul.entities {
794 float:left;
795 width:100%;
796 }
797 .section .entities li {
798 list-style-type:none;
799 float:left;
800 margin-right:7px;
801 margin-bottom:7px;
802 display:inline;
803 }
804 .section .entities li .photo {
805 margin-right:0;
806 margin-bottom:0;
807 }
808 .section .entities li .fn {
809 display:none;
810 }
811
812 .aside .section p,
813 .aside .section .more {
814 clear:both;
815 }
816
817 .profile .entity_profile {
818 margin-bottom:0;
819 min-height:60px;
820 }
821
822 .profile .form_group_join legend,
823 .profile .form_group_leave legend,
824 .profile .form_user_subscribe legend,
825 .profile .form_user_unsubscribe legend {
826 display:none;
827 }
828
829 .profiles {
830 list-style-type:none;
831 }
832 .profile .entity_profile .fn.nickname,
833 .profile .entity_profile .url[rel~=contact] {
834 margin-left:0;
835 display:inline;
836 }
837
838 .profile .entity_profile .fn,
839 .profile .entity_profile .location {
840 margin-left:11px;
841 margin-bottom:4px;
842 width:auto;
843 clear:none;
844 }
845
846 .profile .entity_profile .note,
847 .profile .entity_profile .url,
848 .profile .entity_profile .entity_tags,
849 .profile .entity_profile .form_subscription_edit {
850 margin-left:59px;
851 clear:none;
852 display:block;
853 width:auto;
854 }
855 .profile .entity_profile .entity_tags dt {
856 display:inline;
857 margin-right:11px;
858 }
859
860 .profile .entity_profile .form_subscription_edit label {
861 font-weight:normal;
862 margin-right:11px;
863 }
864
865 /* NOTICE */
866 .notice,
867 .profile {
868 position:relative;
869 padding-top:11px;
870 padding-bottom:11px;
871 clear:both;
872 float:left;
873 width:100%;
874 border-top-width:1px;
875 border-top-style:dotted;
876 }
877 .notices li {
878 list-style-type:none;
879 }
880 .notices .notices {
881 margin-top:7px;
882 margin-left:2%;
883 width:98%;
884 float:left;
885 }
886 .mark-top {
887 border-top-width:1px;
888 border-top-style:solid;
889 }
890
891 /* NOTICES */
892 #notices_primary {
893 float:left;
894 width:100%;
895 border-radius:7px;
896 -moz-border-radius:7px;
897 -webkit-border-radius:7px;
898 }
899 #notices_primary h2 {
900 display:none;
901 }
902 .notice-data a span {
903 display:block;
904 padding-left:28px;
905 }
906
907 .notice .author {
908 margin-right:11px;
909 }
910
911 .fn {
912 overflow:hidden;
913 }
914
915 .notice .author .fn {
916 font-weight:bold;
917 }
918
919 .vcard .photo {
920 display:inline;
921 margin-right:11px;
922 float:left;
923 }
924 #shownotice .vcard .photo {
925 margin-bottom:4px;
926 }
927 .vcard .url {
928 text-decoration:none;
929 }
930 .vcard .url:hover {
931 text-decoration:underline;
932 }
933
934 .notice .entry-title {
935 float:left;
936 width:100%;
937 overflow:hidden;
938 }
939 .notice .entry-title.ov {
940 overflow:visible;
941 }
942 #shownotice .notice .entry-title {
943 font-size:2.2em;
944 }
945
946 .notice p.entry-content {
947 display:inline;
948 }
949
950 #content .notice p.entry-content a:visited {
951 border-radius:4px;
952 -moz-border-radius:4px;
953 -webkit-border-radius:4px;
954 }
955 .notice p.entry-content .vcard a {
956 border-radius:4px;
957 -moz-border-radius:4px;
958 -webkit-border-radius:4px;
959 }
960
961 .notice div.entry-content {
962 clear:left;
963 float:left;
964 font-size:0.95em;
965 margin-left:59px;
966 min-width:60%;
967 max-width:70%;
968 }
969 #showstream .notice div.entry-content,
970 #shownotice .notice div.entry-content {
971 margin-left:0;
972 max-width:82%;
973 }
974
975 .notice .notice-options a,
976 .notice .notice-options input {
977 float:left;
978 font-size:1.025em;
979 }
980
981 .notice div.entry-content .timestamp {
982 display:inline-block;
983 }
984
985 .entry-content .repeat {
986 display:block;
987 }
988 .entry-content .repeat .photo {
989 float:none;
990 margin-right:1px;
991 position:relative;
992 top:4px;
993 left:0;
994 }
995
996 .notice-options {
997 position:relative;
998 font-size:0.95em;
999 width:125px;
1000 float:right;
1001 }
1002
1003 .notice-options a {
1004 float:left;
1005 }
1006 .notice-options .notice_delete,
1007 .notice-options .notice_reply,
1008 .notice-options .form_repeat,
1009 .notice-options .form_favor,
1010 .notice-options .form_disfavor,
1011 .notice-options .repeated {
1012 float:left;
1013 margin-left:14%;
1014 }
1015 .notice-options .form_favor,
1016 .notice-options .form_disfavor {
1017 margin-left:0;
1018 }
1019 .notice-options input,
1020 .notice-options a,
1021 .notice-options .repeated {
1022 text-indent:-9999px;
1023 outline:none;
1024 }
1025 .notice-options input.submit {
1026 display:block;
1027 border:0;
1028 }
1029 .notice-options .notice_reply,
1030 .notice-options .notice_delete {
1031 text-decoration:none;
1032 }
1033 .notice-options form input.submit {
1034 width:16px;
1035 height:16px;
1036 padding:0;
1037 border-radius:0;
1038 -moz-border-radius:0;
1039 -webkit-border-radius:0;
1040 }
1041 .notice-options .form_repeat legend,
1042 .notice-options .form_favor legend,
1043 .notice-options .form_disfavor legend {
1044 display:none;
1045 }
1046 .notice-options .form_repeat fieldset,
1047 .notice-options .form_favor fieldset,
1048 .notice-options .form_disfavor fieldset {
1049 border:0;
1050 padding:0;
1051 }
1052 .notice-options a,
1053 .notice-options .repeated {
1054 width:16px;
1055 height:16px;
1056 }
1057
1058 .notice .attachment {
1059 position:relative;
1060 padding-left:16px;
1061 }
1062 #attachments .attachment {
1063 padding-left:0;
1064 }
1065 .notice .attachment img {
1066 position:absolute;
1067 top:18px;
1068 left:0;
1069 z-index:99;
1070 }
1071 #shownotice .notice .attachment img {
1072 position:static;
1073 }
1074
1075 #attachments {
1076 clear:both;
1077 float:left;
1078 width:100%;
1079 margin-top:18px;
1080 }
1081 #attachments dt {
1082 font-weight:bold;
1083 font-size:1.3em;
1084 margin-bottom:4px;
1085 }
1086
1087 #attachments ol li {
1088 margin-bottom:18px;
1089 list-style-type:decimal;
1090 float:left;
1091 clear:both;
1092 }
1093
1094 #jOverlayContent,
1095 #jOverlayContent #content,
1096 #jOverlayContent #content_inner {
1097 width: auto !important;
1098 margin-bottom:0;
1099 }
1100 #jOverlayContent #content {
1101 padding:11px;
1102 min-height:auto;
1103 }
1104 #jOverlayContent .external span {
1105 display:block;
1106 margin-bottom:11px;
1107 }
1108 #jOverlayContent button {
1109 position:absolute;
1110 top:0;
1111 right:0;
1112 }
1113 #jOverlayContent h1 {
1114 max-width:425px;
1115 }
1116 #jOverlayContent #content {
1117 border-radius:7px;
1118 -moz-border-radius:7px;
1119 -webkit-border-radius:7px;
1120 }
1121 #jOverlayLoading {
1122 top:5%;
1123 left:40%;
1124 }
1125 #attachment_view img {
1126 max-width:480px;
1127 max-height:480px;
1128 }
1129 #attachment_view #oembed_info {
1130 margin-top:11px;
1131 }
1132 #attachment_view #oembed_info dt,
1133 #attachment_view #oembed_info dd {
1134 float:left;
1135 }
1136 #attachment_view #oembed_info dt {
1137 clear:left;
1138 margin-right:11px;
1139 font-weight:bold;
1140 }
1141 #attachment_view #oembed_info dt:after {
1142 content: ":";
1143 }
1144
1145 #usergroups #new_group {
1146 float: left;
1147 margin-right: 2em;
1148 }
1149 #new_group, #group_search {
1150 margin-bottom:18px;
1151 }
1152 #new_group a {
1153 padding-left:20px;
1154 }
1155
1156 #filter_tags {
1157 margin-bottom:11px;
1158 float:left;
1159 }
1160 #filter_tags dt {
1161 display:none;
1162 }
1163 #filter_tags ul {
1164 list-style-type:none;
1165 }
1166 #filter_tags li {
1167 float:left;
1168 margin-left:7px;
1169 padding-left:7px;
1170 border-left-width:1px;
1171 border-left-style:solid;
1172 }
1173 #filter_tags #filter_tags_all {
1174 margin-left:0;
1175 border-left:0;
1176 padding-left:0;
1177 }
1178 #filter_tags_all a {
1179 font-weight:bold;
1180 margin-top:7px;
1181 float:left;
1182 }
1183
1184 #filter_tags_item label {
1185 margin-right:7px;
1186 }
1187 #filter_tags_item label,
1188 #filter_tags_item select {
1189 float:left;
1190 }
1191 #filter_tags_item p {
1192 float:left;
1193 clear:both;
1194 margin-left:38px;
1195 }
1196 #filter_tags_item .submit {
1197 position:relative;
1198 top:3px;
1199 left:3px;
1200 }
1201
1202 .pagination {
1203 float:left;
1204 clear:both;
1205 width:100%;
1206 margin-top:18px;
1207 }
1208
1209 .pagination dt {
1210 font-weight:bold;
1211 display:none;
1212 }
1213
1214 .pagination .nav {
1215 float:left;
1216 width:100%;
1217 list-style-type:none;
1218 }
1219
1220 .pagination .nav_prev {
1221 float:left;
1222 }
1223 .pagination .nav_next {
1224 float:right;
1225 }
1226
1227 .pagination a {
1228 display:block;
1229 text-decoration:none;
1230 font-weight:bold;
1231 padding:7px;
1232 border-width:1px;
1233 border-style:solid;
1234 -moz-border-radius:7px;
1235 -webkit-border-radius:7px;
1236 border-radius:7px;
1237 }
1238
1239 .pagination .nav_prev a {
1240 padding-left:30px;
1241 }
1242 .pagination .nav_next a {
1243 padding-right:30px;
1244 }
1245 /* END: NOTICE */
1246
1247 .hentry .entry-content p {
1248 margin-bottom:18px;
1249 }
1250 .system_notice ul,
1251 .instructions ul,
1252 .hentry entry-content ol,
1253 .hentry .entry-content ul {
1254 list-style-position:inside;
1255 }
1256 .hentry .entry-content li {
1257 margin-bottom:18px;
1258 }
1259 .hentry .entry-content li li {
1260 margin-left:18px;
1261 }
1262
1263 /* TOP_POSTERS */
1264 .section tbody td {
1265 padding-right:18px;
1266 padding-bottom:11px;
1267 }
1268 .section .vcard .photo {
1269 margin-right:7px;
1270 margin-bottom:0;
1271 }
1272
1273 .section .notice {
1274 padding-top:7px;
1275 padding-bottom:7px;
1276 border-top:0;
1277 }
1278
1279 .section .notice:first-child {
1280 padding-top:0;
1281 }
1282
1283 .section .notice .author {
1284 margin-right:0;
1285 }
1286 .section .notice .author .fn {
1287 display:none;
1288 }
1289
1290 /* tagcloud */
1291 .tag-cloud {
1292 list-style-type:none;
1293 text-align:center;
1294 }
1295 .aside .tag-cloud {
1296 font-size:0.8em;
1297 }
1298 .tag-cloud li {
1299 display:inline;
1300 margin-right:7px;
1301 line-height:1.25;
1302 }
1303 .aside .tag-cloud li {
1304 line-height:1.5;
1305 }
1306 .tag-cloud li a {
1307 text-decoration:none;
1308 }
1309 #tagcloud.section dt {
1310 text-transform:uppercase;
1311 font-weight:bold;
1312 }
1313 .tag-cloud-1 {
1314 font-size:1em;
1315 }
1316 .tag-cloud-2 {
1317 font-size:1.25em;
1318 }
1319 .tag-cloud-3 {
1320 font-size:1.75em;
1321 }
1322 .tag-cloud-4 {
1323 font-size:2em;
1324 }
1325 .tag-cloud-5 {
1326 font-size:2.25em;
1327 }
1328 .tag-cloud-6 {
1329 font-size:2.75em;
1330 }
1331 .tag-cloud-7 {
1332 font-size:3.25em;
1333 }
1334
1335 #publictagcloud #tagcloud.section dt {
1336 display:none;
1337 }
1338
1339 #form_settings_photo .form_data {
1340 clear:both;
1341 }
1342
1343 #form_settings_avatar li {
1344 width:auto;
1345 }
1346 #form_settings_avatar input {
1347 margin-left:0;
1348 }
1349 #avatar_original,
1350 #avatar_preview {
1351 float:left;
1352 }
1353 #avatar_preview {
1354 margin-left:29px;
1355 }
1356 #avatar_preview_view {
1357 height:96px;
1358 width:96px;
1359 margin-bottom:18px;
1360 overflow:hidden;
1361 }
1362
1363 #settings_attach,
1364 #form_settings_avatar .form_actions {
1365 clear:both;
1366 }
1367
1368 #form_settings_avatar .form_actions {
1369 margin-bottom:0;
1370 }
1371
1372 #settings_design_background-image img {
1373 max-width:480px;
1374 max-height:480px;
1375 }
1376
1377 #settings_design_color .form_data,
1378 #color-picker {
1379 float:left;
1380 }
1381 #settings_design_color .form_data {
1382 width:400px;
1383 margin-right:1%;
1384 }
1385
1386 #settings_design_color .form_data li {
1387 width:33%;
1388 }
1389 #settings_design_color .form_data label {
1390 float:none;
1391 display:block;
1392 }
1393 #settings_design_color .form_data .swatch {
1394 padding:11px;
1395 margin-left:0;
1396 width:auto;
1397 }
1398
1399 .instructions ul {
1400 list-style-position:inside;
1401 }
1402 .instructions p,
1403 .instructions ul {
1404 margin-bottom:18px;
1405 }
1406 .help dt {
1407 display:none;
1408 }
1409 .guide {
1410 clear:both;
1411 }
1412
1413 #bookmarklet address {
1414 display:none;
1415 }
1416 #bookmarklet .form_notice {
1417 width:auto;
1418 }
1419 #bookmarklet #wrap {
1420 min-width:0;
1421 }