]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Style for entity_aliases
[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 float:left;
515 clear:both;
516 width:96.9%;
517 margin-bottom:0;
518 line-height:1.618;
519 }
520
521 /* entity_profile */
522 .entity_profile {
523 position:relative;
524 width:74.702%;
525 min-height:123px;
526 float:left;
527 margin-bottom:18px;
528 margin-left:0;
529 overflow:hidden;
530 }
531 .entity_profile dt,
532 #entity_statistics dt {
533 font-weight:bold;
534 }
535 .entity_profile dd {
536 display:inline;
537 }
538
539 .entity_profile .entity_depiction {
540 float:left;
541 width:96px;
542 margin-right:18px;
543 margin-bottom:18px;
544 }
545
546 .entity_profile .entity_fn,
547 .entity_profile .entity_nickname,
548 .entity_profile .entity_location,
549 .entity_profile .entity_url,
550 .entity_profile .entity_note,
551 .entity_profile .entity_tags,
552 .entity_profile .entity_aliases {
553 margin-left:113px;
554 margin-bottom:4px;
555 }
556
557 .entity_profile .entity_fn,
558 .entity_profile .entity_nickname {
559 margin-left:11px;
560 display:inline;
561 }
562 .entity_profile .entity_nickname {
563 margin-left:0;
564 }
565 .entity_profile .fn,
566 .entity_profile .nickname {
567 font-size:1.1em;
568 font-weight:bold;
569 }
570 .entity_profile .entity_fn dd:before {
571 content: "(";
572 font-weight:normal;
573 }
574 .entity_profile .entity_fn dd:after {
575 content: ")";
576 font-weight:normal;
577 }
578
579 .entity_profile dt {
580 display:none;
581 }
582 .entity_profile h2 {
583 display:none;
584 }
585 /* entity_profile */
586
587
588 /*entity_actions*/
589 .entity_actions {
590 float:right;
591 margin-left:2.35%;
592 max-width:25%;
593 }
594 .entity_actions h2 {
595 display:none;
596 }
597 .entity_actions ul {
598 list-style-type:none;
599 }
600 .entity_actions li {
601 margin-bottom:4px;
602 }
603 .entity_actions li:first-child {
604 border-top:0;
605 }
606 .entity_actions fieldset {
607 border:0;
608 padding:0;
609 }
610 .entity_actions legend {
611 display:none;
612 }
613
614 .entity_actions input.submit {
615 display:block;
616 text-align:left;
617 width:100%;
618 }
619 .entity_actions a,
620 .entity_nudge p,
621 .entity_remote_subscribe {
622 text-decoration:none;
623 font-weight:bold;
624 display:block;
625 }
626
627 .form_user_block input.submit,
628 .form_user_unblock input.submit,
629 .form_group_block input.submit,
630 .form_group_unblock input.submit,
631 .entity_send-a-message a,
632 .entity_edit a,
633 .form_user_nudge input.submit,
634 .entity_nudge p,
635 .form_make_admin input.submit {
636 border:0;
637 padding-left:20px;
638 }
639
640 .entity_edit a,
641 .entity_send-a-message a,
642 .entity_nudge p {
643 padding:4px 4px 4px 23px;
644 }
645
646 .entity_remote_subscribe {
647 padding:4px;
648 border-width:2px;
649 border-style:solid;
650 border-radius:4px;
651 -moz-border-radius:4px;
652 -webkit-border-radius:4px;
653 }
654 .entity_actions .accept {
655 margin-bottom:18px;
656 }
657
658 .entity_tags ul {
659 list-style-type:none;
660 display:inline;
661 }
662 .entity_tags li {
663 display:inline;
664 margin-right:4px;
665 }
666
667 .aside .section {
668 margin-bottom:29px;
669 clear:both;
670 float:left;
671 width:100%;
672 list-style-position:inside;
673 }
674 .aside .section h2 {
675 text-transform:uppercase;
676 font-size:1em;
677 }
678
679 #entity_statistics dt,
680 #entity_statistics dd {
681 display:inline;
682 }
683 #entity_statistics dt:after {
684 content: ":";
685 }
686
687 .section ul.entities {
688 float:left;
689 width:100%;
690 }
691 .section .entities li {
692 list-style-type:none;
693 float:left;
694 margin-right:7px;
695 margin-bottom:7px;
696 display:inline;
697 }
698 .section .entities li .photo {
699 margin-right:0;
700 margin-bottom:0;
701 }
702 .section .entities li .fn {
703 display:none;
704 }
705
706 .aside .section p,
707 .aside .section .more {
708 clear:both;
709 }
710
711 .profile .entity_profile {
712 margin-bottom:0;
713 min-height:60px;
714 }
715
716
717 .profile .form_group_join legend,
718 .profile .form_group_leave legend,
719 .profile .form_user_subscribe legend,
720 .profile .form_user_unsubscribe legend {
721 display:none;
722 }
723
724 .profiles {
725 list-style-type:none;
726 }
727 .profile .entity_profile .entity_location {
728 width:auto;
729 clear:none;
730 margin-left:11px;
731 }
732 .profile .entity_profile dl,
733 .profile .entity_profile dd {
734 display:inline;
735 float:none;
736 }
737 .profile .entity_profile .entity_note,
738 .profile .entity_profile .entity_url,
739 .profile .entity_profile .entity_tags,
740 .profile .entity_profile .form_subscription_edit {
741 margin-left:59px;
742 clear:none;
743 display:block;
744 width:auto;
745 }
746 .profile .entity_profile .entity_tags dt {
747 display:inline;
748 margin-right:11px;
749 }
750
751
752 .profile .entity_profile .form_subscription_edit label {
753 font-weight:normal;
754 margin-right:11px;
755 }
756
757
758 /* NOTICE */
759 .notice,
760 .profile {
761 position:relative;
762 padding-top:11px;
763 padding-bottom:11px;
764 clear:both;
765 float:left;
766 width:100%;
767 border-top-width:1px;
768 border-top-style:dotted;
769 }
770 .notices li {
771 list-style-type:none;
772 }
773 .notices .notices {
774 margin-top:7px;
775 margin-left:5%;
776 width:95%;
777 float:left;
778 }
779
780
781 /* NOTICES */
782 #notices_primary {
783 float:left;
784 width:100%;
785 border-radius:7px;
786 -moz-border-radius:7px;
787 -webkit-border-radius:7px;
788 }
789 #notices_primary h2 {
790 display:none;
791 }
792 .notice-data a span {
793 display:block;
794 padding-left:28px;
795 }
796
797 .notice .author {
798 margin-right:11px;
799 }
800
801 .fn {
802 overflow:hidden;
803 }
804
805 .notice .author .fn {
806 font-weight:bold;
807 }
808
809 .vcard .photo {
810 display:inline;
811 margin-right:11px;
812 float:left;
813 }
814 #shownotice .vcard .photo {
815 margin-bottom:4px;
816 }
817 .vcard .url {
818 text-decoration:none;
819 }
820 .vcard .url:hover {
821 text-decoration:underline;
822 }
823
824 .notice .entry-title {
825 float:left;
826 width:100%;
827 overflow:hidden;
828 }
829 .notice .entry-title.ov {
830 overflow:visible;
831 }
832 #shownotice .notice .entry-title {
833 font-size:2.2em;
834 }
835
836 .notice p.entry-content {
837 display:inline;
838 }
839
840 #content .notice p.entry-content a:visited {
841 border-radius:4px;
842 -moz-border-radius:4px;
843 -webkit-border-radius:4px;
844 }
845 .notice p.entry-content .vcard a {
846 border-radius:4px;
847 -moz-border-radius:4px;
848 -webkit-border-radius:4px;
849 }
850
851 .notice div.entry-content {
852 clear:left;
853 float:left;
854 font-size:0.95em;
855 margin-left:59px;
856 width:60%;
857 }
858 #showstream .notice div.entry-content,
859 #shownotice .notice div.entry-content {
860 margin-left:0;
861 }
862
863 .notice .notice-options a,
864 .notice .notice-options input {
865 float:left;
866 font-size:1.025em;
867 }
868
869 .notice div.entry-content dl,
870 .notice div.entry-content dt,
871 .notice div.entry-content dd {
872 display:inline;
873 }
874
875 .notice div.entry-content .timestamp dt,
876 .notice div.entry-content .response dt {
877 display:none;
878 }
879 .notice div.entry-content .timestamp a {
880 display:inline-block;
881 }
882 .notice div.entry-content .device dt {
883 text-transform:lowercase;
884 }
885
886 .notice-options {
887 position:relative;
888 font-size:0.95em;
889 width:90px;
890 float:right;
891 margin-right:11px;
892 }
893
894 .notice-options a {
895 float:left;
896 }
897 .notice-options .notice_delete,
898 .notice-options .notice_reply,
899 .notice-options .form_favor,
900 .notice-options .form_disfavor {
901 position:absolute;
902 top:0;
903 }
904 .notice-options .form_favor,
905 .notice-options .form_disfavor {
906 left:0;
907 }
908 .notice-options .notice_reply {
909 left:29px;
910 }
911 .notice-options .notice_delete {
912 right:0;
913 }
914 .notice-options .notice_reply dt {
915 display:none;
916 }
917
918 .notice-options input,
919 .notice-options a {
920 text-indent:-9999px;
921 outline:none;
922 }
923
924 .notice-options .notice_reply a,
925 .notice-options input.submit {
926 display:block;
927 border:0;
928 }
929 .notice-options .notice_reply a,
930 .notice-options .notice_delete a {
931 text-decoration:none;
932 padding-left:16px;
933 }
934
935 .notice-options form input.submit {
936 width:16px;
937 padding:2px 0;
938 }
939
940 .notice-options .notice_delete dt,
941 .notice-options .form_favor legend,
942 .notice-options .form_disfavor legend {
943 display:none;
944 }
945 .notice-options .notice_delete fieldset,
946 .notice-options .form_favor fieldset,
947 .notice-options .form_disfavor fieldset {
948 border:0;
949 padding:0;
950 }
951
952
953 .notice .attachment {
954 position:relative;
955 padding-left:16px;
956 }
957 #attachments .attachment {
958 padding-left:0;
959 }
960 .notice .attachment img {
961 position:absolute;
962 top:18px;
963 left:0;
964 z-index:99;
965 }
966 #shownotice .notice .attachment img {
967 position:static;
968 }
969
970 #attachments {
971 clear:both;
972 float:left;
973 width:100%;
974 margin-top:18px;
975 }
976 #attachments dt {
977 font-weight:bold;
978 font-size:1.3em;
979 margin-bottom:4px;
980 }
981
982 #attachments ol li {
983 margin-bottom:18px;
984 list-style-type:decimal;
985 float:left;
986 clear:both;
987 }
988
989 #jOverlayContent,
990 #jOverlayContent #content,
991 #jOverlayContent #content_inner {
992 width: auto !important;
993 margin-bottom:0;
994 }
995 #jOverlayContent #content {
996 padding:11px;
997 min-height:auto;
998 }
999 #jOverlayContent .external span {
1000 display:block;
1001 margin-bottom:11px;
1002 }
1003 #jOverlayContent button {
1004 position:absolute;
1005 top:0;
1006 right:0;
1007 width:29px;
1008 height:29px;
1009 text-align:center;
1010 font-weight:bold;
1011 padding:0;
1012 }
1013 #jOverlayContent h1 {
1014 max-width:475px;
1015 }
1016 #jOverlayContent #content {
1017 border-radius:7px;
1018 -moz-border-radius:7px;
1019 -webkit-border-radius:7px;
1020 }
1021
1022 #attachment_view #oembed_info {
1023 margin-top:11px;
1024 }
1025 #attachment_view #oembed_info dt,
1026 #attachment_view #oembed_info dd {
1027 float:left;
1028 }
1029 #attachment_view #oembed_info dt {
1030 clear:left;
1031 margin-right:11px;
1032 font-weight:bold;
1033 }
1034 #attachment_view #oembed_info dt:after {
1035 content: ":";
1036 }
1037
1038 #usergroups #new_group {
1039 float: left;
1040 margin-right: 2em;
1041 }
1042 #new_group, #group_search {
1043 margin-bottom:18px;
1044 }
1045 #new_group a {
1046 padding-left:20px;
1047 }
1048
1049
1050 #filter_tags {
1051 margin-bottom:11px;
1052 float:left;
1053 }
1054 #filter_tags dt {
1055 display:none;
1056 }
1057 #filter_tags ul {
1058 list-style-type:none;
1059 }
1060 #filter_tags ul li {
1061 float:left;
1062 margin-left:7px;
1063 padding-left:7px;
1064 border-left-width:1px;
1065 border-left-style:solid;
1066 }
1067 #filter_tags ul li.child_1 {
1068 margin-left:0;
1069 border-left:0;
1070 padding-left:0;
1071 }
1072 #filter_tags ul li#filter_tags_all a {
1073 font-weight:bold;
1074 margin-top:7px;
1075 float:left;
1076 }
1077
1078 #filter_tags ul li#filter_tags_item label {
1079 margin-right:7px;
1080 }
1081 #filter_tags ul li#filter_tags_item label,
1082 #filter_tags ul li#filter_tags_item select {
1083 display:inline;
1084 }
1085 #filter_tags ul li#filter_tags_item p {
1086 float:left;
1087 margin-left:38px;
1088 }
1089 #filter_tags ul li#filter_tags_item input {
1090 position:relative;
1091 top:3px;
1092 left:3px;
1093 }
1094
1095
1096
1097 .pagination {
1098 float:left;
1099 clear:both;
1100 width:100%;
1101 margin-top:18px;
1102 }
1103
1104 .pagination dt {
1105 font-weight:bold;
1106 display:none;
1107 }
1108
1109 .pagination .nav {
1110 float:left;
1111 width:100%;
1112 list-style-type:none;
1113 }
1114
1115 .pagination .nav_prev {
1116 float:left;
1117 }
1118 .pagination .nav_next {
1119 float:right;
1120 }
1121
1122 .pagination a {
1123 display:block;
1124 text-decoration:none;
1125 font-weight:bold;
1126 padding:7px;
1127 border-width:1px;
1128 border-style:solid;
1129 -moz-border-radius:7px;
1130 -webkit-border-radius:7px;
1131 border-radius:7px;
1132 }
1133
1134 .pagination .nav_prev a {
1135 padding-left:30px;
1136 }
1137 .pagination .nav_next a {
1138 padding-right:30px;
1139 }
1140 /* END: NOTICE */
1141
1142
1143 .hentry .entry-content p {
1144 margin-bottom:18px;
1145 }
1146 .system_notice ul,
1147 .instructions ul,
1148 .hentry entry-content ol,
1149 .hentry .entry-content ul {
1150 list-style-position:inside;
1151 }
1152 .hentry .entry-content li {
1153 margin-bottom:18px;
1154 }
1155 .hentry .entry-content li li {
1156 margin-left:18px;
1157 }
1158
1159
1160 /* TOP_POSTERS */
1161 .section tbody td {
1162 padding-right:18px;
1163 padding-bottom:11px;
1164 }
1165 .section .vcard .photo {
1166 margin-right:7px;
1167 margin-bottom:0;
1168 }
1169
1170 .section .notice {
1171 padding-top:7px;
1172 padding-bottom:7px;
1173 border-top:0;
1174 }
1175
1176 .section .notice:first-child {
1177 padding-top:0;
1178 }
1179
1180 .section .notice .author {
1181 margin-right:0;
1182 }
1183 .section .notice .author .fn {
1184 display:none;
1185 }
1186
1187
1188 /* tagcloud */
1189 .tag-cloud {
1190 list-style-type:none;
1191 text-align:center;
1192 }
1193 .aside .tag-cloud {
1194 font-size:0.8em;
1195 }
1196 .tag-cloud li {
1197 display:inline;
1198 margin-right:7px;
1199 line-height:1.25;
1200 }
1201 .aside .tag-cloud li {
1202 line-height:1.5;
1203 }
1204 .tag-cloud li a {
1205 text-decoration:none;
1206 }
1207 #tagcloud.section dt {
1208 text-transform:uppercase;
1209 font-weight:bold;
1210 }
1211 .tag-cloud-1 {
1212 font-size:1em;
1213 }
1214 .tag-cloud-2 {
1215 font-size:1.25em;
1216 }
1217 .tag-cloud-3 {
1218 font-size:1.75em;
1219 }
1220 .tag-cloud-4 {
1221 font-size:2em;
1222 }
1223 .tag-cloud-5 {
1224 font-size:2.25em;
1225 }
1226 .tag-cloud-6 {
1227 font-size:2.75em;
1228 }
1229 .tag-cloud-7 {
1230 font-size:3.25em;
1231 }
1232
1233 #publictagcloud #tagcloud.section dt {
1234 display:none;
1235 }
1236
1237 #form_settings_photo .form_data {
1238 clear:both;
1239 }
1240
1241 #form_settings_avatar li {
1242 width:auto;
1243 }
1244 #form_settings_avatar input {
1245 margin-left:0;
1246 }
1247 #avatar_original,
1248 #avatar_preview {
1249 float:left;
1250 }
1251 #avatar_preview {
1252 margin-left:29px;
1253 }
1254 #avatar_preview_view {
1255 height:96px;
1256 width:96px;
1257 margin-bottom:18px;
1258 overflow:hidden;
1259 }
1260
1261 #settings_attach,
1262 #form_settings_avatar .form_actions {
1263 clear:both;
1264 }
1265
1266 #form_settings_avatar .form_actions {
1267 margin-bottom:0;
1268 }
1269
1270 #form_settings_design #settings_design_color .form_data,
1271 #form_settings_design #color-picker {
1272 float:left;
1273 }
1274 #form_settings_design #settings_design_color .form_data {
1275 width:400px;
1276 margin-right:28px;
1277 }
1278
1279 #settings_design_color .form_data li {
1280 width:33%;
1281 }
1282 #settings_design_color .form_data label {
1283 float:none;
1284 display:block;
1285 }
1286 #settings_design_color .form_data .swatch {
1287 padding:11px;
1288 margin-left:0;
1289 }
1290
1291 .instructions ul {
1292 list-style-position:inside;
1293 }
1294 .instructions p,
1295 .instructions ul {
1296 margin-bottom:18px;
1297 }
1298 .help dt {
1299 display:none;
1300 }
1301 .guide {
1302 clear:both;
1303 }