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