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