]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
Merge branch 'testing' into 0.9.x
[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:18px;
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 border-radius-topleft:4px;
349 border-radius-topright:4px;
350 -moz-border-radius-topleft:4px;
351 -moz-border-radius-topright:4px;
352 -webkit-border-top-left-radius:4px;
353 -webkit-border-top-right-radius:4px;
354 border-radius-topleft:0;
355 border-radius-topright:0;
356 border-width:1px;
357 border-style:solid;
358 border-bottom:0;
359 font-weight:bold;
360 }
361 #site_nav_local_views .nav {
362 float:left;
363 width:100%;
364 }
365
366 body[id$=adminpanel] #site_nav_local_views {
367 float:right;
368 margin-right:18.9%;
369
370 margin-right:189px;
371 position:relative;
372 width:14.01%;
373
374 width:141px;
375 z-index:9;
376 }
377 body[id$=adminpanel] #site_nav_local_views li {
378 width:100%;
379 margin-right:0;
380 margin-bottom:7px;
381 }
382 body[id$=adminpanel] #site_nav_local_views a {
383 display:block;
384 width:100%;
385 border-radius-toprleft:0;
386 -moz-border-radius-topleft:0;
387 -webkit-border-top-left-radius:0;
388 border-radius-topright:4px;
389 -moz-border-radius-topright:4px;
390 -webkit-border-top-right-radius:4px;
391 border-radius-bottomright:4px;
392 -moz-border-radius-bottomright:4px;
393 -webkit-border-bottom-right-radius:4px;
394 }
395 body[id$=adminpanel] #site_nav_local_views li.current {
396 box-shadow:none;
397 -moz-box-shadow:none;
398 -webkit-box-shadow:none;
399 }
400
401 body[id$=adminpanel] #content {
402 border-radius-topleft:7px;
403 border-radius-topright:7px;
404 -moz-border-radius-topleft:7px;
405 -moz-border-radius-topright:7px;
406 -webkit-border-top-left-radius:7px;
407 -webkit-border-top-right-radius:7px;
408 border-radius-topright:0;
409 -moz-border-radius-topright:0;
410 -webkit-border-top-right-radius:0;
411 }
412 body[id$=adminpanel] #aside_primary {
413 display:none;
414 }
415
416 #site_nav_global_primary dt,
417 #site_nav_global_secondary dt {
418 display:none;
419 }
420
421 #site_nav_global_secondary {
422 margin-bottom:11px;
423 }
424
425 #site_nav_global_secondary ul li {
426 display:inline;
427 margin-right:18px;
428 }
429 #export_data li a {
430 padding-left:20px;
431 }
432 #export_data li a.foaf {
433 padding-left:30px;
434 }
435 #export_data li a.export_vcard {
436 padding-left:28px;
437 }
438
439 #export_data ul {
440 width:100%;
441 float:left;
442 }
443 #export_data li {
444 list-style-type:none;
445 float:left;
446 margin-right:11px;
447 }
448
449 #licenses {
450 font-size:0.9em;
451 }
452
453 #licenses dt {
454 font-weight:bold;
455 display:none;
456 }
457 #licenses dd {
458 margin-bottom:11px;
459 line-height:1.5;
460 }
461
462 #site_content_license_cc {
463 margin-bottom:0;
464 }
465 #site_content_license_cc img {
466 display:inline;
467 vertical-align:top;
468 margin-right:4px;
469 }
470
471 #wrap {
472 margin:0 auto;
473 width:100%;
474 min-width:760px;
475 max-width:1003px;
476 overflow:hidden;
477 }
478
479 #core {
480 position:relative;
481 width:100%;
482 float:left;
483 margin-bottom:1em;
484 }
485
486 #content {
487 width:63.311%;
488 min-height:259px;
489 padding:1.795%;
490 float:left;
491 border-radius:7px;
492 -moz-border-radius:7px;
493 -moz-border-radius-topleft:0;
494 -webkit-border-radius:7px;
495 -webkit-border-top-left-radius:0;
496 border-width:1px;
497 border-style:solid;
498 }
499 #shownotice #content {
500 min-height:0;
501 }
502
503 #content_inner {
504 position:relative;
505 width:100%;
506 float:left;
507 }
508
509 #aside_primary {
510 width:27.917%;
511 min-height:259px;
512 float:left;
513 margin-left:0.699%;
514 padding:1.795%;
515 border-radius:7px;
516 -moz-border-radius:7px;
517 -webkit-border-radius:7px;
518 border-width:1px;
519 border-style:solid;
520 }
521
522 .form_notice {
523 width:45%;
524 float:left;
525 position:relative;
526 line-height:1;
527 }
528 .form_notice fieldset {
529 border:0;
530 padding:0;
531 position:relative;
532 }
533 .form_notice legend {
534 display:none;
535 }
536 .form_notice textarea {
537 float:left;
538 border-radius:7px;
539 -moz-border-radius:7px;
540 -webkit-border-radius:7px;
541 width:80.789%;
542 height:67px;
543 line-height:1.5;
544 padding:7px 7px 16px 7px;
545 position:relative;
546 z-index:2;
547 }
548 .form_notice label {
549 display:block;
550 float:left;
551 font-size:1.3em;
552 margin-bottom:7px;
553 }
554 .form_notice label[for=notice_data-attach],
555 .form_notice #notice_data-attach {
556 position:absolute;
557 top:25px;
558 right:10.5%;
559 cursor:pointer;
560 }
561 .form_notice label[for=notice_data-attach] {
562 text-indent:-9999px;
563 width:16px;
564 height:16px;
565 }
566 .form_notice #notice_data-attach {
567 padding:0;
568 height:16px;
569 }
570 .form_notice .form_note {
571 position:absolute;
572 bottom:2px;
573 right:21.715%;
574 z-index:9;
575 }
576 .form_notice .form_note dt {
577 font-weight:bold;
578 display:none;
579 }
580 .form_notice #notice_text-count {
581 font-weight:bold;
582 line-height:1.15;
583 padding:1px 2px;
584 }
585 .form_notice #notice_action-submit {
586 width:14%;
587 height:47px;
588 padding:0;
589 position:absolute;
590 bottom:0;
591 right:0;
592 }
593 .form_notice label[for=to] {
594 margin-top:7px;
595 }
596 .form_notice select[id=to] {
597 margin-bottom:7px;
598 margin-left:18px;
599 float:left;
600 max-width:322px;
601 }
602 .form_notice .error,
603 .form_notice .success {
604 float:left;
605 clear:both;
606 width:81.5%;
607 margin-bottom:0;
608 line-height:1.618;
609 }
610 .form_notice #notice_data-attach_selected code {
611 float:left;
612 width:80%;
613 display:block;
614 overflow:auto;
615 margin-right:2.5%;
616 font-size:1.1em;
617 }
618 .form_notice #notice_data-attach_selected button.close {
619 float:right;
620 font-size:0.8em;
621 }
622
623 .form_notice #notice_data-geo_wrap label,
624 .form_notice #notice_data-geo_wrap input {
625 position:absolute;
626 top:25px;
627 right:4px;
628 left:auto;
629 cursor:pointer;
630 width:16px;
631 height:16px;
632 display:block;
633 }
634 .form_notice #notice_data-geo_wrap input {
635 visibility:hidden;
636 }
637 .form_notice #notice_data-geo_wrap label {
638 font-weight:normal;
639 font-size:1em;
640 margin-bottom:0;
641 text-indent:-9999px;
642 }
643
644 button.close,
645 button.minimize {
646 width:16px;
647 height:16px;
648 text-indent:-9999px;
649 padding:0;
650 border:0;
651 text-align:center;
652 font-weight:bold;
653 cursor:pointer;
654 }
655
656 /* entity_profile */
657 .entity_profile {
658 position:relative;
659 width:73%;
660 min-height:123px;
661 float:left;
662 margin-bottom:18px;
663 margin-left:0;
664 overflow:hidden;
665 }
666 .entity_profile dt,
667 #entity_statistics dt {
668 font-weight:bold;
669 }
670 .entity_profile dd {
671 display:inline;
672 }
673
674 .entity_profile .entity_depiction {
675 float:left;
676 width:96px;
677 margin-right:18px;
678 margin-bottom:18px;
679 }
680
681 .entity_profile .entity_fn,
682 .entity_profile .entity_nickname,
683 .entity_profile .entity_location,
684 .entity_profile .entity_url,
685 .entity_profile .entity_note,
686 .entity_profile .entity_tags,
687 .entity_profile .entity_aliases,
688 .entity_profile .entity_statistics {
689 margin-left:113px;
690 margin-bottom:4px;
691 }
692
693 .entity_profile .entity_fn,
694 .entity_profile .entity_nickname {
695 margin-left:11px;
696 display:inline;
697 }
698 .entity_profile .entity_nickname {
699 margin-left:0;
700 }
701 .entity_profile .fn,
702 .entity_profile .nickname {
703 font-size:1.1em;
704 font-weight:bold;
705 }
706 .entity_profile .fn:before {
707 content: "(";
708 font-weight:normal;
709 }
710 .entity_profile .fn:after {
711 content: ")";
712 font-weight:normal;
713 }
714 .entity_profile .nickname:after,
715 .entity_profile .nickname:before {
716 content:"";
717 }
718 .entity_profile dt,
719 .entity_profile h2 {
720 display:none;
721 }
722 .entity_profile .role {
723 margin-left:11px;
724 font-style:italic;
725 }
726 /* entity_profile */
727
728 /*entity_actions*/
729 .entity_actions {
730 float:right;
731 margin-left:2%;
732 margin-bottom:18px;
733 min-width:21%;
734 }
735 .entity_actions h2 {
736 display:none;
737 }
738 .entity_actions ul {
739 list-style-type:none;
740 }
741 .entity_actions li {
742 margin-bottom:7px;
743 }
744 .entity_actions li:first-child {
745 border-top:0;
746 }
747 .entity_actions fieldset {
748 border:0;
749 padding:0;
750 }
751 .entity_actions legend {
752 display:none;
753 }
754
755 .entity_actions input.submit {
756 display:block;
757 text-align:left;
758 width:100%;
759 }
760 .entity_actions a {
761 text-decoration:none;
762 font-weight:bold;
763 display:block;
764 }
765 .entity_actions a,
766 .entity_actions input {
767 border-radius:4px;
768 -moz-border-radius:4px;
769 -webkit-border-radius:4px;
770 }
771
772 .entity_actions a,
773 .entity_actions input,
774 .entity_actions p {
775 border-width:2px;
776 border-style:solid;
777 padding-left:23px;
778 }
779
780 .entity_actions a,
781 .entity_actions p {
782 padding:2px 4px 1px 26px;
783 }
784
785 .entity_actions .accept {
786 margin-bottom:18px;
787 }
788
789 .entity_send-a-message button {
790 position:absolute;
791 top:3px;
792 right:3px;
793 }
794
795 .entity_send-a-message .form_notice {
796 position:absolute;
797 top:34px;
798 right:-1px;
799 padding:1.795%;
800 width:65%;
801 z-index:2;
802  border-radius:7px;
803 -moz-border-radius:7px;
804 -webkit-border-radius:7px;
805 border-width:1px;
806 border-style:solid;
807 }
808 .entity_send-a-message .form_notice legend {
809 display:block;
810 margin-bottom:11px;
811 }
812
813 .entity_send-a-message .form_notice label,
814 .entity_send-a-message .form_notice select {
815 display:none;
816 }
817 .entity_send-a-message .form_notice input.submit {
818 text-align:center;
819 }
820
821 .entity_moderation,
822 .entity_role {
823 position:relative;
824 }
825 .entity_moderation p,
826 .entity_role p {
827 border-radius:4px;
828 -moz-border-radius:4px;
829 -webkit-border-radius:4px;
830 font-weight:bold;
831 padding-bottom:2px;
832 margin-bottom:7px;
833 }
834 .entity_moderation ul,
835 .entity_role ul {
836 display:none;
837 }
838 .entity_moderation:hover ul,
839 .entity_role:hover ul {
840 display:block;
841 width:110%;
842 padding:11px;
843 position:absolute;
844 top:-1px;
845 right:-1px;
846 z-index:1;
847 border-width:1px;
848 border-style:solid;
849 border-radius:7px;
850 -moz-border-radius:7px;
851 -webkit-border-radius:7px;
852 }
853
854 .entity_tags ul {
855 list-style-type:none;
856 display:inline;
857 }
858 .entity_tags li {
859 display:inline;
860 margin-right:7px;
861 }
862
863 .aside .section {
864 margin-bottom:29px;
865 clear:both;
866 float:left;
867 width:100%;
868 list-style-position:inside;
869 }
870 .aside .section h2 {
871 text-transform:uppercase;
872 font-size:1em;
873 }
874
875 #entity_statistics dt,
876 #entity_statistics dd {
877 display:inline;
878 margin-right:11px;
879 }
880 #entity_statistics dt:after {
881 content: ":";
882 }
883
884 .section ul.entities {
885 float:left;
886 width:100%;
887 }
888 .section .entities li {
889 list-style-type:none;
890 float:left;
891 margin-right:7px;
892 margin-bottom:7px;
893 display:inline;
894 }
895 .section .entities li .photo {
896 margin-right:0;
897 margin-bottom:0;
898 }
899 .section .entities li .fn {
900 display:none;
901 }
902
903 .aside .section p,
904 .aside .section .more {
905 clear:both;
906 }
907
908 .profile .entity_profile {
909 margin-bottom:0;
910 min-height:60px;
911 }
912
913 .profile .form_group_join legend,
914 .profile .form_group_leave legend,
915 .profile .form_user_subscribe legend,
916 .profile .form_user_unsubscribe legend {
917 display:none;
918 }
919
920 .profiles {
921 list-style-type:none;
922 }
923 .profile .entity_profile .fn.nickname,
924 .profile .entity_profile .url[rel~=contact] {
925 margin-left:0;
926 display:inline;
927 }
928
929 .profile .entity_profile .fn,
930 .profile .entity_profile .location {
931 margin-left:11px;
932 margin-bottom:4px;
933 width:auto;
934 clear:none;
935 }
936
937 .profile .entity_profile .note,
938 .profile .entity_profile .url,
939 .profile .entity_profile .entity_tags,
940 .profile .entity_profile .form_subscription_edit {
941 margin-left:59px;
942 clear:none;
943 display:block;
944 width:auto;
945 }
946 .profile .entity_profile .entity_tags dt {
947 display:inline;
948 margin-right:11px;
949 }
950
951 .profile .entity_profile .form_subscription_edit label {
952 font-weight:normal;
953 margin-right:11px;
954 }
955
956 /*applications*/
957 .applications {
958 margin-bottom:18px;
959 float:left;
960 width:100%;
961 }
962 .applications li {
963 list-style-type:none;
964 }
965 .application img,
966 #showapplication .entity_profile img,
967 .form_data #application_icon img,
968 #apioauthauthorize .form_data img {
969 max-width:96px;
970 max-height:96px;
971 }
972 #apioauthauthorize .form_data img {
973 margin-right:18px;
974 float:left;
975 }
976 #showapplication .entity_profile {
977 width:68%;
978 }
979 #showapplication .entity_profile .entity_fn {
980 margin-left:0;
981 }
982 #showapplication .entity_profile .entity_fn .fn:before,
983 #showapplication .entity_profile .entity_fn .fn:after {
984 content:'';
985 }
986 #showapplication .entity_data {
987 clear:both;
988 margin-bottom:18px;
989 }
990 #showapplication .entity_data h2 {
991 display:none;
992 }
993 #showapplication .entity_data dl {
994 margin-bottom:18px;
995 }
996 #showapplication .entity_data dt {
997 font-weight:bold;
998 }
999 #showapplication .entity_data dd {
1000 margin-left:1.795%;
1001 font-family:monospace;
1002 font-size:1.3em;
1003 }
1004 .form_data #application_types label.radio,
1005 .form_data #default_access_types label.radio {
1006 width:14.5%;
1007 }
1008
1009 /* NOTICE */
1010 .notice,
1011 .profile,
1012 .application {
1013 position:relative;
1014 padding-top:11px;
1015 padding-bottom:11px;
1016 clear:both;
1017 float:left;
1018 width:100%;
1019 border-top-width:1px;
1020 border-top-style:dotted;
1021 }
1022 .notices li {
1023 list-style-type:none;
1024 }
1025 .notices .notices {
1026 margin-top:7px;
1027 margin-left:2%;
1028 width:98%;
1029 float:left;
1030 }
1031 .mark-top {
1032 border-top-width:1px;
1033 border-top-style:solid;
1034 }
1035
1036 /* NOTICES */
1037 #notices_primary {
1038 float:left;
1039 width:100%;
1040 border-radius:7px;
1041 -moz-border-radius:7px;
1042 -webkit-border-radius:7px;
1043 }
1044 #notices_primary h2 {
1045 display:none;
1046 }
1047 .notice-data a span {
1048 display:block;
1049 padding-left:28px;
1050 }
1051
1052 .notice .author {
1053 margin-right:11px;
1054 }
1055 #showstream #content .notice .author {
1056 display:none;
1057 }
1058
1059 .fn {
1060 overflow:hidden;
1061 }
1062
1063 .notice .author .fn {
1064 font-weight:bold;
1065 }
1066
1067 .vcard .photo {
1068 display:inline;
1069 margin-right:11px;
1070 float:left;
1071 }
1072 #shownotice .vcard .photo {
1073 margin-bottom:4px;
1074 }
1075 #content .notice .author .photo {
1076 position:absolute;
1077 top:11px;
1078 left:0;
1079 float:none;
1080 }
1081 #content .notice .entry-title {
1082 margin-left:59px;
1083 margin-right:7px;
1084 }
1085
1086 .vcard .url {
1087 text-decoration:none;
1088 }
1089 .vcard .url:hover {
1090 text-decoration:underline;
1091 }
1092
1093 .notice .entry-title {
1094 overflow:hidden;
1095 word-wrap:break-word;
1096 }
1097 .notice .entry-title.ov {
1098 overflow:visible;
1099 }
1100 #showstream .notice .entry-title,
1101 #showstream .notice div.entry-content {
1102 margin-left:0;
1103 }
1104 #shownotice .notice .entry-title {
1105 margin-left:110px;
1106 font-size:2.2em;
1107 min-height:123px;
1108 }
1109 #shownotice .notice div.entry-content {
1110 margin-left:0;
1111 }
1112
1113 .notice p.entry-content {
1114 display:inline;
1115 }
1116
1117 #content .notice p.entry-content a:visited {
1118 border-radius:4px;
1119 -moz-border-radius:4px;
1120 -webkit-border-radius:4px;
1121 }
1122 .notice p.entry-content .vcard a {
1123 border-radius:4px;
1124 -moz-border-radius:4px;
1125 -webkit-border-radius:4px;
1126 }
1127
1128 .notice div.entry-content {
1129 clear:left;
1130 float:left;
1131 font-size:0.95em;
1132 margin-left:59px;
1133 min-width:60%;
1134 max-width:70%;
1135 }
1136 #showstream .notice div.entry-content,
1137 #shownotice .notice div.entry-content {
1138 max-width:79%;
1139 }
1140
1141 .notice .notice-options a,
1142 .notice .notice-options input {
1143 float:left;
1144 font-size:1.025em;
1145 }
1146
1147 .notice div.entry-content .timestamp {
1148 display:inline-block;
1149 }
1150
1151 .entry-content .repeat {
1152 display:block;
1153 }
1154 .entry-content .repeat .photo {
1155 float:none;
1156 margin-right:1px;
1157 position:relative;
1158 top:4px;
1159 left:0;
1160 }
1161
1162 .dialogbox {
1163 position:absolute;
1164 top:-1px;
1165 right:-1px;
1166 z-index:9;
1167 float:none;
1168 padding:11px;
1169 border-radius:7px;
1170 -moz-border-radius:7px;
1171 -webkit-border-radius:7px;
1172 border-style:solid;
1173 border-width:1px;
1174 }
1175
1176 .dialogbox legend {
1177 display:block !important;
1178 margin-right:18px;
1179 margin-bottom:18px;
1180 }
1181
1182 .dialogbox button.close {
1183 position:absolute;
1184 right:3px;
1185 top:3px;
1186 }
1187
1188 .dialogbox .form_guide {
1189 font-weight:normal;
1190 padding:0;
1191 }
1192
1193 .dialogbox .submit_dialogbox {
1194 font-weight:bold;
1195 text-indent:0;
1196 min-width:46px;
1197 }
1198 .dialogbox input {
1199 padding-left:4px;
1200 }
1201 .dialogbox fieldset {
1202 margin-bottom:0;
1203 }
1204
1205 #wrap form.processing input.submit,
1206 .entity_actions a.processing,
1207 .dialogbox.processing .submit_dialogbox {
1208 cursor:wait;
1209 outline:none;
1210 text-indent:-9999px;
1211 }
1212
1213 .form_repeat.dialogbox {
1214 top:-4px;
1215 right:29px;
1216 min-width:199px;
1217 }
1218
1219 .notice-options {
1220 position:relative;
1221 font-size:0.95em;
1222 width:113px;
1223 float:right;
1224 margin-top:3px;
1225 margin-right:4px;
1226 }
1227
1228 .notice-options a {
1229 float:left;
1230 }
1231 .notice-options .notice_reply,
1232 .notice-options .form_repeat,
1233 .notice-options .form_favor,
1234 .notice-options .form_disfavor,
1235 .notice-options .repeated {
1236 float:left;
1237 margin-left:14.2%;
1238 }
1239 .notice-options .form_favor,
1240 .notice-options .form_disfavor {
1241 margin-left:0;
1242 }
1243 .notice-options input,
1244 .notice-options a,
1245 .notice-options .repeated {
1246 text-indent:-9999px;
1247 outline:none;
1248 }
1249 .notice-options input.submit {
1250 display:block;
1251 border:0;
1252 }
1253 .notice-options .notice_reply,
1254 .notice-options .notice_delete {
1255 text-decoration:none;
1256 }
1257 .notice .notice-options .notice_delete {
1258 float:right;
1259 }
1260 .notice-options form input.submit {
1261 width:16px;
1262 height:16px;
1263 padding:0;
1264 border-radius:0;
1265 -moz-border-radius:0;
1266 -webkit-border-radius:0;
1267 }
1268 .notice-options .form_repeat legend,
1269 .notice-options .form_favor legend,
1270 .notice-options .form_disfavor legend {
1271 display:none;
1272 }
1273 .notice-options .form_repeat fieldset,
1274 .notice-options .form_favor fieldset,
1275 .notice-options .form_disfavor fieldset {
1276 border:0;
1277 padding:0;
1278 }
1279 .notice-options a,
1280 .notice-options .repeated {
1281 width:16px;
1282 height:16px;
1283 }
1284
1285 .notice .attachment {
1286 position:relative;
1287 padding-left:16px;
1288 }
1289 #attachments .attachment {
1290 padding-left:0;
1291 }
1292 .notice .attachment img {
1293 position:absolute;
1294 top:18px;
1295 left:0;
1296 z-index:99;
1297 }
1298 #shownotice .notice .attachment img {
1299 position:static;
1300 }
1301
1302 #attachments {
1303 clear:both;
1304 float:left;
1305 width:100%;
1306 margin-top:18px;
1307 }
1308 #attachments dt {
1309 font-weight:bold;
1310 font-size:1.3em;
1311 margin-bottom:4px;
1312 }
1313
1314 #attachments ol li {
1315 margin-bottom:18px;
1316 list-style-type:decimal;
1317 float:left;
1318 clear:both;
1319 }
1320
1321 #jOverlayContent,
1322 #jOverlayContent #content,
1323 #jOverlayContent #content_inner {
1324 width: auto !important;
1325 margin-bottom:0;
1326 }
1327 #jOverlayContent #content {
1328 padding:11px;
1329 min-height:auto;
1330 }
1331 #jOverlayContent .external span {
1332 display:block;
1333 margin-bottom:11px;
1334 }
1335 #jOverlayContent button {
1336 position:absolute;
1337 top:0;
1338 right:0;
1339 }
1340 #jOverlayContent h1 {
1341 max-width:425px;
1342 }
1343 #jOverlayContent #content {
1344 border-radius:7px;
1345 -moz-border-radius:7px;
1346 -webkit-border-radius:7px;
1347 }
1348 #jOverlayLoading {
1349 top:5%;
1350 left:40%;
1351 }
1352 #attachment_view img {
1353 max-width:480px;
1354 max-height:480px;
1355 }
1356 #attachment_view #oembed_info {
1357 margin-top:11px;
1358 }
1359 #attachment_view #oembed_info dt,
1360 #attachment_view #oembed_info dd {
1361 float:left;
1362 }
1363 #attachment_view #oembed_info dt {
1364 clear:left;
1365 margin-right:11px;
1366 font-weight:bold;
1367 }
1368 #attachment_view #oembed_info dt:after {
1369 content: ":";
1370 }
1371
1372 #usergroups #new_group {
1373 float: left;
1374 margin-right: 2em;
1375 }
1376 #new_group, #group_search {
1377 margin-bottom:18px;
1378 }
1379 #new_group a {
1380 padding-left:20px;
1381 }
1382
1383 #filter_tags {
1384 margin-bottom:11px;
1385 float:left;
1386 }
1387 #filter_tags dt {
1388 display:none;
1389 }
1390 #filter_tags ul {
1391 list-style-type:none;
1392 }
1393 #filter_tags li {
1394 float:left;
1395 margin-left:7px;
1396 padding-left:7px;
1397 border-left-width:1px;
1398 border-left-style:solid;
1399 }
1400 #filter_tags #filter_tags_all {
1401 margin-left:0;
1402 border-left:0;
1403 padding-left:0;
1404 }
1405 #filter_tags_all a {
1406 font-weight:bold;
1407 margin-top:7px;
1408 float:left;
1409 }
1410
1411 #filter_tags_item label {
1412 margin-right:7px;
1413 }
1414 #filter_tags_item label,
1415 #filter_tags_item select {
1416 float:left;
1417 }
1418 #filter_tags_item p {
1419 float:left;
1420 clear:both;
1421 margin-left:38px;
1422 }
1423 #filter_tags_item .submit {
1424 position:relative;
1425 top:3px;
1426 left:3px;
1427 }
1428
1429 .pagination {
1430 float:left;
1431 clear:both;
1432 width:100%;
1433 margin-top:18px;
1434 }
1435
1436 .pagination dt {
1437 font-weight:bold;
1438 display:none;
1439 }
1440
1441 .pagination .nav {
1442 float:left;
1443 width:100%;
1444 list-style-type:none;
1445 }
1446
1447 .pagination .nav_prev {
1448 float:left;
1449 }
1450 .pagination .nav_next {
1451 float:right;
1452 }
1453
1454 .pagination a {
1455 display:block;
1456 text-decoration:none;
1457 font-weight:bold;
1458 padding:7px;
1459 border-width:1px;
1460 border-style:solid;
1461 -moz-border-radius:7px;
1462 -webkit-border-radius:7px;
1463 border-radius:7px;
1464 }
1465
1466 .pagination .nav_prev a {
1467 padding-left:30px;
1468 }
1469 .pagination .nav_next a {
1470 padding-right:30px;
1471 }
1472 /* END: NOTICE */
1473
1474 .hentry .entry-content p {
1475 margin-bottom:18px;
1476 }
1477 .hentry .entry-content ol,
1478 .hentry .entry-content ul {
1479 margin-left:1.795%;
1480 }
1481 .hentry .entry-content li {
1482 margin-bottom:18px;
1483 }
1484 .hentry .entry-content li li {
1485 margin-left:18px;
1486 }
1487 .hentry .entry-content .form_settings ul {
1488 margin-left:0;
1489 }
1490
1491 #content #plugin_authors {
1492 min-width:122px;
1493 }
1494 #content thead th {
1495 text-align:left;
1496 }
1497 #content tbody th {
1498 vertical-align:top;
1499 text-align:left;
1500 font-weight:normal;
1501 padding-top:11px;
1502 padding-right:18px;
1503 }
1504 #content tbody tr {
1505 border-top-width:1px;
1506 border-top-style:dotted;
1507 }
1508 #content td {
1509 padding:11px 18px 11px 0;
1510 vertical-align:top;
1511 }
1512 #content td:last-child {
1513 padding-right:0;
1514 }
1515
1516 /* TOP_POSTERS */
1517 .section tbody td {
1518 padding-right:18px;
1519 padding-bottom:11px;
1520 }
1521 .section .vcard .photo {
1522 margin-right:7px;
1523 margin-bottom:0;
1524 }
1525
1526 .section .notice {
1527 padding-top:7px;
1528 padding-bottom:7px;
1529 border-top:0;
1530 }
1531
1532 .section .notice:first-child {
1533 padding-top:0;
1534 }
1535
1536 .section .notice .author {
1537 margin-right:0;
1538 }
1539 .section .notice .author .fn {
1540 display:none;
1541 }
1542
1543 /* tagcloud */
1544 .tag-cloud {
1545 list-style-type:none;
1546 text-align:center;
1547 }
1548 .aside .tag-cloud {
1549 font-size:0.8em;
1550 word-wrap:break-word;
1551 }
1552 .tag-cloud li {
1553 display:inline;
1554 margin-right:7px;
1555 line-height:1.25;
1556 }
1557
1558 .tag-cloud li:before {
1559 content:'\0009';
1560 }
1561
1562 .aside .tag-cloud li {
1563 line-height:1.5;
1564 }
1565 .tag-cloud li a {
1566 text-decoration:none;
1567 }
1568 #tagcloud.section dt {
1569 text-transform:uppercase;
1570 font-weight:bold;
1571 }
1572 .tag-cloud-1 {
1573 font-size:1em;
1574 }
1575 .tag-cloud-2 {
1576 font-size:1.25em;
1577 }
1578 .tag-cloud-3 {
1579 font-size:1.75em;
1580 }
1581 .tag-cloud-4 {
1582 font-size:2em;
1583 }
1584 .tag-cloud-5 {
1585 font-size:2.25em;
1586 }
1587 .tag-cloud-6 {
1588 font-size:2.75em;
1589 }
1590 .tag-cloud-7 {
1591 font-size:3.25em;
1592 }
1593
1594 #publictagcloud #tagcloud.section dt {
1595 display:none;
1596 }
1597
1598 #form_settings_photo .form_data {
1599 clear:both;
1600 }
1601
1602 #form_settings_avatar li {
1603 width:auto;
1604 }
1605 #form_settings_avatar input {
1606 margin-left:0;
1607 }
1608 #avatar_original,
1609 #avatar_preview {
1610 float:left;
1611 }
1612 #avatar_preview {
1613 margin-left:29px;
1614 }
1615 #avatar_preview_view {
1616 height:96px;
1617 width:96px;
1618 margin-bottom:18px;
1619 overflow:hidden;
1620 }
1621
1622 #settings_attach,
1623 #form_settings_avatar .form_actions {
1624 clear:both;
1625 }
1626
1627 #form_settings_avatar .form_actions {
1628 margin-bottom:0;
1629 }
1630
1631 #settings_design_background-image img {
1632 max-width:480px;
1633 max-height:480px;
1634 }
1635
1636 #settings_design_color .form_data,
1637 #color-picker {
1638 float:left;
1639 }
1640 #settings_design_color .form_data {
1641 width:400px;
1642 margin-right:1%;
1643 }
1644
1645 #settings_design_color .form_data li {
1646 width:33%;
1647 }
1648 #settings_design_color .form_data label {
1649 float:none;
1650 display:block;
1651 }
1652 #settings_design_color .form_data .swatch {
1653 padding:11px;
1654 margin-left:0;
1655 width:auto;
1656 }
1657
1658 .system_notice ul,
1659 .instructions ul {
1660 margin-left:1em;
1661 }
1662 .instructions p,
1663 .instructions ul {
1664 margin-bottom:18px;
1665 }
1666 .help dt {
1667 display:none;
1668 }
1669 .guide {
1670 clear:both;
1671 }
1672
1673 #bookmarklet address {
1674 display:none;
1675 }
1676 #bookmarklet .form_notice {
1677 width:auto;
1678 }
1679 #bookmarklet #wrap {
1680 min-width:0;
1681 }