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