]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
01d5dd134dbafe23b1d3511d5c017aa0603a5084
[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 #apioauthauthorize_allowdeny {
182 display:none;
183 }
184
185 .form_settings .form_data p.form_guide {
186 clear:both;
187 margin-left:26%;
188 margin-bottom:0;
189 }
190
191 .form_settings p {
192 margin-bottom:11px;
193 }
194
195 .form_settings input.checkbox,
196 .form_settings input.radio {
197 margin-top:3px;
198 margin-left:0;
199 }
200 .form_settings label.checkbox {
201 font-weight:normal;
202 margin-top:0;
203 margin-right:0;
204 margin-left:11px;
205 float:left;
206 width:90%;
207 }
208 .form_settings label.radio {
209 margin-top:0;
210 margin-right:47px;
211 margin-left:11px;
212 width:auto;
213 }
214
215 #form_login p.form_guide,
216 #form_register #settings_rememberme p.form_guide,
217 #form_openid_login #settings_rememberme p.form_guide,
218 #settings_twitter_remove p.form_guide,
219 #form_search ul.form_data #q,
220 #design_background-image_onoff p.form_guide {
221 margin-left:0;
222 }
223
224 .form_settings .form_note {
225 border-radius:4px;
226 -moz-border-radius:4px;
227 -webkit-border-radius:4px;
228 padding:0 7px;
229 }
230
231 .form_settings input.form_action-default {
232 margin-right:11px;
233 }
234 .form_settings input.form_action-default,
235 .form_settings input.form_action-primary {
236 padding:0;
237 }
238 .form_settings input.form_action-secondary {
239 margin-left:29px;
240 }
241
242 #form_search .submit {
243 margin-left:11px;
244 }
245 #form_search .form_data input {
246 width:auto;
247 }
248
249 address {
250 float:left;
251 margin-bottom:18px;
252 margin-left:18px;
253 }
254 address.vcard img.logo {
255 margin-right:0;
256 }
257 address .fn {
258 font-weight:bold;
259 }
260 address img + .fn {
261 display:none;
262 }
263 address a {
264 text-decoration:none;
265 }
266 address .poweredby {
267 float:left;
268 clear:left;
269 display:block;
270 position:relative;
271 top:7px;
272 margin-right:-47px;
273 }
274
275 #header {
276 width:100%;
277 position:relative;
278 float:left;
279 padding-top:18px;
280 margin-bottom:29px;
281 }
282
283 #site_nav_global_primary {
284 float:right;
285 margin-right:18px;
286 margin-bottom:11px;
287 margin-left:18px;
288 }
289 #site_nav_global_primary li {
290 display:inline;
291 margin-left:18px;
292 }
293
294 .system_notice dt {
295 font-weight:bold;
296 text-transform:uppercase;
297 display:none;
298 }
299
300 #site_notice {
301 float:right;
302 clear:right;
303 margin-top:7px;
304 margin-right:18px;
305 width:24%;
306 }
307 #page_notice {
308 clear:both;
309 margin-bottom:18px;
310 }
311
312 #anon_notice {
313 float:left;
314 width:42.4%;
315 padding:1.1%;
316 border-radius:7px;
317 -moz-border-radius:7px;
318 -webkit-border-radius:7px;
319 border-width:2px;
320 border-style:solid;
321 line-height:1.5;
322 font-size:1.1em;
323 font-weight:bold;
324 }
325
326 #footer {
327 float:left;
328 width:64%;
329 padding:18px;
330 }
331
332 #site_nav_local_views {
333 width:100%;
334 float:left;
335 }
336 #site_nav_local_views dt {
337 display:none;
338 }
339 #site_nav_local_views li {
340 float:left;
341 margin-right:18px;
342 list-style-type:none;
343 }
344 #site_nav_local_views a {
345 float:left;
346 text-decoration:none;
347 padding:4px 11px;
348 -moz-border-radius-topleft:4px;
349 -moz-border-radius-topright:4px;
350 -webkit-border-top-left-radius:4px;
351 -webkit-border-top-right-radius:4px;
352 border-width:1px;
353 border-style:solid;
354 border-bottom:0;
355 font-weight:bold;
356 }
357 #site_nav_local_views .nav {
358 float:left;
359 width:100%;
360 }
361
362 #site_nav_global_primary dt,
363 #site_nav_global_secondary dt {
364 display:none;
365 }
366
367 #site_nav_global_secondary {
368 margin-bottom:11px;
369 }
370
371 #site_nav_global_secondary ul li {
372 display:inline;
373 margin-right:18px;
374 }
375 #export_data li a {
376 padding-left:20px;
377 }
378 #export_data li a.foaf {
379 padding-left:30px;
380 }
381 #export_data li a.export_vcard {
382 padding-left:28px;
383 }
384
385 #export_data ul {
386 width:100%;
387 float:left;
388 }
389 #export_data li {
390 list-style-type:none;
391 float:left;
392 margin-right:11px;
393 }
394
395 #licenses {
396 font-size:0.9em;
397 }
398
399 #licenses dt {
400 font-weight:bold;
401 display:none;
402 }
403 #licenses dd {
404 margin-bottom:11px;
405 line-height:1.5;
406 }
407
408 #site_content_license_cc {
409 margin-bottom:0;
410 }
411 #site_content_license_cc img {
412 display:inline;
413 vertical-align:top;
414 margin-right:4px;
415 }
416
417 #wrap {
418 margin:0 auto;
419 width:100%;
420 min-width:760px;
421 max-width:1003px;
422 overflow:hidden;
423 }
424
425 #core {
426 position:relative;
427 width:100%;
428 float:left;
429 margin-bottom:1em;
430 }
431
432 #content {
433 width:63.311%;
434 min-height:259px;
435 padding:1.795%;
436 float:left;
437 border-radius:7px;
438 -moz-border-radius:7px;
439 -moz-border-radius-topleft:0;
440 -webkit-border-radius:7px;
441 -webkit-border-top-left-radius:0;
442 border-width:1px;
443 border-style:solid;
444 }
445 #shownotice #content {
446 min-height:0;
447 }
448
449 #content_inner {
450 position:relative;
451 width:100%;
452 float:left;
453 }
454
455 #content.admin {
456 width:95.5%;
457 }
458 #content.admin #content_inner {
459 width:66.3%;
460 }
461
462 #aside_primary {
463 width:27.917%;
464 min-height:259px;
465 float:left;
466 margin-left:0.699%;
467 padding:1.795%;
468 border-radius:7px;
469 -moz-border-radius:7px;
470 -webkit-border-radius:7px;
471 border-width:1px;
472 border-style:solid;
473 }
474
475 .form_notice {
476 width:45%;
477 float:left;
478 position:relative;
479 line-height:1;
480 }
481 .form_notice fieldset {
482 border:0;
483 padding:0;
484 position:relative;
485 }
486 .form_notice legend {
487 display:none;
488 }
489 .form_notice textarea {
490 float:left;
491 border-radius:7px;
492 -moz-border-radius:7px;
493 -webkit-border-radius:7px;
494 width:80.789%;
495 height:67px;
496 line-height:1.5;
497 padding:7px 7px 16px 7px;
498 position:relative;
499 z-index:2;
500 }
501 .form_notice label {
502 display:block;
503 float:left;
504 font-size:1.3em;
505 margin-bottom:7px;
506 }
507 .form_notice label[for=notice_data-attach],
508 .form_notice #notice_data-attach {
509 position:absolute;
510 top:25px;
511 right:10.5%;
512 cursor:pointer;
513 }
514 .form_notice label[for=notice_data-attach] {
515 text-indent:-9999px;
516 width:16px;
517 height:16px;
518 }
519 .form_notice #notice_data-attach {
520 padding:0;
521 height:16px;
522 }
523 .form_notice .form_note {
524 position:absolute;
525 bottom:2px;
526 right:21.715%;
527 z-index:9;
528 }
529 .form_notice .form_note dt {
530 font-weight:bold;
531 display:none;
532 }
533 .form_notice #notice_text-count {
534 font-weight:bold;
535 line-height:1.15;
536 padding:1px 2px;
537 }
538 .form_notice #notice_action-submit {
539 width:14%;
540 height:47px;
541 padding:0;
542 position:absolute;
543 bottom:0;
544 right:0;
545 }
546 .form_notice label[for=to] {
547 margin-top:7px;
548 }
549 .form_notice select[id=to] {
550 margin-bottom:7px;
551 margin-left:18px;
552 float:left;
553 max-width:322px;
554 }
555 .form_notice .error,
556 .form_notice .success {
557 float:left;
558 clear:both;
559 width:81.5%;
560 margin-bottom:0;
561 line-height:1.618;
562 }
563 .form_notice #notice_data-attach_selected code {
564 float:left;
565 width:80%;
566 display:block;
567 overflow:auto;
568 margin-right:2.5%;
569 font-size:1.1em;
570 }
571 .form_notice #notice_data-attach_selected button.close {
572 float:right;
573 font-size:0.8em;
574 }
575
576 .form_notice #notice_data-geo_wrap label,
577 .form_notice #notice_data-geo_wrap input {
578 position:absolute;
579 top:25px;
580 right:4px;
581 left:auto;
582 cursor:pointer;
583 width:16px;
584 height:16px;
585 display:block;
586 }
587 .form_notice #notice_data-geo_wrap input {
588 visibility:hidden;
589 }
590 .form_notice #notice_data-geo_wrap label {
591 font-weight:normal;
592 font-size:1em;
593 margin-bottom:0;
594 text-indent:-9999px;
595 }
596
597 button.close,
598 button.minimize {
599 width:16px;
600 height:16px;
601 text-indent:-9999px;
602 padding:0;
603 border:0;
604 text-align:center;
605 font-weight:bold;
606 cursor:pointer;
607 }
608
609 /* entity_profile */
610 .entity_profile {
611 position:relative;
612 width:73%;
613 min-height:123px;
614 float:left;
615 margin-bottom:18px;
616 margin-left:0;
617 overflow:hidden;
618 }
619 .entity_profile dt,
620 #entity_statistics dt {
621 font-weight:bold;
622 }
623 .entity_profile dd {
624 display:inline;
625 }
626
627 .entity_profile .entity_depiction {
628 float:left;
629 width:96px;
630 margin-right:18px;
631 margin-bottom:18px;
632 }
633
634 .entity_profile .entity_fn,
635 .entity_profile .entity_nickname,
636 .entity_profile .entity_location,
637 .entity_profile .entity_url,
638 .entity_profile .entity_note,
639 .entity_profile .entity_tags,
640 .entity_profile .entity_aliases,
641 .entity_profile .entity_statistics {
642 margin-left:113px;
643 margin-bottom:4px;
644 }
645
646 .entity_profile .entity_fn,
647 .entity_profile .entity_nickname {
648 margin-left:11px;
649 display:inline;
650 }
651 .entity_profile .entity_nickname {
652 margin-left:0;
653 }
654 .entity_profile .fn,
655 .entity_profile .nickname {
656 font-size:1.1em;
657 font-weight:bold;
658 }
659 .entity_profile .fn:before {
660 content: "(";
661 font-weight:normal;
662 }
663 .entity_profile .fn:after {
664 content: ")";
665 font-weight:normal;
666 }
667 .entity_profile .nickname:after,
668 .entity_profile .nickname:before {
669 content:"";
670 }
671 .entity_profile dt,
672 .entity_profile h2 {
673 display:none;
674 }
675 .entity_profile .role {
676 margin-left:11px;
677 font-style:italic;
678 }
679 /* entity_profile */
680
681 /*entity_actions*/
682 .entity_actions {
683 float:right;
684 margin-left:2%;
685 margin-bottom:18px;
686 min-width:21%;
687 }
688 .entity_actions h2 {
689 display:none;
690 }
691 .entity_actions ul {
692 list-style-type:none;
693 }
694 .entity_actions li {
695 margin-bottom:7px;
696 }
697 .entity_actions li:first-child {
698 border-top:0;
699 }
700 .entity_actions fieldset {
701 border:0;
702 padding:0;
703 }
704 .entity_actions legend {
705 display:none;
706 }
707
708 .entity_actions input.submit {
709 display:block;
710 text-align:left;
711 width:100%;
712 }
713 .entity_actions a {
714 text-decoration:none;
715 font-weight:bold;
716 display:block;
717 }
718 .entity_actions a,
719 .entity_actions input {
720 border-radius:4px;
721 -moz-border-radius:4px;
722 -webkit-border-radius:4px;
723 }
724
725 .entity_actions a,
726 .entity_actions input,
727 .entity_actions p {
728 border-width:2px;
729 border-style:solid;
730 padding-left:23px;
731 }
732
733 .entity_actions a,
734 .entity_actions p {
735 padding:2px 4px 1px 26px;
736 }
737
738 .entity_actions .accept {
739 margin-bottom:18px;
740 }
741
742 .entity_send-a-message button {
743 position:absolute;
744 top:3px;
745 right:3px;
746 }
747
748 .entity_send-a-message .form_notice {
749 position:absolute;
750 top:34px;
751 right:-1px;
752 padding:1.795%;
753 width:65%;
754 z-index:2;
755  border-radius:7px;
756 -moz-border-radius:7px;
757 -webkit-border-radius:7px;
758 border-width:1px;
759 border-style:solid;
760 }
761 .entity_send-a-message .form_notice legend {
762 display:block;
763 margin-bottom:11px;
764 }
765
766 .entity_send-a-message .form_notice label,
767 .entity_send-a-message .form_notice select {
768 display:none;
769 }
770 .entity_send-a-message .form_notice input.submit {
771 text-align:center;
772 }
773
774 .entity_moderation,
775 .entity_role {
776 position:relative;
777 }
778 .entity_moderation p,
779 .entity_role p {
780 border-radius:4px;
781 -moz-border-radius:4px;
782 -webkit-border-radius:4px;
783 font-weight:bold;
784 padding-bottom:2px;
785 margin-bottom:7px;
786 }
787 .entity_moderation ul,
788 .entity_role ul {
789 display:none;
790 }
791 .entity_moderation:hover ul,
792 .entity_role:hover ul {
793 display:block;
794 width:110%;
795 padding:11px;
796 position:absolute;
797 top:-1px;
798 right:-1px;
799 z-index:1;
800 border-width:1px;
801 border-style:solid;
802 border-radius:7px;
803 -moz-border-radius:7px;
804 -webkit-border-radius:7px;
805 }
806
807 .entity_tags ul {
808 list-style-type:none;
809 display:inline;
810 }
811 .entity_tags li {
812 display:inline;
813 margin-right:7px;
814 }
815
816 .aside .section {
817 margin-bottom:29px;
818 clear:both;
819 float:left;
820 width:100%;
821 list-style-position:inside;
822 }
823 .aside .section h2 {
824 text-transform:uppercase;
825 font-size:1em;
826 }
827
828 #entity_statistics dt,
829 #entity_statistics dd {
830 display:inline;
831 margin-right:11px;
832 }
833 #entity_statistics dt:after {
834 content: ":";
835 }
836
837 .section ul.entities {
838 float:left;
839 width:100%;
840 }
841 .section .entities li {
842 list-style-type:none;
843 float:left;
844 margin-right:7px;
845 margin-bottom:7px;
846 display:inline;
847 }
848 .section .entities li .photo {
849 margin-right:0;
850 margin-bottom:0;
851 }
852 .section .entities li .fn {
853 display:none;
854 }
855
856 .aside .section p,
857 .aside .section .more {
858 clear:both;
859 }
860
861 .profile .entity_profile {
862 margin-bottom:0;
863 min-height:60px;
864 }
865
866 .profile .form_group_join legend,
867 .profile .form_group_leave legend,
868 .profile .form_user_subscribe legend,
869 .profile .form_user_unsubscribe legend {
870 display:none;
871 }
872
873 .profiles {
874 list-style-type:none;
875 }
876 .profile .entity_profile .fn.nickname,
877 .profile .entity_profile .url[rel~=contact] {
878 margin-left:0;
879 display:inline;
880 }
881
882 .profile .entity_profile .fn,
883 .profile .entity_profile .location {
884 margin-left:11px;
885 margin-bottom:4px;
886 width:auto;
887 clear:none;
888 }
889
890 .profile .entity_profile .note,
891 .profile .entity_profile .url,
892 .profile .entity_profile .entity_tags,
893 .profile .entity_profile .form_subscription_edit {
894 margin-left:59px;
895 clear:none;
896 display:block;
897 width:auto;
898 }
899 .profile .entity_profile .entity_tags dt {
900 display:inline;
901 margin-right:11px;
902 }
903
904 .profile .entity_profile .form_subscription_edit label {
905 font-weight:normal;
906 margin-right:11px;
907 }
908
909 /*applications*/
910 .applications {
911 margin-bottom:18px;
912 float:left;
913 width:100%;
914 }
915 .applications li {
916 list-style-type:none;
917 }
918 .application img,
919 #showapplication .entity_profile img,
920 .form_data #application_icon img,
921 #apioauthauthorize .form_data img {
922 max-width:96px;
923 max-height:96px;
924 }
925 #apioauthauthorize .form_data img {
926 margin-right:18px;
927 float:left;
928 }
929 #showapplication .entity_profile {
930 width:68%;
931 }
932 #showapplication .entity_profile .entity_fn {
933 margin-left:0;
934 }
935 #showapplication .entity_profile .entity_fn .fn:before,
936 #showapplication .entity_profile .entity_fn .fn:after {
937 content:'';
938 }
939 #showapplication .entity_data {
940 clear:both;
941 margin-bottom:18px;
942 }
943 #showapplication .entity_data h2 {
944 display:none;
945 }
946 #showapplication .entity_data dl {
947 margin-bottom:18px;
948 }
949 #showapplication .entity_data dt {
950 font-weight:bold;
951 }
952 #showapplication .entity_data dd {
953 margin-left:1.795%;
954 font-family:monospace;
955 font-size:1.3em;
956 }
957 .form_data #application_types label.radio,
958 .form_data #default_access_types label.radio {
959 width:14.5%;
960 }
961
962 /* NOTICE */
963 .notice,
964 .profile,
965 .application {
966 position:relative;
967 padding-top:11px;
968 padding-bottom:11px;
969 clear:both;
970 float:left;
971 width:100%;
972 border-top-width:1px;
973 border-top-style:dotted;
974 }
975 .notices li {
976 list-style-type:none;
977 }
978 .notices .notices {
979 margin-top:7px;
980 margin-left:2%;
981 width:98%;
982 float:left;
983 }
984 .mark-top {
985 border-top-width:1px;
986 border-top-style:solid;
987 }
988
989 /* NOTICES */
990 #notices_primary {
991 float:left;
992 width:100%;
993 border-radius:7px;
994 -moz-border-radius:7px;
995 -webkit-border-radius:7px;
996 }
997 #notices_primary h2 {
998 display:none;
999 }
1000 .notice-data a span {
1001 display:block;
1002 padding-left:28px;
1003 }
1004
1005 .notice .author {
1006 margin-right:11px;
1007 }
1008 #showstream #content .notice .author {
1009 display:none;
1010 }
1011
1012 .fn {
1013 overflow:hidden;
1014 }
1015
1016 .notice .author .fn {
1017 font-weight:bold;
1018 }
1019
1020 .vcard .photo {
1021 display:inline;
1022 margin-right:11px;
1023 float:left;
1024 }
1025 #shownotice .vcard .photo {
1026 margin-bottom:4px;
1027 }
1028 #content .notice .author .photo {
1029 position:absolute;
1030 top:11px;
1031 left:0;
1032 float:none;
1033 }
1034 #content .notice .entry-title {
1035 margin-left:59px;
1036 margin-right:7px;
1037 }
1038
1039 .vcard .url {
1040 text-decoration:none;
1041 }
1042 .vcard .url:hover {
1043 text-decoration:underline;
1044 }
1045
1046 .notice .entry-title {
1047 overflow:hidden;
1048 word-wrap:break-word;
1049 }
1050 .notice .entry-title.ov {
1051 overflow:visible;
1052 }
1053 #showstream .notice .entry-title,
1054 #showstream .notice div.entry-content {
1055 margin-left:0;
1056 }
1057 #shownotice .notice .entry-title {
1058 margin-left:110px;
1059 font-size:2.2em;
1060 min-height:123px;
1061 }
1062 #shownotice .notice div.entry-content {
1063 margin-left:0;
1064 }
1065
1066 .notice p.entry-content {
1067 display:inline;
1068 }
1069
1070 #content .notice p.entry-content a:visited {
1071 border-radius:4px;
1072 -moz-border-radius:4px;
1073 -webkit-border-radius:4px;
1074 }
1075 .notice p.entry-content .vcard a {
1076 border-radius:4px;
1077 -moz-border-radius:4px;
1078 -webkit-border-radius:4px;
1079 }
1080
1081 .notice div.entry-content {
1082 clear:left;
1083 float:left;
1084 font-size:0.95em;
1085 margin-left:59px;
1086 min-width:60%;
1087 max-width:70%;
1088 }
1089 #showstream .notice div.entry-content,
1090 #shownotice .notice div.entry-content {
1091 max-width:79%;
1092 }
1093
1094 .notice .notice-options a,
1095 .notice .notice-options input {
1096 float:left;
1097 font-size:1.025em;
1098 }
1099
1100 .notice div.entry-content .timestamp {
1101 display:inline-block;
1102 }
1103
1104 .entry-content .repeat {
1105 display:block;
1106 }
1107 .entry-content .repeat .photo {
1108 float:none;
1109 margin-right:1px;
1110 position:relative;
1111 top:4px;
1112 left:0;
1113 }
1114
1115 .dialogbox {
1116 position:absolute;
1117 top:-1px;
1118 right:-1px;
1119 z-index:9;
1120 float:none;
1121 padding:11px;
1122 border-radius:7px;
1123 -moz-border-radius:7px;
1124 -webkit-border-radius:7px;
1125 border-style:solid;
1126 border-width:1px;
1127 }
1128
1129 .dialogbox legend {
1130 display:block !important;
1131 margin-right:18px;
1132 margin-bottom:18px;
1133 }
1134
1135 .dialogbox button.close {
1136 position:absolute;
1137 right:3px;
1138 top:3px;
1139 }
1140
1141 .dialogbox .form_guide {
1142 font-weight:normal;
1143 padding:0;
1144 }
1145
1146 .dialogbox .submit_dialogbox {
1147 font-weight:bold;
1148 text-indent:0;
1149 min-width:46px;
1150 }
1151 .dialogbox input {
1152 padding-left:4px;
1153 }
1154 .dialogbox fieldset {
1155 margin-bottom:0;
1156 }
1157
1158 #wrap form.processing input.submit,
1159 .entity_actions a.processing,
1160 .dialogbox.processing .submit_dialogbox {
1161 cursor:wait;
1162 outline:none;
1163 text-indent:-9999px;
1164 }
1165
1166 .form_repeat.dialogbox {
1167 top:-4px;
1168 right:29px;
1169 min-width:199px;
1170 }
1171
1172 .notice-options {
1173 position:relative;
1174 font-size:0.95em;
1175 width:113px;
1176 float:right;
1177 margin-top:3px;
1178 margin-right:4px;
1179 }
1180
1181 .notice-options a {
1182 float:left;
1183 }
1184 .notice-options .notice_reply,
1185 .notice-options .form_repeat,
1186 .notice-options .form_favor,
1187 .notice-options .form_disfavor,
1188 .notice-options .repeated {
1189 float:left;
1190 margin-left:14.2%;
1191 }
1192 .notice-options .form_favor,
1193 .notice-options .form_disfavor {
1194 margin-left:0;
1195 }
1196 .notice-options input,
1197 .notice-options a,
1198 .notice-options .repeated {
1199 text-indent:-9999px;
1200 outline:none;
1201 }
1202 .notice-options input.submit {
1203 display:block;
1204 border:0;
1205 }
1206 .notice-options .notice_reply,
1207 .notice-options .notice_delete {
1208 text-decoration:none;
1209 }
1210 .notice .notice-options .notice_delete {
1211 float:right;
1212 }
1213 .notice-options form input.submit {
1214 width:16px;
1215 height:16px;
1216 padding:0;
1217 border-radius:0;
1218 -moz-border-radius:0;
1219 -webkit-border-radius:0;
1220 }
1221 .notice-options .form_repeat legend,
1222 .notice-options .form_favor legend,
1223 .notice-options .form_disfavor legend {
1224 display:none;
1225 }
1226 .notice-options .form_repeat fieldset,
1227 .notice-options .form_favor fieldset,
1228 .notice-options .form_disfavor fieldset {
1229 border:0;
1230 padding:0;
1231 }
1232 .notice-options a,
1233 .notice-options .repeated {
1234 width:16px;
1235 height:16px;
1236 }
1237
1238 .notice .attachment {
1239 position:relative;
1240 padding-left:16px;
1241 }
1242 #attachments .attachment {
1243 padding-left:0;
1244 }
1245 .notice .attachment img {
1246 position:absolute;
1247 top:18px;
1248 left:0;
1249 z-index:99;
1250 }
1251 #shownotice .notice .attachment img {
1252 position:static;
1253 }
1254
1255 #attachments {
1256 clear:both;
1257 float:left;
1258 width:100%;
1259 margin-top:18px;
1260 }
1261 #attachments dt {
1262 font-weight:bold;
1263 font-size:1.3em;
1264 margin-bottom:4px;
1265 }
1266
1267 #attachments ol li {
1268 margin-bottom:18px;
1269 list-style-type:decimal;
1270 float:left;
1271 clear:both;
1272 }
1273
1274 #jOverlayContent,
1275 #jOverlayContent #content,
1276 #jOverlayContent #content_inner {
1277 width: auto !important;
1278 margin-bottom:0;
1279 }
1280 #jOverlayContent #content {
1281 padding:11px;
1282 min-height:auto;
1283 }
1284 #jOverlayContent .external span {
1285 display:block;
1286 margin-bottom:11px;
1287 }
1288 #jOverlayContent button {
1289 position:absolute;
1290 top:0;
1291 right:0;
1292 }
1293 #jOverlayContent h1 {
1294 max-width:425px;
1295 }
1296 #jOverlayContent #content {
1297 border-radius:7px;
1298 -moz-border-radius:7px;
1299 -webkit-border-radius:7px;
1300 }
1301 #jOverlayLoading {
1302 top:5%;
1303 left:40%;
1304 }
1305 #attachment_view img {
1306 max-width:480px;
1307 max-height:480px;
1308 }
1309 #attachment_view #oembed_info {
1310 margin-top:11px;
1311 }
1312 #attachment_view #oembed_info dt,
1313 #attachment_view #oembed_info dd {
1314 float:left;
1315 }
1316 #attachment_view #oembed_info dt {
1317 clear:left;
1318 margin-right:11px;
1319 font-weight:bold;
1320 }
1321 #attachment_view #oembed_info dt:after {
1322 content: ":";
1323 }
1324
1325 #usergroups #new_group {
1326 float: left;
1327 margin-right: 2em;
1328 }
1329 #new_group, #group_search {
1330 margin-bottom:18px;
1331 }
1332 #new_group a {
1333 padding-left:20px;
1334 }
1335
1336 #filter_tags {
1337 margin-bottom:11px;
1338 float:left;
1339 }
1340 #filter_tags dt {
1341 display:none;
1342 }
1343 #filter_tags ul {
1344 list-style-type:none;
1345 }
1346 #filter_tags li {
1347 float:left;
1348 margin-left:7px;
1349 padding-left:7px;
1350 border-left-width:1px;
1351 border-left-style:solid;
1352 }
1353 #filter_tags #filter_tags_all {
1354 margin-left:0;
1355 border-left:0;
1356 padding-left:0;
1357 }
1358 #filter_tags_all a {
1359 font-weight:bold;
1360 margin-top:7px;
1361 float:left;
1362 }
1363
1364 #filter_tags_item label {
1365 margin-right:7px;
1366 }
1367 #filter_tags_item label,
1368 #filter_tags_item select {
1369 float:left;
1370 }
1371 #filter_tags_item p {
1372 float:left;
1373 clear:both;
1374 margin-left:38px;
1375 }
1376 #filter_tags_item .submit {
1377 position:relative;
1378 top:3px;
1379 left:3px;
1380 }
1381
1382 .pagination {
1383 float:left;
1384 clear:both;
1385 width:100%;
1386 margin-top:18px;
1387 }
1388
1389 .pagination dt {
1390 font-weight:bold;
1391 display:none;
1392 }
1393
1394 .pagination .nav {
1395 float:left;
1396 width:100%;
1397 list-style-type:none;
1398 }
1399
1400 .pagination .nav_prev {
1401 float:left;
1402 }
1403 .pagination .nav_next {
1404 float:right;
1405 }
1406
1407 .pagination a {
1408 display:block;
1409 text-decoration:none;
1410 font-weight:bold;
1411 padding:7px;
1412 border-width:1px;
1413 border-style:solid;
1414 -moz-border-radius:7px;
1415 -webkit-border-radius:7px;
1416 border-radius:7px;
1417 }
1418
1419 .pagination .nav_prev a {
1420 padding-left:30px;
1421 }
1422 .pagination .nav_next a {
1423 padding-right:30px;
1424 }
1425 /* END: NOTICE */
1426
1427 .hentry .entry-content p {
1428 margin-bottom:18px;
1429 }
1430 .hentry .entry-content ol,
1431 .hentry .entry-content ul {
1432 margin-left:1.795%;
1433 }
1434 .hentry .entry-content li {
1435 margin-bottom:18px;
1436 }
1437 .hentry .entry-content li li {
1438 margin-left:18px;
1439 }
1440 .hentry .entry-content .form_settings ul {
1441 margin-left:0;
1442 }
1443
1444 #content #plugin_authors {
1445 min-width:122px;
1446 }
1447 #content thead th {
1448 text-align:left;
1449 }
1450 #content tbody th {
1451 vertical-align:top;
1452 text-align:left;
1453 font-weight:normal;
1454 padding-top:11px;
1455 padding-right:18px;
1456 }
1457 #content tbody tr {
1458 border-top-width:1px;
1459 border-top-style:dotted;
1460 }
1461 #content td {
1462 padding:11px 18px 11px 0;
1463 vertical-align:top;
1464 }
1465 #content td:last-child {
1466 padding-right:0;
1467 }
1468
1469 /* TOP_POSTERS */
1470 .section tbody td {
1471 padding-right:18px;
1472 padding-bottom:11px;
1473 }
1474 .section .vcard .photo {
1475 margin-right:7px;
1476 margin-bottom:0;
1477 }
1478
1479 .section .notice {
1480 padding-top:7px;
1481 padding-bottom:7px;
1482 border-top:0;
1483 }
1484
1485 .section .notice:first-child {
1486 padding-top:0;
1487 }
1488
1489 .section .notice .author {
1490 margin-right:0;
1491 }
1492 .section .notice .author .fn {
1493 display:none;
1494 }
1495
1496 /* tagcloud */
1497 .tag-cloud {
1498 list-style-type:none;
1499 text-align:center;
1500 }
1501 .aside .tag-cloud {
1502 font-size:0.8em;
1503 word-wrap:break-word;
1504 }
1505 .tag-cloud li {
1506 display:inline;
1507 margin-right:7px;
1508 line-height:1.25;
1509 }
1510
1511 .tag-cloud li:before {
1512 content:'\0009';
1513 }
1514
1515 .aside .tag-cloud li {
1516 line-height:1.5;
1517 }
1518 .tag-cloud li a {
1519 text-decoration:none;
1520 }
1521 #tagcloud.section dt {
1522 text-transform:uppercase;
1523 font-weight:bold;
1524 }
1525 .tag-cloud-1 {
1526 font-size:1em;
1527 }
1528 .tag-cloud-2 {
1529 font-size:1.25em;
1530 }
1531 .tag-cloud-3 {
1532 font-size:1.75em;
1533 }
1534 .tag-cloud-4 {
1535 font-size:2em;
1536 }
1537 .tag-cloud-5 {
1538 font-size:2.25em;
1539 }
1540 .tag-cloud-6 {
1541 font-size:2.75em;
1542 }
1543 .tag-cloud-7 {
1544 font-size:3.25em;
1545 }
1546
1547 #publictagcloud #tagcloud.section dt {
1548 display:none;
1549 }
1550
1551 #form_settings_photo .form_data {
1552 clear:both;
1553 }
1554
1555 #form_settings_avatar li {
1556 width:auto;
1557 }
1558 #form_settings_avatar input {
1559 margin-left:0;
1560 }
1561 #avatar_original,
1562 #avatar_preview {
1563 float:left;
1564 }
1565 #avatar_preview {
1566 margin-left:29px;
1567 }
1568 #avatar_preview_view {
1569 height:96px;
1570 width:96px;
1571 margin-bottom:18px;
1572 overflow:hidden;
1573 }
1574
1575 #settings_attach,
1576 #form_settings_avatar .form_actions {
1577 clear:both;
1578 }
1579
1580 #form_settings_avatar .form_actions {
1581 margin-bottom:0;
1582 }
1583
1584 #settings_design_background-image img {
1585 max-width:480px;
1586 max-height:480px;
1587 }
1588
1589 #settings_design_color .form_data,
1590 #color-picker {
1591 float:left;
1592 }
1593 #settings_design_color .form_data {
1594 width:400px;
1595 margin-right:1%;
1596 }
1597
1598 #settings_design_color .form_data li {
1599 width:33%;
1600 }
1601 #settings_design_color .form_data label {
1602 float:none;
1603 display:block;
1604 }
1605 #settings_design_color .form_data .swatch {
1606 padding:11px;
1607 margin-left:0;
1608 width:auto;
1609 }
1610
1611 .system_notice ul,
1612 .instructions ul {
1613 margin-left:1em;
1614 }
1615 .instructions p,
1616 .instructions ul {
1617 margin-bottom:18px;
1618 }
1619 .help dt {
1620 display:none;
1621 }
1622 .guide {
1623 clear:both;
1624 }
1625
1626 #bookmarklet address {
1627 display:none;
1628 }
1629 #bookmarklet .form_notice {
1630 width:auto;
1631 }
1632 #bookmarklet #wrap {
1633 min-width:0;
1634 }