]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
507733979f98241bc2d8dcf93bc015b96296c7e2
[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 /*applications*/
898 .applications {
899 margin-bottom:18px;
900 float:left;
901 width:100%;
902 }
903 .applications li {
904 list-style-type:none;
905 }
906 .application img,
907 #showapplication .entity_profile img,
908 #editapplication .form_data #application_icon img {
909 max-width:96px;
910 max-height:96px;
911 }
912 #showapplication .entity_profile {
913 width:68%;
914 }
915 #showapplication .entity_profile .entity_fn {
916 margin-left:0;
917 }
918 #showapplication .entity_profile .entity_fn .fn:before,
919 #showapplication .entity_profile .entity_fn .fn:after {
920 content:'';
921 }
922 #showapplication .entity_data {
923 clear:both;
924 margin-bottom:18px;
925 }
926 #showapplication .entity_data h2 {
927 display:none;
928 }
929 #showapplication .entity_data dl {
930 margin-bottom:18px;
931 }
932 #showapplication .entity_data dt {
933 font-weight:bold;
934 }
935 #showapplication .entity_data dd {
936 margin-left:1.795%;
937 font-family:monospace;
938 font-size:1.3em;
939 }
940 #editapplication .form_data #application_types label.radio,
941 #editapplication .form_data #default_access_types label.radio {
942 width:15%;
943 }
944
945 /* NOTICE */
946 .notice,
947 .profile,
948 .application {
949 position:relative;
950 padding-top:11px;
951 padding-bottom:11px;
952 clear:both;
953 float:left;
954 width:100%;
955 border-top-width:1px;
956 border-top-style:dotted;
957 }
958 .notices li {
959 list-style-type:none;
960 }
961 .notices .notices {
962 margin-top:7px;
963 margin-left:2%;
964 width:98%;
965 float:left;
966 }
967 .mark-top {
968 border-top-width:1px;
969 border-top-style:solid;
970 }
971
972 /* NOTICES */
973 #notices_primary {
974 float:left;
975 width:100%;
976 border-radius:7px;
977 -moz-border-radius:7px;
978 -webkit-border-radius:7px;
979 }
980 #notices_primary h2 {
981 display:none;
982 }
983 .notice-data a span {
984 display:block;
985 padding-left:28px;
986 }
987
988 .notice .author {
989 margin-right:11px;
990 }
991
992 .fn {
993 overflow:hidden;
994 }
995
996 .notice .author .fn {
997 font-weight:bold;
998 }
999
1000 .vcard .photo {
1001 display:inline;
1002 margin-right:11px;
1003 float:left;
1004 }
1005 #shownotice .vcard .photo {
1006 margin-bottom:4px;
1007 }
1008 .vcard .url {
1009 text-decoration:none;
1010 }
1011 .vcard .url:hover {
1012 text-decoration:underline;
1013 }
1014
1015 .notice .entry-title {
1016 float:left;
1017 width:100%;
1018 overflow:hidden;
1019 }
1020 .notice .entry-title.ov {
1021 overflow:visible;
1022 }
1023 #shownotice .notice .entry-title {
1024 font-size:2.2em;
1025 }
1026
1027 .notice p.entry-content {
1028 display:inline;
1029 }
1030
1031 #content .notice p.entry-content a:visited {
1032 border-radius:4px;
1033 -moz-border-radius:4px;
1034 -webkit-border-radius:4px;
1035 }
1036 .notice p.entry-content .vcard a {
1037 border-radius:4px;
1038 -moz-border-radius:4px;
1039 -webkit-border-radius:4px;
1040 }
1041
1042 .notice div.entry-content {
1043 clear:left;
1044 float:left;
1045 font-size:0.95em;
1046 margin-left:59px;
1047 min-width:60%;
1048 max-width:70%;
1049 }
1050 #showstream .notice div.entry-content,
1051 #shownotice .notice div.entry-content {
1052 margin-left:0;
1053 max-width:79%;
1054 }
1055
1056 .notice .notice-options a,
1057 .notice .notice-options input {
1058 float:left;
1059 font-size:1.025em;
1060 }
1061
1062 .notice div.entry-content .timestamp {
1063 display:inline-block;
1064 }
1065
1066 .entry-content .repeat {
1067 display:block;
1068 }
1069 .entry-content .repeat .photo {
1070 float:none;
1071 margin-right:1px;
1072 position:relative;
1073 top:4px;
1074 left:0;
1075 }
1076
1077 .dialogbox {
1078 position:absolute;
1079 top:-4px;
1080 right:29px;
1081 z-index:9;
1082 min-width:199px;
1083 float:none;
1084 background-color:#FFF;
1085 padding:11px;
1086 border-radius:7px;
1087 -moz-border-radius:7px;
1088 -webkit-border-radius:7px;
1089 border-style:solid;
1090 border-width:1px;
1091 border-color:#DDDDDD;
1092 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1093 }
1094
1095 .dialogbox legend {
1096 display:block !important;
1097 margin-right:18px;
1098 }
1099
1100 .dialogbox button.close {
1101 position:absolute;
1102 right:3px;
1103 top:3px;
1104 }
1105
1106 .dialogbox .submit_dialogbox {
1107 text-indent:0;
1108 font-weight:bold;
1109 }
1110
1111 .notice-options {
1112 position:relative;
1113 font-size:0.95em;
1114 width:113px;
1115 float:right;
1116 margin-right:4px;
1117 }
1118
1119 .notice-options a {
1120 float:left;
1121 }
1122 .notice-options .notice_reply,
1123 .notice-options .form_repeat,
1124 .notice-options .form_favor,
1125 .notice-options .form_disfavor,
1126 .notice-options .repeated {
1127 float:left;
1128 margin-left:14.2%;
1129 }
1130 .notice-options .form_favor,
1131 .notice-options .form_disfavor {
1132 margin-left:0;
1133 }
1134 .notice-options input,
1135 .notice-options a,
1136 .notice-options .repeated {
1137 text-indent:-9999px;
1138 outline:none;
1139 }
1140 .notice-options input.submit {
1141 display:block;
1142 border:0;
1143 }
1144 .notice-options .notice_reply,
1145 .notice-options .notice_delete {
1146 text-decoration:none;
1147 }
1148 .notice .notice-options .notice_delete {
1149 float:right;
1150 }
1151 .notice-options form input.submit {
1152 width:16px;
1153 height:16px;
1154 padding:0;
1155 border-radius:0;
1156 -moz-border-radius:0;
1157 -webkit-border-radius:0;
1158 }
1159 .notice-options .form_repeat legend,
1160 .notice-options .form_favor legend,
1161 .notice-options .form_disfavor legend {
1162 display:none;
1163 }
1164 .notice-options .form_repeat fieldset,
1165 .notice-options .form_favor fieldset,
1166 .notice-options .form_disfavor fieldset {
1167 border:0;
1168 padding:0;
1169 }
1170 .notice-options a,
1171 .notice-options .repeated {
1172 width:16px;
1173 height:16px;
1174 }
1175
1176 .notice .attachment {
1177 position:relative;
1178 padding-left:16px;
1179 }
1180 #attachments .attachment {
1181 padding-left:0;
1182 }
1183 .notice .attachment img {
1184 position:absolute;
1185 top:18px;
1186 left:0;
1187 z-index:99;
1188 }
1189 #shownotice .notice .attachment img {
1190 position:static;
1191 }
1192
1193 #attachments {
1194 clear:both;
1195 float:left;
1196 width:100%;
1197 margin-top:18px;
1198 }
1199 #attachments dt {
1200 font-weight:bold;
1201 font-size:1.3em;
1202 margin-bottom:4px;
1203 }
1204
1205 #attachments ol li {
1206 margin-bottom:18px;
1207 list-style-type:decimal;
1208 float:left;
1209 clear:both;
1210 }
1211
1212 #jOverlayContent,
1213 #jOverlayContent #content,
1214 #jOverlayContent #content_inner {
1215 width: auto !important;
1216 margin-bottom:0;
1217 }
1218 #jOverlayContent #content {
1219 padding:11px;
1220 min-height:auto;
1221 }
1222 #jOverlayContent .external span {
1223 display:block;
1224 margin-bottom:11px;
1225 }
1226 #jOverlayContent button {
1227 position:absolute;
1228 top:0;
1229 right:0;
1230 }
1231 #jOverlayContent h1 {
1232 max-width:425px;
1233 }
1234 #jOverlayContent #content {
1235 border-radius:7px;
1236 -moz-border-radius:7px;
1237 -webkit-border-radius:7px;
1238 }
1239 #jOverlayLoading {
1240 top:5%;
1241 left:40%;
1242 }
1243 #attachment_view img {
1244 max-width:480px;
1245 max-height:480px;
1246 }
1247 #attachment_view #oembed_info {
1248 margin-top:11px;
1249 }
1250 #attachment_view #oembed_info dt,
1251 #attachment_view #oembed_info dd {
1252 float:left;
1253 }
1254 #attachment_view #oembed_info dt {
1255 clear:left;
1256 margin-right:11px;
1257 font-weight:bold;
1258 }
1259 #attachment_view #oembed_info dt:after {
1260 content: ":";
1261 }
1262
1263 #usergroups #new_group {
1264 float: left;
1265 margin-right: 2em;
1266 }
1267 #new_group, #group_search {
1268 margin-bottom:18px;
1269 }
1270 #new_group a {
1271 padding-left:20px;
1272 }
1273
1274 #filter_tags {
1275 margin-bottom:11px;
1276 float:left;
1277 }
1278 #filter_tags dt {
1279 display:none;
1280 }
1281 #filter_tags ul {
1282 list-style-type:none;
1283 }
1284 #filter_tags li {
1285 float:left;
1286 margin-left:7px;
1287 padding-left:7px;
1288 border-left-width:1px;
1289 border-left-style:solid;
1290 }
1291 #filter_tags #filter_tags_all {
1292 margin-left:0;
1293 border-left:0;
1294 padding-left:0;
1295 }
1296 #filter_tags_all a {
1297 font-weight:bold;
1298 margin-top:7px;
1299 float:left;
1300 }
1301
1302 #filter_tags_item label {
1303 margin-right:7px;
1304 }
1305 #filter_tags_item label,
1306 #filter_tags_item select {
1307 float:left;
1308 }
1309 #filter_tags_item p {
1310 float:left;
1311 clear:both;
1312 margin-left:38px;
1313 }
1314 #filter_tags_item .submit {
1315 position:relative;
1316 top:3px;
1317 left:3px;
1318 }
1319
1320 .pagination {
1321 float:left;
1322 clear:both;
1323 width:100%;
1324 margin-top:18px;
1325 }
1326
1327 .pagination dt {
1328 font-weight:bold;
1329 display:none;
1330 }
1331
1332 .pagination .nav {
1333 float:left;
1334 width:100%;
1335 list-style-type:none;
1336 }
1337
1338 .pagination .nav_prev {
1339 float:left;
1340 }
1341 .pagination .nav_next {
1342 float:right;
1343 }
1344
1345 .pagination a {
1346 display:block;
1347 text-decoration:none;
1348 font-weight:bold;
1349 padding:7px;
1350 border-width:1px;
1351 border-style:solid;
1352 -moz-border-radius:7px;
1353 -webkit-border-radius:7px;
1354 border-radius:7px;
1355 }
1356
1357 .pagination .nav_prev a {
1358 padding-left:30px;
1359 }
1360 .pagination .nav_next a {
1361 padding-right:30px;
1362 }
1363 /* END: NOTICE */
1364
1365 .hentry .entry-content p {
1366 margin-bottom:18px;
1367 }
1368 .hentry .entry-content ol,
1369 .hentry .entry-content ul {
1370 margin-left:1.795%;
1371 }
1372 .hentry .entry-content li {
1373 margin-bottom:18px;
1374 }
1375 .hentry .entry-content li li {
1376 margin-left:18px;
1377 }
1378
1379 #content #plugin_authors {
1380 min-width:122px;
1381 }
1382 #content thead th {
1383 text-align:left;
1384 }
1385 #content tbody th {
1386 vertical-align:top;
1387 text-align:left;
1388 font-weight:normal;
1389 padding-top:11px;
1390 padding-right:18px;
1391 }
1392 #content tbody tr {
1393 border-top-width:1px;
1394 border-top-style:dotted;
1395 }
1396 #content td {
1397 padding:11px 18px 11px 0;
1398 vertical-align:top;
1399 }
1400 #content td:last-child {
1401 padding-right:0;
1402 }
1403
1404 /* TOP_POSTERS */
1405 .section tbody td {
1406 padding-right:18px;
1407 padding-bottom:11px;
1408 }
1409 .section .vcard .photo {
1410 margin-right:7px;
1411 margin-bottom:0;
1412 }
1413
1414 .section .notice {
1415 padding-top:7px;
1416 padding-bottom:7px;
1417 border-top:0;
1418 }
1419
1420 .section .notice:first-child {
1421 padding-top:0;
1422 }
1423
1424 .section .notice .author {
1425 margin-right:0;
1426 }
1427 .section .notice .author .fn {
1428 display:none;
1429 }
1430
1431 /* tagcloud */
1432 .tag-cloud {
1433 list-style-type:none;
1434 text-align:center;
1435 }
1436 .aside .tag-cloud {
1437 font-size:0.8em;
1438 }
1439 .tag-cloud li {
1440 display:inline;
1441 margin-right:7px;
1442 line-height:1.25;
1443 }
1444 .aside .tag-cloud li {
1445 line-height:1.5;
1446 }
1447 .tag-cloud li a {
1448 text-decoration:none;
1449 }
1450 #tagcloud.section dt {
1451 text-transform:uppercase;
1452 font-weight:bold;
1453 }
1454 .tag-cloud-1 {
1455 font-size:1em;
1456 }
1457 .tag-cloud-2 {
1458 font-size:1.25em;
1459 }
1460 .tag-cloud-3 {
1461 font-size:1.75em;
1462 }
1463 .tag-cloud-4 {
1464 font-size:2em;
1465 }
1466 .tag-cloud-5 {
1467 font-size:2.25em;
1468 }
1469 .tag-cloud-6 {
1470 font-size:2.75em;
1471 }
1472 .tag-cloud-7 {
1473 font-size:3.25em;
1474 }
1475
1476 #publictagcloud #tagcloud.section dt {
1477 display:none;
1478 }
1479
1480 #form_settings_photo .form_data {
1481 clear:both;
1482 }
1483
1484 #form_settings_avatar li {
1485 width:auto;
1486 }
1487 #form_settings_avatar input {
1488 margin-left:0;
1489 }
1490 #avatar_original,
1491 #avatar_preview {
1492 float:left;
1493 }
1494 #avatar_preview {
1495 margin-left:29px;
1496 }
1497 #avatar_preview_view {
1498 height:96px;
1499 width:96px;
1500 margin-bottom:18px;
1501 overflow:hidden;
1502 }
1503
1504 #settings_attach,
1505 #form_settings_avatar .form_actions {
1506 clear:both;
1507 }
1508
1509 #form_settings_avatar .form_actions {
1510 margin-bottom:0;
1511 }
1512
1513 #settings_design_background-image img {
1514 max-width:480px;
1515 max-height:480px;
1516 }
1517
1518 #settings_design_color .form_data,
1519 #color-picker {
1520 float:left;
1521 }
1522 #settings_design_color .form_data {
1523 width:400px;
1524 margin-right:1%;
1525 }
1526
1527 #settings_design_color .form_data li {
1528 width:33%;
1529 }
1530 #settings_design_color .form_data label {
1531 float:none;
1532 display:block;
1533 }
1534 #settings_design_color .form_data .swatch {
1535 padding:11px;
1536 margin-left:0;
1537 width:auto;
1538 }
1539
1540 .system_notice ul,
1541 .instructions ul {
1542 margin-left:1em;
1543 }
1544 .instructions p,
1545 .instructions ul {
1546 margin-bottom:18px;
1547 }
1548 .help dt {
1549 display:none;
1550 }
1551 .guide {
1552 clear:both;
1553 }
1554
1555 #bookmarklet address {
1556 display:none;
1557 }
1558 #bookmarklet .form_notice {
1559 width:auto;
1560 }
1561 #bookmarklet #wrap {
1562 min-width:0;
1563 }