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