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