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