]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Removed styles from entity_remote_subscribe (doesn't need special
[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:74%;
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 .notice-options {
986 position:relative;
987 font-size:0.95em;
988 width:90px;
989 float:right;
990 }
991
992 .notice-options a {
993 float:left;
994 }
995 .notice-options .notice_delete,
996 .notice-options .notice_reply,
997 .notice-options .form_favor,
998 .notice-options .form_disfavor {
999 float:left;
1000 margin-left:20%;
1001 }
1002 .notice-options .form_favor,
1003 .notice-options .form_disfavor {
1004 margin-left:0;
1005 }
1006 .notice-options input,
1007 .notice-options a {
1008 text-indent:-9999px;
1009 outline:none;
1010 }
1011 .notice-options input.submit {
1012 display:block;
1013 border:0;
1014 }
1015 .notice-options .notice_reply,
1016 .notice-options .notice_delete {
1017 text-decoration:none;
1018 }
1019 .notice-options form input.submit {
1020 width:16px;
1021 height:16px;
1022 padding:0;
1023 border-radius:0;
1024 -moz-border-radius:0;
1025 -webkit-border-radius:0;
1026 }
1027 .notice-options .form_favor legend,
1028 .notice-options .form_disfavor legend {
1029 display:none;
1030 }
1031 .notice-options .form_favor fieldset,
1032 .notice-options .form_disfavor fieldset {
1033 border:0;
1034 padding:0;
1035 }
1036 .notice-options a {
1037 width:16px;
1038 height:16px;
1039 }
1040
1041 .notice .attachment {
1042 position:relative;
1043 padding-left:16px;
1044 }
1045 #attachments .attachment {
1046 padding-left:0;
1047 }
1048 .notice .attachment img {
1049 position:absolute;
1050 top:18px;
1051 left:0;
1052 z-index:99;
1053 }
1054 #shownotice .notice .attachment img {
1055 position:static;
1056 }
1057
1058 #attachments {
1059 clear:both;
1060 float:left;
1061 width:100%;
1062 margin-top:18px;
1063 }
1064 #attachments dt {
1065 font-weight:bold;
1066 font-size:1.3em;
1067 margin-bottom:4px;
1068 }
1069
1070 #attachments ol li {
1071 margin-bottom:18px;
1072 list-style-type:decimal;
1073 float:left;
1074 clear:both;
1075 }
1076
1077 #jOverlayContent,
1078 #jOverlayContent #content,
1079 #jOverlayContent #content_inner {
1080 width: auto !important;
1081 margin-bottom:0;
1082 }
1083 #jOverlayContent #content {
1084 padding:11px;
1085 min-height:auto;
1086 }
1087 #jOverlayContent .external span {
1088 display:block;
1089 margin-bottom:11px;
1090 }
1091 #jOverlayContent button {
1092 position:absolute;
1093 top:0;
1094 right:0;
1095 }
1096 #jOverlayContent h1 {
1097 max-width:425px;
1098 }
1099 #jOverlayContent #content {
1100 border-radius:7px;
1101 -moz-border-radius:7px;
1102 -webkit-border-radius:7px;
1103 }
1104 #jOverlayLoading {
1105 top:5%;
1106 left:40%;
1107 }
1108 #attachment_view img {
1109 max-width:480px;
1110 max-height:480px;
1111 }
1112 #attachment_view #oembed_info {
1113 margin-top:11px;
1114 }
1115 #attachment_view #oembed_info dt,
1116 #attachment_view #oembed_info dd {
1117 float:left;
1118 }
1119 #attachment_view #oembed_info dt {
1120 clear:left;
1121 margin-right:11px;
1122 font-weight:bold;
1123 }
1124 #attachment_view #oembed_info dt:after {
1125 content: ":";
1126 }
1127
1128 #usergroups #new_group {
1129 float: left;
1130 margin-right: 2em;
1131 }
1132 #new_group, #group_search {
1133 margin-bottom:18px;
1134 }
1135 #new_group a {
1136 padding-left:20px;
1137 }
1138
1139 #filter_tags {
1140 margin-bottom:11px;
1141 float:left;
1142 }
1143 #filter_tags dt {
1144 display:none;
1145 }
1146 #filter_tags ul {
1147 list-style-type:none;
1148 }
1149 #filter_tags li {
1150 float:left;
1151 margin-left:7px;
1152 padding-left:7px;
1153 border-left-width:1px;
1154 border-left-style:solid;
1155 }
1156 #filter_tags #filter_tags_all {
1157 margin-left:0;
1158 border-left:0;
1159 padding-left:0;
1160 }
1161 #filter_tags_all a {
1162 font-weight:bold;
1163 margin-top:7px;
1164 float:left;
1165 }
1166
1167 #filter_tags_item label {
1168 margin-right:7px;
1169 }
1170 #filter_tags_item label,
1171 #filter_tags_item select {
1172 float:left;
1173 }
1174 #filter_tags_item p {
1175 float:left;
1176 clear:both;
1177 margin-left:38px;
1178 }
1179 #filter_tags_item .submit {
1180 position:relative;
1181 top:3px;
1182 left:3px;
1183 }
1184
1185 .pagination {
1186 float:left;
1187 clear:both;
1188 width:100%;
1189 margin-top:18px;
1190 }
1191
1192 .pagination dt {
1193 font-weight:bold;
1194 display:none;
1195 }
1196
1197 .pagination .nav {
1198 float:left;
1199 width:100%;
1200 list-style-type:none;
1201 }
1202
1203 .pagination .nav_prev {
1204 float:left;
1205 }
1206 .pagination .nav_next {
1207 float:right;
1208 }
1209
1210 .pagination a {
1211 display:block;
1212 text-decoration:none;
1213 font-weight:bold;
1214 padding:7px;
1215 border-width:1px;
1216 border-style:solid;
1217 -moz-border-radius:7px;
1218 -webkit-border-radius:7px;
1219 border-radius:7px;
1220 }
1221
1222 .pagination .nav_prev a {
1223 padding-left:30px;
1224 }
1225 .pagination .nav_next a {
1226 padding-right:30px;
1227 }
1228 /* END: NOTICE */
1229
1230 .hentry .entry-content p {
1231 margin-bottom:18px;
1232 }
1233 .system_notice ul,
1234 .instructions ul,
1235 .hentry entry-content ol,
1236 .hentry .entry-content ul {
1237 list-style-position:inside;
1238 }
1239 .hentry .entry-content li {
1240 margin-bottom:18px;
1241 }
1242 .hentry .entry-content li li {
1243 margin-left:18px;
1244 }
1245
1246 /* TOP_POSTERS */
1247 .section tbody td {
1248 padding-right:18px;
1249 padding-bottom:11px;
1250 }
1251 .section .vcard .photo {
1252 margin-right:7px;
1253 margin-bottom:0;
1254 }
1255
1256 .section .notice {
1257 padding-top:7px;
1258 padding-bottom:7px;
1259 border-top:0;
1260 }
1261
1262 .section .notice:first-child {
1263 padding-top:0;
1264 }
1265
1266 .section .notice .author {
1267 margin-right:0;
1268 }
1269 .section .notice .author .fn {
1270 display:none;
1271 }
1272
1273 /* tagcloud */
1274 .tag-cloud {
1275 list-style-type:none;
1276 text-align:center;
1277 }
1278 .aside .tag-cloud {
1279 font-size:0.8em;
1280 }
1281 .tag-cloud li {
1282 display:inline;
1283 margin-right:7px;
1284 line-height:1.25;
1285 }
1286 .aside .tag-cloud li {
1287 line-height:1.5;
1288 }
1289 .tag-cloud li a {
1290 text-decoration:none;
1291 }
1292 #tagcloud.section dt {
1293 text-transform:uppercase;
1294 font-weight:bold;
1295 }
1296 .tag-cloud-1 {
1297 font-size:1em;
1298 }
1299 .tag-cloud-2 {
1300 font-size:1.25em;
1301 }
1302 .tag-cloud-3 {
1303 font-size:1.75em;
1304 }
1305 .tag-cloud-4 {
1306 font-size:2em;
1307 }
1308 .tag-cloud-5 {
1309 font-size:2.25em;
1310 }
1311 .tag-cloud-6 {
1312 font-size:2.75em;
1313 }
1314 .tag-cloud-7 {
1315 font-size:3.25em;
1316 }
1317
1318 #publictagcloud #tagcloud.section dt {
1319 display:none;
1320 }
1321
1322 #form_settings_photo .form_data {
1323 clear:both;
1324 }
1325
1326 #form_settings_avatar li {
1327 width:auto;
1328 }
1329 #form_settings_avatar input {
1330 margin-left:0;
1331 }
1332 #avatar_original,
1333 #avatar_preview {
1334 float:left;
1335 }
1336 #avatar_preview {
1337 margin-left:29px;
1338 }
1339 #avatar_preview_view {
1340 height:96px;
1341 width:96px;
1342 margin-bottom:18px;
1343 overflow:hidden;
1344 }
1345
1346 #settings_attach,
1347 #form_settings_avatar .form_actions {
1348 clear:both;
1349 }
1350
1351 #form_settings_avatar .form_actions {
1352 margin-bottom:0;
1353 }
1354
1355 #settings_design_background-image img {
1356 max-width:480px;
1357 max-height:480px;
1358 }
1359
1360 #settings_design_color .form_data,
1361 #color-picker {
1362 float:left;
1363 }
1364 #settings_design_color .form_data {
1365 width:400px;
1366 margin-right:1%;
1367 }
1368
1369 #settings_design_color .form_data li {
1370 width:33%;
1371 }
1372 #settings_design_color .form_data label {
1373 float:none;
1374 display:block;
1375 }
1376 #settings_design_color .form_data .swatch {
1377 padding:11px;
1378 margin-left:0;
1379 width:auto;
1380 }
1381
1382 .instructions ul {
1383 list-style-position:inside;
1384 }
1385 .instructions p,
1386 .instructions ul {
1387 margin-bottom:18px;
1388 }
1389 .help dt {
1390 display:none;
1391 }
1392 .guide {
1393 clear:both;
1394 }
1395
1396 #bookmarklet address {
1397 display:none;
1398 }
1399 #bookmarklet .form_notice {
1400 width:auto;
1401 }
1402 #bookmarklet #wrap {
1403 min-width:0;
1404 }