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