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