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