]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
9cbee32c8d460bd3d83e163f7705578dfa6ae682
[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:82%;
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 .form_repeat.dialogbox legend:after {
1031 content:'?';
1032 }
1033 .dialogbox button {
1034 position:absolute;
1035 right:3px;
1036 top:3px;
1037 }
1038
1039 .notice-options {
1040 position:relative;
1041 font-size:0.95em;
1042 width:113px;
1043 float:right;
1044 margin-right:4px;
1045 }
1046
1047 .notice-options a {
1048 float:left;
1049 }
1050 .notice-options .notice_reply,
1051 .notice-options .form_repeat,
1052 .notice-options .form_favor,
1053 .notice-options .form_disfavor,
1054 .notice-options .repeated {
1055 float:left;
1056 margin-left:14.2%;
1057 }
1058 .notice-options .form_favor,
1059 .notice-options .form_disfavor {
1060 margin-left:0;
1061 }
1062 .notice-options input,
1063 .notice-options a,
1064 .notice-options .repeated {
1065 text-indent:-9999px;
1066 outline:none;
1067 }
1068 .notice-options input.submit {
1069 display:block;
1070 border:0;
1071 }
1072 .notice-options .notice_reply,
1073 .notice-options .notice_delete {
1074 text-decoration:none;
1075 }
1076 .notice .notice-options .notice_delete {
1077 float:right;
1078 }
1079 .notice-options form input.submit {
1080 width:16px;
1081 height:16px;
1082 padding:0;
1083 border-radius:0;
1084 -moz-border-radius:0;
1085 -webkit-border-radius:0;
1086 }
1087 .notice-options .form_repeat legend,
1088 .notice-options .form_favor legend,
1089 .notice-options .form_disfavor legend {
1090 display:none;
1091 }
1092 .notice-options .form_repeat fieldset,
1093 .notice-options .form_favor fieldset,
1094 .notice-options .form_disfavor fieldset {
1095 border:0;
1096 padding:0;
1097 }
1098 .notice-options a,
1099 .notice-options .repeated {
1100 width:16px;
1101 height:16px;
1102 }
1103
1104 .notice .attachment {
1105 position:relative;
1106 padding-left:16px;
1107 }
1108 #attachments .attachment {
1109 padding-left:0;
1110 }
1111 .notice .attachment img {
1112 position:absolute;
1113 top:18px;
1114 left:0;
1115 z-index:99;
1116 }
1117 #shownotice .notice .attachment img {
1118 position:static;
1119 }
1120
1121 #attachments {
1122 clear:both;
1123 float:left;
1124 width:100%;
1125 margin-top:18px;
1126 }
1127 #attachments dt {
1128 font-weight:bold;
1129 font-size:1.3em;
1130 margin-bottom:4px;
1131 }
1132
1133 #attachments ol li {
1134 margin-bottom:18px;
1135 list-style-type:decimal;
1136 float:left;
1137 clear:both;
1138 }
1139
1140 #jOverlayContent,
1141 #jOverlayContent #content,
1142 #jOverlayContent #content_inner {
1143 width: auto !important;
1144 margin-bottom:0;
1145 }
1146 #jOverlayContent #content {
1147 padding:11px;
1148 min-height:auto;
1149 }
1150 #jOverlayContent .external span {
1151 display:block;
1152 margin-bottom:11px;
1153 }
1154 #jOverlayContent button {
1155 position:absolute;
1156 top:0;
1157 right:0;
1158 }
1159 #jOverlayContent h1 {
1160 max-width:425px;
1161 }
1162 #jOverlayContent #content {
1163 border-radius:7px;
1164 -moz-border-radius:7px;
1165 -webkit-border-radius:7px;
1166 }
1167 #jOverlayLoading {
1168 top:5%;
1169 left:40%;
1170 }
1171 #attachment_view img {
1172 max-width:480px;
1173 max-height:480px;
1174 }
1175 #attachment_view #oembed_info {
1176 margin-top:11px;
1177 }
1178 #attachment_view #oembed_info dt,
1179 #attachment_view #oembed_info dd {
1180 float:left;
1181 }
1182 #attachment_view #oembed_info dt {
1183 clear:left;
1184 margin-right:11px;
1185 font-weight:bold;
1186 }
1187 #attachment_view #oembed_info dt:after {
1188 content: ":";
1189 }
1190
1191 #usergroups #new_group {
1192 float: left;
1193 margin-right: 2em;
1194 }
1195 #new_group, #group_search {
1196 margin-bottom:18px;
1197 }
1198 #new_group a {
1199 padding-left:20px;
1200 }
1201
1202 #filter_tags {
1203 margin-bottom:11px;
1204 float:left;
1205 }
1206 #filter_tags dt {
1207 display:none;
1208 }
1209 #filter_tags ul {
1210 list-style-type:none;
1211 }
1212 #filter_tags li {
1213 float:left;
1214 margin-left:7px;
1215 padding-left:7px;
1216 border-left-width:1px;
1217 border-left-style:solid;
1218 }
1219 #filter_tags #filter_tags_all {
1220 margin-left:0;
1221 border-left:0;
1222 padding-left:0;
1223 }
1224 #filter_tags_all a {
1225 font-weight:bold;
1226 margin-top:7px;
1227 float:left;
1228 }
1229
1230 #filter_tags_item label {
1231 margin-right:7px;
1232 }
1233 #filter_tags_item label,
1234 #filter_tags_item select {
1235 float:left;
1236 }
1237 #filter_tags_item p {
1238 float:left;
1239 clear:both;
1240 margin-left:38px;
1241 }
1242 #filter_tags_item .submit {
1243 position:relative;
1244 top:3px;
1245 left:3px;
1246 }
1247
1248 .pagination {
1249 float:left;
1250 clear:both;
1251 width:100%;
1252 margin-top:18px;
1253 }
1254
1255 .pagination dt {
1256 font-weight:bold;
1257 display:none;
1258 }
1259
1260 .pagination .nav {
1261 float:left;
1262 width:100%;
1263 list-style-type:none;
1264 }
1265
1266 .pagination .nav_prev {
1267 float:left;
1268 }
1269 .pagination .nav_next {
1270 float:right;
1271 }
1272
1273 .pagination a {
1274 display:block;
1275 text-decoration:none;
1276 font-weight:bold;
1277 padding:7px;
1278 border-width:1px;
1279 border-style:solid;
1280 -moz-border-radius:7px;
1281 -webkit-border-radius:7px;
1282 border-radius:7px;
1283 }
1284
1285 .pagination .nav_prev a {
1286 padding-left:30px;
1287 }
1288 .pagination .nav_next a {
1289 padding-right:30px;
1290 }
1291 /* END: NOTICE */
1292
1293 .hentry .entry-content p {
1294 margin-bottom:18px;
1295 }
1296 .system_notice ul,
1297 .instructions ul,
1298 .hentry entry-content ol,
1299 .hentry .entry-content ul {
1300 list-style-position:inside;
1301 }
1302 .hentry .entry-content li {
1303 margin-bottom:18px;
1304 }
1305 .hentry .entry-content li li {
1306 margin-left:18px;
1307 }
1308
1309 /* TOP_POSTERS */
1310 .section tbody td {
1311 padding-right:18px;
1312 padding-bottom:11px;
1313 }
1314 .section .vcard .photo {
1315 margin-right:7px;
1316 margin-bottom:0;
1317 }
1318
1319 .section .notice {
1320 padding-top:7px;
1321 padding-bottom:7px;
1322 border-top:0;
1323 }
1324
1325 .section .notice:first-child {
1326 padding-top:0;
1327 }
1328
1329 .section .notice .author {
1330 margin-right:0;
1331 }
1332 .section .notice .author .fn {
1333 display:none;
1334 }
1335
1336 /* tagcloud */
1337 .tag-cloud {
1338 list-style-type:none;
1339 text-align:center;
1340 }
1341 .aside .tag-cloud {
1342 font-size:0.8em;
1343 }
1344 .tag-cloud li {
1345 display:inline;
1346 margin-right:7px;
1347 line-height:1.25;
1348 }
1349 .aside .tag-cloud li {
1350 line-height:1.5;
1351 }
1352 .tag-cloud li a {
1353 text-decoration:none;
1354 }
1355 #tagcloud.section dt {
1356 text-transform:uppercase;
1357 font-weight:bold;
1358 }
1359 .tag-cloud-1 {
1360 font-size:1em;
1361 }
1362 .tag-cloud-2 {
1363 font-size:1.25em;
1364 }
1365 .tag-cloud-3 {
1366 font-size:1.75em;
1367 }
1368 .tag-cloud-4 {
1369 font-size:2em;
1370 }
1371 .tag-cloud-5 {
1372 font-size:2.25em;
1373 }
1374 .tag-cloud-6 {
1375 font-size:2.75em;
1376 }
1377 .tag-cloud-7 {
1378 font-size:3.25em;
1379 }
1380
1381 #publictagcloud #tagcloud.section dt {
1382 display:none;
1383 }
1384
1385 #form_settings_photo .form_data {
1386 clear:both;
1387 }
1388
1389 #form_settings_avatar li {
1390 width:auto;
1391 }
1392 #form_settings_avatar input {
1393 margin-left:0;
1394 }
1395 #avatar_original,
1396 #avatar_preview {
1397 float:left;
1398 }
1399 #avatar_preview {
1400 margin-left:29px;
1401 }
1402 #avatar_preview_view {
1403 height:96px;
1404 width:96px;
1405 margin-bottom:18px;
1406 overflow:hidden;
1407 }
1408
1409 #settings_attach,
1410 #form_settings_avatar .form_actions {
1411 clear:both;
1412 }
1413
1414 #form_settings_avatar .form_actions {
1415 margin-bottom:0;
1416 }
1417
1418 #settings_design_background-image img {
1419 max-width:480px;
1420 max-height:480px;
1421 }
1422
1423 #settings_design_color .form_data,
1424 #color-picker {
1425 float:left;
1426 }
1427 #settings_design_color .form_data {
1428 width:400px;
1429 margin-right:1%;
1430 }
1431
1432 #settings_design_color .form_data li {
1433 width:33%;
1434 }
1435 #settings_design_color .form_data label {
1436 float:none;
1437 display:block;
1438 }
1439 #settings_design_color .form_data .swatch {
1440 padding:11px;
1441 margin-left:0;
1442 width:auto;
1443 }
1444
1445 .instructions ul {
1446 list-style-position:inside;
1447 }
1448 .instructions p,
1449 .instructions ul {
1450 margin-bottom:18px;
1451 }
1452 .help dt {
1453 display:none;
1454 }
1455 .guide {
1456 clear:both;
1457 }
1458
1459 #bookmarklet address {
1460 display:none;
1461 }
1462 #bookmarklet .form_notice {
1463 width:auto;
1464 }
1465 #bookmarklet #wrap {
1466 min-width:0;
1467 }