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