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