]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
0d6395d057a8843449343a075f525d856997649e
[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 margin-left:113px;
637 margin-bottom:4px;
638 }
639
640 .entity_profile .entity_fn,
641 .entity_profile .entity_nickname {
642 margin-left:11px;
643 display:inline;
644 }
645 .entity_profile .entity_nickname {
646 margin-left:0;
647 }
648 .entity_profile .fn,
649 .entity_profile .nickname {
650 font-size:1.1em;
651 font-weight:bold;
652 }
653 .entity_profile .fn:before {
654 content: "(";
655 font-weight:normal;
656 }
657 .entity_profile .fn:after {
658 content: ")";
659 font-weight:normal;
660 }
661 .entity_profile .nickname:after,
662 .entity_profile .nickname:before {
663 content:"";
664 }
665 .entity_profile dt,
666 .entity_profile h2 {
667 display:none;
668 }
669 .entity_profile .role {
670 margin-left:11px;
671 font-style:italic;
672 }
673 /* entity_profile */
674
675 /*entity_actions*/
676 .entity_actions {
677 float:right;
678 margin-left:2%;
679 margin-bottom:18px;
680 min-width:21%;
681 }
682 .entity_actions h2 {
683 display:none;
684 }
685 .entity_actions ul {
686 list-style-type:none;
687 }
688 .entity_actions li {
689 margin-bottom:7px;
690 }
691 .entity_actions li:first-child {
692 border-top:0;
693 }
694 .entity_actions fieldset {
695 border:0;
696 padding:0;
697 }
698 .entity_actions legend {
699 display:none;
700 }
701
702 .entity_actions input.submit {
703 display:block;
704 text-align:left;
705 width:100%;
706 }
707 .entity_actions a {
708 text-decoration:none;
709 font-weight:bold;
710 display:block;
711 }
712 .entity_actions a,
713 .entity_actions input {
714 border-radius:4px;
715 -moz-border-radius:4px;
716 -webkit-border-radius:4px;
717 }
718
719 .entity_actions a,
720 .entity_actions input,
721 .entity_actions p {
722 border-width:2px;
723 border-style:solid;
724 padding-left:23px;
725 }
726
727 .entity_actions a,
728 .entity_actions p {
729 padding:2px 4px 1px 26px;
730 }
731
732 .entity_actions .accept {
733 margin-bottom:18px;
734 }
735
736 .entity_send-a-message button {
737 position:absolute;
738 top:3px;
739 right:3px;
740 }
741
742 .entity_send-a-message .form_notice {
743 position:absolute;
744 top:34px;
745 right:-1px;
746 padding:1.795%;
747 width:65%;
748 z-index:2;
749  border-radius:7px;
750 -moz-border-radius:7px;
751 -webkit-border-radius:7px;
752 border-width:1px;
753 border-style:solid;
754 }
755 .entity_send-a-message .form_notice legend {
756 display:block;
757 margin-bottom:11px;
758 }
759
760 .entity_send-a-message .form_notice label,
761 .entity_send-a-message .form_notice select {
762 display:none;
763 }
764 .entity_send-a-message .form_notice input.submit {
765 text-align:center;
766 }
767
768 .entity_moderation {
769 position:relative;
770 }
771 .entity_moderation p {
772 border-radius:4px;
773 -moz-border-radius:4px;
774 -webkit-border-radius:4px;
775 font-weight:bold;
776 padding-bottom:2px;
777 margin-bottom:7px;
778 }
779 .entity_moderation ul {
780 display:none;
781 }
782 .entity_moderation:hover ul {
783 display:block;
784 min-width:21%;
785 width:100%;
786 padding:11px;
787 position:absolute;
788 top:-1px;
789 right:-1px;
790 z-index:1;
791 border-width:1px;
792 border-style:solid;
793 border-radius:7px;
794 -moz-border-radius:7px;
795 -webkit-border-radius:7px;
796 }
797
798 .entity_tags ul {
799 list-style-type:none;
800 display:inline;
801 }
802 .entity_tags li {
803 display:inline;
804 margin-right:4px;
805 }
806
807 .aside .section {
808 margin-bottom:29px;
809 clear:both;
810 float:left;
811 width:100%;
812 list-style-position:inside;
813 }
814 .aside .section h2 {
815 text-transform:uppercase;
816 font-size:1em;
817 }
818
819 #entity_statistics dt,
820 #entity_statistics dd {
821 display:inline;
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 }
1027
1028 .vcard .url {
1029 text-decoration:none;
1030 }
1031 .vcard .url:hover {
1032 text-decoration:underline;
1033 }
1034
1035 .notice .entry-title {
1036 overflow:hidden;
1037 }
1038 .notice .entry-title.ov {
1039 overflow:visible;
1040 }
1041 #showstream .notice .entry-title,
1042 #showstream .notice div.entry-content {
1043 margin-left:0;
1044 }
1045 #shownotice .notice .entry-title {
1046 margin-left:110px;
1047 font-size:2.2em;
1048 min-height:123px;
1049 }
1050 #shownotice .notice div.entry-content {
1051 margin-left:0;
1052 }
1053
1054 .notice p.entry-content {
1055 display:inline;
1056 }
1057
1058 #content .notice p.entry-content a:visited {
1059 border-radius:4px;
1060 -moz-border-radius:4px;
1061 -webkit-border-radius:4px;
1062 }
1063 .notice p.entry-content .vcard a {
1064 border-radius:4px;
1065 -moz-border-radius:4px;
1066 -webkit-border-radius:4px;
1067 }
1068
1069 .notice div.entry-content {
1070 clear:left;
1071 float:left;
1072 font-size:0.95em;
1073 margin-left:59px;
1074 min-width:60%;
1075 max-width:70%;
1076 }
1077 #showstream .notice div.entry-content,
1078 #shownotice .notice div.entry-content {
1079 max-width:79%;
1080 }
1081
1082 .notice .notice-options a,
1083 .notice .notice-options input {
1084 float:left;
1085 font-size:1.025em;
1086 }
1087
1088 .notice div.entry-content .timestamp {
1089 display:inline-block;
1090 }
1091
1092 .entry-content .repeat {
1093 display:block;
1094 }
1095 .entry-content .repeat .photo {
1096 float:none;
1097 margin-right:1px;
1098 position:relative;
1099 top:4px;
1100 left:0;
1101 }
1102
1103 .dialogbox {
1104 position:absolute;
1105 top:-4px;
1106 right:29px;
1107 z-index:9;
1108 min-width:199px;
1109 float:none;
1110 background-color:#FFF;
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 border-color:#DDDDDD;
1118 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
1119 }
1120
1121 .dialogbox legend {
1122 display:block !important;
1123 margin-right:18px;
1124 }
1125
1126 .dialogbox button.close {
1127 position:absolute;
1128 right:3px;
1129 top:3px;
1130 }
1131
1132 .dialogbox .submit_dialogbox {
1133 font-weight:bold;
1134 text-indent:0;
1135 min-width:46px;
1136 }
1137
1138 #wrap form.processing input.submit,
1139 .entity_actions a.processing,
1140 .dialogbox.processing .submit_dialogbox {
1141 cursor:wait;
1142 outline:none;
1143 text-indent:-9999px;
1144 }
1145
1146 .notice-options {
1147 position:relative;
1148 font-size:0.95em;
1149 width:113px;
1150 float:right;
1151 margin-top:3px;
1152 margin-right:4px;
1153 }
1154
1155 .notice-options a {
1156 float:left;
1157 }
1158 .notice-options .notice_reply,
1159 .notice-options .form_repeat,
1160 .notice-options .form_favor,
1161 .notice-options .form_disfavor,
1162 .notice-options .repeated {
1163 float:left;
1164 margin-left:14.2%;
1165 }
1166 .notice-options .form_favor,
1167 .notice-options .form_disfavor {
1168 margin-left:0;
1169 }
1170 .notice-options input,
1171 .notice-options a,
1172 .notice-options .repeated {
1173 text-indent:-9999px;
1174 outline:none;
1175 }
1176 .notice-options input.submit {
1177 display:block;
1178 border:0;
1179 }
1180 .notice-options .notice_reply,
1181 .notice-options .notice_delete {
1182 text-decoration:none;
1183 }
1184 .notice .notice-options .notice_delete {
1185 float:right;
1186 }
1187 .notice-options form input.submit {
1188 width:16px;
1189 height:16px;
1190 padding:0;
1191 border-radius:0;
1192 -moz-border-radius:0;
1193 -webkit-border-radius:0;
1194 }
1195 .notice-options .form_repeat legend,
1196 .notice-options .form_favor legend,
1197 .notice-options .form_disfavor legend {
1198 display:none;
1199 }
1200 .notice-options .form_repeat fieldset,
1201 .notice-options .form_favor fieldset,
1202 .notice-options .form_disfavor fieldset {
1203 border:0;
1204 padding:0;
1205 }
1206 .notice-options a,
1207 .notice-options .repeated {
1208 width:16px;
1209 height:16px;
1210 }
1211
1212 .notice .attachment {
1213 position:relative;
1214 padding-left:16px;
1215 }
1216 #attachments .attachment {
1217 padding-left:0;
1218 }
1219 .notice .attachment img {
1220 position:absolute;
1221 top:18px;
1222 left:0;
1223 z-index:99;
1224 }
1225 #shownotice .notice .attachment img {
1226 position:static;
1227 }
1228
1229 #attachments {
1230 clear:both;
1231 float:left;
1232 width:100%;
1233 margin-top:18px;
1234 }
1235 #attachments dt {
1236 font-weight:bold;
1237 font-size:1.3em;
1238 margin-bottom:4px;
1239 }
1240
1241 #attachments ol li {
1242 margin-bottom:18px;
1243 list-style-type:decimal;
1244 float:left;
1245 clear:both;
1246 }
1247
1248 #jOverlayContent,
1249 #jOverlayContent #content,
1250 #jOverlayContent #content_inner {
1251 width: auto !important;
1252 margin-bottom:0;
1253 }
1254 #jOverlayContent #content {
1255 padding:11px;
1256 min-height:auto;
1257 }
1258 #jOverlayContent .external span {
1259 display:block;
1260 margin-bottom:11px;
1261 }
1262 #jOverlayContent button {
1263 position:absolute;
1264 top:0;
1265 right:0;
1266 }
1267 #jOverlayContent h1 {
1268 max-width:425px;
1269 }
1270 #jOverlayContent #content {
1271 border-radius:7px;
1272 -moz-border-radius:7px;
1273 -webkit-border-radius:7px;
1274 }
1275 #jOverlayLoading {
1276 top:5%;
1277 left:40%;
1278 }
1279 #attachment_view img {
1280 max-width:480px;
1281 max-height:480px;
1282 }
1283 #attachment_view #oembed_info {
1284 margin-top:11px;
1285 }
1286 #attachment_view #oembed_info dt,
1287 #attachment_view #oembed_info dd {
1288 float:left;
1289 }
1290 #attachment_view #oembed_info dt {
1291 clear:left;
1292 margin-right:11px;
1293 font-weight:bold;
1294 }
1295 #attachment_view #oembed_info dt:after {
1296 content: ":";
1297 }
1298
1299 #usergroups #new_group {
1300 float: left;
1301 margin-right: 2em;
1302 }
1303 #new_group, #group_search {
1304 margin-bottom:18px;
1305 }
1306 #new_group a {
1307 padding-left:20px;
1308 }
1309
1310 #filter_tags {
1311 margin-bottom:11px;
1312 float:left;
1313 }
1314 #filter_tags dt {
1315 display:none;
1316 }
1317 #filter_tags ul {
1318 list-style-type:none;
1319 }
1320 #filter_tags li {
1321 float:left;
1322 margin-left:7px;
1323 padding-left:7px;
1324 border-left-width:1px;
1325 border-left-style:solid;
1326 }
1327 #filter_tags #filter_tags_all {
1328 margin-left:0;
1329 border-left:0;
1330 padding-left:0;
1331 }
1332 #filter_tags_all a {
1333 font-weight:bold;
1334 margin-top:7px;
1335 float:left;
1336 }
1337
1338 #filter_tags_item label {
1339 margin-right:7px;
1340 }
1341 #filter_tags_item label,
1342 #filter_tags_item select {
1343 float:left;
1344 }
1345 #filter_tags_item p {
1346 float:left;
1347 clear:both;
1348 margin-left:38px;
1349 }
1350 #filter_tags_item .submit {
1351 position:relative;
1352 top:3px;
1353 left:3px;
1354 }
1355
1356 .pagination {
1357 float:left;
1358 clear:both;
1359 width:100%;
1360 margin-top:18px;
1361 }
1362
1363 .pagination dt {
1364 font-weight:bold;
1365 display:none;
1366 }
1367
1368 .pagination .nav {
1369 float:left;
1370 width:100%;
1371 list-style-type:none;
1372 }
1373
1374 .pagination .nav_prev {
1375 float:left;
1376 }
1377 .pagination .nav_next {
1378 float:right;
1379 }
1380
1381 .pagination a {
1382 display:block;
1383 text-decoration:none;
1384 font-weight:bold;
1385 padding:7px;
1386 border-width:1px;
1387 border-style:solid;
1388 -moz-border-radius:7px;
1389 -webkit-border-radius:7px;
1390 border-radius:7px;
1391 }
1392
1393 .pagination .nav_prev a {
1394 padding-left:30px;
1395 }
1396 .pagination .nav_next a {
1397 padding-right:30px;
1398 }
1399 /* END: NOTICE */
1400
1401 .hentry .entry-content p {
1402 margin-bottom:18px;
1403 }
1404 .hentry .entry-content ol,
1405 .hentry .entry-content ul {
1406 margin-left:1.795%;
1407 }
1408 .hentry .entry-content li {
1409 margin-bottom:18px;
1410 }
1411 .hentry .entry-content li li {
1412 margin-left:18px;
1413 }
1414
1415 #content #plugin_authors {
1416 min-width:122px;
1417 }
1418 #content thead th {
1419 text-align:left;
1420 }
1421 #content tbody th {
1422 vertical-align:top;
1423 text-align:left;
1424 font-weight:normal;
1425 padding-top:11px;
1426 padding-right:18px;
1427 }
1428 #content tbody tr {
1429 border-top-width:1px;
1430 border-top-style:dotted;
1431 }
1432 #content td {
1433 padding:11px 18px 11px 0;
1434 vertical-align:top;
1435 }
1436 #content td:last-child {
1437 padding-right:0;
1438 }
1439
1440 /* TOP_POSTERS */
1441 .section tbody td {
1442 padding-right:18px;
1443 padding-bottom:11px;
1444 }
1445 .section .vcard .photo {
1446 margin-right:7px;
1447 margin-bottom:0;
1448 }
1449
1450 .section .notice {
1451 padding-top:7px;
1452 padding-bottom:7px;
1453 border-top:0;
1454 }
1455
1456 .section .notice:first-child {
1457 padding-top:0;
1458 }
1459
1460 .section .notice .author {
1461 margin-right:0;
1462 }
1463 .section .notice .author .fn {
1464 display:none;
1465 }
1466
1467 /* tagcloud */
1468 .tag-cloud {
1469 list-style-type:none;
1470 text-align:center;
1471 }
1472 .aside .tag-cloud {
1473 font-size:0.8em;
1474 }
1475 .tag-cloud li {
1476 display:inline;
1477 margin-right:7px;
1478 line-height:1.25;
1479 }
1480 .aside .tag-cloud li {
1481 line-height:1.5;
1482 }
1483 .tag-cloud li a {
1484 text-decoration:none;
1485 }
1486 #tagcloud.section dt {
1487 text-transform:uppercase;
1488 font-weight:bold;
1489 }
1490 .tag-cloud-1 {
1491 font-size:1em;
1492 }
1493 .tag-cloud-2 {
1494 font-size:1.25em;
1495 }
1496 .tag-cloud-3 {
1497 font-size:1.75em;
1498 }
1499 .tag-cloud-4 {
1500 font-size:2em;
1501 }
1502 .tag-cloud-5 {
1503 font-size:2.25em;
1504 }
1505 .tag-cloud-6 {
1506 font-size:2.75em;
1507 }
1508 .tag-cloud-7 {
1509 font-size:3.25em;
1510 }
1511
1512 #publictagcloud #tagcloud.section dt {
1513 display:none;
1514 }
1515
1516 #form_settings_photo .form_data {
1517 clear:both;
1518 }
1519
1520 #form_settings_avatar li {
1521 width:auto;
1522 }
1523 #form_settings_avatar input {
1524 margin-left:0;
1525 }
1526 #avatar_original,
1527 #avatar_preview {
1528 float:left;
1529 }
1530 #avatar_preview {
1531 margin-left:29px;
1532 }
1533 #avatar_preview_view {
1534 height:96px;
1535 width:96px;
1536 margin-bottom:18px;
1537 overflow:hidden;
1538 }
1539
1540 #settings_attach,
1541 #form_settings_avatar .form_actions {
1542 clear:both;
1543 }
1544
1545 #form_settings_avatar .form_actions {
1546 margin-bottom:0;
1547 }
1548
1549 #settings_design_background-image img {
1550 max-width:480px;
1551 max-height:480px;
1552 }
1553
1554 #settings_design_color .form_data,
1555 #color-picker {
1556 float:left;
1557 }
1558 #settings_design_color .form_data {
1559 width:400px;
1560 margin-right:1%;
1561 }
1562
1563 #settings_design_color .form_data li {
1564 width:33%;
1565 }
1566 #settings_design_color .form_data label {
1567 float:none;
1568 display:block;
1569 }
1570 #settings_design_color .form_data .swatch {
1571 padding:11px;
1572 margin-left:0;
1573 width:auto;
1574 }
1575
1576 .system_notice ul,
1577 .instructions ul {
1578 margin-left:1em;
1579 }
1580 .instructions p,
1581 .instructions ul {
1582 margin-bottom:18px;
1583 }
1584 .help dt {
1585 display:none;
1586 }
1587 .guide {
1588 clear:both;
1589 }
1590
1591 #bookmarklet address {
1592 display:none;
1593 }
1594 #bookmarklet .form_notice {
1595 width:auto;
1596 }
1597 #bookmarklet #wrap {
1598 min-width:0;
1599 }