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