liquid_feedback_frontend

view static/style.css @ 374:178136e66341

merge
author bsw
date Sat Mar 03 17:30:16 2012 +0100 (2012-03-03)
parents 76d7eafb3893
children 89d32158bfd5
line source
2 /* Style reset */
3 html,
4 body,
5 div,
6 span,
7 applet,
8 object,
9 iframe,
10 h1, h2, h3, h4, h5, h6,
11 p, a, img,
12 form, label, legend,
13 table, tbody, tfoot, thead, tr, th,td {
14 margin: 0;
15 padding: 0;
16 border: 0;
17 outline: 0;
18 font-weight: inherit;
19 font-style: inherit;
20 font-size: 100%;
21 font-family: inherit;
22 vertical-align: baseline;
23 }
24 body {
25 line-height: 1;
26 color: black;
27 background: white;
28 }
29 li {
30 line-height: 133%;
31 }
32 p {
33 margin-top: 2ex;
34 margin-bottom: 2ex;
35 }
37 table {
38 border-collapse: separate;
39 border-spacing: 0;
40 }
41 caption, th, td {
42 text-align: left;
43 font-weight: normal;
44 }
46 /*************************************************************************
47 * Some global definitions
48 */
50 body {
51 background: #fff;
52 line-height: 120%:
53 }
55 body, th, td {
56 font-family: sans-serif;
57 font-size: 15px;
58 font-size: 14px;
59 padding: 0;
60 margin: 0;
61 }
63 table {
64 margin-top: 1ex;
65 }
67 body, a {
68 color: #000;
69 }
71 img {
72 border: none;
73 }
75 table {
76 border-collapse: collapse;
77 border: none;
78 }
80 td, th {
81 padding: 0.5ex 0.5em 0.5ex 0em;
82 }
84 td {
85 vertical-align: top;
86 }
88 th {
89 vertical-align: bottom;
90 font-weight: bold;
91 }
93 a.active {
94 color: #fff;
95 }
97 .revoked {
98 text-decoration: line-through;
99 }
101 .highlighted {
102 background-color: #fa7;
103 color: #000;
104 }
106 .admin_only {
107 font-style: italic;
108 }
110 h1 {
111 font-size: 150%;
112 }
114 h2 {
115 font-size: 125%;
116 }
118 .inline {
119 display: inline;
120 }
122 /*************************************************************************
123 * Notices, warnings and errors
124 */
126 .layout_notice, .layout_error, .layout_warning {
127 background: #fff;
128 font-weight: bold;
129 line-height: 1.7em;
130 -moz-opacity:0.7;
131 }
133 .slot_notice, .slot_warning, .slot_error {
134 padding-left: 1em;
135 }
137 .slot_notice {
138 background-color: #cfc;
139 color: #040;
140 }
142 .slot_warning {
143 background-color: #fec;
144 color: #420;
145 }
147 .slot_error {
148 background-color: #fcc;
149 color: #400;
150 }
152 /*************************************************************************
153 * Navigation, search and language chooser bar
154 */
156 .topbar {
157 background-color: #333;
158 background-image: -webkit-gradient(linear, left top, left bottom,
159 color-stop(0%, #888), color-stop(25%,#333)
160 );
161 color: #fff;
162 font-size: 90%;
163 line-height: 100%;
164 padding-left: 1%;
165 box-shadow: #aaa 0 0 5px;
166 overflow: hidden;
167 -mox-box-shadow: #aaa 0 0 5px;
168 -webkit-box-shadow: #aaa 0 0 5px;
169 }
171 .topbar .logolf {
172 font-weight: bold;
173 }
175 .topbar a {
176 color: #eee;
177 }
179 .topbar a:hover {
180 background-color: #eee;
181 color: #000;
182 }
184 .navigation {
185 line-height: 200%;
186 }
188 .navigation img {
189 margin-right: 0.5em;
190 vertical-align: middle;
191 }
193 .navigation a {
194 padding: 0 0.5em;
195 float: left;
196 display: block;
197 }
199 form.unit_selector {
200 display: inline;
201 }
203 .searchbox {
204 margin: 0;
205 padding: 0.1ex 1em 0ex 1em;
206 float: right;
207 }
209 .searchbox form {
210 float: left;
211 margin: 0px;
212 }
214 .searchbox div {
215 display: inline;
216 }
218 .searchbox select {
219 margin-left: 0.3em;
220 margin-right: 0.4em;
221 font-size: 100%;
222 width: 8em;
223 }
225 .searchbox input[type=text] {
226 width: 8em;
227 padding: 0.25ex 0.25em 0.25ex 0.25em;
228 margin-right: 0.5em;
229 font-size: 100%;
230 }
232 .searchbox input[type=submit] {
233 font-size: 100%;
234 }
236 /*************************************************************************
237 * Title of current page including path and actions
238 */
240 .title,
241 .title2,
242 .actions {
243 background-color: #f2f2f2;
244 margin-left: 1%;
245 margin-right: 1%;
246 }
248 .initiative_head .actions {
249 box-shadow: none;
250 -moz-box-shadow: none;
251 -webkit-box-shadow: none;
252 }
255 .slot_initiatives_list {
256 margin-top: 1ex;
257 margin-left: 1%;
258 margin-right: 1%;
259 background-color: #fcfcfc;
260 border-radius: 8px;
261 clear: left;
262 border: 1px solid #ddd;
263 padding-top: 1ex;
264 padding-bottom: 1ex;
265 }
267 .title {
268 box-shadow: inset #888 0px 5px 6px -5px;
269 -moz-box-shadow: inset #888 0px 5px 6px -5px;;
270 -webkit-box-shadow: inset #888 0px 5px 6px -5px;;
271 }
273 .title {
274 color: #000;
275 padding: 1.5ex 1ex 0 1ex;
276 }
278 .title div {
279 font-size: 125%;
280 line-height: 110%;
281 }
283 .title a {
284 color: #000;
285 }
287 .title .member_image {
288 margin-right: 0.7em;
289 vertical-align: middle;
290 border-radius: 7px;
291 }
293 .slot_title2 {
294 padding: 1ex 1ex 0 1ex;
295 }
297 .member_list .member_image_avatar {
298 float: left;
299 margin-right: 0.5em;
300 }
302 .micro_avatar {
303 width: 24px;
304 height: 24px;
305 border-radius: 4px;
306 vertical-align: middle;
307 }
309 .actions {
310 font-size: 75%;
311 line-height: 220%;
312 padding-top: 2ex;
313 padding-bottom: 1ex;
314 }
316 .actions {
317 border-radius: 0 0 8px 8px;
318 }
320 .actions .interest,
321 .actions .delegation,
322 .actions a {
323 margin-left: 1ex;
324 }
326 .actions a {
327 margin-top: 1px;
328 margin-bottom: 1px;
329 }
331 .actions .interest a,
332 .actions .delegation a {
333 margin: 0;
334 }
336 .initiative_head .actions {
337 background-color: #fff;
338 margin: 0px;
339 }
341 .actions a {
342 padding-right: 0.3em;
343 }
345 .slot_initiative_head {
346 padding-left: 1%;
347 padding-top: 4ex;
348 }
350 .initiative_name {
351 font-weight: bold;
352 font-size: 125%;
353 }
354 .actions a {
355 float: left;
356 }
358 .actions a:hover {
359 background-color: #d7d7d7;
360 }
362 .actions img {
363 padding-left: 0.2em;
364 padding-right: 0.2em;
365 vertical-align: middle;
366 }
368 .logo {
369 float: right;
370 margin-right: 1em;
371 }
374 .member_image_photo {
375 border-radius: 8px;
376 }
378 /*************************************************************************
379 * vote info / delegation
380 */
382 .interest,
383 .slot_support,
384 .delegation {
385 float: left;
386 position: relative;
387 z-index: 1;
388 }
390 .interest img,
391 .slot_support img,
392 .delegation img {
393 padding-left: 0.2em;
394 padding-right: 0.2em;
395 }
396 .actions .supporter,
397 .actions .potential_supporter,
398 .vote_info .head {
399 float: left;
400 }
402 .actions .supporter,
403 .actions .potential_supporter,
404 .actions .interest .head {
405 padding-right: 0.3em;
406 }
408 .delegation .head_active,
409 .interest .head_active,
410 .actions .supporter,
411 .actions .potential_supporter {
412 border-radius: 5px;
413 border: 1px solid #5f6675;
414 }
416 .delegation .head_active,
417 .interest .head_active {
418 background-color: #cdf;
419 }
421 .actions .supporter {
422 background-color: #cdf;
423 }
425 .actions .potential_supporter {
426 background-color: #cdf;
427 }
429 .slot_support .head_initiator {
430 background-color: #f2f2f2;
431 border-radius: 5px;
432 }
434 .delegation .change_delegation {
435 margin-bottom: 2ex;
436 }
438 .delegation .change_delegation a {
439 display: inline;
440 float: none;
441 padding: 1ex;
442 }
444 .delegation .delegation_participation {
445 margin-left: 20.5em;
446 margin-top: 3ex;
447 font-style: italic;
448 font-size: 80%;
449 }
451 .slot_actions .change_delegation {
452 float: left;
453 }
455 .vote_info .close {
456 position: absolute;
457 top: 0;
458 right: 0;
459 padding: 1ex;
460 display: block;
461 }
463 .vote_info .content {
464 font-size: 133%;
465 line-height: 100%;
466 top: 2.8ex;
467 display: none;
468 position: absolute;
469 z-index: 10;
470 background-color: #cdf;
471 border-radius: 0 5px 5px 5px;
472 padding: 1em;
473 width: 35em;
474 border: 1px solid #5f6675;
475 border-top: none;
476 }
478 .delegation_arrow {
479 vertical-align: middle;
480 }
482 .vote_info .delegation_arrow {
483 margin-top: 1ex;
484 margin-bottom: 1ex;
485 }
487 .vote_info .delegation_arrow_overridden {
488 opacity: 0.4;
489 }
491 .vote_info .delegation_scope_overridden {
492 color: #777;
493 }
495 .vote_info .delegation_scope {
496 display: inline;
497 }
499 .vote_info .delegation_info {
500 }
502 .vote_info a {
503 padding-right: 0;
504 }
506 .vote_info .member_thumb {
507 clear: left;
508 background: #fff;
509 }
511 .delegation_overridden .member_thumb {
512 opacity: 0.4;
513 }
515 .delegation .revoke {
516 margin: 0.5ex;
517 float: right;
518 }
520 .delegation .revoke img {
521 vertical-align: middle;
522 }
525 /*************************************************************************
526 * Main content
527 */
529 .main {
530 margin-left: 1%;
531 margin-right: 1%;
532 }
534 /*************************************************************************
535 * ui.tab
536 */
538 .ui_tabs_links {
539 margin-top: 3ex;
540 margin-bottom: 1ex;
541 font-size: 75%;
542 }
544 .ui_tabs_links a {
545 padding: 1ex;
546 line-height: 300%;
547 background-color: #f2f2f2;
548 white-space: nowrap;
549 border-radius: 5px;
550 margin-right: 5px;
551 font-weight: bold;
552 }
554 .ui_tabs_links a:hover {
555 background-color: #d7d7d7;
556 }
558 .ui_tabs_links a.selected {
559 background-color: #444;
560 color: #fff;
561 text-decoration: none;
562 padding: 1ex;
563 }
565 .ui_tabs_links a.yellow {
566 background-color: #fcc;
567 color: #000;
568 }
570 .ui_tabs_links a.yellow:hover {
571 background-color: #faa;
572 }
574 .ui_tabs_links a.yellow.selected {
575 background-color: #a44;
576 color: #fff;
577 text-decoration: none;
578 padding: 1ex;
579 }
581 .ui_tabs_links a.red {
582 background-color: #c33;
583 color: #000;
584 }
586 .ui_tabs_links a.red:hover {
587 background-color: #ebb;
588 }
590 .ui_tabs_links a.red.selected {
591 background-color: #644;
592 color: #fff;
593 text-decoration: none;
594 padding: 1ex;
595 }
598 /*************************************************************************
599 * ui.filters
600 */
602 .ui_filter {
603 overflow: hidden;
604 margin-bottom: 1ex;
605 margin-right: 1em;
606 }
608 .ui_filter_head {
609 color: #777;
610 margin-top: 0.5ex;
611 margin-bottom: 0.5ex;
612 font-size: 75%;
613 float: left;
614 line-height: 200%;
615 margin-right: 2em;
616 }
618 .ui_filter_head a {
619 color: #777;
620 padding: 0.5ex;
621 }
623 .ui_filter_head a.active {
624 color: #fff;
625 background-color: #777;
626 padding: 0.5ex;
627 border-radius: 5px;
628 }
630 /*************************************************************************
631 * ui.paginate
632 */
634 .ui_paginate_head {
635 display: none;
636 margin-bottom: 1ex;
637 }
639 .ui_paginate_foot {
640 margin-top: 1ex;
641 }
643 .ui_paginate_select a {
644 padding: 0.5em;
645 }
647 /*************************************************************************
648 * ui.bargraph
649 */
651 .bargraph {
652 width: 103px;
653 }
655 .bargraph50 {
656 width: 52px;
657 }
659 .bargraph div {
660 float: left;
661 margin-top: 0.5ex;
662 height: 1.3ex;
663 }
665 /*************************************************************************
666 * vertical ui.form
667 */
669 .vertical {
670 margin-top: 2ex;
671 }
673 .login input[type=text],
674 .vertical input[type=text],
675 .login input[type=password],
676 .vertical input[type=password],
677 .vertical textarea,
678 .vertical select {
679 font-family: sans-serif;
680 font-size: 100%;
681 width: 50em;
682 border: 1px solid #444;
683 padding: 0.2ex 0.2em 0.2ex 0.2em;
684 margin-bottom: 1ex;
685 }
687 .login input[type=password],
688 .vertical input[type=password] {
689 width: 16em;
690 }
692 .vertical select {
693 padding-right: 0;
694 }
696 .login .ui_field_label,
697 .vertical .ui_field_label {
698 text-transform: uppercase;
699 font-size: 70%;
700 line-height: 120%;
701 font-weight: bold;
702 color: #777;
703 width: 15em;
704 display: block;
705 float: left;
706 clear: left;
707 text-align: right;
708 padding-right: 0.5em;
709 }
711 .ui_field_label.label_right {
712 text-align: left;
713 width: auto;
714 }
716 .login input[type=text],
717 .login input[type=password] {
718 width: 10em;
719 }
721 .login div,
722 .vertical div {
723 clear: left;
724 }
726 .vertical span {
727 display: block;
728 margin-bottom: 0.5ex;
729 }
731 .vertical span:after {
732 content: " ";
733 }
735 .vertical span span {
736 display: inline;
737 margin-bottom: 0;
738 }
740 .login input[type=submit],
741 .vertical input[type=submit] {
742 font-size: 100%;
743 margin-left: 11em;
744 background-color: #444444;
745 color: #fff;
746 border: none;
747 padding: 0.75ex;
748 }
750 .login input[type=submit]:hover,
751 .vertical input[type=submit]:hover {
752 background-color: #444444;
753 }
755 /*************************************************************************
756 * Tables
757 */
760 table a.action {
761 font-size: 70%;
762 line-height: 190%;
763 padding: 0.5ex;
764 color: #777;
765 }
767 table a.active {
768 color: #fff;
769 }
771 th {
772 text-align: left;
773 }
775 tr:hover td {
776 background-color: #f2f2f2;
777 }
779 .nohover tr:hover td {
780 background-color: #fff;
781 }
783 .initiatives_list .nohover tr:hover td {
784 background-color: #f2f2f2;
785 }
787 .nohover table tr:hover td {
788 background-color: #f2f2f2;
789 }
792 tr table tr:hover td {
793 background-color: #fff;
794 }
797 /*************************************************************************
798 * Positive / Negtive votes
799 */
802 .positive_votes span {
803 display: inline;
804 }
806 .positive_votes {
807 display: inline;
808 background-color: #cfc;
809 padding: 0.3ex 0.5em 0.3ex 0.5em;
810 }
812 .negative_votes span {
813 display: inline;
814 }
816 .negative_votes {
817 display: inline;
818 background-color: #fcc;
819 padding: 0.3ex 0.5em 0.3ex 0.5em;
820 }
822 .suggestion_my_opinion a,
823 .suggestion_my_opinion span {
824 white-space: nowrap;
825 padding-left: 0.2ex !important;
826 padding-right: 0.2ex !important;
827 }
829 .active {
830 background-color: #444;
831 color: #fff;
832 }
834 .active_red2 { background-color: #a00; color: #fff !important; }
835 .active_red1 { background-color: #f88; color: #000 !important; }
836 .active_green1 { background-color: #8f8; color: #000 !important; }
837 .active_green2 { background-color: #0a0; color: #000 !important; }
841 /*************************************************************************
842 * Area list
843 */
845 .area_list {
846 }
848 .area_list .area {
849 line-height: 28px;
850 }
852 .area_list .area img {
853 vertical-align: middle;
854 }
856 .area_list .area .info {
857 float: left;
858 clear: both;
859 }
861 .area_list .area .bar {
862 float: left;
863 padding-top: 6px
864 }
866 .area_list .area .membership,
867 .area_list .area .delegatee {
868 display: inline;
869 width: 24px
870 }
872 .area_list .area .name {
873 display: inline;
874 font-weight: bold;
875 }
877 @media screen and (max-width: 480px) {
878 .area_list .area .name {
879 clear: left;
880 display: block;
881 float: left;
882 margin-left: 0px;
883 }
884 .area_list .area .phases {
885 margin-bottom: 2ex;
886 }
887 }
889 .area_list .area .phases {
890 float: right;
891 }
893 .area_list .area .phases div {
894 float: left;
895 width: 3em;
896 text-align: right;
897 }
899 /*************************************************************************
900 * Issues
901 */
903 .issues {
904 clear: left;
905 }
907 .issues .issue {
908 background-color: #fcfcfc;
909 overflow: hidden;
910 margin-bottom: 2ex;
911 border: 1px solid #ccc;
912 border-radius: 8px;
913 }
915 .issues .issue.interested,
916 .issues .issue.interest_by_delegation {
917 border: 1px solid #b2cdff;
918 }
920 .issues .issue .issue_info {
921 padding: 1ex 1ex 0.3ex 1ex;
922 line-height: 140%;
923 margin-bottom: 1ex;
924 }
926 .issues .issue.interested .issue_info,
927 .issues .issue.interested_by_delegation .issue_info {
928 background-color: #dfeaff;
929 background-image: linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
930 background-image: -o-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
931 background-image: -moz-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
932 background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fcfcfc 100%);
933 background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
934 }
936 .issues .issue .issue_info .issue_id {
937 font-size: 125%;
938 }
940 .issue_policy_info {
941 font-style: italic;
942 }
944 .issues .issue .interest_by_delegation {
945 float: right;
946 }
948 .issues .issue .initiative_list a {
949 font-weight: bold;
950 }
952 .initiative {
953 margin-left: 1ex;
954 margin-bottom: 1ex;
955 line-height: 50%;
956 }
958 .initiative .bar {
959 margin-right: 0.3em;
960 }
962 .initiative .rank,
963 .initiative .bar,
964 .initiative .interest {
965 float: left;
966 margin-right: 0.3em;
967 }
969 .initiative .interest {
970 width: 16px;
971 height: 16px;
972 line-height: 100%;
973 }
975 .initiative .name {
976 line-height: 130%;
977 margin-left: 160px;
978 }
980 @media screen and (max-width: 480px) {
981 .initiative .name {
982 clear: left;
983 margin-left: 0px;
984 }
985 }
988 .issue_initiative_list a {
989 font-weight: bold;
990 }
992 .more_initiatives_link {
993 display: block;
994 margin-left: 166px;
995 font-style: italic;
996 margin-bottom: 1ex;
997 }
999 .issues tr tr {
1000 border: none;
1001 background: none;
1004 .initiative_link.selected {
1005 font-weight: bold;
1008 x.initiative_link.supported {
1009 background-color: #cdf;
1010 border-radius: 5px;
1013 x.initiative_link.potentially_supported {
1014 background-color: #cdf;
1015 border-radius: 5px;
1018 .lang_chooser {
1019 float: right;
1020 margin-right: 0.5em;
1023 .delegation_list_entry {
1024 margin-right: 2em;
1025 margin-bottom: 2ex;
1026 float: left;
1027 clear: left;
1030 .delegation_list_entry .delegation_arrow {
1031 float: left;
1034 .delegation_list_entry .delegation_scope {
1035 float: left;
1036 width: 25em;
1039 .delegation_list_entry .delegation_scope a {
1040 display: block;
1043 .member_list .member_thumb {
1044 float: left;
1045 margin-right: 1em;
1046 margin-bottom: 2ex;
1049 .member_thumb {
1050 text-decoration: none;
1051 width: 14.5em;
1052 height: 48px;
1053 display: block;
1054 float: left;
1055 background-color: #f2f2f2;
1056 overflow: hidden;
1057 position: relative;
1058 border-radius: 7px;
1059 padding: 2px;
1062 .xmember_thumb a {
1063 position: absolute;
1064 top: 0;
1065 left: 0;
1066 padding: 0;
1067 margin: 0;
1070 .member_thumb a:hover div {
1071 background-color: #444;
1072 color: #fff;
1075 .member_thumb img {
1076 padding: 0;
1077 margin: 0;
1078 vertical-align: bottom;
1079 border-radius: 7px;
1082 .member_thumb .member_name {
1083 position: absolute;
1084 left: 56px;
1085 top: 2ex;
1086 font-size: 100%;
1087 width: 14em;
1090 .member_thumb .flags {
1091 text-align: right;
1092 font-size: 75%;
1095 .member_thumb .flags a,
1096 .member_thumb .flags img {
1097 position: static;
1098 float: right;
1099 margin-left: 0.5em;
1102 .member_thumb .flags .in_delegation_chain {
1103 font-weight: bold;
1106 .member .right {
1107 float: right;
1110 .member_thumb.not_accepted,
1111 .member_thumb.not_informed {
1112 background: #fff;
1115 .member_thumb.not_accepted .member_image,
1116 .member_thumb.not_accepted .member_name,
1117 .member_thumb.not_informed .member_image,
1118 .member_thumb.not_informed .member_name {
1119 opacity: 0.4;
1122 .member_thumb.in_delegation_chain {
1123 background-color: #cdf;
1126 .member_statement,
1127 .draft_content,
1128 .suggestion_content {
1129 background-color: #f2f2f2;
1130 padding: 1ex;
1131 border-radius: 8px;
1134 .member_statement {
1135 margin-right: 250px;
1138 #suggestion_description {
1139 height: 15ex;
1142 .diff {
1143 background-color: #f2f2f2;
1144 border: 1px solid #ccc;
1145 padding: 1ex;
1148 .diff_added {
1149 background-color: #cfc;
1150 text-decoration: underline;
1153 .diff_removed {
1154 background-color: #fcc;
1155 text-decoration: line-through;
1158 .slot_issue_info {
1159 background-color: #f2f2f2;
1160 border: 1px solid #ccc;
1161 float: right;
1162 padding: 0.5ex;
1163 line-height: 130%;
1164 margin-right: 1em;
1167 .issue_info label {
1168 float: left;
1169 width: 8em;
1170 text-transform: uppercase;
1171 font-size: 70%;
1172 color: #777;
1173 font-weight: bold;
1174 clear: left;
1175 text-align: right;
1176 margin-right: 0.7em;
1179 .admitted_info {
1180 background-color: #dfd;
1181 padding: 1ex;
1182 margin-bottom: 2ex;
1183 border-radius: 8px;
1186 .not_admitted_info,
1187 .revoked_info {
1188 background-color: #fdd;
1189 padding: 1ex;
1190 margin-bottom: 2ex;
1191 border-radius: 8px;
1194 .draft_updated_info,
1195 .voting_active_info,
1196 .initiator_invite_info,
1197 .motd,
1198 .public_access_issue_head {
1199 background-color: #fec;
1200 padding: 1ex;
1201 margin-top: 2ex;
1202 margin-bottom: 2ex;
1203 border-radius: 8px;
1206 .suggestion_fulfilled {
1207 width: 15em;
1209 .suggestion_fulfilled a.action {
1210 padding-left: 0;
1211 line-height: 120%;
1214 .help,
1215 .use_terms {
1216 border-radius: 8px;
1217 border: 1px solid #ffe900;
1218 background-color: #fffbce;
1219 color: #000;
1220 padding: 1ex;
1223 .help_visible {
1224 margin-top: 2ex;
1225 margin-bottom: 1ex;
1228 .help_visible .help_icon {
1229 float: right;
1232 .slot_help_hidden {
1233 float: right;
1234 margin-right: 1em;
1235 margin-top: 1ex;
1238 .help_actions {
1239 font-size: 75%;
1240 float: right;
1243 .help_actions a {
1244 margin-right: 1em;
1245 color: #468;
1248 .wiki {
1249 line-height: 133%;
1252 .wiki h1,
1253 .wiki h2,
1254 .wiki h3,
1255 .wiki h4 {
1256 margin-top: 1ex;
1257 margin-bottom: 1ex;
1260 .wiki h1 {
1261 font-size: 150%;
1262 font-weight: bold;
1265 .wiki h2 {
1266 font-size: 125%;
1267 font-weight: bold;
1270 .wiki h3 {
1271 font-size: 125%;
1274 .wiki h4 {
1275 font-size: 100%;
1276 font-weight: bold;
1279 .wiki p {
1280 margin-top: 1ex;
1281 margin-bottom: 1ex;
1284 form .warning {
1285 background-color: #ffd;
1286 color: #000;
1287 border: 1px solid #dda;
1288 margin: 1ex;
1289 margin-bottom: 2ex;
1290 padding: 1ex;
1293 a.not_voted {
1294 display: block;
1295 background-color: #fec;
1296 color: #000;
1299 .action_active {
1300 background-color: #fec;
1303 .heading {
1304 display: block;
1305 font-size: 120%;
1306 font-weight: bold;
1309 .heading.first {
1310 margin-top: 0;
1313 .menu_list li {
1314 padding-top: 1ex;
1315 padding-bottom: 1ex;
1318 .deactivated_member_info {
1319 background-color: #a00;
1320 color: #fff;
1323 /*************************************************************************
1324 * Voting
1325 */
1327 #voting_form {
1328 margin-top: 20px;
1331 #voting {
1332 position: relative;
1335 #voting .approval, .abstention, .disapproval {
1336 border: 2px black solid;
1337 margin-top: 2ex;
1338 margin-bottom: 5ex;
1339 padding: 1ex;
1340 padding-bottom: 2ex;
1341 border-radius: 8px;
1343 #voting .approval {
1344 background-color: #9f9;
1346 #voting .approval .movable {
1347 background-color: #dfd;
1349 #voting .abstention {
1350 background-color: #ccc;
1352 #voting .abstention .movable {
1353 background-color: #f2f2f2;
1355 #voting .disapproval {
1356 background-color: #f88;
1358 #voting .disapproval .movable {
1359 background-color: #fbb;
1361 #voting .cathead {
1362 font-weight: bold;
1364 #voting .movable {
1365 position: relative;
1366 border: 1px black solid;
1367 margin-top: 1ex;
1368 padding: 0.5ex;
1369 border-radius: 8px;
1371 #voting .voting_form_active .movable {
1372 cursor: pointer;
1374 #voting .voting_form_active .clickable {
1375 cursor: auto;
1377 #voting .voting_form_active a.clickable {
1378 cursor: pointer;
1381 #voting .grabber {
1382 vertical-align: middle;
1383 cursor: move;
1386 /*************************************************************************
1387 * timeline
1388 */
1389 div.ignore_area_list {
1390 float: left;
1391 width: 90%;
1392 margin: 0 0 1em 0;
1395 div.ignore_area_list >
1396 label.ui_field_label {
1397 text-align: left ;
1398 width: 100%;
1399 border-bottom:1px solid #000000;
1400 color: #000000;
1401 font-size:75%;
1402 font-weight:bold;
1403 vertical-align:bottom;
1404 text-transform:none;
1405 padding:0.5ex 0.5em
1408 div.ignore_area_item {
1409 clear: none;
1410 float: left;
1411 min-width: 10em;
1412 margin: 0.1ex 0.5em;
1413 margin-right: 0.5em;
1416 div.ignore_area_item > input {
1417 float: none;
1418 clear: none;
1419 display: inline;
1422 div.ignore_area_item >
1423 label.ui_field_label {
1424 float: none;
1425 clear: none;
1426 text-align: left;
1427 display: inline;
1430 div.timeline_results {
1431 clear: both;
1434 /* shadows */
1436 .slot_initiatives_list,
1437 .actions,
1438 .issues .issue,
1439 .ui_tabs_links a,
1440 .draft_content,
1441 .help,
1442 .use_terms,
1443 .motd,
1444 .ui_filter a.active,
1445 .vote_info .content {
1446 box-shadow: #777 0px 5px 5px -5px;
1447 -mox-box-shadow: #777 0px 5px 5px -5px;
1448 -webkit-box-shadow: #777 0px 5px 5px -5px;

Impressum / About Us