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