]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/display.css
4327fc45d5b7a5e94d5d835cf862b6be9456c16a
[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, textarea, select {
52 border-width:2px;
53 border-style: solid;
54 border-radius:4px;
55 -moz-border-radius:4px;
56 -webkit-border-radius:4px;
57 }
58
59 input.submit {
60 font-weight:bold;
61 cursor:pointer;
62 }
63 textarea {
64 overflow:auto;
65 }
66 option {
67 padding-bottom:0;
68 }
69 fieldset {
70 padding:0;
71 border:0;
72 }
73 form ul li {
74 list-style-type:none;
75 margin:0 0 18px 0;
76 }
77 form label {
78 font-weight:bold;
79 }
80 input.checkbox,
81 input.radio {
82 position:relative;
83 top:2px;
84 left:0;
85 border:0;
86 }
87
88 .error,
89 .success {
90 padding:4px 1.55%;
91 border-radius:4px;
92 -moz-border-radius:4px;
93 -webkit-border-radius:4px;
94 margin-bottom:18px;
95 }
96 form label.submit {
97 display:none;
98 }
99
100 .form_settings {
101 clear:both;
102 }
103
104 .form_settings fieldset {
105 margin-bottom:29px;
106 }
107 .form_settings input.remove {
108 margin-left:11px;
109 }
110 .form_settings .form_data li {
111 width:100%;
112 float:left;
113 }
114 .form_settings .form_data label {
115 float:left;
116 }
117 .form_settings .form_data textarea,
118 .form_settings .form_data select,
119 .form_settings .form_data input {
120 margin-left:11px;
121 float:left;
122 }
123 .form_settings .form_data input.submit {
124 margin-left:0;
125 }
126
127 .form_settings label {
128 margin-top:2px;
129 width:152px;
130 }
131
132 .form_actions label {
133 display:none;
134 }
135 .form_guide {
136 font-style:italic;
137 }
138
139 .form_settings #settings_autosubscribe label {
140 display:inline;
141 font-weight:bold;
142 }
143
144 #form_settings_profile legend,
145 #form_login legend,
146 #form_register legend,
147 #form_password legend,
148 #form_settings_avatar legend,
149 #newgroup legend,
150 #editgroup legend,
151 #form_tag_user legend,
152 #form_remote_subscribe legend,
153 #form_openid_login legend,
154 #form_search legend,
155 #form_invite legend,
156 #form_notice_delete legend,
157 #form_password_recover legend,
158 #form_password_change legend,
159 .form_entity_block legend,
160 #form_filter_bytag legend {
161 display:none;
162 }
163
164 .form_settings .form_data p.form_guide {
165 clear:both;
166 margin-left:163px;
167 margin-bottom:0;
168 }
169
170 .form_settings p {
171 margin-bottom:11px;
172 }
173
174 .form_settings input.checkbox,
175 .form_settings input.radio {
176 margin-top:3px;
177 margin-left:0;
178 }
179 .form_settings label.checkbox {
180 font-weight:normal;
181 margin-top:0;
182 margin-right:0;
183 margin-left:11px;
184 float:left;
185 width:90%;
186 }
187 .form_settings label.radio {
188 margin-top:0;
189 margin-right:47px;
190 margin-left:11px;
191 width:auto;
192 }
193
194 #form_login p.form_guide,
195 #form_register #settings_rememberme p.form_guide,
196 #form_openid_login #settings_rememberme p.form_guide,
197 #settings_twitter_remove p.form_guide,
198 #form_search ul.form_data #q,
199 #design_background-image_onoff p.form_guide {
200 margin-left:0;
201 }
202
203 .form_settings .form_note {
204 border-radius:4px;
205 -moz-border-radius:4px;
206 -webkit-border-radius:4px;
207 padding:0 7px;
208 }
209
210 .form_settings input.form_action-default {
211 margin-right:11px;
212 }
213 .form_settings input.form_action-default,
214 .form_settings input.form_action-primary {
215 padding:0;
216 }
217 .form_settings input.form_action-secondary {
218 margin-left:29px;
219 }
220
221 #form_search .submit {
222 margin-left:11px;
223 }
224
225 address {
226 float:left;
227 margin-bottom:18px;
228 margin-left:18px;
229 }
230 address.vcard img.logo {
231 margin-right:0;
232 }
233 address .fn {
234 font-weight:bold;
235 }
236 address img + .fn {
237 display:none;
238 }
239
240 #header {
241 width:100%;
242 position:relative;
243 float:left;
244 padding-top:18px;
245 margin-bottom:29px;
246 }
247
248 #site_nav_global_primary {
249 float:right;
250 margin-right:18px;
251 margin-bottom:11px;
252 margin-left:18px;
253 }
254 #site_nav_global_primary li {
255 display:inline;
256 margin-left:11px;
257 }
258
259 .system_notice dt {
260 font-weight:bold;
261 text-transform:uppercase;
262 display:none;
263 }
264
265 #site_notice {
266 float:right;
267 clear:right;
268 margin-top:7px;
269 margin-right:18px;
270 width:24%;
271 }
272 #page_notice {
273 clear:both;
274 margin-bottom:18px;
275 }
276
277 #anon_notice {
278 float:left;
279 width:42.4%;
280 padding:1.1%;
281 border-radius:7px;
282 -moz-border-radius:7px;
283 -webkit-border-radius:7px;
284 border-width:2px;
285 border-style:solid;
286 line-height:1.5;
287 font-size:1.1em;
288 font-weight:bold;
289 }
290
291 #footer {
292 float:left;
293 width:64%;
294 padding:18px;
295 }
296
297 #site_nav_local_views {
298 width:100%;
299 float:left;
300 }
301 #site_nav_local_views dt {
302 display:none;
303 }
304 #site_nav_local_views li {
305 float:left;
306 margin-right:18px;
307 list-style-type:none;
308 }
309 #site_nav_local_views a {
310 float:left;
311 text-decoration:none;
312 padding:4px 11px;
313 -moz-border-radius-topleft:4px;
314 -moz-border-radius-topright:4px;
315 -webkit-border-top-left-radius:4px;
316 -webkit-border-top-right-radius:4px;
317 border-width:1px;
318 border-style:solid;
319 border-bottom:0;
320 font-weight:bold;
321 }
322 #site_nav_local_views .nav {
323 float:left;
324 width:100%;
325 }
326
327 #site_nav_global_primary dt,
328 #site_nav_global_secondary dt {
329 display:none;
330 }
331
332 #site_nav_global_secondary {
333 margin-bottom:11px;
334 }
335
336 #site_nav_global_secondary ul li {
337 display:inline;
338 margin-right:11px;
339 }
340 #export_data li a {
341 padding-left:20px;
342 }
343 #export_data li a.foaf {
344 padding-left:30px;
345 }
346 #export_data li a.export_vcard {
347 padding-left:28px;
348 }
349
350 #export_data ul {
351 display:inline;
352 }
353 #export_data li {
354 list-style-type:none;
355 display:inline;
356 margin-left:11px;
357 }
358 #export_data li:first-child {
359 margin-left:0;
360 }
361
362 #licenses {
363 font-size:0.9em;
364 }
365
366 #licenses dt {
367 font-weight:bold;
368 display:none;
369 }
370 #licenses dd {
371 margin-bottom:11px;
372 line-height:1.5;
373 }
374
375 #site_content_license_cc {
376 margin-bottom:0;
377 }
378 #site_content_license_cc img {
379 display:inline;
380 vertical-align:top;
381 margin-right:4px;
382 }
383
384 #wrap {
385 margin:0 auto;
386 width:100%;
387 min-width:760px;
388 max-width:1003px;
389 overflow:hidden;
390 }
391
392 #core {
393 position:relative;
394 width:100%;
395 float:left;
396 margin-bottom:1em;
397 }
398
399 #content {
400 width:63.311%;
401 min-height:259px;
402 padding:1.795%;
403 float:left;
404 border-radius:7px;
405 -moz-border-radius:7px;
406 -moz-border-radius-topleft:0;
407 -webkit-border-radius:7px;
408 -webkit-border-top-left-radius:0;
409 border-width:1px;
410 border-style:solid;
411 }
412 #shownotice #content {
413 min-height:0;
414 }
415
416 #content_inner {
417 position:relative;
418 width:100%;
419 float:left;
420 }
421
422 #aside_primary {
423 width:27.917%;
424 min-height:259px;
425 float:left;
426 margin-left:0.699%;
427 padding:1.795%;
428 border-radius:7px;
429 -moz-border-radius:7px;
430 -webkit-border-radius:7px;
431 border-width:1px;
432 border-style:solid;
433 }
434
435 .form_notice {
436 width:45%;
437 float:left;
438 position:relative;
439 line-height:1;
440 }
441 .form_notice fieldset {
442 border:0;
443 padding:0;
444 position:relative;
445 }
446 .form_notice legend {
447 display:none;
448 }
449 .form_notice textarea {
450 float:left;
451 border-radius:7px;
452 -moz-border-radius:7px;
453 -webkit-border-radius:7px;
454 width:80.789%;
455 height:67px;
456 line-height:1.5;
457 padding:7px 7px 16px 7px;
458 position:relative;
459 z-index:2;
460 }
461 .form_notice label {
462 display:block;
463 float:left;
464 font-size:1.3em;
465 margin-bottom:7px;
466 }
467 .form_notice label[for=notice_data-attach],
468 .form_notice #notice_data-attach {
469 position:absolute;
470 top:25px;
471 right:10.5%;
472 cursor:pointer;
473 }
474 .form_notice label[for=notice_data-attach] {
475 text-indent:-9999px;
476 width:16px;
477 height:16px;
478 }
479 .form_notice #notice_data-attach {
480 padding:0;
481 height:16px;
482 }
483 .form_notice .form_note {
484 position:absolute;
485 bottom:2px;
486 right:21.715%;
487 z-index:9;
488 }
489 .form_notice .form_note dt {
490 font-weight:bold;
491 display:none;
492 }
493 .form_notice #notice_text-count {
494 font-weight:bold;
495 line-height:1.15;
496 padding:1px 2px;
497 }
498 .form_notice #notice_action-submit {
499 width:14%;
500 height:47px;
501 padding:0;
502 position:absolute;
503 bottom:0;
504 right:0;
505 }
506 .form_notice label[for=to] {
507 margin-top:7px;
508 }
509 .form_notice select[id=to] {
510 margin-bottom:7px;
511 margin-left:18px;
512 float:left;
513 max-width:322px;
514 }
515 .form_notice .error,
516 .form_notice .success {
517 float:left;
518 clear:both;
519 width:81.5%;
520 margin-bottom:0;
521 line-height:1.618;
522 }
523 .form_notice #notice_data-attach_selected code {
524 float:left;
525 width:90%;
526 display:block;
527 font-size:1.1em;
528 line-height:1.8;
529 overflow:auto;
530 }
531 .form_notice #notice_data-attach_selected button {
532 float:right;
533 font-size:0.8em;
534 }
535
536 button.close {
537 width:16px;
538 height:16px;
539 text-indent:-9999px;
540 padding:0;
541 border:0;
542 text-align:center;
543 font-weight:bold;
544 }
545
546 /* entity_profile */
547 .entity_profile {
548 position:relative;
549 width:74.702%;
550 min-height:123px;
551 float:left;
552 margin-bottom:18px;
553 margin-left:0;
554 overflow:hidden;
555 }
556 .entity_profile dt,
557 #entity_statistics dt {
558 font-weight:bold;
559 }
560 .entity_profile dd {
561 display:inline;
562 }
563
564 .entity_profile .entity_depiction {
565 float:left;
566 width:96px;
567 margin-right:18px;
568 margin-bottom:18px;
569 }
570
571 .entity_profile .entity_fn,
572 .entity_profile .entity_nickname,
573 .entity_profile .entity_location,
574 .entity_profile .entity_url,
575 .entity_profile .entity_note,
576 .entity_profile .entity_tags,
577 .entity_profile .entity_aliases {
578 margin-left:113px;
579 margin-bottom:4px;
580 }
581
582 .entity_profile .entity_fn,
583 .entity_profile .entity_nickname {
584 margin-left:11px;
585 display:inline;
586 }
587 .entity_profile .entity_nickname {
588 margin-left:0;
589 }
590 .entity_profile .fn,
591 .entity_profile .nickname {
592 font-size:1.1em;
593 font-weight:bold;
594 }
595 .entity_profile .fn:before {
596 content: "(";
597 font-weight:normal;
598 }
599 .entity_profile .fn:after {
600 content: ")";
601 font-weight:normal;
602 }
603 .entity_profile .nickname:after,
604 .entity_profile .nickname:before {
605 content:"";
606 }
607 .entity_profile dt,
608 .entity_profile h2 {
609 display:none;
610 }
611 .entity_profile .role {
612 margin-left:11px;
613 font-style:italic;
614 }
615 /* entity_profile */
616
617 /*entity_actions*/
618 .entity_actions {
619 float:right;
620 margin-left:2.35%;
621 margin-bottom:18px;
622 max-width:21%;
623 }
624 .entity_actions h2 {
625 display:none;
626 }
627 .entity_actions ul {
628 list-style-type:none;
629 }
630 .entity_actions li {
631 margin-bottom:7px;
632 }
633 .entity_actions li:first-child {
634 border-top:0;
635 }
636 .entity_actions fieldset {
637 border:0;
638 padding:0;
639 }
640 .entity_actions legend {
641 display:none;
642 }
643
644 .entity_actions input.submit {
645 display:block;
646 text-align:left;
647 width:100%;
648 }
649 .entity_actions a,
650 .entity_nudge p,
651 .entity_remote_subscribe {
652 text-decoration:none;
653 font-weight:bold;
654 display:block;
655 }
656 .entity_actions a,
657 .entity_actions input,
658 .entity_actions p {
659 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
660 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
661 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
662 border-radius:4px;
663 -moz-border-radius:4px;
664 -webkit-border-radius:4px;
665 }
666
667 .entity_actions a,
668 .entity_actions input,
669 .entity_actions p {
670 border:0;
671 padding-left:23px;
672 }
673
674 .entity_edit a,
675 .entity_send-a-message a,
676 .entity_nudge p {
677 padding:4px 4px 4px 26px;
678 }
679
680 .entity_remote_subscribe {
681 padding:4px;
682 border-width:2px;
683 border-style:solid;
684 border-radius:4px;
685 -moz-border-radius:4px;
686 -webkit-border-radius:4px;
687 }
688 .entity_actions .accept {
689 margin-bottom:18px;
690 }
691
692
693 .entity_send-a-message button {
694 position:absolute;
695 top:3px;
696 right:3px;
697 }
698
699 .entity_send-a-message .form_notice {
700 position:absolute;
701 top:34px;
702 right:-1px;
703 padding:1.795%;
704 width:65%;
705 z-index:2;
706  border-radius:7px;
707 -moz-border-radius:7px;
708 -webkit-border-radius:7px;
709 border-width:1px;
710 border-style:solid;
711 }
712 .entity_send-a-message .form_notice legend {
713 display:block;
714 margin-bottom:11px;
715 }
716
717 .entity_send-a-message .form_notice label,
718 .entity_send-a-message .form_notice select {
719 display:none;
720 }
721 .entity_send-a-message .form_notice input.submit {
722 text-align:center;
723 }
724
725
726 .entity_tags ul {
727 list-style-type:none;
728 display:inline;
729 }
730 .entity_tags li {
731 display:inline;
732 margin-right:4px;
733 }
734
735 .aside .section {
736 margin-bottom:29px;
737 clear:both;
738 float:left;
739 width:100%;
740 list-style-position:inside;
741 }
742 .aside .section h2 {
743 text-transform:uppercase;
744 font-size:1em;
745 }
746
747 #entity_statistics dt,
748 #entity_statistics dd {
749 display:inline;
750 }
751 #entity_statistics dt:after {
752 content: ":";
753 }
754
755 .section ul.entities {
756 float:left;
757 width:100%;
758 }
759 .section .entities li {
760 list-style-type:none;
761 float:left;
762 margin-right:7px;
763 margin-bottom:7px;
764 display:inline;
765 }
766 .section .entities li .photo {
767 margin-right:0;
768 margin-bottom:0;
769 }
770 .section .entities li .fn {
771 display:none;
772 }
773
774 .aside .section p,
775 .aside .section .more {
776 clear:both;
777 }
778
779 .profile .entity_profile {
780 margin-bottom:0;
781 min-height:60px;
782 }
783
784 .profile .form_group_join legend,
785 .profile .form_group_leave legend,
786 .profile .form_user_subscribe legend,
787 .profile .form_user_unsubscribe legend {
788 display:none;
789 }
790
791 .profiles {
792 list-style-type:none;
793 }
794 .profile .entity_profile .fn.nickname,
795 .profile .entity_profile .url[rel~=contact] {
796 margin-left:0;
797 display:inline;
798 }
799
800 .profile .entity_profile .fn,
801 .profile .entity_profile .location {
802 margin-left:11px;
803 margin-bottom:4px;
804 width:auto;
805 clear:none;
806 }
807
808 .profile .entity_profile .note,
809 .profile .entity_profile .url,
810 .profile .entity_profile .entity_tags,
811 .profile .entity_profile .form_subscription_edit {
812 margin-left:59px;
813 clear:none;
814 display:block;
815 width:auto;
816 }
817 .profile .entity_profile .entity_tags dt {
818 display:inline;
819 margin-right:11px;
820 }
821
822 .profile .entity_profile .form_subscription_edit label {
823 font-weight:normal;
824 margin-right:11px;
825 }
826
827 /* NOTICE */
828 .notice,
829 .profile {
830 position:relative;
831 padding-top:11px;
832 padding-bottom:11px;
833 clear:both;
834 float:left;
835 width:100%;
836 border-top-width:1px;
837 border-top-style:dotted;
838 }
839 .notices li {
840 list-style-type:none;
841 }
842 .notices .notices {
843 margin-top:7px;
844 margin-left:2%;
845 width:98%;
846 float:left;
847 }
848
849 /* NOTICES */
850 #notices_primary {
851 float:left;
852 width:100%;
853 border-radius:7px;
854 -moz-border-radius:7px;
855 -webkit-border-radius:7px;
856 }
857 #notices_primary h2 {
858 display:none;
859 }
860 .notice-data a span {
861 display:block;
862 padding-left:28px;
863 }
864
865 .notice .author {
866 margin-right:11px;
867 }
868
869 .fn {
870 overflow:hidden;
871 }
872
873 .notice .author .fn {
874 font-weight:bold;
875 }
876
877 .vcard .photo {
878 display:inline;
879 margin-right:11px;
880 float:left;
881 }
882 #shownotice .vcard .photo {
883 margin-bottom:4px;
884 }
885 .vcard .url {
886 text-decoration:none;
887 }
888 .vcard .url:hover {
889 text-decoration:underline;
890 }
891
892 .notice .entry-title {
893 float:left;
894 width:100%;
895 overflow:hidden;
896 }
897 .notice .entry-title.ov {
898 overflow:visible;
899 }
900 #shownotice .notice .entry-title {
901 font-size:2.2em;
902 }
903
904 .notice p.entry-content {
905 display:inline;
906 }
907
908 #content .notice p.entry-content a:visited {
909 border-radius:4px;
910 -moz-border-radius:4px;
911 -webkit-border-radius:4px;
912 }
913 .notice p.entry-content .vcard a {
914 border-radius:4px;
915 -moz-border-radius:4px;
916 -webkit-border-radius:4px;
917 }
918
919 .notice div.entry-content {
920 clear:left;
921 float:left;
922 font-size:0.95em;
923 margin-left:59px;
924 width:50%;
925 }
926 #showstream .notice div.entry-content,
927 #shownotice .notice div.entry-content {
928 margin-left:0;
929 }
930
931 .notice .notice-options a,
932 .notice .notice-options input {
933 float:left;
934 font-size:1.025em;
935 }
936
937 .notice div.entry-content .timestamp {
938 display:inline-block;
939 }
940
941 .notice-options {
942 position:relative;
943 font-size:0.95em;
944 width:90px;
945 float:right;
946 margin-right:11px;
947 }
948
949 .notice-options a {
950 float:left;
951 }
952 .notice-options .notice_delete,
953 .notice-options .notice_reply,
954 .notice-options .form_favor,
955 .notice-options .form_disfavor {
956 position:absolute;
957 top:0;
958 }
959 .notice-options .form_favor,
960 .notice-options .form_disfavor {
961 left:0;
962 }
963 .notice-options .notice_reply {
964 left:29px;
965 }
966 .notice-options .notice_delete {
967 right:0;
968 }
969 .notice-options input,
970 .notice-options a {
971 text-indent:-9999px;
972 outline:none;
973 }
974 .notice-options input.submit {
975 display:block;
976 border:0;
977 }
978 .notice-options .notice_reply,
979 .notice-options .notice_delete {
980 text-decoration:none;
981 }
982 .notice-options form input.submit {
983 width:16px;
984 height:16px;
985 padding:0;
986 border-radius:0;
987 -moz-border-radius:0;
988 -webkit-border-radius:0;
989 }
990 .notice-options .form_favor legend,
991 .notice-options .form_disfavor legend {
992 display:none;
993 }
994 .notice-options .form_favor fieldset,
995 .notice-options .form_disfavor fieldset {
996 border:0;
997 padding:0;
998 }
999 .notice-options a {
1000 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1001 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1002 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
1003 width:16px;
1004 height:16px;
1005 }
1006
1007 .notice .attachment {
1008 position:relative;
1009 padding-left:16px;
1010 }
1011 #attachments .attachment {
1012 padding-left:0;
1013 }
1014 .notice .attachment img {
1015 position:absolute;
1016 top:18px;
1017 left:0;
1018 z-index:99;
1019 }
1020 #shownotice .notice .attachment img {
1021 position:static;
1022 }
1023
1024 #attachments {
1025 clear:both;
1026 float:left;
1027 width:100%;
1028 margin-top:18px;
1029 }
1030 #attachments dt {
1031 font-weight:bold;
1032 font-size:1.3em;
1033 margin-bottom:4px;
1034 }
1035
1036 #attachments ol li {
1037 margin-bottom:18px;
1038 list-style-type:decimal;
1039 float:left;
1040 clear:both;
1041 }
1042
1043 #jOverlayContent,
1044 #jOverlayContent #content,
1045 #jOverlayContent #content_inner {
1046 width: auto !important;
1047 margin-bottom:0;
1048 }
1049 #jOverlayContent #content {
1050 padding:11px;
1051 min-height:auto;
1052 }
1053 #jOverlayContent .external span {
1054 display:block;
1055 margin-bottom:11px;
1056 }
1057 #jOverlayContent button {
1058 position:absolute;
1059 top:0;
1060 right:0;
1061 }
1062 #jOverlayContent h1 {
1063 max-width:425px;
1064 }
1065 #jOverlayContent #content {
1066 border-radius:7px;
1067 -moz-border-radius:7px;
1068 -webkit-border-radius:7px;
1069 }
1070 #jOverlayLoading {
1071 top:5%;
1072 left:40%;
1073 }
1074 #attachment_view img {
1075 max-width:480px;
1076 max-height:480px;
1077 }
1078 #attachment_view #oembed_info {
1079 margin-top:11px;
1080 }
1081 #attachment_view #oembed_info dt,
1082 #attachment_view #oembed_info dd {
1083 float:left;
1084 }
1085 #attachment_view #oembed_info dt {
1086 clear:left;
1087 margin-right:11px;
1088 font-weight:bold;
1089 }
1090 #attachment_view #oembed_info dt:after {
1091 content: ":";
1092 }
1093
1094 #usergroups #new_group {
1095 float: left;
1096 margin-right: 2em;
1097 }
1098 #new_group, #group_search {
1099 margin-bottom:18px;
1100 }
1101 #new_group a {
1102 padding-left:20px;
1103 }
1104
1105 #filter_tags {
1106 margin-bottom:11px;
1107 float:left;
1108 }
1109 #filter_tags dt {
1110 display:none;
1111 }
1112 #filter_tags ul {
1113 list-style-type:none;
1114 }
1115 #filter_tags li {
1116 float:left;
1117 margin-left:7px;
1118 padding-left:7px;
1119 border-left-width:1px;
1120 border-left-style:solid;
1121 }
1122 #filter_tags #filter_tags_all {
1123 margin-left:0;
1124 border-left:0;
1125 padding-left:0;
1126 }
1127 #filter_tags_all a {
1128 font-weight:bold;
1129 margin-top:7px;
1130 float:left;
1131 }
1132
1133 #filter_tags_item label {
1134 margin-right:7px;
1135 }
1136 #filter_tags_item label,
1137 #filter_tags_item select {
1138 float:left;
1139 }
1140 #filter_tags_item p {
1141 float:left;
1142 clear:both;
1143 margin-left:38px;
1144 }
1145 #filter_tags_item .submit {
1146 position:relative;
1147 top:3px;
1148 left:3px;
1149 }
1150
1151 .pagination {
1152 float:left;
1153 clear:both;
1154 width:100%;
1155 margin-top:18px;
1156 }
1157
1158 .pagination dt {
1159 font-weight:bold;
1160 display:none;
1161 }
1162
1163 .pagination .nav {
1164 float:left;
1165 width:100%;
1166 list-style-type:none;
1167 }
1168
1169 .pagination .nav_prev {
1170 float:left;
1171 }
1172 .pagination .nav_next {
1173 float:right;
1174 }
1175
1176 .pagination a {
1177 display:block;
1178 text-decoration:none;
1179 font-weight:bold;
1180 padding:7px;
1181 border-width:1px;
1182 border-style:solid;
1183 -moz-border-radius:7px;
1184 -webkit-border-radius:7px;
1185 border-radius:7px;
1186 }
1187
1188 .pagination .nav_prev a {
1189 padding-left:30px;
1190 }
1191 .pagination .nav_next a {
1192 padding-right:30px;
1193 }
1194 /* END: NOTICE */
1195
1196 .hentry .entry-content p {
1197 margin-bottom:18px;
1198 }
1199 .system_notice ul,
1200 .instructions ul,
1201 .hentry entry-content ol,
1202 .hentry .entry-content ul {
1203 list-style-position:inside;
1204 }
1205 .hentry .entry-content li {
1206 margin-bottom:18px;
1207 }
1208 .hentry .entry-content li li {
1209 margin-left:18px;
1210 }
1211
1212 /* TOP_POSTERS */
1213 .section tbody td {
1214 padding-right:18px;
1215 padding-bottom:11px;
1216 }
1217 .section .vcard .photo {
1218 margin-right:7px;
1219 margin-bottom:0;
1220 }
1221
1222 .section .notice {
1223 padding-top:7px;
1224 padding-bottom:7px;
1225 border-top:0;
1226 }
1227
1228 .section .notice:first-child {
1229 padding-top:0;
1230 }
1231
1232 .section .notice .author {
1233 margin-right:0;
1234 }
1235 .section .notice .author .fn {
1236 display:none;
1237 }
1238
1239 /* tagcloud */
1240 .tag-cloud {
1241 list-style-type:none;
1242 text-align:center;
1243 }
1244 .aside .tag-cloud {
1245 font-size:0.8em;
1246 }
1247 .tag-cloud li {
1248 display:inline;
1249 margin-right:7px;
1250 line-height:1.25;
1251 }
1252 .aside .tag-cloud li {
1253 line-height:1.5;
1254 }
1255 .tag-cloud li a {
1256 text-decoration:none;
1257 }
1258 #tagcloud.section dt {
1259 text-transform:uppercase;
1260 font-weight:bold;
1261 }
1262 .tag-cloud-1 {
1263 font-size:1em;
1264 }
1265 .tag-cloud-2 {
1266 font-size:1.25em;
1267 }
1268 .tag-cloud-3 {
1269 font-size:1.75em;
1270 }
1271 .tag-cloud-4 {
1272 font-size:2em;
1273 }
1274 .tag-cloud-5 {
1275 font-size:2.25em;
1276 }
1277 .tag-cloud-6 {
1278 font-size:2.75em;
1279 }
1280 .tag-cloud-7 {
1281 font-size:3.25em;
1282 }
1283
1284 #publictagcloud #tagcloud.section dt {
1285 display:none;
1286 }
1287
1288 #form_settings_photo .form_data {
1289 clear:both;
1290 }
1291
1292 #form_settings_avatar li {
1293 width:auto;
1294 }
1295 #form_settings_avatar input {
1296 margin-left:0;
1297 }
1298 #avatar_original,
1299 #avatar_preview {
1300 float:left;
1301 }
1302 #avatar_preview {
1303 margin-left:29px;
1304 }
1305 #avatar_preview_view {
1306 height:96px;
1307 width:96px;
1308 margin-bottom:18px;
1309 overflow:hidden;
1310 }
1311
1312 #settings_attach,
1313 #form_settings_avatar .form_actions {
1314 clear:both;
1315 }
1316
1317 #form_settings_avatar .form_actions {
1318 margin-bottom:0;
1319 }
1320
1321 #form_settings_design #settings_design_background-image img {
1322 max-width:480px;
1323 max-height:480px;
1324 }
1325
1326 #form_settings_design #settings_design_color .form_data,
1327 #form_settings_design #color-picker {
1328 float:left;
1329 }
1330 #form_settings_design #settings_design_color .form_data {
1331 width:400px;
1332 margin-right:28px;
1333 }
1334
1335 #settings_design_color .form_data li {
1336 width:33%;
1337 }
1338 #settings_design_color .form_data label {
1339 float:none;
1340 display:block;
1341 }
1342 #settings_design_color .form_data .swatch {
1343 padding:11px;
1344 margin-left:0;
1345 }
1346
1347 .instructions ul {
1348 list-style-position:inside;
1349 }
1350 .instructions p,
1351 .instructions ul {
1352 margin-bottom:18px;
1353 }
1354 .help dt {
1355 display:none;
1356 }
1357 .guide {
1358 clear:both;
1359 }
1360
1361 #bookmarklet address {
1362 display:none;
1363 }
1364 #bookmarklet .form_notice {
1365 width:auto;
1366 }
1367 #bookmarklet #wrap {
1368 min-width:0;
1369 }