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