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