liquid_feedback_frontend

view static/style.css @ 623:8478b5027817

Optical enhancements, going to blue
author bsw
date Mon Jun 25 16:26:53 2012 +0200 (2012-06-25)
parents cc542ac26edc
children 0c756a7fb8e7
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 xoverflow: auto;
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: 6px;
179 font-weight: bold;
180 }
182 .topbar .instance_name,
183 .topbar a {
184 color: #eee;
185 line-height: 30px;
186 }
188 .topbar a:hover {
189 color: #fc0;
190 }
192 .navigation {
193 background-color: #333;
194 line-height: 200%;
195 }
197 .topbar img {
198 margin-right: 0.5em;
199 vertical-align: middle;
200 }
202 .topbar 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 .navigation_right {
214 float: right;
215 padding-right: 1%;
216 }
219 #member_menu {
220 z-index: 2;
221 }
223 #member_menu li {
224 float: left;
225 }
227 #member_menu li:hover {
228 position: relative;
229 z-index: 4;
230 cursor: default;
231 }
233 #member_menu {
234 margin: 0;
235 padding: 0;
236 width: 200px;
237 }
239 #member_menu > li {
240 width: 200px;
241 }
243 #member_menu li a {
244 float: right;
245 }
247 #member_menu ul {
248 margin: 0;
249 padding: 0;
250 list-style-type: none;
251 display: none;
252 position: absolute;
253 top: 100%;
254 left: 0;
255 z-index: 3;
256 width: 200px;
257 border-radius: 0 0 8px 8px;
258 background: #000;
259 }
261 #member_menu ul li {
262 float: none;
263 }
265 #member_menu ul li a {
266 float: none;
267 background: #000;
268 }
270 #member_menu ul ul {
271 top: 1px;
272 right: 1px;
273 }
275 #member_menu li:hover ul {
276 display: block;
277 }
279 #member_menu li li a {
280 background: #000;
281 border-radius: 5px;
282 color: #fff;
283 }
285 #member_menu ul li:hover a {
286 background: #000;
287 color: #fc0;
288 }
290 */
291 /*************************************************************************
292 * Title of current page including path and actions
293 */
295 .slot_title {
296 font-size: 120%;
297 font-weight: bold;
298 margin-left: 10px;
299 margin-right: 10px;
300 margin-top: 1ex;
301 }
303 .slot_head {
304 background-color: #fff;
305 margin: 0px 10px 2ex 10px;
306 border: 1px solid #aaa;
307 border-radius: 0 0 8px 8px;
308 }
310 .page_head .title,
311 .issue .context,
312 .issue .title,
313 .initiative_head .title,
314 .area_list .title {
315 padding: 8px 10px 2px 10px;
316 }
318 .page_head .actions,
319 .page_head .unit_head .content,
320 .page_head .area_head .content,
321 .issue .content,
322 .initiative_head .content,
323 .area_list .unit_head .content,
324 .area_list .area .content {
325 padding: 10px 10px 0 10px;
326 }
328 .page_head .actions:last-child,
329 .page_head .unit_head .content:last-child,
330 .page_head .area_head .content:last-child,
331 .issue .content:last-child,
332 .initiative_head .content:last-child,
333 .area_list .unit_head .content:last-child,
334 .area_list .area .content:last-child {
335 padding: 10px 10px 10px 10px;
336 }
338 .page_head .initiative_list,
339 .issue .initiative_list {
340 padding-left: 8px;
341 }
343 .issue .content.actions {
344 margin-bottom: 1ex;
345 }
349 .page_head .title,
350 .issue .title,
351 .initiative_head .title,
352 .area_list .unit_head .unit_name,
353 .area_list .area_name {
354 font-weight: bold;
355 font-size: 120%;
356 }
358 .page_head .unit_head .title .extra,
359 .page_head .area_head .title .extra,
360 .issue .title .extra {
361 margin-left: 0.7em;
362 font-size: 75%;
363 }
365 .page_head .area_head .content,
366 .page_head .area_head .content a,
367 .page_head .issue .content.actions,
368 .page_head .issue .content.actions a,
369 .issues .issue .content.actions,
370 .issues .issue .content.actions a,
371 .area_list .area .content,
372 .area_list .area .content a {
373 color: #000;
374 }
377 .unit_head {
378 background-color: #44a;
379 background-image: -webkit-linear-gradient(top, #67d, #23a);
380 }
382 .unit_head:last-child {
383 border-radius: 0 0 8px 8px;
384 }
386 .area_head:last-child {
387 border-radius: 0 0 8px 8px;
388 }
390 .unit_head .content, .unit_head a {
391 color: #fff;
392 }
393 .area_head,
394 .area_list .area_head {
395 background-color: #abf;
396 background-image: -webkit-linear-gradient(top, #cdf, #bcf);
397 }
399 .area_list .area > .content,
400 .issue {
401 background-color: #e0e9ff;
402 background-image: -webkit-linear-gradient(top, #f7faff, #e0e9ff);
403 }
406 x {
407 background-image: linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%);
408 background-image: -o-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%);
409 background-image: -moz-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%);
410 background-image: -webkit-linear-gradient(top, #dde 0%, #d7d7e7 10%, #fff 100%);
411 background-image: -ms-linear-gradient(top, #eee 0%, #f7f7f7 10%, #fff 100%);
412 }
415 .delegation_info {
416 float: right;
417 text-decoration: none;
418 padding: 5px;
419 border-radius: 0px 5px 0px 5px;
420 }
422 .delegation_arrow {
423 vertical-align: middle;
424 }
426 .delegation_info .link {
427 text-decoration: underline;
428 color: #aaa;
429 }
431 .delegation_info:hover {
432 background-color: #ddd;
433 }
435 .delegation_info .micro_avatar {
436 border: 2px solid #fff;
437 }
439 .delegation_info .micro_avatar.highlighted {
440 border: 2px solid #fc0;
441 }
444 .member_list .member_image_avatar {
445 float: left;
446 margin-right: 0.5em;
447 }
449 .micro_avatar {
450 height: 24px;
451 border-radius: 4px;
452 vertical-align: middle;
453 }
455 .logo {
456 float: right;
457 margin-right: 1%;
458 }
461 .member_image_photo {
462 border-radius: 8px;
463 }
465 /*************************************************************************
466 * Main content
467 */
469 .main {
470 margin-left: 1%;
471 margin-right: 1%;
472 }
474 /*************************************************************************
475 * ui.tab
476 */
477 .ui_tabs {
478 margin: 20px 0px;
479 }
481 .ui_tabs_links a {
482 padding: 1ex 1em;
483 line-height: 300%;
484 background-color: #f7f7f7;
485 background-color: #444;
486 background-image: -webkit-linear-gradient(top, #000 0%, #444 70%, #777 90%, #888 100%);
487 color: #fff;
488 white-space: nowrap;
489 border-radius: 5px;
490 margin-right: 2px;
491 font-weight: bold;
492 }
494 .ui_tabs_links a:hover,
495 .ui_tabs_links a.selected {
496 box-shadow: 0px 0px 5px 3px #fc0;
497 }
499 .ui_tabs_links a.selected {
500 text-decoration: none;
501 }
504 /*************************************************************************
505 * ui.filters
506 */
508 .ui_filter {
509 overflow: auto;
510 margin: 2ex 0;
511 }
513 .ui_filter_head {
514 color: #777;
515 font-size: 90%;
516 float: left;
517 line-height: 200%;
518 margin-right: 2em;
519 }
521 .ui_filter a {
522 font-weight: bold;
523 margin-right: 0.5em;
524 }
527 .ui_filter_head a.active {
528 text-decoration: none;
529 background-color: #555;
530 color: #fff;
531 padding: 0.5ex 0.5em;
532 border-radius: 4px;
533 }
535 /*************************************************************************
536 * ui.paginate
537 */
539 .ui_paginate_head {
540 display: none;
541 margin-bottom: 1ex;
542 }
544 .ui_paginate_foot {
545 margin-top: 1ex;
546 }
548 .ui_paginate_select a {
549 padding: 0.5em;
550 }
552 /*************************************************************************
553 * ui.bargraph
554 */
556 .bargraph {
557 width: 103px;
558 }
560 .bargraph50 {
561 width: 52px;
562 }
564 .bargraph div {
565 float: left;
566 margin-top: 0.5ex;
567 height: 1.3ex;
568 }
570 .bargraph .quorum {
571 margin-top: 0.2ex;
572 height: 1.9ex;
573 }
575 /*************************************************************************
576 * notifications
577 */
579 div.notifications {
580 margin-top: 1ex;
581 background-color: #fdd;
582 padding: 0.5ex;
583 border: 1px solid #fbb;
584 }
586 .notifications ul {
587 margin: 0;
588 padding: 0;
589 margin-left: 2em;
590 }
592 .notifications li {
593 margin: 0;
594 padding: 0;
595 margin-top: 0.5ex;
596 }
598 /*************************************************************************
599 * vertical ui.form
600 */
602 .vertical {
603 margin-top: 2ex;
604 }
606 .login input[type=text],
607 .vertical input[type=text],
608 .login input[type=password],
609 .vertical input[type=password],
610 .vertical textarea,
611 .vertical select {
612 font-family: sans-serif;
613 font-size: 100%;
614 width: 69%;
615 border: 1px solid #444;
616 padding: 0.2ex 0.2em 0.2ex 0.2em;
617 margin-bottom: 1ex;
618 }
622 .login input[type=password],
623 .vertical input[type=password] {
624 width: 16em;
625 }
627 .vertical select {
628 padding-right: 0;
629 }
631 .login .ui_field_label,
632 .vertical .ui_field_label {
633 text-transform: uppercase;
634 font-size: 70%;
635 line-height: 120%;
636 font-weight: bold;
637 color: #777;
638 width: 29%;
639 display: block;
640 float: left;
641 clear: left;
642 text-align: right;
643 padding-right: 0.5em;
644 }
646 .ui_field_label.label_right {
647 text-align: left;
648 width: auto;
649 }
651 .login input[type=text],
652 .login input[type=password] {
653 width: 10em;
654 }
656 .login div,
657 .vertical div {
658 clear: left;
659 }
661 .vertical span {
662 display: block;
663 margin-bottom: 0.5ex;
664 }
666 .vertical span:after {
667 content: " ";
668 }
670 .vertical span span {
671 display: inline;
672 margin-bottom: 0;
673 }
675 .login input[type=submit],
676 .vertical input[type=submit] {
677 font-size: 100%;
678 margin-left: 29%;
679 background-color: #444444;
680 color: #fff;
681 border: none;
682 padding: 0.75ex;
683 }
685 .login input[type=submit]:hover,
686 .vertical input[type=submit]:hover {
687 background-color: #444444;
688 }
690 @media screen and (max-width: 480px) {
691 .login input[type=text],
692 .vertical input[type=text],
693 .login input[type=password],
694 .vertical input[type=password],
695 .vertical textarea,
696 .vertical select,
697 .vertical input[type=submit],
698 .login input[type=submit] {
699 width: 98%;
700 }
701 .login .ui_field_label,
702 .vertical .ui_field_label {
703 text-align: left;
704 width: 98%;
705 }
706 .login input[type=text],
707 .login input[type=password] {
708 width: 98%;
709 }
710 .login input[type=submit],
711 .vertical input[type=submit] {
712 margin-left: 0;
713 }
714 }
717 /*************************************************************************
718 * Positive / Negtive votes
719 */
722 .positive_votes span {
723 display: inline;
724 }
726 .positive_votes {
727 display: inline;
728 background-color: #cfc;
729 padding: 0.3ex 0.5em 0.3ex 0.5em;
730 }
732 .negative_votes span {
733 display: inline;
734 }
736 .negative_votes {
737 display: inline;
738 background-color: #fcc;
739 padding: 0.3ex 0.5em 0.3ex 0.5em;
740 }
742 .suggestion_my_opinion a,
743 .suggestion_my_opinion span {
744 white-space: nowrap;
745 padding-left: 0.2ex !important;
746 padding-right: 0.2ex !important;
747 }
749 .active {
750 background-color: #444;
751 color: #fff;
752 }
754 .active_red2 { background-color: #a00; color: #fff !important; }
755 .active_red1 { background-color: #f88; color: #000 !important; }
756 .active_green1 { background-color: #8f8; color: #000 !important; }
757 .active_green2 { background-color: #0a0; color: #000 !important; }
761 /*************************************************************************
762 * Unit list
763 */
765 .unit_list a {
766 font-weight: bold;
767 }
769 /*************************************************************************
770 * Area list
771 */
772 .area_list {
773 border: 1px solid #54c;
774 border-radius: 10px;
775 margin-top: 2ex;
776 }
778 .area_list .area {
779 border-top: 1px solid #44a;
780 }
782 .area_list .area:first-child {
783 border-top: none;
784 }
786 .area_list .unit_head {
787 border-radius: 8px 8px 0 0;
788 }
790 .area_list .unit_head:last-child {
791 border-radius: 8px;
792 }
794 .area_list .area:last-child .content:last-child{
795 border-radius: 0 0 8px 8px;
796 }
798 .area_list .area:first-child .area_head {
799 border-radius: 8px 8px 0 0;
800 }
803 /*************************************************************************
804 * Events
805 */
807 .events .date {
808 font-size: 150%;
809 font-weight: bold;
810 margin-top: 2ex;
811 line-height: 150%;
812 }
814 .event_list .event div {
815 }
817 .event_list .event .member_id {
818 float: right;
819 }
822 /*************************************************************************
823 * Issues
824 */
826 .issues {
827 clear: left;
828 margin-top: 2ex;
829 }
831 .issues .issue {
832 overflow: hidden;
833 border: 1px solid #ddd;
834 border-radius: 8px;
835 margin-bottom: 2ex;
836 }
838 .issue.interested,
839 .issue.interest_by_delegation {
840 border: 1px solid #b2cdff;
841 }
843 .issue .issue_info {
844 padding: 1ex 1ex 0.3ex 1ex;
845 line-height: 140%;
846 margin-bottom: 1ex;
847 }
849 .event_list .event .issue_id,
850 .issue .issue_info .issue_id {
851 font-size: 125%;
852 }
854 .issue .suggestion {
855 margin-left: 1ex;
856 margin-bottom: 1ex;
857 font-weight: bold;
858 }
860 .issue_policy_info {
861 font-style: italic;
862 }
864 .issue_policy_info .event_name {
865 font-weight: bold;
866 }
868 .issue_policy_info img {
869 vertical-align: middle;
870 }
872 .issue .interest_by_delegation {
873 float: right;
874 }
876 .issue .initiative_list a.highlighted {
877 font-weight: bold;
878 }
880 .initiative {
881 margin-left: 1ex;
882 margin-bottom: 1ex;
883 line-height: 50%;
884 }
886 .initiative .bar {
887 margin-right: 0.3em;
888 }
890 .initiative .rank,
891 .initiative .bar,
892 .initiative .interest {
893 float: left;
894 margin-right: 0.3em;
895 }
897 .initiative .rank {
898 width: 2.5em;
899 }
902 .initiative .interest {
903 width: 20px;
904 height: 16px;
905 line-height: 100%;
906 }
908 .initiative .name {
909 line-height: 130%;
910 margin-left: 160px;
911 }
913 @media screen and (max-width: 480px) {
914 .initiative .name {
915 clear: left;
916 margin-left: 0px;
917 }
918 }
921 .issue_initiative_list a {
922 font-weight: bold;
923 }
925 .more_initiatives_link {
926 display: block;
927 margin-left: 166px;
928 font-style: italic;
929 margin-bottom: 1ex;
930 }
932 .issue tr tr {
933 border: none;
934 background: none;
935 }
937 .initiative_link.selected {
938 font-weight: bold;
939 }
941 x.initiative_link.supported {
942 background-color: #cdf;
943 border-radius: 5px;
944 }
946 x.initiative_link.potentially_supported {
947 background-color: #cdf;
948 border-radius: 5px;
949 }
951 .lang_chooser {
952 float: right;
953 margin-right: 0.5em;
954 }
956 .delegation_list_entry {
957 margin-right: 2em;
958 margin-bottom: 2ex;
959 float: left;
960 clear: left;
961 }
963 .delegation_list_entry .delegation_arrow {
964 float: left;
965 }
967 .delegation_list_entry .delegation_scope {
968 float: left;
969 width: 25em;
970 }
972 .delegation_list_entry .delegation_scope a {
973 display: block;
974 }
976 .member_list .member_thumb {
977 float: left;
978 margin-right: 1em;
979 margin-bottom: 2ex;
980 }
982 .member_thumb {
983 text-decoration: none;
984 width: 14.5em;
985 height: 48px;
986 display: block;
987 float: left;
988 background-color: #f2f2f2;
989 overflow: hidden;
990 position: relative;
991 border-radius: 7px;
992 padding: 2px;
993 }
995 .member_thumb a:hover div {
996 background-color: #444;
997 color: #fff;
998 }
1000 .member_thumb img {
1001 padding: 0;
1002 margin: 0;
1003 vertical-align: bottom;
1004 border-radius: 7px;
1007 .member_thumb .member_name {
1008 position: absolute;
1009 left: 56px;
1010 top: 2ex;
1011 font-size: 100%;
1012 width: 14em;
1015 .member_thumb .flags {
1016 float: right;
1017 font-size: 75%;
1020 .member_thumb .flags a,
1021 .member_thumb .flags img {
1022 position: static;
1023 float: right;
1024 margin-left: 0.5em;
1027 .member_thumb .flags .in_delegation_chain {
1028 font-weight: bold;
1031 .member .right {
1032 float: right;
1035 .member_thumb.not_accepted,
1036 .member_thumb.not_informed {
1037 background: #fff;
1040 .member_thumb.not_accepted .member_image,
1041 .member_thumb.not_accepted .member_name,
1042 .member_thumb.not_informed .member_image,
1043 .member_thumb.not_informed .member_name {
1044 opacity: 0.4;
1047 .member_thumb {
1048 border: 2px solid #fff;
1051 .member_thumb.in_delegation_chain {
1052 border: 2px solid #fc0;
1055 .member_statement,
1056 .draft_content,
1057 .suggestion_content {
1058 background-color: #f2f2f2;
1059 padding: 1ex;
1060 border-radius: 8px;
1063 .member_statement {
1064 margin-right: 250px;
1067 #suggestion_description {
1068 height: 15ex;
1071 .diff {
1072 background-color: #f2f2f2;
1073 border: 1px solid #ccc;
1074 padding: 1ex;
1077 .diff_added {
1078 background-color: #cfc;
1079 text-decoration: underline;
1082 .diff_removed {
1083 background-color: #fcc;
1084 text-decoration: line-through;
1087 .slot_issue_info {
1088 background-color: #f2f2f2;
1089 border: 1px solid #ccc;
1090 float: right;
1091 padding: 0.5ex;
1092 line-height: 130%;
1093 margin-right: 1em;
1096 .issue_info label {
1097 float: left;
1098 width: 8em;
1099 text-transform: uppercase;
1100 font-size: 70%;
1101 color: #777;
1102 font-weight: bold;
1103 clear: left;
1104 text-align: right;
1105 margin-right: 0.7em;
1108 .admitted_info {
1109 background-color: #dfd;
1110 padding: 1ex;
1111 border-radius: 8px;
1114 .not_admitted_info,
1115 .revoked_info {
1116 background-color: #fdd;
1117 padding: 1ex;
1118 border-radius: 8px;
1121 .draft_updated_info,
1122 .voting_active_info,
1123 .initiator_invite_info,
1124 .motd,
1125 .public_access_issue_head {
1126 background-color: #fffbce;
1127 padding: 1ex;
1128 margin-top: 1ex;
1129 margin-bottom: 2ex;
1130 border-top: 1px solid #ffe900;
1131 border-bottom: 1px solid #ffe900;
1134 .suggestion_fulfilled {
1135 width: 15em;
1137 .suggestion_fulfilled a.action {
1138 padding-left: 0;
1139 line-height: 120%;
1142 .help,
1143 .use_terms {
1144 border-radius: 8px;
1145 border: 1px solid #ffe900;
1146 background-color: #fffbce;
1147 color: #000;
1148 padding: 1ex;
1151 .help_visible {
1152 margin-top: 2ex;
1153 margin-bottom: 1ex;
1156 .help_visible .help_icon {
1157 float: right;
1160 .slot_help_hidden {
1161 float: left;
1162 margin-top: 1ex;
1165 .help_actions {
1166 font-size: 75%;
1167 float: right;
1170 .help_actions a {
1171 margin-right: 1em;
1172 color: #468;
1175 .wiki {
1176 line-height: 133%;
1179 .wiki h1,
1180 .wiki h2,
1181 .wiki h3,
1182 .wiki h4 {
1183 margin-top: 1ex;
1184 margin-bottom: 1ex;
1187 .wiki h1 {
1188 font-size: 150%;
1189 font-weight: bold;
1192 .wiki h2 {
1193 font-size: 125%;
1194 font-weight: bold;
1197 .wiki h3 {
1198 font-size: 125%;
1201 .wiki h4 {
1202 font-size: 100%;
1203 font-weight: bold;
1206 .wiki p {
1207 margin-top: 1ex;
1208 margin-bottom: 1ex;
1211 form .warning {
1212 background-color: #ffd;
1213 color: #000;
1214 border: 1px solid #dda;
1215 margin: 1ex;
1216 margin-bottom: 2ex;
1217 padding: 1ex;
1220 a.not_voted {
1221 display: block;
1222 background-color: #fec;
1223 color: #000;
1226 .action_active {
1227 background-color: #fec;
1230 .heading {
1231 display: block;
1232 font-size: 120%;
1233 font-weight: bold;
1236 .heading.first {
1237 margin-top: 0;
1240 .menu_list li {
1241 padding-top: 1ex;
1242 padding-bottom: 1ex;
1245 .deactivated_member_info {
1246 background-color: #a00;
1247 color: #fff;
1250 /*************************************************************************
1251 * Voting
1252 */
1254 #voting_form {
1255 margin-top: 20px;
1258 #voting {
1259 position: relative;
1262 #voting .approval, .abstention, .disapproval {
1263 border: 2px black solid;
1264 margin-top: 2ex;
1265 margin-bottom: 5ex;
1266 padding: 1ex;
1267 padding-bottom: 2ex;
1268 border-radius: 8px;
1270 #voting .approval {
1271 background-color: #9f9;
1273 #voting .approval .movable {
1274 background-color: #dfd;
1276 #voting .abstention {
1277 background-color: #ccc;
1279 #voting .abstention .movable {
1280 background-color: #f2f2f2;
1282 #voting .disapproval {
1283 background-color: #f88;
1285 #voting .disapproval .movable {
1286 background-color: #fbb;
1288 #voting .cathead {
1289 font-weight: bold;
1291 #voting .movable {
1292 position: relative;
1293 border: 1px black solid;
1294 margin-top: 1ex;
1295 padding: 0.5ex;
1296 border-radius: 8px;
1298 #voting .voting_form_active .movable {
1299 cursor: pointer;
1301 #voting .voting_form_active .clickable {
1302 cursor: auto;
1304 #voting .voting_form_active a.clickable {
1305 cursor: pointer;
1308 #voting .movable {
1309 vertical-align: middle;
1310 cursor: move;
1313 /*************************************************************************
1314 * timeline
1315 */
1316 div.ignore_area_list {
1317 float: left;
1318 width: 90%;
1319 margin: 0 0 1em 0;
1322 div.ignore_area_list >
1323 label.ui_field_label {
1324 text-align: left ;
1325 width: 100%;
1326 border-bottom:1px solid #000000;
1327 color: #000000;
1328 font-size:75%;
1329 font-weight:bold;
1330 vertical-align:bottom;
1331 text-transform:none;
1332 padding:0.5ex 0.5em
1335 div.ignore_area_item {
1336 clear: none;
1337 float: left;
1338 min-width: 10em;
1339 margin: 0.1ex 0.5em;
1340 margin-right: 0.5em;
1343 div.ignore_area_item > input {
1344 float: none;
1345 clear: none;
1346 display: inline;
1349 div.ignore_area_item >
1350 label.ui_field_label {
1351 float: none;
1352 clear: none;
1353 text-align: left;
1354 display: inline;
1357 div.timeline_results {
1358 clear: both;
1361 /* shadows */
1363 .initiative_head,
1364 .box,
1365 div.notifications {
1366 border-radius: 8px;
1369 .initiative_head,
1370 .box {
1371 border: 1px solid #aaa;
1374 .box {
1375 padding: 1ex;
1378 .slot_head,
1379 .area_list,
1380 .initiative_head,
1381 .issues .issue,
1382 .ui_tabs_links a,
1383 .draft_content,
1384 .help,
1385 .use_terms,
1386 .motd,
1387 .vote_info .content,
1388 .box,
1389 div.notifications {
1390 box-shadow: #777 0px 5px 5px -5px;
1391 -mox-box-shadow: #777 0px 5px 5px -5px;
1392 -webkit-box-shadow: #ddd 3px 3px 3px -1px;
1393 clear: both;
1396 .slot_footer {
1397 margin: 0 1%;
1398 border-top: 1px solid #ccc;
1399 padding: 1ex;
1400 font-size: 80%;
1401 text-align: center;
1403 .slot_footer,
1404 .slot_footer a {
1405 color: #666;
1408 .footer {
1409 margin: 0 auto;
1410 max-width: 1130px;

Impressum / About Us