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