liquid_feedback_frontend

view static/style.css @ 467:ba9639bcadb0

Fixed errors with top navigation bar in ie9
author bsw
date Wed Mar 14 11:12:26 2012 +0100 (2012-03-14)
parents ba310961ba34
children 19916608d28c
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 .page,
64 .topbar_content {
65 max-width: 1130px;
66 margin: 0 auto;
67 }
69 table {
70 margin-top: 1ex;
71 }
73 body, a {
74 color: #000;
75 }
77 img {
78 border: none;
79 }
81 table {
82 border-collapse: collapse;
83 border: none;
84 }
86 td, th {
87 padding: 0.5ex 0.5em 0.5ex 0em;
88 }
90 td {
91 vertical-align: top;
92 }
94 th {
95 vertical-align: bottom;
96 font-weight: bold;
97 }
99 a.active {
100 color: #fff;
101 }
103 .revoked {
104 text-decoration: line-through;
105 }
107 .highlighted {
108 background-color: #fa7;
109 color: #000;
110 }
112 .admin_only {
113 font-style: italic;
114 }
116 h1 {
117 font-size: 150%;
118 }
120 h2 {
121 font-size: 125%;
122 }
124 .inline {
125 display: inline;
126 }
128 /*************************************************************************
129 * Notices, warnings and errors
130 */
132 .layout_notice, .layout_error, .layout_warning {
133 background: #fff;
134 font-weight: bold;
135 line-height: 1.7em;
136 -moz-opacity:0.7;
137 }
139 .slot_notice, .slot_warning, .slot_error {
140 padding-left: 1em;
141 }
143 .slot_notice {
144 background-color: #cfc;
145 color: #040;
146 }
148 .slot_warning {
149 background-color: #fec;
150 color: #420;
151 }
153 .slot_error {
154 background-color: #fcc;
155 color: #400;
156 }
158 /*************************************************************************
159 * Navigation, search and language chooser bar
160 */
162 .topbar {
163 background-color: #333;
164 background-image: -webkit-gradient(linear, left top, left bottom,
165 color-stop(0%, #888), color-stop(25%,#333)
166 );
167 font-size: 90%;
168 box-shadow: #aaa 0 0 5px;
169 overflow: hidden;
170 -mox-box-shadow: #aaa 0 0 5px;
171 -webkit-box-shadow: #aaa 0 0 5px;
172 border-top: 1px solid #333;
173 line-height: 30px;
175 }
177 .topbar .logolf {
178 margin-left: 1%;
179 font-weight: bold;
180 }
182 .topbar a {
183 color: #eee;
184 line-height: 30px;
185 }
187 .topbar a:hover {
188 background-color: #eee;
189 color: #000;
190 }
192 .navigation {
193 background-color: #333;
194 line-height: 200%;
195 }
197 .navigation img {
198 margin-right: 0.5em;
199 vertical-align: middle;
200 }
202 .navigation a {
203 padding: 0 0.5em;
204 float: left;
205 display: block;
206 white-space: nowrap;
207 }
209 form.unit_selector {
210 display: inline;
211 }
213 .topbar .member_info {
214 float: right;
215 padding-right: 1%;
216 }
218 /*************************************************************************
219 * Title of current page including path and actions
220 */
222 .title,
223 .title2,
224 .actions {
225 background-color: #f2f2f2;
226 margin-left: 1%;
227 margin-right: 1%;
228 border-left: 1px solid #bbb;
229 border-right: 1px solid #bbb;
230 }
232 .actions {
233 border-bottom: 1px solid #bbb;
234 }
236 .initiative_head .actions {
237 border: none;
238 box-shadow: none;
239 -moz-box-shadow: none;
240 -webkit-box-shadow: none;
241 }
244 .slot_initiatives_list {
245 margin-top: 1ex;
246 margin-left: 1%;
247 margin-right: 1%;
248 background-color: #fcfcfc;
249 border-radius: 8px;
250 clear: left;
251 border: 1px solid #aaa;
252 padding-top: 1ex;
253 padding-bottom: 1ex;
254 }
256 .title {
257 box-shadow: inset #888 0px 5px 6px -5px;
258 -moz-box-shadow: inset #888 0px 5px 6px -5px;;
259 -webkit-box-shadow: inset #888 0px 5px 6px -5px;;
260 }
262 .title {
263 color: #000;
264 padding: 1.5ex 1ex 0 1ex;
265 }
267 .title div {
268 font-size: 125%;
269 line-height: 110%;
270 }
272 .title a {
273 color: #000;
274 }
276 .title .member_image {
277 margin-right: 0.7em;
278 vertical-align: middle;
279 border-radius: 7px;
280 }
282 .slot_title2 {
283 padding: 1ex 1ex 0 1ex;
284 }
286 .member_list .member_image_avatar {
287 float: left;
288 margin-right: 0.5em;
289 }
291 .micro_avatar {
292 width: 24px;
293 height: 24px;
294 border-radius: 4px;
295 vertical-align: middle;
296 }
298 .actions {
299 font-size: 75%;
300 line-height: 220%;
301 padding-top: 2ex;
302 padding-bottom: 1ex;
303 }
305 .actions {
306 border-radius: 0 0 8px 8px;
307 }
309 .actions .interest,
310 .actions .delegation,
311 .actions a {
312 margin-left: 1ex;
313 }
315 .actions a {
316 margin-top: 1px;
317 margin-bottom: 1px;
318 }
320 .actions .interest a,
321 .actions .delegation a {
322 margin: 0;
323 }
325 .initiative_head .actions {
326 background-color: #fff;
327 margin: 0px;
328 }
330 .actions a {
331 padding-right: 0.3em;
332 }
334 .slot_initiative_head {
335 padding-left: 1%;
336 padding-top: 4ex;
337 }
339 .initiative_name {
340 font-weight: bold;
341 font-size: 125%;
342 }
343 .actions a {
344 float: left;
345 }
347 .actions a:hover {
348 background-color: #d7d7d7;
349 }
351 .actions img {
352 padding-left: 0.2em;
353 padding-right: 0.2em;
354 vertical-align: middle;
355 }
357 .logo {
358 float: right;
359 margin-right: 1%;
360 }
363 .member_image_photo {
364 border-radius: 8px;
365 }
367 /*************************************************************************
368 * vote info / delegation
369 */
371 .interest,
372 .slot_support,
373 .delegation {
374 float: left;
375 position: relative;
376 z-index: 1;
377 }
379 .interest img,
380 .slot_support img,
381 .delegation img {
382 padding-left: 0.2em;
383 padding-right: 0.2em;
384 }
385 .actions .supporter,
386 .actions .potential_supporter,
387 .vote_info .head {
388 float: left;
389 }
391 .actions .supporter,
392 .actions .potential_supporter,
393 .actions .interest .head {
394 padding-right: 0.3em;
395 }
397 .delegation .head_active,
398 .interest .head_active,
399 .actions .supporter,
400 .actions .potential_supporter {
401 border-radius: 5px;
402 border: 1px solid #5f6675;
403 }
405 .delegation .head_active,
406 .interest .head_active {
407 background-color: #cdf;
408 }
410 .actions .supporter {
411 background-color: #cdf;
412 }
414 .actions .potential_supporter {
415 background-color: #cdf;
416 }
418 .slot_support .head_initiator {
419 background-color: #f2f2f2;
420 border-radius: 5px;
421 }
423 .delegation .change_delegation {
424 margin-bottom: 2ex;
425 }
427 .delegation .change_delegation a {
428 display: inline;
429 float: none;
430 padding: 1ex;
431 }
433 .delegation .delegation_participation {
434 margin-left: 20.5em;
435 margin-top: 3ex;
436 font-style: italic;
437 font-size: 80%;
438 }
440 .slot_actions .change_delegation {
441 float: left;
442 }
444 .vote_info .close {
445 position: absolute;
446 top: 0;
447 right: 0;
448 padding: 1ex;
449 display: block;
450 }
452 .vote_info .content {
453 font-size: 133%;
454 line-height: 100%;
455 top: 2.8ex;
456 display: none;
457 position: absolute;
458 z-index: 10;
459 background-color: #cdf;
460 border-radius: 0 5px 5px 5px;
461 padding: 1em;
462 width: 35em;
463 border: 1px solid #5f6675;
464 border-top: none;
465 }
467 .delegation_arrow {
468 vertical-align: middle;
469 }
471 .vote_info .delegation_arrow {
472 margin-top: 1ex;
473 margin-bottom: 1ex;
474 }
476 .vote_info .delegation_arrow_overridden {
477 opacity: 0.4;
478 }
480 .vote_info .delegation_scope_overridden {
481 color: #777;
482 }
484 .vote_info .delegation_scope {
485 display: inline;
486 }
488 .vote_info .delegation_info {
489 }
491 .vote_info a {
492 padding-right: 0;
493 }
495 .vote_info .member_thumb {
496 clear: left;
497 background: #fff;
498 }
500 .delegation_overridden .member_thumb {
501 opacity: 0.4;
502 }
504 .delegation .revoke {
505 margin: 0.5ex;
506 float: right;
507 }
509 .delegation .revoke img {
510 vertical-align: middle;
511 }
514 /*************************************************************************
515 * Main content
516 */
518 .main {
519 margin-left: 1%;
520 margin-right: 1%;
521 }
523 /*************************************************************************
524 * ui.tab
525 */
527 .ui_tabs_links {
528 margin-top: 2ex;
529 margin-bottom: 1ex;
530 }
532 .ui_tabs_links a {
533 padding: 1ex;
534 line-height: 300%;
535 background-color: #f2f2f2;
536 white-space: nowrap;
537 border-radius: 5px;
538 margin-right: 5px;
539 font-weight: bold;
540 }
542 .ui_tabs_links a:hover {
543 background-color: #d7d7d7;
544 }
546 .ui_tabs_links a.selected {
547 background-color: #444;
548 color: #fff;
549 text-decoration: none;
550 }
552 .ui_tabs_links a.yellow {
553 background-color: #fcc;
554 color: #000;
555 }
557 .ui_tabs_links a.yellow:hover {
558 background-color: #faa;
559 }
561 .ui_tabs_links a.yellow.selected {
562 background-color: #a44;
563 color: #fff;
564 text-decoration: none;
565 padding: 1ex;
566 }
568 .ui_tabs_links a.red {
569 background-color: #c33;
570 color: #000;
571 }
573 .ui_tabs_links a.red:hover {
574 background-color: #ebb;
575 }
577 .ui_tabs_links a.red.selected {
578 background-color: #644;
579 color: #fff;
580 text-decoration: none;
581 padding: 1ex;
582 }
585 /*************************************************************************
586 * ui.filters
587 */
589 .ui_filter {
590 overflow: hidden;
591 margin-bottom: 1ex;
592 margin-right: 1em;
593 }
595 .ui_filter_head {
596 color: #777;
597 margin-top: 0.5ex;
598 margin-bottom: 0.5ex;
599 font-size: 90%;
600 font-weight: bold;
601 float: left;
602 line-height: 200%;
603 margin-right: 2em;
604 }
606 .ui_filter_head a {
607 color: #777;
608 padding: 0.5ex;
609 }
611 .ui_filter_head a.active {
612 color: #fff;
613 background-color: #777;
614 padding: 0.5ex;
615 border-radius: 5px;
616 }
618 /*************************************************************************
619 * ui.paginate
620 */
622 .ui_paginate_head {
623 display: none;
624 margin-bottom: 1ex;
625 }
627 .ui_paginate_foot {
628 margin-top: 1ex;
629 }
631 .ui_paginate_select a {
632 padding: 0.5em;
633 }
635 /*************************************************************************
636 * ui.bargraph
637 */
639 .bargraph {
640 width: 103px;
641 }
643 .bargraph50 {
644 width: 52px;
645 }
647 .bargraph div {
648 float: left;
649 margin-top: 0.5ex;
650 height: 1.3ex;
651 }
653 /*************************************************************************
654 * vertical ui.form
655 */
657 .vertical {
658 margin-top: 2ex;
659 }
661 .login input[type=text],
662 .vertical input[type=text],
663 .login input[type=password],
664 .vertical input[type=password],
665 .vertical textarea,
666 .vertical select {
667 font-family: sans-serif;
668 font-size: 100%;
669 width: 69%;
670 border: 1px solid #444;
671 padding: 0.2ex 0.2em 0.2ex 0.2em;
672 margin-bottom: 1ex;
673 }
677 .login input[type=password],
678 .vertical input[type=password] {
679 width: 16em;
680 }
682 .vertical select {
683 padding-right: 0;
684 }
686 .login .ui_field_label,
687 .vertical .ui_field_label {
688 text-transform: uppercase;
689 font-size: 70%;
690 line-height: 120%;
691 font-weight: bold;
692 color: #777;
693 width: 29%;
694 display: block;
695 float: left;
696 clear: left;
697 text-align: right;
698 padding-right: 0.5em;
699 }
701 .ui_field_label.label_right {
702 text-align: left;
703 width: auto;
704 }
706 .login input[type=text],
707 .login input[type=password] {
708 width: 10em;
709 }
711 .login div,
712 .vertical div {
713 clear: left;
714 }
716 .vertical span {
717 display: block;
718 margin-bottom: 0.5ex;
719 }
721 .vertical span:after {
722 content: " ";
723 }
725 .vertical span span {
726 display: inline;
727 margin-bottom: 0;
728 }
730 .login input[type=submit],
731 .vertical input[type=submit] {
732 font-size: 100%;
733 margin-left: 29%;
734 background-color: #444444;
735 color: #fff;
736 border: none;
737 padding: 0.75ex;
738 }
740 .login input[type=submit]:hover,
741 .vertical input[type=submit]:hover {
742 background-color: #444444;
743 }
745 @media screen and (max-width: 480px) {
746 .login input[type=text],
747 .vertical input[type=text],
748 .login input[type=password],
749 .vertical input[type=password],
750 .vertical textarea,
751 .vertical select,
752 .vertical input[type=submit],
753 .login input[type=submit] {
754 width: 98%;
755 }
756 .login .ui_field_label,
757 .vertical .ui_field_label {
758 text-align: left;
759 width: 98%;
760 }
761 .login input[type=text],
762 .login input[type=password] {
763 width: 98%;
764 }
765 .login input[type=submit],
766 .vertical input[type=submit] {
767 margin-left: 0;
768 }
769 }
773 /*************************************************************************
774 * Tables
775 */
778 table a.action {
779 font-size: 70%;
780 line-height: 190%;
781 padding: 0.5ex;
782 color: #777;
783 }
785 table a.active {
786 color: #fff;
787 }
789 th {
790 text-align: left;
791 }
793 tr:hover td {
794 background-color: #f2f2f2;
795 }
797 .nohover tr:hover td {
798 background-color: #fff;
799 }
801 .initiatives_list .nohover tr:hover td {
802 background-color: #f2f2f2;
803 }
805 .nohover table tr:hover td {
806 background-color: #f2f2f2;
807 }
810 tr table tr:hover td {
811 background-color: #fff;
812 }
815 /*************************************************************************
816 * Positive / Negtive votes
817 */
820 .positive_votes span {
821 display: inline;
822 }
824 .positive_votes {
825 display: inline;
826 background-color: #cfc;
827 padding: 0.3ex 0.5em 0.3ex 0.5em;
828 }
830 .negative_votes span {
831 display: inline;
832 }
834 .negative_votes {
835 display: inline;
836 background-color: #fcc;
837 padding: 0.3ex 0.5em 0.3ex 0.5em;
838 }
840 .suggestion_my_opinion a,
841 .suggestion_my_opinion span {
842 white-space: nowrap;
843 padding-left: 0.2ex !important;
844 padding-right: 0.2ex !important;
845 }
847 .active {
848 background-color: #444;
849 color: #fff;
850 }
852 .active_red2 { background-color: #a00; color: #fff !important; }
853 .active_red1 { background-color: #f88; color: #000 !important; }
854 .active_green1 { background-color: #8f8; color: #000 !important; }
855 .active_green2 { background-color: #0a0; color: #000 !important; }
859 /*************************************************************************
860 * Unit list
861 */
863 .unit_list a {
864 font-weight: bold;
865 }
867 /*************************************************************************
868 * Area list
869 */
871 .member_area_list {
872 margin-bottom: 0ex;
873 border-radius: 8px;
874 border: 1px solid #aaa;
875 padding: 1ex;
876 margin-bottom: 2ex;
877 }
879 .member_area_list .unit_head {
880 font-size: 120%;
881 font-weight: bold;
882 float: left;
883 clear: both;
884 }
886 .member_area_list .unit_delegatee {
887 float: left;
888 }
890 .member_area_list .voting_priv_info {
891 clear: left;
892 margin-top: 4ex;
893 }
895 .member_area_list .more_areas {
896 font-style: italic;
897 }
899 .area_list {
900 margin-bottom: 4ex;
901 }
903 .member_area_list .area_list {
904 margin-bottom: 0;
905 }
907 .area_list .area {
908 line-height: 32px;
909 clear: both;
910 }
912 .area_list .area.head {
913 line-height: 16px;
914 clear: none;
915 }
917 .area_list .area.head .phases {
918 xmargin-top: 2ex;
919 }
921 .area_list .area img {
922 vertical-align: middle;
923 }
925 .area_list .area .bar {
926 float: left;
927 padding-top: 6px
928 }
930 .area_list .area .membership,
931 .area_list .area .delegatee {
932 display: inline;
933 width: 24px
934 }
936 .area_list .area .name {
937 display: inline;
938 font-weight: bold;
939 }
941 .area_list .area .phases {
942 float: right;
943 }
945 .area_list .area .phases div {
946 float: left;
947 width: 3em;
948 text-align: right;
949 }
951 @media screen and (max-width: 480px) {
952 .area_list .area .name {
953 display: block;
954 line-height: 100%;
955 }
957 .area_list .area .delegatee,
958 .area_list .area .membership {
959 float: left;
960 white-space: nowrap;
961 }
962 .area_list .area .bar {
963 display: none;
964 }
965 }
967 /*************************************************************************
968 * Events
969 */
971 .events .date {
972 font-size: 150%;
973 font-weight: bold;
974 margin-top: 2ex;
975 line-height: 150%;
976 }
978 .event_list .event div {
979 }
981 .event_list .event .member_id {
982 float: right;
983 }
986 /*************************************************************************
987 * Issues
988 */
990 .issues {
991 clear: left;
992 }
994 .issues .issue {
995 background-color: #fcfcfc;
996 overflow: hidden;
997 margin-bottom: 2ex;
998 border: 1px solid #aaa;
999 border-radius: 8px;
1002 .issues .issue.interested,
1003 .issues .issue.interest_by_delegation {
1004 border: 1px solid #b2cdff;
1007 .issues .issue .issue_info {
1008 padding: 1ex 1ex 0.3ex 1ex;
1009 line-height: 140%;
1010 margin-bottom: 1ex;
1013 .issues .issue.interested .issue_info,
1014 .issues .issue.interested_by_delegation .issue_info {
1015 background-color: #dfeaff;
1016 background-image: linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
1017 background-image: -o-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
1018 background-image: -moz-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
1019 background-image: -webkit-linear-gradient(top, #dfeaff 50%, #fcfcfc 100%);
1020 background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
1023 .event_list .event .issue_id,
1024 .issues .issue .issue_info .issue_id {
1025 font-size: 125%;
1028 .issues .issue .suggestion {
1029 margin-left: 1ex;
1030 margin-bottom: 1ex;
1031 font-weight: bold;
1034 .issue_policy_info {
1035 font-style: italic;
1038 .issue_policy_info .event_name {
1039 font-weight: bold;
1042 .issue_policy_info img {
1043 vertical-align: middle;
1046 .issues .issue .interest_by_delegation {
1047 float: right;
1050 .issues .issue .initiative_list a {
1051 font-weight: bold;
1054 .initiative {
1055 margin-left: 1ex;
1056 margin-bottom: 1ex;
1057 line-height: 50%;
1060 .initiative .bar {
1061 margin-right: 0.3em;
1064 .initiative .rank,
1065 .initiative .bar,
1066 .initiative .interest {
1067 float: left;
1068 margin-right: 0.3em;
1071 .initiative .interest {
1072 width: 16px;
1073 height: 16px;
1074 line-height: 100%;
1077 .initiative .name {
1078 line-height: 130%;
1079 margin-left: 160px;
1082 @media screen and (max-width: 480px) {
1083 .initiative .name {
1084 clear: left;
1085 margin-left: 0px;
1090 .issue_initiative_list a {
1091 font-weight: bold;
1094 .more_initiatives_link {
1095 display: block;
1096 margin-left: 166px;
1097 font-style: italic;
1098 margin-bottom: 1ex;
1101 .issues tr tr {
1102 border: none;
1103 background: none;
1106 .initiative_link.selected {
1107 font-weight: bold;
1110 x.initiative_link.supported {
1111 background-color: #cdf;
1112 border-radius: 5px;
1115 x.initiative_link.potentially_supported {
1116 background-color: #cdf;
1117 border-radius: 5px;
1120 .lang_chooser {
1121 float: right;
1122 margin-right: 0.5em;
1125 .delegation_list_entry {
1126 margin-right: 2em;
1127 margin-bottom: 2ex;
1128 float: left;
1129 clear: left;
1132 .delegation_list_entry .delegation_arrow {
1133 float: left;
1136 .delegation_list_entry .delegation_scope {
1137 float: left;
1138 width: 25em;
1141 .delegation_list_entry .delegation_scope a {
1142 display: block;
1145 .member_list .member_thumb {
1146 float: left;
1147 margin-right: 1em;
1148 margin-bottom: 2ex;
1151 .member_thumb {
1152 text-decoration: none;
1153 width: 14.5em;
1154 height: 48px;
1155 display: block;
1156 float: left;
1157 background-color: #f2f2f2;
1158 overflow: hidden;
1159 position: relative;
1160 border-radius: 7px;
1161 padding: 2px;
1164 .xmember_thumb a {
1165 position: absolute;
1166 top: 0;
1167 left: 0;
1168 padding: 0;
1169 margin: 0;
1172 .member_thumb a:hover div {
1173 background-color: #444;
1174 color: #fff;
1177 .member_thumb img {
1178 padding: 0;
1179 margin: 0;
1180 vertical-align: bottom;
1181 border-radius: 7px;
1184 .member_thumb .member_name {
1185 position: absolute;
1186 left: 56px;
1187 top: 2ex;
1188 font-size: 100%;
1189 width: 14em;
1192 .member_thumb .flags {
1193 text-align: right;
1194 font-size: 75%;
1197 .member_thumb .flags a,
1198 .member_thumb .flags img {
1199 position: static;
1200 float: right;
1201 margin-left: 0.5em;
1204 .member_thumb .flags .in_delegation_chain {
1205 font-weight: bold;
1208 .member .right {
1209 float: right;
1212 .member_thumb.not_accepted,
1213 .member_thumb.not_informed {
1214 background: #fff;
1217 .member_thumb.not_accepted .member_image,
1218 .member_thumb.not_accepted .member_name,
1219 .member_thumb.not_informed .member_image,
1220 .member_thumb.not_informed .member_name {
1221 opacity: 0.4;
1224 .member_thumb.in_delegation_chain {
1225 background-color: #cdf;
1228 .member_statement,
1229 .draft_content,
1230 .suggestion_content {
1231 background-color: #f2f2f2;
1232 padding: 1ex;
1233 border-radius: 8px;
1236 .member_statement {
1237 margin-right: 250px;
1240 #suggestion_description {
1241 height: 15ex;
1244 .diff {
1245 background-color: #f2f2f2;
1246 border: 1px solid #ccc;
1247 padding: 1ex;
1250 .diff_added {
1251 background-color: #cfc;
1252 text-decoration: underline;
1255 .diff_removed {
1256 background-color: #fcc;
1257 text-decoration: line-through;
1260 .slot_issue_info {
1261 background-color: #f2f2f2;
1262 border: 1px solid #ccc;
1263 float: right;
1264 padding: 0.5ex;
1265 line-height: 130%;
1266 margin-right: 1em;
1269 .issue_info label {
1270 float: left;
1271 width: 8em;
1272 text-transform: uppercase;
1273 font-size: 70%;
1274 color: #777;
1275 font-weight: bold;
1276 clear: left;
1277 text-align: right;
1278 margin-right: 0.7em;
1281 .admitted_info {
1282 background-color: #dfd;
1283 padding: 1ex;
1284 margin-bottom: 2ex;
1285 border-radius: 8px;
1288 .not_admitted_info,
1289 .revoked_info {
1290 background-color: #fdd;
1291 padding: 1ex;
1292 margin-bottom: 2ex;
1293 border-radius: 8px;
1296 .draft_updated_info,
1297 .voting_active_info,
1298 .initiator_invite_info,
1299 .motd,
1300 .public_access_issue_head {
1301 background-color: #fffbce;
1302 padding: 1ex;
1303 margin-top: 2ex;
1304 margin-bottom: 2ex;
1305 border-radius: 8px;
1306 border: 1px solid #ffe900;
1309 .suggestion_fulfilled {
1310 width: 15em;
1312 .suggestion_fulfilled a.action {
1313 padding-left: 0;
1314 line-height: 120%;
1317 .help,
1318 .use_terms {
1319 border-radius: 8px;
1320 border: 1px solid #ffe900;
1321 background-color: #fffbce;
1322 color: #000;
1323 padding: 1ex;
1326 .help_visible {
1327 margin-top: 2ex;
1328 margin-bottom: 1ex;
1331 .help_visible .help_icon {
1332 float: right;
1335 .slot_help_hidden {
1336 float: right;
1337 margin-right: 1em;
1338 margin-top: 1ex;
1341 .help_actions {
1342 font-size: 75%;
1343 float: right;
1346 .help_actions a {
1347 margin-right: 1em;
1348 color: #468;
1351 .wiki {
1352 line-height: 133%;
1355 .wiki h1,
1356 .wiki h2,
1357 .wiki h3,
1358 .wiki h4 {
1359 margin-top: 1ex;
1360 margin-bottom: 1ex;
1363 .wiki h1 {
1364 font-size: 150%;
1365 font-weight: bold;
1368 .wiki h2 {
1369 font-size: 125%;
1370 font-weight: bold;
1373 .wiki h3 {
1374 font-size: 125%;
1377 .wiki h4 {
1378 font-size: 100%;
1379 font-weight: bold;
1382 .wiki p {
1383 margin-top: 1ex;
1384 margin-bottom: 1ex;
1387 form .warning {
1388 background-color: #ffd;
1389 color: #000;
1390 border: 1px solid #dda;
1391 margin: 1ex;
1392 margin-bottom: 2ex;
1393 padding: 1ex;
1396 a.not_voted {
1397 display: block;
1398 background-color: #fec;
1399 color: #000;
1402 .action_active {
1403 background-color: #fec;
1406 .heading {
1407 display: block;
1408 font-size: 120%;
1409 font-weight: bold;
1412 .heading.first {
1413 margin-top: 0;
1416 .menu_list li {
1417 padding-top: 1ex;
1418 padding-bottom: 1ex;
1421 .deactivated_member_info {
1422 background-color: #a00;
1423 color: #fff;
1426 /*************************************************************************
1427 * Voting
1428 */
1430 #voting_form {
1431 margin-top: 20px;
1434 #voting {
1435 position: relative;
1438 #voting .approval, .abstention, .disapproval {
1439 border: 2px black solid;
1440 margin-top: 2ex;
1441 margin-bottom: 5ex;
1442 padding: 1ex;
1443 padding-bottom: 2ex;
1444 border-radius: 8px;
1446 #voting .approval {
1447 background-color: #9f9;
1449 #voting .approval .movable {
1450 background-color: #dfd;
1452 #voting .abstention {
1453 background-color: #ccc;
1455 #voting .abstention .movable {
1456 background-color: #f2f2f2;
1458 #voting .disapproval {
1459 background-color: #f88;
1461 #voting .disapproval .movable {
1462 background-color: #fbb;
1464 #voting .cathead {
1465 font-weight: bold;
1467 #voting .movable {
1468 position: relative;
1469 border: 1px black solid;
1470 margin-top: 1ex;
1471 padding: 0.5ex;
1472 border-radius: 8px;
1474 #voting .voting_form_active .movable {
1475 cursor: pointer;
1477 #voting .voting_form_active .clickable {
1478 cursor: auto;
1480 #voting .voting_form_active a.clickable {
1481 cursor: pointer;
1484 #voting .grabber {
1485 vertical-align: middle;
1486 cursor: move;
1489 /*************************************************************************
1490 * timeline
1491 */
1492 div.ignore_area_list {
1493 float: left;
1494 width: 90%;
1495 margin: 0 0 1em 0;
1498 div.ignore_area_list >
1499 label.ui_field_label {
1500 text-align: left ;
1501 width: 100%;
1502 border-bottom:1px solid #000000;
1503 color: #000000;
1504 font-size:75%;
1505 font-weight:bold;
1506 vertical-align:bottom;
1507 text-transform:none;
1508 padding:0.5ex 0.5em
1511 div.ignore_area_item {
1512 clear: none;
1513 float: left;
1514 min-width: 10em;
1515 margin: 0.1ex 0.5em;
1516 margin-right: 0.5em;
1519 div.ignore_area_item > input {
1520 float: none;
1521 clear: none;
1522 display: inline;
1525 div.ignore_area_item >
1526 label.ui_field_label {
1527 float: none;
1528 clear: none;
1529 text-align: left;
1530 display: inline;
1533 div.timeline_results {
1534 clear: both;
1537 /* shadows */
1539 .box {
1540 border: 1px solid #aaa;
1541 border-radius: 8px;
1542 padding: 1ex;
1545 .member_area_list .box {
1546 border: none;
1547 padding: 0;
1550 .slot_initiatives_list,
1551 .actions,
1552 .issues .issue,
1553 .ui_tabs_links a,
1554 .draft_content,
1555 .help,
1556 .use_terms,
1557 .motd,
1558 .ui_filter a.active,
1559 .vote_info .content,
1560 .member_area_list,
1561 .box {
1562 box-shadow: #777 0px 5px 5px -5px;
1563 -mox-box-shadow: #777 0px 5px 5px -5px;
1564 -webkit-box-shadow: #777 0px 5px 5px -5px;
1567 .member_area_list .box {
1568 box-shadow: none;
1569 -mox-box-shadow: none;
1570 -webkit-box-shadow: none;
1573 .slot_footer {
1574 margin: 0 1%;
1575 border-top: 1px solid #ccc;
1576 padding: 1ex;
1577 font-size: 80%;
1578 text-align: center;
1580 .slot_footer,
1581 .slot_footer a {
1582 color: #666;
1585 .footer {
1586 margin: 0 auto;
1587 max-width: 1130px;

Impressum / About Us