]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
82670c964aacc96ea3e81cd29aadabe3851c7e7e
[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 /*applications*/
899 .applications {
900 margin-bottom:18px;
901 float:left;
902 width:100%;
903 }
904 .applications li {
905 list-style-type:none;
906 }
907 .application img,
908 #showapplication .entity_profile img,
909 #editapplication .form_data #application_icon img {
910 max-width:96px;
911 max-height:96px;
912 }
913 #showapplication .entity_profile {
914 width:68%;
915 }
916 #showapplication .entity_profile .entity_fn {
917 margin-left:0;
918 }
919 #showapplication .entity_profile .entity_fn .fn:before,
920 #showapplication .entity_profile .entity_fn .fn:after {
921 content:'';
922 }
923 #showapplication .entity_data {
924 clear:both;
925 margin-bottom:18px;
926 }
927 #showapplication .entity_data h2 {
928 display:none;
929 }
930 #showapplication .entity_data dl {
931 margin-bottom:18px;
932 }
933 #showapplication .entity_data dt {
934 font-weight:bold;
935 }
936 #showapplication .entity_data dd {
937 margin-left:1.795%;
938 font-family:monospace;
939 font-size:1.3em;
940 }
941 #editapplication .form_data #application_types label.radio,
942 #editapplication .form_data #default_access_types label.radio {
943 width:15%;
944 }
945
946 /* NOTICE */
947 .notice,
948 .profile,
949 .application {
950 position:relative;
951 padding-top:11px;
952 padding-bottom:11px;
953 clear:both;
954 float:left;
955 width:100%;
956 border-top-width:1px;
957 border-top-style:dotted;
958 }
959 .notices li {
960 list-style-type:none;
961 }
962 .notices .notices {
963 margin-top:7px;
964 margin-left:2%;
965 width:98%;
966 float:left;
967 }
968 .mark-top {
969 border-top-width:1px;
970 border-top-style:solid;
971 }
972
973 /* NOTICES */
974 #notices_primary {
975 float:left;
976 width:100%;
977 border-radius:7px;
978 -moz-border-radius:7px;
979 -webkit-border-radius:7px;
980 }
981 #notices_primary h2 {
982 display:none;
983 }
984 .notice-data a span {
985 display:block;
986 padding-left:28px;
987 }
988
989 .notice .author {
990 margin-right:11px;
991 }
992
993 .fn {
994 overflow:hidden;
995 }
996
997 .notice .author .fn {
998 font-weight:bold;
999 }
1000
1001 .vcard .photo {
1002 display:inline;
1003 margin-right:11px;
1004 float:left;
1005 }
1006 #shownotice .vcard .photo {
1007 margin-bottom:4px;
1008 }
1009 #content .notice .author .photo {
1010 position:absolute;
1011 top:11px;
1012 left:0;
1013 float:none;
1014 }
1015 #content .notice .entry-title {
1016 margin-left:59px;
1017 }
1018
1019 .vcard .url {
1020 text-decoration:none;
1021 }
1022 .vcard .url:hover {
1023 text-decoration:underline;
1024 }
1025
1026 .notice .entry-title {
1027 overflow:hidden;
1028 }
1029 .notice .entry-title.ov {
1030 overflow:visible;
1031 }
1032 #showstream .notice .entry-title,
1033 #showstream .notice div.entry-content {
1034 margin-left:0;
1035 }
1036 #shownotice .notice .entry-title,
1037 #shownotice .notice div.entry-content {
1038 margin-left:110px;
1039 }
1040 #shownotice .notice .entry-title {
1041 font-size:2.2em;
1042 }
1043
1044 .notice p.entry-content {
1045 display:inline;
1046 }
1047
1048 #content .notice p.entry-content a:visited {
1049 border-radius:4px;
1050 -moz-border-radius:4px;
1051 -webkit-border-radius:4px;
1052 }
1053 .notice p.entry-content .vcard a {
1054 border-radius:4px;
1055 -moz-border-radius:4px;
1056 -webkit-border-radius:4px;
1057 }
1058
1059 .notice div.entry-content {
1060 clear:left;
1061 float:left;
1062 font-size:0.95em;
1063 margin-left:59px;
1064 min-width:60%;
1065 max-width:70%;
1066 }
1067 #showstream .notice div.entry-content,
1068 #shownotice .notice div.entry-content {
1069 max-width:79%;
1070 }
1071
1072 .notice .notice-options a,
1073 .notice .notice-options input {
1074 float:left;
1075 font-size:1.025em;
1076 }
1077
1078 .notice div.entry-content .timestamp {
1079 display:inline-block;
1080 }
1081
1082 .entry-content .repeat {
1083 display:block;
1084 }
1085 .entry-content .repeat .photo {
1086 float:none;
1087 margin-right:1px;
1088 position:relative;
1089 top:4px;
1090 left:0;
1091 }
1092
1093 .dialogbox {
1094 position:absolute;
1095 top:-4px;
1096 right:29px;
1097 z-index:9;
1098 min-width:199px;
1099 float:none;
1100 background-color:#FFF;
1101 padding:11px;
1102 border-radius:7px;
1103 -moz-border-radius:7px;
1104 -webkit-border-radius:7px;
1105 border-style:solid;
1106 border-width:1px;
1107 border-color:#DDDDDD;
1108 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1109 }
1110
1111 .dialogbox legend {
1112 display:block !important;
1113 margin-right:18px;
1114 }
1115
1116 .dialogbox button.close {
1117 position:absolute;
1118 right:3px;
1119 top:3px;
1120 }
1121
1122 .dialogbox .submit_dialogbox {
1123 text-indent:0;
1124 font-weight:bold;
1125 }
1126
1127 .notice-options {
1128 position:relative;
1129 font-size:0.95em;
1130 width:113px;
1131 float:right;
1132 margin-top:3px;
1133 margin-right:4px;
1134 }
1135
1136 .notice-options a {
1137 float:left;
1138 }
1139 .notice-options .notice_reply,
1140 .notice-options .form_repeat,
1141 .notice-options .form_favor,
1142 .notice-options .form_disfavor,
1143 .notice-options .repeated {
1144 float:left;
1145 margin-left:14.2%;
1146 }
1147 .notice-options .form_favor,
1148 .notice-options .form_disfavor {
1149 margin-left:0;
1150 }
1151 .notice-options input,
1152 .notice-options a,
1153 .notice-options .repeated {
1154 text-indent:-9999px;
1155 outline:none;
1156 }
1157 .notice-options input.submit {
1158 display:block;
1159 border:0;
1160 }
1161 .notice-options .notice_reply,
1162 .notice-options .notice_delete {
1163 text-decoration:none;
1164 }
1165 .notice .notice-options .notice_delete {
1166 float:right;
1167 }
1168 .notice-options form input.submit {
1169 width:16px;
1170 height:16px;
1171 padding:0;
1172 border-radius:0;
1173 -moz-border-radius:0;
1174 -webkit-border-radius:0;
1175 }
1176 .notice-options .form_repeat legend,
1177 .notice-options .form_favor legend,
1178 .notice-options .form_disfavor legend {
1179 display:none;
1180 }
1181 .notice-options .form_repeat fieldset,
1182 .notice-options .form_favor fieldset,
1183 .notice-options .form_disfavor fieldset {
1184 border:0;
1185 padding:0;
1186 }
1187 .notice-options a,
1188 .notice-options .repeated {
1189 width:16px;
1190 height:16px;
1191 }
1192
1193 .notice .attachment {
1194 position:relative;
1195 padding-left:16px;
1196 }
1197 #attachments .attachment {
1198 padding-left:0;
1199 }
1200 .notice .attachment img {
1201 position:absolute;
1202 top:18px;
1203 left:0;
1204 z-index:99;
1205 }
1206 #shownotice .notice .attachment img {
1207 position:static;
1208 }
1209
1210 #attachments {
1211 clear:both;
1212 float:left;
1213 width:100%;
1214 margin-top:18px;
1215 }
1216 #attachments dt {
1217 font-weight:bold;
1218 font-size:1.3em;
1219 margin-bottom:4px;
1220 }
1221
1222 #attachments ol li {
1223 margin-bottom:18px;
1224 list-style-type:decimal;
1225 float:left;
1226 clear:both;
1227 }
1228
1229 #jOverlayContent,
1230 #jOverlayContent #content,
1231 #jOverlayContent #content_inner {
1232 width: auto !important;
1233 margin-bottom:0;
1234 }
1235 #jOverlayContent #content {
1236 padding:11px;
1237 min-height:auto;
1238 }
1239 #jOverlayContent .external span {
1240 display:block;
1241 margin-bottom:11px;
1242 }
1243 #jOverlayContent button {
1244 position:absolute;
1245 top:0;
1246 right:0;
1247 }
1248 #jOverlayContent h1 {
1249 max-width:425px;
1250 }
1251 #jOverlayContent #content {
1252 border-radius:7px;
1253 -moz-border-radius:7px;
1254 -webkit-border-radius:7px;
1255 }
1256 #jOverlayLoading {
1257 top:5%;
1258 left:40%;
1259 }
1260 #attachment_view img {
1261 max-width:480px;
1262 max-height:480px;
1263 }
1264 #attachment_view #oembed_info {
1265 margin-top:11px;
1266 }
1267 #attachment_view #oembed_info dt,
1268 #attachment_view #oembed_info dd {
1269 float:left;
1270 }
1271 #attachment_view #oembed_info dt {
1272 clear:left;
1273 margin-right:11px;
1274 font-weight:bold;
1275 }
1276 #attachment_view #oembed_info dt:after {
1277 content: ":";
1278 }
1279
1280 #usergroups #new_group {
1281 float: left;
1282 margin-right: 2em;
1283 }
1284 #new_group, #group_search {
1285 margin-bottom:18px;
1286 }
1287 #new_group a {
1288 padding-left:20px;
1289 }
1290
1291 #filter_tags {
1292 margin-bottom:11px;
1293 float:left;
1294 }
1295 #filter_tags dt {
1296 display:none;
1297 }
1298 #filter_tags ul {
1299 list-style-type:none;
1300 }
1301 #filter_tags li {
1302 float:left;
1303 margin-left:7px;
1304 padding-left:7px;
1305 border-left-width:1px;
1306 border-left-style:solid;
1307 }
1308 #filter_tags #filter_tags_all {
1309 margin-left:0;
1310 border-left:0;
1311 padding-left:0;
1312 }
1313 #filter_tags_all a {
1314 font-weight:bold;
1315 margin-top:7px;
1316 float:left;
1317 }
1318
1319 #filter_tags_item label {
1320 margin-right:7px;
1321 }
1322 #filter_tags_item label,
1323 #filter_tags_item select {
1324 float:left;
1325 }
1326 #filter_tags_item p {
1327 float:left;
1328 clear:both;
1329 margin-left:38px;
1330 }
1331 #filter_tags_item .submit {
1332 position:relative;
1333 top:3px;
1334 left:3px;
1335 }
1336
1337 .pagination {
1338 float:left;
1339 clear:both;
1340 width:100%;
1341 margin-top:18px;
1342 }
1343
1344 .pagination dt {
1345 font-weight:bold;
1346 display:none;
1347 }
1348
1349 .pagination .nav {
1350 float:left;
1351 width:100%;
1352 list-style-type:none;
1353 }
1354
1355 .pagination .nav_prev {
1356 float:left;
1357 }
1358 .pagination .nav_next {
1359 float:right;
1360 }
1361
1362 .pagination a {
1363 display:block;
1364 text-decoration:none;
1365 font-weight:bold;
1366 padding:7px;
1367 border-width:1px;
1368 border-style:solid;
1369 -moz-border-radius:7px;
1370 -webkit-border-radius:7px;
1371 border-radius:7px;
1372 }
1373
1374 .pagination .nav_prev a {
1375 padding-left:30px;
1376 }
1377 .pagination .nav_next a {
1378 padding-right:30px;
1379 }
1380 /* END: NOTICE */
1381
1382 .hentry .entry-content p {
1383 margin-bottom:18px;
1384 }
1385 .hentry .entry-content ol,
1386 .hentry .entry-content ul {
1387 margin-left:1.795%;
1388 }
1389 .hentry .entry-content li {
1390 margin-bottom:18px;
1391 }
1392 .hentry .entry-content li li {
1393 margin-left:18px;
1394 }
1395
1396 #content #plugin_authors {
1397 min-width:122px;
1398 }
1399 #content thead th {
1400 text-align:left;
1401 }
1402 #content tbody th {
1403 vertical-align:top;
1404 text-align:left;
1405 font-weight:normal;
1406 padding-top:11px;
1407 padding-right:18px;
1408 }
1409 #content tbody tr {
1410 border-top-width:1px;
1411 border-top-style:dotted;
1412 }
1413 #content td {
1414 padding:11px 18px 11px 0;
1415 vertical-align:top;
1416 }
1417 #content td:last-child {
1418 padding-right:0;
1419 }
1420
1421 /* TOP_POSTERS */
1422 .section tbody td {
1423 padding-right:18px;
1424 padding-bottom:11px;
1425 }
1426 .section .vcard .photo {
1427 margin-right:7px;
1428 margin-bottom:0;
1429 }
1430
1431 .section .notice {
1432 padding-top:7px;
1433 padding-bottom:7px;
1434 border-top:0;
1435 }
1436
1437 .section .notice:first-child {
1438 padding-top:0;
1439 }
1440
1441 .section .notice .author {
1442 margin-right:0;
1443 }
1444 .section .notice .author .fn {
1445 display:none;
1446 }
1447
1448 /* tagcloud */
1449 .tag-cloud {
1450 list-style-type:none;
1451 text-align:center;
1452 }
1453 .aside .tag-cloud {
1454 font-size:0.8em;
1455 }
1456 .tag-cloud li {
1457 display:inline;
1458 margin-right:7px;
1459 line-height:1.25;
1460 }
1461 .aside .tag-cloud li {
1462 line-height:1.5;
1463 }
1464 .tag-cloud li a {
1465 text-decoration:none;
1466 }
1467 #tagcloud.section dt {
1468 text-transform:uppercase;
1469 font-weight:bold;
1470 }
1471 .tag-cloud-1 {
1472 font-size:1em;
1473 }
1474 .tag-cloud-2 {
1475 font-size:1.25em;
1476 }
1477 .tag-cloud-3 {
1478 font-size:1.75em;
1479 }
1480 .tag-cloud-4 {
1481 font-size:2em;
1482 }
1483 .tag-cloud-5 {
1484 font-size:2.25em;
1485 }
1486 .tag-cloud-6 {
1487 font-size:2.75em;
1488 }
1489 .tag-cloud-7 {
1490 font-size:3.25em;
1491 }
1492
1493 #publictagcloud #tagcloud.section dt {
1494 display:none;
1495 }
1496
1497 #form_settings_photo .form_data {
1498 clear:both;
1499 }
1500
1501 #form_settings_avatar li {
1502 width:auto;
1503 }
1504 #form_settings_avatar input {
1505 margin-left:0;
1506 }
1507 #avatar_original,
1508 #avatar_preview {
1509 float:left;
1510 }
1511 #avatar_preview {
1512 margin-left:29px;
1513 }
1514 #avatar_preview_view {
1515 height:96px;
1516 width:96px;
1517 margin-bottom:18px;
1518 overflow:hidden;
1519 }
1520
1521 #settings_attach,
1522 #form_settings_avatar .form_actions {
1523 clear:both;
1524 }
1525
1526 #form_settings_avatar .form_actions {
1527 margin-bottom:0;
1528 }
1529
1530 #settings_design_background-image img {
1531 max-width:480px;
1532 max-height:480px;
1533 }
1534
1535 #settings_design_color .form_data,
1536 #color-picker {
1537 float:left;
1538 }
1539 #settings_design_color .form_data {
1540 width:400px;
1541 margin-right:1%;
1542 }
1543
1544 #settings_design_color .form_data li {
1545 width:33%;
1546 }
1547 #settings_design_color .form_data label {
1548 float:none;
1549 display:block;
1550 }
1551 #settings_design_color .form_data .swatch {
1552 padding:11px;
1553 margin-left:0;
1554 width:auto;
1555 }
1556
1557 .system_notice ul,
1558 .instructions ul {
1559 margin-left:1em;
1560 }
1561 .instructions p,
1562 .instructions ul {
1563 margin-bottom:18px;
1564 }
1565 .help dt {
1566 display:none;
1567 }
1568 .guide {
1569 clear:both;
1570 }
1571
1572 #bookmarklet address {
1573 display:none;
1574 }
1575 #bookmarklet .form_notice {
1576 width:auto;
1577 }
1578 #bookmarklet #wrap {
1579 min-width:0;
1580 }