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