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