]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Fix exception on bad plugin load
[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 margin-right:7px;
1028 }
1029
1030 .vcard .url {
1031 text-decoration:none;
1032 }
1033 .vcard .url:hover {
1034 text-decoration:underline;
1035 }
1036
1037 .notice .entry-title {
1038 overflow:hidden;
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:-4px;
1108 right:29px;
1109 z-index:9;
1110 min-width:199px;
1111 float:none;
1112 background-color:#FFF;
1113 padding:11px;
1114 border-radius:7px;
1115 -moz-border-radius:7px;
1116 -webkit-border-radius:7px;
1117 border-style:solid;
1118 border-width:1px;
1119 border-color:#DDDDDD;
1120 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1121 }
1122
1123 .dialogbox legend {
1124 display:block !important;
1125 margin-right:18px;
1126 }
1127
1128 .dialogbox button.close {
1129 position:absolute;
1130 right:3px;
1131 top:3px;
1132 }
1133
1134 .dialogbox .submit_dialogbox {
1135 font-weight:bold;
1136 text-indent:0;
1137 min-width:46px;
1138 }
1139
1140 #wrap form.processing input.submit,
1141 .entity_actions a.processing,
1142 .dialogbox.processing .submit_dialogbox {
1143 cursor:wait;
1144 outline:none;
1145 text-indent:-9999px;
1146 }
1147
1148 .notice-options {
1149 position:relative;
1150 font-size:0.95em;
1151 width:113px;
1152 float:right;
1153 margin-top:3px;
1154 margin-right:4px;
1155 }
1156
1157 .notice-options a {
1158 float:left;
1159 }
1160 .notice-options .notice_reply,
1161 .notice-options .form_repeat,
1162 .notice-options .form_favor,
1163 .notice-options .form_disfavor,
1164 .notice-options .repeated {
1165 float:left;
1166 margin-left:14.2%;
1167 }
1168 .notice-options .form_favor,
1169 .notice-options .form_disfavor {
1170 margin-left:0;
1171 }
1172 .notice-options input,
1173 .notice-options a,
1174 .notice-options .repeated {
1175 text-indent:-9999px;
1176 outline:none;
1177 }
1178 .notice-options input.submit {
1179 display:block;
1180 border:0;
1181 }
1182 .notice-options .notice_reply,
1183 .notice-options .notice_delete {
1184 text-decoration:none;
1185 }
1186 .notice .notice-options .notice_delete {
1187 float:right;
1188 }
1189 .notice-options form input.submit {
1190 width:16px;
1191 height:16px;
1192 padding:0;
1193 border-radius:0;
1194 -moz-border-radius:0;
1195 -webkit-border-radius:0;
1196 }
1197 .notice-options .form_repeat legend,
1198 .notice-options .form_favor legend,
1199 .notice-options .form_disfavor legend {
1200 display:none;
1201 }
1202 .notice-options .form_repeat fieldset,
1203 .notice-options .form_favor fieldset,
1204 .notice-options .form_disfavor fieldset {
1205 border:0;
1206 padding:0;
1207 }
1208 .notice-options a,
1209 .notice-options .repeated {
1210 width:16px;
1211 height:16px;
1212 }
1213
1214 .notice .attachment {
1215 position:relative;
1216 padding-left:16px;
1217 }
1218 #attachments .attachment {
1219 padding-left:0;
1220 }
1221 .notice .attachment img {
1222 position:absolute;
1223 top:18px;
1224 left:0;
1225 z-index:99;
1226 }
1227 #shownotice .notice .attachment img {
1228 position:static;
1229 }
1230
1231 #attachments {
1232 clear:both;
1233 float:left;
1234 width:100%;
1235 margin-top:18px;
1236 }
1237 #attachments dt {
1238 font-weight:bold;
1239 font-size:1.3em;
1240 margin-bottom:4px;
1241 }
1242
1243 #attachments ol li {
1244 margin-bottom:18px;
1245 list-style-type:decimal;
1246 float:left;
1247 clear:both;
1248 }
1249
1250 #jOverlayContent,
1251 #jOverlayContent #content,
1252 #jOverlayContent #content_inner {
1253 width: auto !important;
1254 margin-bottom:0;
1255 }
1256 #jOverlayContent #content {
1257 padding:11px;
1258 min-height:auto;
1259 }
1260 #jOverlayContent .external span {
1261 display:block;
1262 margin-bottom:11px;
1263 }
1264 #jOverlayContent button {
1265 position:absolute;
1266 top:0;
1267 right:0;
1268 }
1269 #jOverlayContent h1 {
1270 max-width:425px;
1271 }
1272 #jOverlayContent #content {
1273 border-radius:7px;
1274 -moz-border-radius:7px;
1275 -webkit-border-radius:7px;
1276 }
1277 #jOverlayLoading {
1278 top:5%;
1279 left:40%;
1280 }
1281 #attachment_view img {
1282 max-width:480px;
1283 max-height:480px;
1284 }
1285 #attachment_view #oembed_info {
1286 margin-top:11px;
1287 }
1288 #attachment_view #oembed_info dt,
1289 #attachment_view #oembed_info dd {
1290 float:left;
1291 }
1292 #attachment_view #oembed_info dt {
1293 clear:left;
1294 margin-right:11px;
1295 font-weight:bold;
1296 }
1297 #attachment_view #oembed_info dt:after {
1298 content: ":";
1299 }
1300
1301 #usergroups #new_group {
1302 float: left;
1303 margin-right: 2em;
1304 }
1305 #new_group, #group_search {
1306 margin-bottom:18px;
1307 }
1308 #new_group a {
1309 padding-left:20px;
1310 }
1311
1312 #filter_tags {
1313 margin-bottom:11px;
1314 float:left;
1315 }
1316 #filter_tags dt {
1317 display:none;
1318 }
1319 #filter_tags ul {
1320 list-style-type:none;
1321 }
1322 #filter_tags li {
1323 float:left;
1324 margin-left:7px;
1325 padding-left:7px;
1326 border-left-width:1px;
1327 border-left-style:solid;
1328 }
1329 #filter_tags #filter_tags_all {
1330 margin-left:0;
1331 border-left:0;
1332 padding-left:0;
1333 }
1334 #filter_tags_all a {
1335 font-weight:bold;
1336 margin-top:7px;
1337 float:left;
1338 }
1339
1340 #filter_tags_item label {
1341 margin-right:7px;
1342 }
1343 #filter_tags_item label,
1344 #filter_tags_item select {
1345 float:left;
1346 }
1347 #filter_tags_item p {
1348 float:left;
1349 clear:both;
1350 margin-left:38px;
1351 }
1352 #filter_tags_item .submit {
1353 position:relative;
1354 top:3px;
1355 left:3px;
1356 }
1357
1358 .pagination {
1359 float:left;
1360 clear:both;
1361 width:100%;
1362 margin-top:18px;
1363 }
1364
1365 .pagination dt {
1366 font-weight:bold;
1367 display:none;
1368 }
1369
1370 .pagination .nav {
1371 float:left;
1372 width:100%;
1373 list-style-type:none;
1374 }
1375
1376 .pagination .nav_prev {
1377 float:left;
1378 }
1379 .pagination .nav_next {
1380 float:right;
1381 }
1382
1383 .pagination a {
1384 display:block;
1385 text-decoration:none;
1386 font-weight:bold;
1387 padding:7px;
1388 border-width:1px;
1389 border-style:solid;
1390 -moz-border-radius:7px;
1391 -webkit-border-radius:7px;
1392 border-radius:7px;
1393 }
1394
1395 .pagination .nav_prev a {
1396 padding-left:30px;
1397 }
1398 .pagination .nav_next a {
1399 padding-right:30px;
1400 }
1401 /* END: NOTICE */
1402
1403 .hentry .entry-content p {
1404 margin-bottom:18px;
1405 }
1406 .hentry .entry-content ol,
1407 .hentry .entry-content ul {
1408 margin-left:1.795%;
1409 }
1410 .hentry .entry-content li {
1411 margin-bottom:18px;
1412 }
1413 .hentry .entry-content li li {
1414 margin-left:18px;
1415 }
1416
1417 #content #plugin_authors {
1418 min-width:122px;
1419 }
1420 #content thead th {
1421 text-align:left;
1422 }
1423 #content tbody th {
1424 vertical-align:top;
1425 text-align:left;
1426 font-weight:normal;
1427 padding-top:11px;
1428 padding-right:18px;
1429 }
1430 #content tbody tr {
1431 border-top-width:1px;
1432 border-top-style:dotted;
1433 }
1434 #content td {
1435 padding:11px 18px 11px 0;
1436 vertical-align:top;
1437 }
1438 #content td:last-child {
1439 padding-right:0;
1440 }
1441
1442 /* TOP_POSTERS */
1443 .section tbody td {
1444 padding-right:18px;
1445 padding-bottom:11px;
1446 }
1447 .section .vcard .photo {
1448 margin-right:7px;
1449 margin-bottom:0;
1450 }
1451
1452 .section .notice {
1453 padding-top:7px;
1454 padding-bottom:7px;
1455 border-top:0;
1456 }
1457
1458 .section .notice:first-child {
1459 padding-top:0;
1460 }
1461
1462 .section .notice .author {
1463 margin-right:0;
1464 }
1465 .section .notice .author .fn {
1466 display:none;
1467 }
1468
1469 /* tagcloud */
1470 .tag-cloud {
1471 list-style-type:none;
1472 text-align:center;
1473 }
1474 .aside .tag-cloud {
1475 font-size:0.8em;
1476 }
1477 .tag-cloud li {
1478 display:inline;
1479 margin-right:7px;
1480 line-height:1.25;
1481 }
1482 .aside .tag-cloud li {
1483 line-height:1.5;
1484 }
1485 .tag-cloud li a {
1486 text-decoration:none;
1487 }
1488 #tagcloud.section dt {
1489 text-transform:uppercase;
1490 font-weight:bold;
1491 }
1492 .tag-cloud-1 {
1493 font-size:1em;
1494 }
1495 .tag-cloud-2 {
1496 font-size:1.25em;
1497 }
1498 .tag-cloud-3 {
1499 font-size:1.75em;
1500 }
1501 .tag-cloud-4 {
1502 font-size:2em;
1503 }
1504 .tag-cloud-5 {
1505 font-size:2.25em;
1506 }
1507 .tag-cloud-6 {
1508 font-size:2.75em;
1509 }
1510 .tag-cloud-7 {
1511 font-size:3.25em;
1512 }
1513
1514 #publictagcloud #tagcloud.section dt {
1515 display:none;
1516 }
1517
1518 #form_settings_photo .form_data {
1519 clear:both;
1520 }
1521
1522 #form_settings_avatar li {
1523 width:auto;
1524 }
1525 #form_settings_avatar input {
1526 margin-left:0;
1527 }
1528 #avatar_original,
1529 #avatar_preview {
1530 float:left;
1531 }
1532 #avatar_preview {
1533 margin-left:29px;
1534 }
1535 #avatar_preview_view {
1536 height:96px;
1537 width:96px;
1538 margin-bottom:18px;
1539 overflow:hidden;
1540 }
1541
1542 #settings_attach,
1543 #form_settings_avatar .form_actions {
1544 clear:both;
1545 }
1546
1547 #form_settings_avatar .form_actions {
1548 margin-bottom:0;
1549 }
1550
1551 #settings_design_background-image img {
1552 max-width:480px;
1553 max-height:480px;
1554 }
1555
1556 #settings_design_color .form_data,
1557 #color-picker {
1558 float:left;
1559 }
1560 #settings_design_color .form_data {
1561 width:400px;
1562 margin-right:1%;
1563 }
1564
1565 #settings_design_color .form_data li {
1566 width:33%;
1567 }
1568 #settings_design_color .form_data label {
1569 float:none;
1570 display:block;
1571 }
1572 #settings_design_color .form_data .swatch {
1573 padding:11px;
1574 margin-left:0;
1575 width:auto;
1576 }
1577
1578 .system_notice ul,
1579 .instructions ul {
1580 margin-left:1em;
1581 }
1582 .instructions p,
1583 .instructions ul {
1584 margin-bottom:18px;
1585 }
1586 .help dt {
1587 display:none;
1588 }
1589 .guide {
1590 clear:both;
1591 }
1592
1593 #bookmarklet address {
1594 display:none;
1595 }
1596 #bookmarklet .form_notice {
1597 width:auto;
1598 }
1599 #bookmarklet #wrap {
1600 min-width:0;
1601 }