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