]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
[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 #aside_primary {
456 width:27.917%;
457 min-height:259px;
458 float:left;
459 margin-left:0.699%;
460 padding:1.795%;
461 border-radius:7px;
462 -moz-border-radius:7px;
463 -webkit-border-radius:7px;
464 border-width:1px;
465 border-style:solid;
466 }
467
468 .form_notice {
469 width:45%;
470 float:left;
471 position:relative;
472 line-height:1;
473 }
474 .form_notice fieldset {
475 border:0;
476 padding:0;
477 position:relative;
478 }
479 .form_notice legend {
480 display:none;
481 }
482 .form_notice textarea {
483 float:left;
484 border-radius:7px;
485 -moz-border-radius:7px;
486 -webkit-border-radius:7px;
487 width:80.789%;
488 height:67px;
489 line-height:1.5;
490 padding:7px 7px 16px 7px;
491 position:relative;
492 z-index:2;
493 }
494 .form_notice label {
495 display:block;
496 float:left;
497 font-size:1.3em;
498 margin-bottom:7px;
499 }
500 .form_notice label[for=notice_data-attach],
501 .form_notice #notice_data-attach {
502 position:absolute;
503 top:25px;
504 right:10.5%;
505 cursor:pointer;
506 }
507 .form_notice label[for=notice_data-attach] {
508 text-indent:-9999px;
509 width:16px;
510 height:16px;
511 }
512 .form_notice #notice_data-attach {
513 padding:0;
514 height:16px;
515 }
516 .form_notice .form_note {
517 position:absolute;
518 bottom:2px;
519 right:21.715%;
520 z-index:9;
521 }
522 .form_notice .form_note dt {
523 font-weight:bold;
524 display:none;
525 }
526 .form_notice #notice_text-count {
527 font-weight:bold;
528 line-height:1.15;
529 padding:1px 2px;
530 }
531 .form_notice #notice_action-submit {
532 width:14%;
533 height:47px;
534 padding:0;
535 position:absolute;
536 bottom:0;
537 right:0;
538 }
539 .form_notice label[for=to] {
540 margin-top:7px;
541 }
542 .form_notice select[id=to] {
543 margin-bottom:7px;
544 margin-left:18px;
545 float:left;
546 max-width:322px;
547 }
548 .form_notice .error,
549 .form_notice .success {
550 float:left;
551 clear:both;
552 width:81.5%;
553 margin-bottom:0;
554 line-height:1.618;
555 }
556 .form_notice #notice_data-attach_selected code {
557 float:left;
558 width:80%;
559 display:block;
560 overflow:auto;
561 margin-right:2.5%;
562 font-size:1.1em;
563 }
564 .form_notice #notice_data-attach_selected button.close {
565 float:right;
566 font-size:0.8em;
567 }
568
569 .form_notice #notice_data-geo_wrap label,
570 .form_notice #notice_data-geo_wrap input {
571 position:absolute;
572 top:25px;
573 right:4px;
574 left:auto;
575 cursor:pointer;
576 width:16px;
577 height:16px;
578 display:block;
579 }
580 .form_notice #notice_data-geo_wrap input {
581 visibility:hidden;
582 }
583 .form_notice #notice_data-geo_wrap label {
584 font-weight:normal;
585 font-size:1em;
586 margin-bottom:0;
587 text-indent:-9999px;
588 }
589
590 button.close,
591 button.minimize {
592 width:16px;
593 height:16px;
594 text-indent:-9999px;
595 padding:0;
596 border:0;
597 text-align:center;
598 font-weight:bold;
599 cursor:pointer;
600 }
601
602 /* entity_profile */
603 .entity_profile {
604 position:relative;
605 width:73%;
606 min-height:123px;
607 float:left;
608 margin-bottom:18px;
609 margin-left:0;
610 overflow:hidden;
611 }
612 .entity_profile dt,
613 #entity_statistics dt {
614 font-weight:bold;
615 }
616 .entity_profile dd {
617 display:inline;
618 }
619
620 .entity_profile .entity_depiction {
621 float:left;
622 width:96px;
623 margin-right:18px;
624 margin-bottom:18px;
625 }
626
627 .entity_profile .entity_fn,
628 .entity_profile .entity_nickname,
629 .entity_profile .entity_location,
630 .entity_profile .entity_url,
631 .entity_profile .entity_note,
632 .entity_profile .entity_tags,
633 .entity_profile .entity_aliases,
634 .entity_profile .entity_statistics {
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 float:left;
803 margin-right:11px;
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 margin-right:11px;
822 }
823 #entity_statistics dt:after {
824 content: ":";
825 }
826
827 .section ul.entities {
828 float:left;
829 width:100%;
830 }
831 .section .entities li {
832 list-style-type:none;
833 float:left;
834 margin-right:7px;
835 margin-bottom:7px;
836 display:inline;
837 }
838 .section .entities li .photo {
839 margin-right:0;
840 margin-bottom:0;
841 }
842 .section .entities li .fn {
843 display:none;
844 }
845
846 .aside .section p,
847 .aside .section .more {
848 clear:both;
849 }
850
851 .profile .entity_profile {
852 margin-bottom:0;
853 min-height:60px;
854 }
855
856 .profile .form_group_join legend,
857 .profile .form_group_leave legend,
858 .profile .form_user_subscribe legend,
859 .profile .form_user_unsubscribe legend {
860 display:none;
861 }
862
863 .profiles {
864 list-style-type:none;
865 }
866 .profile .entity_profile .fn.nickname,
867 .profile .entity_profile .url[rel~=contact] {
868 margin-left:0;
869 display:inline;
870 }
871
872 .profile .entity_profile .fn,
873 .profile .entity_profile .location {
874 margin-left:11px;
875 margin-bottom:4px;
876 width:auto;
877 clear:none;
878 }
879
880 .profile .entity_profile .note,
881 .profile .entity_profile .url,
882 .profile .entity_profile .entity_tags,
883 .profile .entity_profile .form_subscription_edit {
884 margin-left:59px;
885 clear:none;
886 display:block;
887 width:auto;
888 }
889 .profile .entity_profile .entity_tags dt {
890 display:inline;
891 margin-right:11px;
892 }
893
894 .profile .entity_profile .form_subscription_edit label {
895 font-weight:normal;
896 margin-right:11px;
897 }
898
899 /*applications*/
900 .applications {
901 margin-bottom:18px;
902 float:left;
903 width:100%;
904 }
905 .applications li {
906 list-style-type:none;
907 }
908 .application img,
909 #showapplication .entity_profile img,
910 .form_data #application_icon img,
911 #apioauthauthorize .form_data img {
912 max-width:96px;
913 max-height:96px;
914 }
915 #apioauthauthorize .form_data img {
916 margin-right:18px;
917 float:left;
918 }
919 #showapplication .entity_profile {
920 width:68%;
921 }
922 #showapplication .entity_profile .entity_fn {
923 margin-left:0;
924 }
925 #showapplication .entity_profile .entity_fn .fn:before,
926 #showapplication .entity_profile .entity_fn .fn:after {
927 content:'';
928 }
929 #showapplication .entity_data {
930 clear:both;
931 margin-bottom:18px;
932 }
933 #showapplication .entity_data h2 {
934 display:none;
935 }
936 #showapplication .entity_data dl {
937 margin-bottom:18px;
938 }
939 #showapplication .entity_data dt {
940 font-weight:bold;
941 }
942 #showapplication .entity_data dd {
943 margin-left:1.795%;
944 font-family:monospace;
945 font-size:1.3em;
946 }
947 .form_data #application_types label.radio,
948 .form_data #default_access_types label.radio {
949 width:14.5%;
950 }
951
952 /* NOTICE */
953 .notice,
954 .profile,
955 .application {
956 position:relative;
957 padding-top:11px;
958 padding-bottom:11px;
959 clear:both;
960 float:left;
961 width:100%;
962 border-top-width:1px;
963 border-top-style:dotted;
964 }
965 .notices li {
966 list-style-type:none;
967 }
968 .notices .notices {
969 margin-top:7px;
970 margin-left:2%;
971 width:98%;
972 float:left;
973 }
974 .mark-top {
975 border-top-width:1px;
976 border-top-style:solid;
977 }
978
979 /* NOTICES */
980 #notices_primary {
981 float:left;
982 width:100%;
983 border-radius:7px;
984 -moz-border-radius:7px;
985 -webkit-border-radius:7px;
986 }
987 #notices_primary h2 {
988 display:none;
989 }
990 .notice-data a span {
991 display:block;
992 padding-left:28px;
993 }
994
995 .notice .author {
996 margin-right:11px;
997 }
998 #showstream #content .notice .author {
999 display:none;
1000 }
1001
1002 .fn {
1003 overflow:hidden;
1004 }
1005
1006 .notice .author .fn {
1007 font-weight:bold;
1008 }
1009
1010 .vcard .photo {
1011 display:inline;
1012 margin-right:11px;
1013 float:left;
1014 }
1015 #shownotice .vcard .photo {
1016 margin-bottom:4px;
1017 }
1018 #content .notice .author .photo {
1019 position:absolute;
1020 top:11px;
1021 left:0;
1022 float:none;
1023 }
1024 #content .notice .entry-title {
1025 margin-left:59px;
1026 margin-right:7px;
1027 }
1028
1029 .vcard .url {
1030 text-decoration:none;
1031 }
1032 .vcard .url:hover {
1033 text-decoration:underline;
1034 }
1035
1036 .notice .entry-title {
1037 overflow:hidden;
1038 word-wrap:break-word;
1039 }
1040 .notice .entry-title.ov {
1041 overflow:visible;
1042 }
1043 #showstream .notice .entry-title,
1044 #showstream .notice div.entry-content {
1045 margin-left:0;
1046 }
1047 #shownotice .notice .entry-title {
1048 margin-left:110px;
1049 font-size:2.2em;
1050 min-height:123px;
1051 }
1052 #shownotice .notice div.entry-content {
1053 margin-left:0;
1054 }
1055
1056 .notice p.entry-content {
1057 display:inline;
1058 }
1059
1060 #content .notice p.entry-content a:visited {
1061 border-radius:4px;
1062 -moz-border-radius:4px;
1063 -webkit-border-radius:4px;
1064 }
1065 .notice p.entry-content .vcard a {
1066 border-radius:4px;
1067 -moz-border-radius:4px;
1068 -webkit-border-radius:4px;
1069 }
1070
1071 .notice div.entry-content {
1072 clear:left;
1073 float:left;
1074 font-size:0.95em;
1075 margin-left:59px;
1076 min-width:60%;
1077 max-width:70%;
1078 }
1079 #showstream .notice div.entry-content,
1080 #shownotice .notice div.entry-content {
1081 max-width:79%;
1082 }
1083
1084 .notice .notice-options a,
1085 .notice .notice-options input {
1086 float:left;
1087 font-size:1.025em;
1088 }
1089
1090 .notice div.entry-content .timestamp {
1091 display:inline-block;
1092 }
1093
1094 .entry-content .repeat {
1095 display:block;
1096 }
1097 .entry-content .repeat .photo {
1098 float:none;
1099 margin-right:1px;
1100 position:relative;
1101 top:4px;
1102 left:0;
1103 }
1104
1105 .dialogbox {
1106 position:absolute;
1107 top:-1px;
1108 right:-1px;
1109 z-index:9;
1110 float:none;
1111 padding:11px;
1112 border-radius:7px;
1113 -moz-border-radius:7px;
1114 -webkit-border-radius:7px;
1115 border-style:solid;
1116 border-width:1px;
1117 }
1118
1119 .dialogbox legend {
1120 display:block !important;
1121 margin-right:18px;
1122 margin-bottom:18px;
1123 }
1124
1125 .dialogbox button.close {
1126 position:absolute;
1127 right:3px;
1128 top:3px;
1129 }
1130
1131 .dialogbox .form_guide {
1132 font-weight:normal;
1133 padding:0;
1134 }
1135
1136 .dialogbox .submit_dialogbox {
1137 font-weight:bold;
1138 text-indent:0;
1139 min-width:46px;
1140 }
1141 .dialogbox input {
1142 padding-left:4px;
1143 }
1144 .dialogbox fieldset {
1145 margin-bottom:0;
1146 }
1147
1148 #wrap form.processing input.submit,
1149 .entity_actions a.processing,
1150 .dialogbox.processing .submit_dialogbox {
1151 cursor:wait;
1152 outline:none;
1153 text-indent:-9999px;
1154 }
1155
1156 .form_repeat.dialogbox {
1157 top:-4px;
1158 right:29px;
1159 min-width:199px;
1160 }
1161
1162 .notice-options {
1163 position:relative;
1164 font-size:0.95em;
1165 width:113px;
1166 float:right;
1167 margin-top:3px;
1168 margin-right:4px;
1169 }
1170
1171 .notice-options a {
1172 float:left;
1173 }
1174 .notice-options .notice_reply,
1175 .notice-options .form_repeat,
1176 .notice-options .form_favor,
1177 .notice-options .form_disfavor,
1178 .notice-options .repeated {
1179 float:left;
1180 margin-left:14.2%;
1181 }
1182 .notice-options .form_favor,
1183 .notice-options .form_disfavor {
1184 margin-left:0;
1185 }
1186 .notice-options input,
1187 .notice-options a,
1188 .notice-options .repeated {
1189 text-indent:-9999px;
1190 outline:none;
1191 }
1192 .notice-options input.submit {
1193 display:block;
1194 border:0;
1195 }
1196 .notice-options .notice_reply,
1197 .notice-options .notice_delete {
1198 text-decoration:none;
1199 }
1200 .notice .notice-options .notice_delete {
1201 float:right;
1202 }
1203 .notice-options form input.submit {
1204 width:16px;
1205 height:16px;
1206 padding:0;
1207 border-radius:0;
1208 -moz-border-radius:0;
1209 -webkit-border-radius:0;
1210 }
1211 .notice-options .form_repeat legend,
1212 .notice-options .form_favor legend,
1213 .notice-options .form_disfavor legend {
1214 display:none;
1215 }
1216 .notice-options .form_repeat fieldset,
1217 .notice-options .form_favor fieldset,
1218 .notice-options .form_disfavor fieldset {
1219 border:0;
1220 padding:0;
1221 }
1222 .notice-options a,
1223 .notice-options .repeated {
1224 width:16px;
1225 height:16px;
1226 }
1227
1228 .notice .attachment {
1229 position:relative;
1230 padding-left:16px;
1231 }
1232 #attachments .attachment {
1233 padding-left:0;
1234 }
1235 .notice .attachment img {
1236 position:absolute;
1237 top:18px;
1238 left:0;
1239 z-index:99;
1240 }
1241 #shownotice .notice .attachment img {
1242 position:static;
1243 }
1244
1245 #attachments {
1246 clear:both;
1247 float:left;
1248 width:100%;
1249 margin-top:18px;
1250 }
1251 #attachments dt {
1252 font-weight:bold;
1253 font-size:1.3em;
1254 margin-bottom:4px;
1255 }
1256
1257 #attachments ol li {
1258 margin-bottom:18px;
1259 list-style-type:decimal;
1260 float:left;
1261 clear:both;
1262 }
1263
1264 #jOverlayContent,
1265 #jOverlayContent #content,
1266 #jOverlayContent #content_inner {
1267 width: auto !important;
1268 margin-bottom:0;
1269 }
1270 #jOverlayContent #content {
1271 padding:11px;
1272 min-height:auto;
1273 }
1274 #jOverlayContent .external span {
1275 display:block;
1276 margin-bottom:11px;
1277 }
1278 #jOverlayContent button {
1279 position:absolute;
1280 top:0;
1281 right:0;
1282 }
1283 #jOverlayContent h1 {
1284 max-width:425px;
1285 }
1286 #jOverlayContent #content {
1287 border-radius:7px;
1288 -moz-border-radius:7px;
1289 -webkit-border-radius:7px;
1290 }
1291 #jOverlayLoading {
1292 top:5%;
1293 left:40%;
1294 }
1295 #attachment_view img {
1296 max-width:480px;
1297 max-height:480px;
1298 }
1299 #attachment_view #oembed_info {
1300 margin-top:11px;
1301 }
1302 #attachment_view #oembed_info dt,
1303 #attachment_view #oembed_info dd {
1304 float:left;
1305 }
1306 #attachment_view #oembed_info dt {
1307 clear:left;
1308 margin-right:11px;
1309 font-weight:bold;
1310 }
1311 #attachment_view #oembed_info dt:after {
1312 content: ":";
1313 }
1314
1315 #usergroups #new_group {
1316 float: left;
1317 margin-right: 2em;
1318 }
1319 #new_group, #group_search {
1320 margin-bottom:18px;
1321 }
1322 #new_group a {
1323 padding-left:20px;
1324 }
1325
1326 #filter_tags {
1327 margin-bottom:11px;
1328 float:left;
1329 }
1330 #filter_tags dt {
1331 display:none;
1332 }
1333 #filter_tags ul {
1334 list-style-type:none;
1335 }
1336 #filter_tags li {
1337 float:left;
1338 margin-left:7px;
1339 padding-left:7px;
1340 border-left-width:1px;
1341 border-left-style:solid;
1342 }
1343 #filter_tags #filter_tags_all {
1344 margin-left:0;
1345 border-left:0;
1346 padding-left:0;
1347 }
1348 #filter_tags_all a {
1349 font-weight:bold;
1350 margin-top:7px;
1351 float:left;
1352 }
1353
1354 #filter_tags_item label {
1355 margin-right:7px;
1356 }
1357 #filter_tags_item label,
1358 #filter_tags_item select {
1359 float:left;
1360 }
1361 #filter_tags_item p {
1362 float:left;
1363 clear:both;
1364 margin-left:38px;
1365 }
1366 #filter_tags_item .submit {
1367 position:relative;
1368 top:3px;
1369 left:3px;
1370 }
1371
1372 .pagination {
1373 float:left;
1374 clear:both;
1375 width:100%;
1376 margin-top:18px;
1377 }
1378
1379 .pagination dt {
1380 font-weight:bold;
1381 display:none;
1382 }
1383
1384 .pagination .nav {
1385 float:left;
1386 width:100%;
1387 list-style-type:none;
1388 }
1389
1390 .pagination .nav_prev {
1391 float:left;
1392 }
1393 .pagination .nav_next {
1394 float:right;
1395 }
1396
1397 .pagination a {
1398 display:block;
1399 text-decoration:none;
1400 font-weight:bold;
1401 padding:7px;
1402 border-width:1px;
1403 border-style:solid;
1404 -moz-border-radius:7px;
1405 -webkit-border-radius:7px;
1406 border-radius:7px;
1407 }
1408
1409 .pagination .nav_prev a {
1410 padding-left:30px;
1411 }
1412 .pagination .nav_next a {
1413 padding-right:30px;
1414 }
1415 /* END: NOTICE */
1416
1417 .hentry .entry-content p {
1418 margin-bottom:18px;
1419 }
1420 .hentry .entry-content ol,
1421 .hentry .entry-content ul {
1422 margin-left:1.795%;
1423 }
1424 .hentry .entry-content li {
1425 margin-bottom:18px;
1426 }
1427 .hentry .entry-content li li {
1428 margin-left:18px;
1429 }
1430 .hentry .entry-content .form_settings ul {
1431 margin-left:0;
1432 }
1433
1434 #content #plugin_authors {
1435 min-width:122px;
1436 }
1437 #content thead th {
1438 text-align:left;
1439 }
1440 #content tbody th {
1441 vertical-align:top;
1442 text-align:left;
1443 font-weight:normal;
1444 padding-top:11px;
1445 padding-right:18px;
1446 }
1447 #content tbody tr {
1448 border-top-width:1px;
1449 border-top-style:dotted;
1450 }
1451 #content td {
1452 padding:11px 18px 11px 0;
1453 vertical-align:top;
1454 }
1455 #content td:last-child {
1456 padding-right:0;
1457 }
1458
1459 /* TOP_POSTERS */
1460 .section tbody td {
1461 padding-right:18px;
1462 padding-bottom:11px;
1463 }
1464 .section .vcard .photo {
1465 margin-right:7px;
1466 margin-bottom:0;
1467 }
1468
1469 .section .notice {
1470 padding-top:7px;
1471 padding-bottom:7px;
1472 border-top:0;
1473 }
1474
1475 .section .notice:first-child {
1476 padding-top:0;
1477 }
1478
1479 .section .notice .author {
1480 margin-right:0;
1481 }
1482 .section .notice .author .fn {
1483 display:none;
1484 }
1485
1486 /* tagcloud */
1487 .tag-cloud {
1488 list-style-type:none;
1489 text-align:center;
1490 }
1491 .aside .tag-cloud {
1492 font-size:0.8em;
1493 }
1494 .tag-cloud li {
1495 display:inline;
1496 margin-right:7px;
1497 line-height:1.25;
1498 }
1499
1500 .tag-cloud li:before {
1501 content:'\0009';
1502 }
1503
1504 .aside .tag-cloud li {
1505 line-height:1.5;
1506 }
1507 .tag-cloud li a {
1508 text-decoration:none;
1509 }
1510 #tagcloud.section dt {
1511 text-transform:uppercase;
1512 font-weight:bold;
1513 }
1514 .tag-cloud-1 {
1515 font-size:1em;
1516 }
1517 .tag-cloud-2 {
1518 font-size:1.25em;
1519 }
1520 .tag-cloud-3 {
1521 font-size:1.75em;
1522 }
1523 .tag-cloud-4 {
1524 font-size:2em;
1525 }
1526 .tag-cloud-5 {
1527 font-size:2.25em;
1528 }
1529 .tag-cloud-6 {
1530 font-size:2.75em;
1531 }
1532 .tag-cloud-7 {
1533 font-size:3.25em;
1534 }
1535
1536 #publictagcloud #tagcloud.section dt {
1537 display:none;
1538 }
1539
1540 #form_settings_photo .form_data {
1541 clear:both;
1542 }
1543
1544 #form_settings_avatar li {
1545 width:auto;
1546 }
1547 #form_settings_avatar input {
1548 margin-left:0;
1549 }
1550 #avatar_original,
1551 #avatar_preview {
1552 float:left;
1553 }
1554 #avatar_preview {
1555 margin-left:29px;
1556 }
1557 #avatar_preview_view {
1558 height:96px;
1559 width:96px;
1560 margin-bottom:18px;
1561 overflow:hidden;
1562 }
1563
1564 #settings_attach,
1565 #form_settings_avatar .form_actions {
1566 clear:both;
1567 }
1568
1569 #form_settings_avatar .form_actions {
1570 margin-bottom:0;
1571 }
1572
1573 #settings_design_background-image img {
1574 max-width:480px;
1575 max-height:480px;
1576 }
1577
1578 #settings_design_color .form_data,
1579 #color-picker {
1580 float:left;
1581 }
1582 #settings_design_color .form_data {
1583 width:400px;
1584 margin-right:1%;
1585 }
1586
1587 #settings_design_color .form_data li {
1588 width:33%;
1589 }
1590 #settings_design_color .form_data label {
1591 float:none;
1592 display:block;
1593 }
1594 #settings_design_color .form_data .swatch {
1595 padding:11px;
1596 margin-left:0;
1597 width:auto;
1598 }
1599
1600 .system_notice ul,
1601 .instructions ul {
1602 margin-left:1em;
1603 }
1604 .instructions p,
1605 .instructions ul {
1606 margin-bottom:18px;
1607 }
1608 .help dt {
1609 display:none;
1610 }
1611 .guide {
1612 clear:both;
1613 }
1614
1615 #bookmarklet address {
1616 display:none;
1617 }
1618 #bookmarklet .form_notice {
1619 width:auto;
1620 }
1621 #bookmarklet #wrap {
1622 min-width:0;
1623 }