liquid_feedback_frontend

annotate static/style.css @ 1558:5e7d76a32227

Hide discard vote button after voting is closed
author bsw
date Tue Nov 10 20:23:37 2020 +0100 (2020-11-10)
parents 701a5cf6b067
children
rev   line source
bsw@373 1
bsw@325 2 /* Style reset */
bsw@325 3 html,
bsw@325 4 body,
bsw@325 5 div,
bsw@325 6 span,
bsw@325 7 applet,
bsw@325 8 object,
bsw@325 9 iframe,
bsw@325 10 h1, h2, h3, h4, h5, h6,
bsw@329 11 p, a, img,
bsw@325 12 form, label, legend,
bsw@325 13 table, tbody, tfoot, thead, tr, th,td {
bsw@325 14 margin: 0;
bsw@325 15 padding: 0;
bsw@325 16 border: 0;
bsw@325 17 outline: 0;
bsw@325 18 font-weight: inherit;
bsw@325 19 font-style: inherit;
bsw@325 20 font-size: 100%;
bsw@325 21 font-family: inherit;
bsw@325 22 vertical-align: baseline;
bsw@325 23 }
bsw@325 24 body {
bsw@325 25 line-height: 1;
bsw@325 26 color: black;
bsw@325 27 background: white;
bsw@325 28 }
bsw@371 29 li {
bsw@371 30 line-height: 133%;
bsw@371 31 }
bsw@366 32 p {
bsw@366 33 margin-top: 2ex;
bsw@366 34 margin-bottom: 2ex;
bsw@366 35 }
bsw@650 36 a {
bsw@650 37 text-decoration: underline;
bsw@650 38 }
bsw@325 39 table {
bsw@325 40 border-collapse: separate;
bsw@325 41 border-spacing: 0;
bsw@325 42 }
bsw@325 43 caption, th, td {
bsw@325 44 text-align: left;
bsw@325 45 font-weight: normal;
bsw@325 46 }
bsw@838 47 a:focus {
bsw@838 48 outline: 1px solid #f90;
bsw@838 49 }
bsw/jbe@0 50 /*************************************************************************
bsw/jbe@0 51 * Some global definitions
bsw/jbe@0 52 */
bsw/jbe@0 53
poelzi@147 54 body {
bsw@710 55 background: #f8f8f9;
bsw@709 56 background-image: url("back.png");
bsw@371 57 line-height: 120%:
poelzi@147 58 }
poelzi@147 59
bsw/jbe@0 60 body, th, td {
bsw/jbe@0 61 font-family: sans-serif;
bsw@671 62 font-size: 10pt;
bsw/jbe@0 63 padding: 0;
bsw/jbe@0 64 margin: 0;
bsw/jbe@0 65 }
bsw/jbe@0 66
bsw@988 67 table.striped tr:nth-child(even) td {
bsw@988 68 background-color: #ddd;
bsw@988 69 }
bsw@988 70 table.striped td, table.striped label {
bsw@988 71 vertical-align: middle;
bsw@988 72 }
bsw@988 73 table.striped label {
bsw@988 74 vertical-align: top;
bsw@988 75 }
bsw@988 76
bsw@432 77 .page,
bsw@432 78 .topbar_content {
bsw@431 79 max-width: 1130px;
bsw@431 80 margin: 0 auto;
bsw@431 81 }
bsw@431 82
bsw/jbe@0 83 body, a {
bsw/jbe@0 84 color: #000;
bsw/jbe@0 85 }
bsw/jbe@0 86
bsw/jbe@0 87 img {
bsw/jbe@0 88 border: none;
bsw/jbe@0 89 }
bsw/jbe@0 90
bsw/jbe@0 91 table {
bsw/jbe@0 92 border-collapse: collapse;
bsw/jbe@0 93 border: none;
bsw/jbe@0 94 }
bsw/jbe@0 95
bsw/jbe@0 96 td, th {
bsw@278 97 padding: 0.5ex 0.5em 0.5ex 0em;
bsw@2 98 }
bsw@2 99
bsw@2 100 td {
bsw/jbe@0 101 vertical-align: top;
bsw@2 102 }
bsw@2 103
bsw@2 104 th {
bsw@2 105 vertical-align: bottom;
bsw@2 106 font-weight: bold;
bsw/jbe@0 107 }
bsw/jbe@0 108
bsw/jbe@0 109 a.active {
bsw/jbe@0 110 color: #fff;
bsw/jbe@0 111 }
bsw/jbe@0 112
bsw@10 113 .revoked {
bsw@10 114 text-decoration: line-through;
bsw@10 115 }
bsw@10 116
bsw/jbe@0 117 .highlighted {
bsw/jbe@0 118 background-color: #fa7;
bsw/jbe@0 119 color: #000;
bsw/jbe@0 120 }
bsw/jbe@0 121
bsw/jbe@0 122 .admin_only {
bsw/jbe@0 123 font-style: italic;
bsw/jbe@0 124 }
bsw/jbe@0 125
bsw@9 126 h1 {
bsw@9 127 font-size: 150%;
bsw@9 128 }
bsw@9 129
bsw@9 130 h2 {
bsw@9 131 font-size: 125%;
bsw@9 132 }
bsw@9 133
poelzi@145 134 .inline {
poelzi@145 135 display: inline;
poelzi@145 136 }
bsw@9 137
bsw@988 138 input[type=submit] {
bsw@988 139 border-radius: 4px;
bsw@988 140 }
bsw@988 141
bsw@1045 142 .btn-default {
bsw@1045 143
bsw@1045 144 }
bsw@1045 145
bsw/jbe@0 146 /*************************************************************************
bsw/jbe@0 147 * Notices, warnings and errors
bsw/jbe@0 148 */
bsw/jbe@0 149
bsw/jbe@0 150 .layout_notice, .layout_error, .layout_warning {
bsw@325 151 background: #fff;
bsw@325 152 font-weight: bold;
bsw@325 153 line-height: 1.7em;
bsw@325 154 -moz-opacity:0.7;
bsw/jbe@0 155 }
bsw/jbe@0 156
bsw/jbe@0 157 .slot_notice, .slot_warning, .slot_error {
bsw@325 158 padding-left: 1em;
bsw/jbe@0 159 }
bsw/jbe@0 160
bsw/jbe@0 161 .slot_notice {
bsw@325 162 background-color: #cfc;
bsw@325 163 color: #040;
bsw/jbe@0 164 }
bsw/jbe@0 165
bsw/jbe@0 166 .slot_warning {
bsw@325 167 background-color: #fec;
bsw@325 168 color: #420;
bsw/jbe@0 169 }
bsw/jbe@0 170
bsw/jbe@0 171 .slot_error {
bsw@325 172 background-color: #fcc;
bsw@325 173 color: #400;
bsw/jbe@0 174 }
bsw/jbe@0 175
bsw/jbe@0 176 /*************************************************************************
bsw/jbe@0 177 * Navigation, search and language chooser bar
bsw/jbe@0 178 */
bsw/jbe@0 179
bsw/jbe@0 180 .topbar {
bsw@650 181 background: -webkit-linear-gradient(top, #777, #000);
bsw@650 182 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000));
bsw@650 183 background: -moz-linear-gradient(#777, #000);
bsw@650 184 background: -ms-linear-gradient(#777, #000);
bsw@650 185 background: -o-linear-gradient(#777, #000);
bsw@650 186 background: linear-gradient(#777, #000);
bsw@809 187 background-color: #333;
bsw@373 188 box-shadow: #aaa 0 0 5px;
bsw@318 189 -mox-box-shadow: #aaa 0 0 5px;
bsw@318 190 -webkit-box-shadow: #aaa 0 0 5px;
bsw@467 191 border-top: 1px solid #333;
bsw@680 192 line-height: 35px;
bsw@680 193 padding-top: 5px;
bsw@704 194 font-size: 115%;
bsw@273 195 }
bsw@273 196
bsw@683 197 .logo_liquidfeedback {
bsw@682 198 font-weight: bold;
bsw@763 199 margin-left: 15px;
bsw/jbe@0 200 }
bsw/jbe@0 201
bsw@525 202 .topbar .instance_name,
bsw/jbe@0 203 .topbar a {
bsw@414 204 line-height: 30px;
bsw@699 205 color: #f7f7f7;
bsw/jbe@0 206 }
bsw/jbe@0 207
bsw@682 208 .topbar a:hover,
bsw@838 209 .topbar a:hover .logo_liquidfeedback,
bsw@838 210 .topbar a:focus,
bsw@838 211 .topbar a:focus .logo_liquidfeedback {
bsw@624 212 color: #f90;
bsw/jbe@0 213 }
bsw/jbe@0 214
bsw@373 215 .navigation {
bsw@274 216 line-height: 200%;
bsw/jbe@0 217 }
bsw/jbe@0 218
bsw@525 219 .topbar img {
bsw/jbe@0 220 margin-right: 0.5em;
bsw/jbe@0 221 vertical-align: middle;
bsw/jbe@0 222 }
bsw/jbe@0 223
bsw@586 224 .topbar a {
bsw@373 225 padding: 0 0.5em;
bsw@373 226 float: left;
bsw@373 227 display: block;
bsw@467 228 white-space: nowrap;
bsw/jbe@0 229 }
bsw/jbe@0 230
bsw@250 231 form.unit_selector {
bsw@250 232 display: inline;
bsw@250 233 }
bsw@250 234
bsw@525 235 .topbar .navigation_right {
bsw@414 236 float: right;
bsw@467 237 padding-right: 1%;
bsw/jbe@0 238 }
bsw/jbe@0 239
bsw@650 240 .topbar ul {
bsw@650 241 list-style-type: none;
bsw@650 242 }
bsw@650 243
bsw@586 244
bsw@586 245 #member_menu {
bsw@586 246 z-index: 2;
bsw@586 247 }
bsw@586 248
bsw@586 249 #member_menu li {
bsw@586 250 float: left;
bsw@586 251 }
bsw@586 252
bsw@586 253 #member_menu li:hover {
bsw@586 254 position: relative;
bsw@586 255 z-index: 4;
bsw@586 256 cursor: default;
bsw@525 257 }
bsw@525 258
bsw@525 259 #member_menu {
bsw@586 260 margin: 0;
bsw@586 261 padding: 0;
bsw@586 262 width: 200px;
bsw@586 263 }
bsw@587 264
bsw@587 265 #member_menu > li {
bsw@587 266 width: 200px;
bsw@587 267 }
bsw@587 268
bsw@587 269 #member_menu li a {
bsw@587 270 float: right;
bsw@587 271 }
bsw@586 272
bsw@586 273 #member_menu ul {
bsw@586 274 margin: 0;
bsw@586 275 padding: 0;
bsw@586 276 list-style-type: none;
bsw@586 277 display: none;
bsw@586 278 position: absolute;
bsw@586 279 top: 100%;
bsw@586 280 left: 0;
bsw@586 281 z-index: 3;
bsw@586 282 width: 200px;
bsw@586 283 border-radius: 0 0 8px 8px;
bsw@586 284 background: #000;
bsw@586 285 }
bsw@586 286
bsw@586 287 #member_menu ul li {
bsw@586 288 float: none;
bsw@586 289 }
bsw@586 290
bsw@586 291 #member_menu ul li a {
bsw@586 292 float: none;
bsw@622 293 background: #000;
bsw@682 294 font-size: 80%;
bsw@586 295 }
bsw@586 296
bsw@586 297 #member_menu ul ul {
bsw@586 298 top: 1px;
bsw@586 299 right: 1px;
bsw@586 300 }
bsw@586 301
bsw@586 302 #member_menu li:hover ul {
bsw@586 303 display: block;
bsw@586 304 }
bsw@586 305
bsw@586 306 #member_menu li li a {
bsw@586 307 background: #000;
bsw@586 308 border-radius: 5px;
bsw@586 309 color: #fff;
bsw@586 310 }
bsw@586 311
bsw@622 312 #member_menu ul li:hover a {
bsw@622 313 background: #000;
bsw@624 314 color: #f90;
bsw@525 315 }
bsw@525 316
bsw@586 317 */
bsw/jbe@0 318 /*************************************************************************
bsw/jbe@0 319 * Title of current page including path and actions
bsw/jbe@0 320 */
bsw/jbe@0 321
bsw@525 322 .slot_title {
bsw@704 323 font-size: 115%;
bsw@525 324 font-weight: bold;
bsw@525 325 margin-left: 10px;
bsw@525 326 margin-right: 10px;
bsw@525 327 margin-top: 1ex;
bsw@525 328 }
bsw@525 329
bsw@564 330 .slot_head {
bsw@525 331 background-color: #fff;
bsw@633 332 margin: 0px 1% 2ex 1%;
bsw@633 333 border: 1px solid #555;
bsw@650 334 border-top: none;
bsw@633 335 border-radius: 0 0 8px 8px;
bsw@633 336 }
bsw@633 337
bsw@642 338
bsw@671 339 .member_thumb,
bsw@643 340 .member_statement,
bsw@643 341 .suggestion_content,
bsw@642 342 .slot_head,
bsw@642 343 .area_list,
bsw@642 344 .initiative_head,
bsw@642 345 .issues .issue,
bsw@642 346 .ui_tabs_links a,
bsw@645 347 .ui_filter a,
bsw@642 348 .help,
bsw@642 349 .use_terms,
bsw@642 350 .motd,
bsw@642 351 .vote_info .content,
bsw@642 352 .box,
bsw@642 353 div.notifications {
bsw@642 354 background-color: #fff;
bsw@673 355 box-shadow: #ccc 2px 2px 4px;
bsw@673 356 -mox-box-shadow: #ccc 2px 2px 4px;
bsw@673 357 -webkit-box-shadow: #ccc 2px 2px 4px;
bsw@642 358 }
bsw@642 359
bsw@642 360 .slot_head > div:last-child {
bsw@525 361 border-radius: 0 0 8px 8px;
bsw@412 362 }
bsw@412 363
bsw@564 364 .page_head .title,
bsw@525 365 .issue .context,
bsw@704 366 .initiative_head .title {
bsw@704 367 padding: 8px 10px 2px 10px;
bsw@704 368 }
bsw@704 369
bsw@725 370 .initiative_head .draft_version {
bsw@725 371 font-weight: bold;
bsw@725 372 }
bsw@725 373
bsw@725 374 .initiative_head a.title {
bsw@725 375 display: block;
bsw@725 376 }
bsw@725 377
bsw@598 378 .area_list .title {
bsw@704 379 padding: 8px 10px 0px 10px;
bsw@525 380 }
bsw@525 381
bsw@640 382 .issue .title {
bsw@792 383 clear: left;
bsw@679 384 padding: 10px 10px 0px 10px;
bsw@640 385 }
bsw@640 386
bsw@640 387 .events .issue .title {
bsw@679 388 padding: 10px 10px 15px 10px;
bsw@640 389 }
bsw@640 390
bsw@619 391 .page_head .actions,
bsw@525 392 .page_head .unit_head .content,
bsw@525 393 .page_head .area_head .content,
bsw@525 394 .issue .content,
bsw@598 395 .initiative_head .content,
bsw@619 396 .area_list .unit_head .content,
bsw@598 397 .area_list .area .content {
bsw@705 398 padding: 5px 10px 5px 10px;
bsw@704 399 line-height: 120%;
bsw@619 400 }
bsw@619 401
bsw@718 402 .initiative_head {
bsw@720 403 margin-bottom: 2ex;
bsw@718 404 }
bsw@718 405
bsw@619 406 .page_head .actions:last-child,
bsw@619 407 .page_head .unit_head .content:last-child,
bsw@619 408 .page_head .area_head .content:last-child,
bsw@619 409 .issue .content:last-child,
bsw@619 410 .initiative_head .content:last-child,
bsw@619 411 .area_list .unit_head .content:last-child,
bsw@619 412 .area_list .area .content:last-child {
bsw@705 413 padding: 5px 10px 7px 10px;
bsw@528 414 }
bsw@528 415
bsw@528 416 .page_head .initiative_list,
bsw@528 417 .issue .initiative_list {
bsw@528 418 padding-left: 8px;
bsw@525 419 }
bsw@525 420
bsw@525 421 .issue .content.actions {
bsw@528 422 margin-bottom: 1ex;
bsw@317 423 }
bsw@317 424
bsw@626 425 .area_head {
bsw@626 426 overflow: auto;
bsw@626 427 }
bsw@313 428
bsw@525 429
bsw@564 430 .page_head .title,
bsw@525 431 .issue .title,
bsw@598 432 .initiative_head .title,
bsw@619 433 .area_list .unit_head .unit_name,
bsw@598 434 .area_list .area_name {
bsw@525 435 font-weight: bold;
bsw@704 436 font-size: 115%;
bsw@313 437 }
bsw@313 438
bsw@528 439 .page_head .area_head .content,
bsw@528 440 .page_head .area_head .content a,
bsw@528 441 .page_head .issue .content.actions,
bsw@528 442 .page_head .issue .content.actions a,
bsw@528 443 .issues .issue .content.actions,
bsw@598 444 .issues .issue .content.actions a,
bsw@598 445 .area_list .area .content,
bsw@598 446 .area_list .area .content a {
bsw@619 447 color: #000;
bsw@528 448 }
bsw@525 449
bsw@623 450
bsw@623 451 .unit_head {
bsw@695 452 background: -webkit-linear-gradient(top, #67d, #23a);
bsw@695 453 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67d), color-stop(100%,#23a));
bsw@695 454 background: -moz-linear-gradient(#67d, #23a);
bsw@695 455 background: -ms-linear-gradient(#67d, #23a);
bsw@695 456 background: -o-linear-gradient(#67d, #23a);
bsw@695 457 background: linear-gradient(#67d, #23a);
bsw@809 458 background-color: #44a;
bsw@698 459 color: #f0f0f0;
bsw@528 460 }
bsw@623 461
bsw@623 462 .unit_head:last-child {
bsw@623 463 border-radius: 0 0 8px 8px;
bsw@623 464 }
bsw@623 465
bsw@623 466 .area_head:last-child {
bsw@623 467 border-radius: 0 0 8px 8px;
bsw@619 468 }
bsw@619 469
bsw@623 470 .unit_head .content, .unit_head a {
bsw@699 471 color: #f7f7f7;
bsw@623 472 }
bsw@623 473 .area_head,
bsw@623 474 .area_list .area_head {
bsw@650 475 background: -webkit-linear-gradient(top, #cdf, #abe);
bsw@650 476 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdf), color-stop(100%,#abe));
bsw@650 477 background: -moz-linear-gradient(#cdf, #abe);
bsw@650 478 background: -ms-linear-gradient(#cdf, #abe);
bsw@650 479 background: -o-linear-gradient(#cdf, #abe);
bsw@650 480 background: linear-gradient(#cdf, #abe);
bsw@809 481 background-color: #abf;
bsw@619 482 }
bsw@619 483
bsw@623 484 .area_list .area > .content,
bsw@619 485 .issue {
bsw@650 486 background: -webkit-linear-gradient(top, #f7faff, #e0e9ff);
bsw@650 487 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7faff), color-stop(100%,#e0e9ff));
bsw@650 488 background: -moz-linear-gradient(#f7faff, #e0e9ff);
bsw@650 489 background: -ms-linear-gradient(#f7faff, #e0e9ff);
bsw@650 490 background: -o-linear-gradient(#f7faff, #e0e9ff);
bsw@650 491 background: linear-gradient(#f7faff, #e0e9ff);
bsw@809 492 background-color: #e0e9ff;
bsw@619 493 }
bsw@623 494
bsw@678 495 .unit_link, .area_link {
bsw@792 496 float: left;
bsw@792 497 margin-top: 5px;
bsw@792 498 padding: 0px 5px;
bsw@678 499 border-radius: 5px;
bsw@696 500 line-height: 170%;
bsw@792 501 margin-right: 8px;
bsw@678 502 }
bsw@678 503
bsw@988 504 table .unit_link,
bsw@988 505 table .area_link {
bsw@988 506 margin-top: 1px;
bsw@988 507 }
bsw@988 508
bsw@678 509 .unit_link {
bsw@678 510 background-color: #44a;
bsw@678 511 color: #fff;
bsw@678 512 }
bsw@678 513
bsw@678 514 .area_link {
bsw@678 515 background-color: #abf;
bsw@678 516 color: #000;
bsw@678 517 }
bsw@678 518
bsw@525 519 .delegation_info {
bsw@525 520 float: right;
bsw@525 521 text-decoration: none;
bsw@525 522 padding: 5px;
bsw@525 523 border-radius: 0px 5px 0px 5px;
bsw/jbe@0 524 }
bsw/jbe@0 525
bsw@525 526 .delegation_arrow {
bsw@525 527 vertical-align: middle;
bsw/jbe@0 528 }
bsw/jbe@0 529
bsw@525 530 .delegation_info .link {
bsw@525 531 text-decoration: underline;
bsw@525 532 color: #aaa;
bsw@525 533 }
bsw@525 534
bsw@838 535 a.delegation_info:hover,
bsw@838 536 a.delegation_info:focus {
bsw@525 537 background-color: #ddd;
bsw/jbe@0 538 }
bsw/jbe@0 539
bsw@525 540 .delegation_info .micro_avatar {
bsw@624 541 border: none;
bsw@652 542 margin: 2px;
bsw@624 543 box-shadow: 1px 1px 2px #000;
bsw@280 544 }
bsw@280 545
bsw@525 546 .delegation_info .micro_avatar.highlighted {
bsw@652 547 margin: 0;
bsw@624 548 border: 2px solid #f90;
bsw@277 549 }
bsw@277 550
bsw@525 551
bsw@280 552 .member_list .member_image_avatar {
bsw/jbe@0 553 float: left;
bsw/jbe@0 554 margin-right: 0.5em;
bsw/jbe@0 555 }
bsw/jbe@0 556
bsw@274 557 .micro_avatar {
bsw@503 558 height: 24px;
bsw@274 559 border-radius: 4px;
bsw@280 560 vertical-align: middle;
bsw@274 561 }
bsw@274 562
bsw/jbe@4 563 .logo {
bsw/jbe@4 564 float: right;
bsw@431 565 margin-right: 1%;
bsw/jbe@0 566 }
bsw/jbe@0 567
poelzi@127 568
bsw@286 569 .member_image_photo {
bsw@286 570 border-radius: 8px;
bsw@286 571 }
poelzi@127 572
bsw/jbe@0 573 /*************************************************************************
bsw/jbe@0 574 * Main content
bsw/jbe@0 575 */
bsw/jbe@0 576
bsw/jbe@0 577 .main {
bsw@373 578 margin-left: 1%;
bsw@373 579 margin-right: 1%;
bsw/jbe@0 580 }
bsw/jbe@0 581
bsw/jbe@0 582 /*************************************************************************
bsw/jbe@0 583 * ui.tab
bsw/jbe@0 584 */
bsw@642 585 .ui_tabs_links {
bsw@696 586 margin: 20px 0px 10px -2px;
bsw@673 587 line-height: 300%;
bsw@564 588 }
bsw/jbe@0 589
bsw/jbe@0 590 .ui_tabs_links a {
bsw@704 591 padding: 7px 10px;
bsw@674 592 background: -webkit-linear-gradient(top, #777, #000);
bsw@674 593 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000));
bsw@674 594 background: -moz-linear-gradient(#777, #000);
bsw@674 595 background: -ms-linear-gradient(#777, #000);
bsw@674 596 background: -o-linear-gradient(#777, #000);
bsw@674 597 background: linear-gradient(#777, #000);
bsw@809 598 background-color: #444;
bsw@717 599 color: #f7f7f7;
bsw/jbe@4 600 white-space: nowrap;
bsw@642 601 border-radius: 8px;
bsw@704 602 font-size: 115%;
bsw@271 603 font-weight: bold;
bsw@696 604 margin: 2px;
bsw@704 605 margin-right: 4px;
bsw/jbe@0 606 }
bsw/jbe@0 607
bsw@623 608 .ui_tabs_links a:hover,
bsw@838 609 .ui_tabs_links a:focus,
bsw@623 610 .ui_tabs_links a.selected {
bsw@633 611 margin: 0;
bsw@704 612 margin-right: 2px;
bsw@696 613 border: 2px solid #f90;
bsw@696 614 box-shadow: 0px 0px 3px 1px #f90;
bsw@622 615 }
bsw@622 616
bsw/jbe@0 617 .ui_tabs_links a.selected {
bsw/jbe@0 618 text-decoration: none;
bsw/jbe@0 619 }
bsw/jbe@0 620
poelzi@151 621
bsw/jbe@0 622 /*************************************************************************
bsw/jbe@19 623 * ui.filters
bsw/jbe@0 624 */
bsw/jbe@0 625
bsw@275 626 .ui_filter {
bsw@529 627 overflow: auto;
bsw@704 628 margin-top: 15px;
bsw@275 629 }
bsw@275 630
bsw@275 631 .ui_filter_head {
bsw@373 632 color: #777;
bsw@373 633 line-height: 200%;
bsw@673 634 padding-bottom: 8px;
bsw@673 635 margin-bottom: 6px;
bsw@673 636 border-bottom: 1px solid #888;
bsw@673 637 }
bsw@673 638
bsw@673 639 .ui_filter_head:last-child {
bsw@673 640 border-bottom: none;
bsw@2 641 }
bsw@2 642
bsw@619 643 .ui_filter a {
bsw@619 644 font-weight: bold;
bsw@673 645 margin-right: 0;
bsw@644 646 background-color: #fff;
bsw@644 647 padding: 0.5ex 0.5em;
bsw@673 648 border-radius: 5px;
bsw@644 649 border: 1px solid #bbb;
bsw/jbe@0 650 }
bsw/jbe@0 651
bsw/jbe@19 652 .ui_filter_head a.active {
bsw@674 653 border: 1px solid #666;
bsw@619 654 text-decoration: none;
bsw@674 655 background: -webkit-linear-gradient(top, #666, #222);
bsw@673 656 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%,#222));
bsw@674 657 background: -moz-linear-gradient(#666, #222);
bsw@674 658 background: -ms-linear-gradient(#666, #222);
bsw@674 659 background: -o-linear-gradient(#666, #222);
bsw@674 660 background: linear-gradient(#666, #222);
bsw@809 661 background-color: #444;
bsw/jbe@0 662 color: #fff;
bsw/jbe@0 663 }
bsw/jbe@0 664
bsw/jbe@0 665 /*************************************************************************
bsw/jbe@0 666 * ui.paginate
bsw/jbe@0 667 */
bsw/jbe@0 668
bsw@11 669 .ui_paginate_head {
bsw@275 670 display: none;
bsw@11 671 margin-bottom: 1ex;
bsw@11 672 }
bsw@11 673
bsw@11 674 .ui_paginate_foot {
bsw@11 675 margin-top: 1ex;
bsw@720 676 margin-bottom: 4ex;
bsw@720 677 }
bsw@720 678
bsw@720 679 .initiative_head .ui_paginate_foot {
bsw@720 680 margin-bottom: 1ex;
bsw@11 681 }
bsw@11 682
bsw/jbe@0 683 .ui_paginate_select a {
bsw@275 684 padding: 0.5em;
bsw@770 685 border-radius: 4px;
bsw@988 686 line-height: 250%;
bsw@988 687 background: #eee;
bsw/jbe@0 688 }
bsw/jbe@0 689
bsw@988 690 .ui_paginate_select a.active {
bsw@988 691 background: #444;
bsw@988 692 }
bsw@988 693
bsw@988 694
bsw/jbe@0 695 /*************************************************************************
bsw/jbe@0 696 * ui.bargraph
bsw/jbe@0 697 */
bsw/jbe@0 698
bsw/jbe@0 699 .bargraph {
bsw/jbe@19 700 width: 103px;
bsw/jbe@19 701 }
bsw/jbe@19 702
bsw/jbe@19 703 .bargraph50 {
bsw/jbe@19 704 width: 52px;
bsw/jbe@0 705 }
bsw/jbe@0 706
bsw/jbe@0 707 .bargraph div {
bsw/jbe@0 708 float: left;
bsw/jbe@0 709 margin-top: 0.5ex;
bsw@2 710 height: 1.3ex;
bsw/jbe@0 711 }
bsw/jbe@0 712
bsw@500 713 .bargraph .quorum {
bsw@500 714 margin-top: 0.2ex;
bsw@500 715 height: 1.9ex;
bsw@500 716 }
bsw@500 717
bsw/jbe@0 718 /*************************************************************************
bsw@558 719 * notifications
bsw@558 720 */
bsw@558 721
bsw@569 722 div.notifications {
bsw@681 723 margin-top: 20px;
bsw@650 724 background: -webkit-linear-gradient(top, #fec, #fc9);
bsw@650 725 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec), color-stop(100%,#fc9));
bsw@650 726 background: -moz-linear-gradient(#fec, #fc9);
bsw@650 727 background: -ms-linear-gradient(#fec, #fc9);
bsw@650 728 background: -o-linear-gradient(#fec, #fc9);
bsw@650 729 background: linear-gradient(#fec, #fc9);
bsw@809 730 background-color: #fda;
bsw@561 731 padding: 0.5ex;
bsw@700 732 border: 1px solid #777;
bsw@558 733 }
bsw@558 734
bsw@558 735 .notifications ul {
bsw@558 736 margin: 0;
bsw@569 737 padding: 0;
bsw@558 738 margin-left: 2em;
bsw@558 739 }
bsw@558 740
bsw@558 741 .notifications li {
bsw@569 742 margin: 0;
bsw@569 743 padding: 0;
bsw@558 744 margin-top: 0.5ex;
bsw@558 745 }
bsw@558 746
bsw@558 747 /*************************************************************************
bsw/jbe@0 748 * vertical ui.form
bsw/jbe@0 749 */
bsw/jbe@0 750
bsw@371 751 .vertical {
bsw@371 752 margin-top: 2ex;
bsw@371 753 }
bsw@371 754
bsw/jbe@0 755 .login input[type=text],
bsw/jbe@0 756 .vertical input[type=text],
bsw/jbe@0 757 .login input[type=password],
bsw/jbe@0 758 .vertical input[type=password],
bsw/jbe@0 759 .vertical textarea,
bsw@879 760 #voting_form textarea,
bsw/jbe@0 761 .vertical select {
bsw/jbe@0 762 font-family: sans-serif;
bsw/jbe@0 763 font-size: 100%;
bsw@810 764 width: 68%;
bsw/jbe@0 765 border: 1px solid #444;
bsw/jbe@0 766 padding: 0.2ex 0.2em 0.2ex 0.2em;
bsw/jbe@0 767 margin-bottom: 1ex;
bsw/jbe@0 768 }
bsw/jbe@0 769
bsw/jbe@0 770 .login input[type=password],
bsw/jbe@0 771 .vertical input[type=password] {
bsw/jbe@0 772 width: 16em;
bsw/jbe@0 773 }
bsw/jbe@0 774
bsw/jbe@0 775 .vertical select {
bsw/jbe@0 776 padding-right: 0;
bsw/jbe@0 777 }
bsw/jbe@0 778
bsw@879 779 #voting_form .ui_field_label,
bsw/jbe@0 780 .login .ui_field_label,
bsw/jbe@0 781 .vertical .ui_field_label {
bsw@673 782 line-height: 180%;
bsw/jbe@0 783 font-weight: bold;
bsw/jbe@0 784 color: #777;
bsw@435 785 width: 29%;
bsw/jbe@0 786 display: block;
bsw/jbe@0 787 float: left;
bsw/jbe@0 788 clear: left;
bsw/jbe@0 789 text-align: right;
bsw/jbe@0 790 padding-right: 0.5em;
bsw/jbe@0 791 }
bsw/jbe@0 792
bsw@11 793 .ui_field_label.label_right {
bsw@11 794 text-align: left;
bsw@11 795 width: auto;
bsw@11 796 }
bsw@11 797
bsw/jbe@0 798 .login input[type=text],
bsw/jbe@0 799 .login input[type=password] {
bsw/jbe@0 800 width: 10em;
bsw/jbe@0 801 }
bsw/jbe@0 802
bsw/jbe@0 803 .login div,
bsw/jbe@0 804 .vertical div {
bsw/jbe@0 805 clear: left;
bsw/jbe@0 806 }
bsw/jbe@0 807
bsw/jbe@0 808 .vertical span {
bsw@769 809 line-height: 180%;
bsw/jbe@0 810 display: block;
bsw/jbe@0 811 margin-bottom: 0.5ex;
bsw/jbe@0 812 }
bsw/jbe@0 813
bsw/jbe@0 814 .vertical span:after {
bsw/jbe@0 815 content: " ";
bsw/jbe@0 816 }
bsw/jbe@0 817
bsw/jbe@0 818 .vertical span span {
bsw/jbe@0 819 display: inline;
bsw/jbe@0 820 margin-bottom: 0;
bsw/jbe@0 821 }
bsw/jbe@0 822
bsw@1045 823 .vertical .actions {
bsw@1045 824 margin-left: 33%;
bsw@1045 825 }
bsw@1045 826
bsw@1045 827
bsw@879 828 #voting_form input[type=submit],
bsw/jbe@0 829 .login input[type=submit],
bsw/jbe@0 830 .vertical input[type=submit] {
bsw/jbe@0 831 font-size: 100%;
bsw@440 832 margin-left: 29%;
bsw/jbe@0 833 background-color: #444444;
bsw/jbe@0 834 color: #fff;
bsw/jbe@0 835 border: none;
bsw/jbe@0 836 padding: 0.75ex;
bsw/jbe@0 837 }
bsw/jbe@0 838
bsw@879 839 #voting_form input[type=submit] {
bsw@879 840 margin-left: 0;
bsw@879 841 }
bsw@879 842
bsw@879 843
bsw/jbe@0 844 .login input[type=submit]:hover,
bsw@838 845 .vertical input[type=submit]:hover,
bsw@838 846 .login input[type=submit]:focus,
bsw@838 847 .vertical input[type=submit]:focus {
bsw/jbe@0 848 background-color: #444444;
bsw/jbe@0 849 }
bsw/jbe@0 850
bsw@435 851 @media screen and (max-width: 480px) {
bsw@435 852 .login input[type=text],
bsw@435 853 .vertical input[type=text],
bsw@435 854 .login input[type=password],
bsw@435 855 .vertical input[type=password],
bsw@435 856 .vertical textarea,
bsw@435 857 .vertical select,
bsw@435 858 .vertical input[type=submit],
bsw@435 859 .login input[type=submit] {
bsw@435 860 width: 98%;
bsw@435 861 }
bsw@435 862 .login .ui_field_label,
bsw@435 863 .vertical .ui_field_label {
bsw@435 864 text-align: left;
bsw@435 865 width: 98%;
bsw@435 866 }
bsw@435 867 .login input[type=text],
bsw@435 868 .login input[type=password] {
bsw@435 869 width: 98%;
bsw@435 870 }
bsw@435 871 .login input[type=submit],
bsw@435 872 .vertical input[type=submit] {
bsw@435 873 margin-left: 0;
bsw@435 874 }
bsw@435 875 }
bsw@435 876
bsw@435 877
bsw/jbe@0 878 /*************************************************************************
bsw/jbe@0 879 * Positive / Negtive votes
bsw/jbe@0 880 */
bsw/jbe@0 881
bsw/jbe@0 882
bsw/jbe@0 883 .positive_votes span {
bsw/jbe@0 884 display: inline;
bsw/jbe@0 885 }
bsw/jbe@0 886
bsw/jbe@0 887 .positive_votes {
bsw/jbe@0 888 display: inline;
bsw/jbe@0 889 background-color: #cfc;
bsw/jbe@0 890 padding: 0.3ex 0.5em 0.3ex 0.5em;
bsw/jbe@0 891 }
bsw/jbe@0 892
bsw/jbe@0 893 .negative_votes span {
bsw/jbe@0 894 display: inline;
bsw/jbe@0 895 }
bsw/jbe@0 896
bsw/jbe@0 897 .negative_votes {
bsw/jbe@0 898 display: inline;
bsw/jbe@0 899 background-color: #fcc;
bsw/jbe@0 900 padding: 0.3ex 0.5em 0.3ex 0.5em;
bsw/jbe@0 901 }
bsw/jbe@0 902
bsw/jbe@19 903 .suggestion_my_opinion a,
bsw/jbe@19 904 .suggestion_my_opinion span {
bsw/jbe@5 905 white-space: nowrap;
bsw/jbe@5 906 padding-left: 0.2ex !important;
bsw/jbe@5 907 padding-right: 0.2ex !important;
bsw/jbe@5 908 }
bsw/jbe@0 909
bsw/jbe@0 910 .active {
bsw/jbe@0 911 background-color: #444;
bsw/jbe@0 912 color: #fff;
bsw/jbe@0 913 }
bsw/jbe@0 914
bsw/jbe@0 915 .active_red2 { background-color: #a00; color: #fff !important; }
bsw/jbe@0 916 .active_red1 { background-color: #f88; color: #000 !important; }
bsw/jbe@0 917 .active_green1 { background-color: #8f8; color: #000 !important; }
bsw/jbe@0 918 .active_green2 { background-color: #0a0; color: #000 !important; }
bsw/jbe@0 919
bsw/jbe@0 920
bsw/jbe@0 921
bsw@373 922 /*************************************************************************
bsw@462 923 * Unit list
bsw@462 924 */
bsw@462 925
bsw@462 926 .unit_list a {
bsw@462 927 font-weight: bold;
bsw@462 928 }
bsw@462 929
bsw@462 930 /*************************************************************************
bsw@373 931 * Area list
bsw@373 932 */
bsw@619 933 .area_list {
bsw@697 934 border: 1px solid #444;
bsw@623 935 border-radius: 10px;
bsw@619 936 margin-top: 2ex;
bsw@382 937 }
bsw@382 938
bsw@373 939 .area_list .area {
bsw@700 940 border-top: 1px solid #777;
bsw@623 941 }
bsw@623 942
bsw@623 943 .area_list .area:first-child {
bsw@623 944 border-top: none;
bsw@619 945 }
bsw@619 946
bsw@619 947 .area_list .unit_head {
bsw@619 948 border-radius: 8px 8px 0 0;
bsw@373 949 }
bsw@373 950
bsw@623 951 .area_list .unit_head:last-child {
bsw@623 952 border-radius: 8px;
bsw@623 953 }
bsw@623 954
bsw@623 955 .area_list .area:last-child .content:last-child{
bsw@619 956 border-radius: 0 0 8px 8px;
bsw@619 957 }
bsw@619 958
bsw@623 959 .area_list .area:first-child .area_head {
bsw@619 960 border-radius: 8px 8px 0 0;
bsw@619 961 }
bsw@373 962
bsw@414 963 /*************************************************************************
bsw/jbe@0 964 * Issues
bsw/jbe@0 965 */
bsw/jbe@0 966
bsw@320 967 .issues {
bsw@320 968 clear: left;
bsw@529 969 margin-top: 2ex;
bsw@320 970 }
bsw@320 971
bsw@273 972 .issues .issue {
bsw@273 973 overflow: hidden;
bsw@696 974 border: 1px solid #777;
bsw@273 975 border-radius: 8px;
bsw@685 976 margin-bottom: 4ex;
bsw@273 977 }
bsw@273 978
bsw@525 979 .issue.interested,
bsw@525 980 .issue.interest_by_delegation {
bsw@331 981 border: 1px solid #b2cdff;
bsw@325 982 }
bsw@325 983
bsw@525 984 .issue .suggestion {
bsw@414 985 margin-bottom: 1ex;
bsw@414 986 font-weight: bold;
bsw@414 987 }
bsw@414 988
bsw@676 989 .event_info {
bsw@696 990 margin-top: 8px;
bsw@686 991 clear: left;
bsw@676 992 float: left;
bsw@686 993 line-height: 125%;
bsw@696 994 width: 240px;
bsw@674 995 display: inline;
bsw@696 996 padding: 5px 8px;
bsw@689 997 background: -webkit-linear-gradient(top, #888, #222);
bsw@686 998 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222));
bsw@689 999 background: -moz-linear-gradient(#888, #222);
bsw@689 1000 background: -ms-linear-gradient(#888, #222);
bsw@689 1001 background: -o-linear-gradient(#888, #222);
bsw@689 1002 background: linear-gradient(#888, #222);
bsw@809 1003 background-color: #444;
bsw@696 1004 color: #fff;
bsw@696 1005 font-style: italic;
bsw@686 1006 border-radius: 8px 0 0 8px;
bsw@674 1007 }
bsw@674 1008
bsw@686 1009 .event_info a {
bsw@686 1010 color: #fff;
bsw@676 1011 }
bsw@676 1012
bsw@676 1013 .events .issue {
bsw@686 1014 min-height: 15ex;
bsw@696 1015 border: 1px solid #777;
bsw@286 1016 }
bsw@286 1017
bsw@676 1018 .event_info .event_name,
bsw@414 1019 .issue_policy_info .event_name {
bsw@414 1020 font-weight: bold;
bsw@414 1021 }
bsw@414 1022
bsw@770 1023 .more_events_links {
bsw@770 1024 margin-left: 255px;
bsw@770 1025 padding: 1ex;
bsw@770 1026 background: -webkit-linear-gradient(top, #888, #222);
bsw@770 1027 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888), color-stop(100%,#222));
bsw@770 1028 background: -moz-linear-gradient(#888, #222);
bsw@770 1029 background: -ms-linear-gradient(#888, #222);
bsw@770 1030 background: -o-linear-gradient(#888, #222);
bsw@770 1031 background: linear-gradient(#888, #222);
bsw@809 1032 background-color: #444;
bsw@770 1033 color: #fff;
bsw@770 1034 border-radius: 8px;
bsw@770 1035 font-weight: bold;
bsw@770 1036 }
bsw@770 1037
bsw@696 1038 @media screen and (max-width: 720px) {
bsw@696 1039 .event_info {
bsw@696 1040 width: auto;
bsw@696 1041 margin-left: 8px;
bsw@696 1042 margin-right: 8px;
bsw@696 1043 border-radius: 8px 8px 0 0;
bsw@696 1044 }
bsw@696 1045 .events .issue {
bsw@770 1046 clear: left;
bsw@696 1047 }
bsw@770 1048 .more_events_links {
bsw@770 1049 margin-left: 0px;
bsw@770 1050 }
bsw@770 1051
bsw@696 1052 }
bsw@696 1053
bsw@696 1054 @media screen and (max-width: 480px) {
bsw@696 1055 .events .initiative .name {
bsw@696 1056 clear: left;
bsw@696 1057 margin-left: 0px;
bsw@696 1058 }
bsw@696 1059 }
bsw@696 1060
bsw@696 1061
bsw@696 1062
bsw@414 1063 .issue_policy_info img {
bsw@414 1064 vertical-align: middle;
bsw@414 1065 }
bsw@414 1066
bsw@525 1067 .issue .interest_by_delegation {
bsw@285 1068 float: right;
bsw@285 1069 }
bsw@285 1070
bsw@525 1071 .issue .initiative_list a.highlighted {
bsw@273 1072 font-weight: bold;
bsw@273 1073 }
bsw@273 1074
bsw@373 1075 .initiative {
bsw@373 1076 margin-left: 1ex;
bsw@373 1077 margin-bottom: 1ex;
bsw@373 1078 line-height: 50%;
bsw@373 1079 }
bsw@373 1080
bsw@373 1081 .initiative .bar {
bsw@373 1082 margin-right: 0.3em;
bsw@373 1083 }
bsw@373 1084
bsw@373 1085 .initiative .rank,
bsw@373 1086 .initiative .bar,
bsw@373 1087 .initiative .interest {
bsw@373 1088 float: left;
bsw@373 1089 margin-right: 0.3em;
bsw@373 1090 }
bsw@373 1091
bsw@506 1092 .initiative .rank {
bsw@506 1093 width: 2.5em;
bsw@506 1094 }
bsw@506 1095
bsw@506 1096
bsw@373 1097 .initiative .interest {
bsw@506 1098 width: 20px;
bsw@373 1099 height: 16px;
bsw@373 1100 line-height: 100%;
bsw@373 1101 }
bsw@373 1102
bsw@373 1103 .initiative .name {
bsw@373 1104 line-height: 130%;
bsw@715 1105 margin-left: 168px;
bsw@715 1106 font-size: 115%;
bsw@715 1107 }
bsw@715 1108
bsw@715 1109 .initiative.selected .name {
bsw@715 1110 font-weight: bold;
bsw@715 1111 xfont-style: italic;
bsw@373 1112 }
bsw@373 1113
bsw@898 1114 .initiative.polling .name,
bsw@898 1115 .initiative_head.polling .title {
bsw@898 1116 font-style: italic;
bsw@898 1117 }
bsw@898 1118
bsw@373 1119 @media screen and (max-width: 480px) {
bsw@373 1120 .initiative .name {
bsw@373 1121 clear: left;
bsw@373 1122 margin-left: 0px;
bsw@373 1123 }
bsw@373 1124 }
bsw@373 1125
bsw@373 1126
bsw@273 1127 .issue_initiative_list a {
bsw@273 1128 font-weight: bold;
bsw/jbe@0 1129 }
bsw/jbe@0 1130
bsw@274 1131 .more_initiatives_link {
bsw@331 1132 display: block;
bsw@280 1133 margin-left: 166px;
bsw@274 1134 font-style: italic;
bsw@331 1135 margin-bottom: 1ex;
bsw@274 1136 }
bsw@274 1137
bsw@525 1138 .issue tr tr {
bsw@2 1139 border: none;
bsw@273 1140 background: none;
bsw/jbe@0 1141 }
bsw/jbe@0 1142
bsw@274 1143 .initiative_link.selected {
bsw@274 1144 font-weight: bold;
bsw@274 1145 }
bsw@274 1146
bsw@312 1147 x.initiative_link.supported {
bsw@292 1148 background-color: #cdf;
bsw@289 1149 border-radius: 5px;
bsw@289 1150 }
bsw@289 1151
bsw@312 1152 x.initiative_link.potentially_supported {
bsw@292 1153 background-color: #cdf;
bsw@274 1154 border-radius: 5px;
bsw@274 1155 }
bsw@274 1156
bsw/jbe@0 1157 .lang_chooser {
bsw/jbe@0 1158 float: right;
bsw/jbe@0 1159 margin-right: 0.5em;
bsw/jbe@0 1160 }
bsw@2 1161
bsw@2 1162 .delegation_list_entry {
bsw@2 1163 margin-right: 2em;
bsw@2 1164 margin-bottom: 2ex;
bsw@2 1165 float: left;
bsw@2 1166 clear: left;
bsw@2 1167 }
bsw@2 1168
bsw@2 1169 .delegation_list_entry .delegation_arrow {
bsw@2 1170 float: left;
bsw@2 1171 }
bsw@2 1172
bsw@2 1173 .delegation_list_entry .delegation_scope {
bsw@2 1174 float: left;
bsw@2 1175 width: 25em;
bsw@2 1176 }
bsw@2 1177
bsw@2 1178 .delegation_list_entry .delegation_scope a {
bsw@2 1179 display: block;
bsw@2 1180 }
bsw@2 1181
bsw@2 1182 .member_list .member_thumb {
bsw@2 1183 float: left;
bsw@671 1184 margin-right: 10px;
bsw@671 1185 margin-bottom: 10px;
bsw@2 1186 }
bsw@2 1187
bsw@2 1188 .member_thumb {
bsw@2 1189 text-decoration: none;
bsw@671 1190 width: 205px;
bsw/jbe@4 1191 height: 48px;
bsw@2 1192 display: block;
bsw@2 1193 float: left;
bsw@702 1194 background-color: #fff;
bsw/jbe@4 1195 overflow: hidden;
bsw/jbe@4 1196 position: relative;
bsw@671 1197 border-radius: 8px;
bsw@280 1198 padding: 2px;
bsw@671 1199 border: 1px solid #aaa;
bsw/jbe@4 1200 }
bsw/jbe@4 1201
bsw@3 1202 .member_thumb a:hover div {
bsw@3 1203 background-color: #444;
bsw@3 1204 color: #fff;
bsw@3 1205 }
bsw@3 1206
bsw@2 1207 .member_thumb img {
bsw/jbe@4 1208 padding: 0;
bsw/jbe@4 1209 margin: 0;
bsw@2 1210 vertical-align: bottom;
bsw@280 1211 border-radius: 7px;
bsw@2 1212 }
bsw@2 1213
bsw@3 1214 .member_thumb .member_name {
bsw/jbe@4 1215 position: absolute;
bsw@280 1216 left: 56px;
bsw/jbe@4 1217 top: 2ex;
bsw/jbe@4 1218 font-size: 100%;
bsw/jbe@4 1219 width: 14em;
bsw@2 1220 }
bsw@2 1221
bsw@3 1222 .member_thumb .flags {
bsw@529 1223 float: right;
bsw@3 1224 }
bsw@3 1225
bsw/jbe@19 1226 .member_thumb .flags a,
bsw/jbe@19 1227 .member_thumb .flags img {
bsw/jbe@4 1228 position: static;
bsw/jbe@4 1229 float: right;
bsw/jbe@19 1230 margin-left: 0.5em;
bsw/jbe@4 1231 }
bsw/jbe@4 1232
bsw@177 1233 .member_thumb .flags .in_delegation_chain {
bsw@177 1234 font-weight: bold;
bsw@177 1235 }
bsw@177 1236
bsw/jbe@4 1237 .member .right {
bsw/jbe@4 1238 float: right;
bsw/jbe@4 1239 }
bsw/jbe@4 1240
bsw/jbe@19 1241 .member_thumb.not_accepted,
bsw/jbe@19 1242 .member_thumb.not_informed {
bsw@671 1243 border: 1px solid #ccc;
bsw@671 1244 color: #777;
bsw@294 1245 }
bsw@294 1246
bsw@294 1247 .member_thumb.not_accepted .member_image,
bsw@294 1248 .member_thumb.not_accepted .member_name,
bsw@294 1249 .member_thumb.not_informed .member_image,
bsw@294 1250 .member_thumb.not_informed .member_name {
bsw@294 1251 opacity: 0.4;
bsw@10 1252 }
bsw@10 1253
bsw@177 1254 .member_thumb.in_delegation_chain {
bsw@671 1255 background-color: #fda;
bsw@177 1256 }
bsw@177 1257
bsw@2 1258
poelzi@141 1259 #suggestion_description {
bsw@181 1260 height: 15ex;
poelzi@141 1261 }
poelzi@141 1262
bsw@2 1263 .diff {
bsw@317 1264 background-color: #f2f2f2;
bsw@2 1265 border: 1px solid #ccc;
bsw@2 1266 padding: 1ex;
bsw@2 1267 }
bsw@2 1268
bsw@95 1269 .diff_added {
bsw@2 1270 background-color: #cfc;
bsw@95 1271 text-decoration: underline;
bsw@2 1272 }
bsw@2 1273
bsw@95 1274 .diff_removed {
bsw@2 1275 background-color: #fcc;
bsw@95 1276 text-decoration: line-through;
bsw@2 1277 }
bsw@2 1278
bsw@718 1279 .admitted_info,
bsw@718 1280 .not_admitted_info,
bsw@718 1281 .revoked_info,
bsw@718 1282 .draft_updated_info,
bsw@718 1283 .initiator_invite_info {
bsw@718 1284 padding: 1ex;
bsw@718 1285 }
bsw@718 1286
bsw/jbe@19 1287 .admitted_info {
bsw@646 1288 background-color: #afc;
bsw/jbe@19 1289 }
bsw/jbe@19 1290
bsw/jbe@19 1291 .not_admitted_info,
bsw/jbe@19 1292 .revoked_info {
bsw@646 1293 background-color: #fbb;
bsw/jbe@19 1294 }
bsw/jbe@19 1295
bsw/jbe@6 1296 .draft_updated_info,
bsw@718 1297 .initiator_invite_info {
bsw@718 1298 background-color: #fda;
bsw@718 1299 }
bsw@718 1300
bsw@60 1301 .motd,
bsw@60 1302 .public_access_issue_head {
bsw@642 1303 background-color: #fda;
bsw@2 1304 padding: 1ex;
bsw@525 1305 margin-top: 1ex;
bsw/jbe@19 1306 margin-bottom: 2ex;
bsw@3 1307 }
bsw@3 1308
bsw/jbe@4 1309 .suggestion_fulfilled {
bsw/jbe@4 1310 width: 15em;
bsw/jbe@4 1311 }
bsw/jbe@4 1312 .suggestion_fulfilled a.action {
bsw/jbe@4 1313 padding-left: 0;
bsw/jbe@4 1314 line-height: 120%;
bsw/jbe@4 1315 }
bsw/jbe@4 1316
bsw/jbe@6 1317 .help,
bsw/jbe@6 1318 .use_terms {
bsw@301 1319 border-radius: 8px;
bsw@330 1320 border: 1px solid #ffe900;
bsw@317 1321 background-color: #fffbce;
bsw/jbe@4 1322 color: #000;
bsw/jbe@4 1323 padding: 1ex;
bsw/jbe@4 1324 }
bsw/jbe@4 1325
bsw/jbe@4 1326 .help_visible {
bsw@329 1327 margin-top: 2ex;
bsw/jbe@4 1328 margin-bottom: 1ex;
bsw/jbe@4 1329 }
bsw/jbe@4 1330
bsw/jbe@4 1331 .help_visible .help_icon {
bsw/jbe@4 1332 float: right;
bsw/jbe@4 1333 }
bsw/jbe@4 1334
bsw/jbe@4 1335 .slot_help_hidden {
bsw@587 1336 float: left;
bsw@277 1337 margin-top: 1ex;
bsw/jbe@4 1338 }
bsw/jbe@4 1339
bsw/jbe@4 1340 .help_actions {
bsw/jbe@4 1341 float: right;
bsw/jbe@4 1342 }
bsw/jbe@4 1343
bsw/jbe@4 1344 .help_actions a {
bsw/jbe@4 1345 margin-right: 1em;
bsw/jbe@4 1346 color: #468;
bsw/jbe@4 1347 }
bsw/jbe@4 1348
bsw/jbe@4 1349 .wiki {
bsw@725 1350 line-height: 150%;
bsw/jbe@4 1351 }
bsw/jbe@4 1352
bsw/jbe@4 1353 .wiki h1,
bsw/jbe@4 1354 .wiki h2,
bsw/jbe@4 1355 .wiki h3,
bsw/jbe@4 1356 .wiki h4 {
bsw/jbe@4 1357 margin-top: 1ex;
bsw/jbe@4 1358 margin-bottom: 1ex;
bsw/jbe@4 1359 }
bsw/jbe@4 1360
bsw/jbe@4 1361 .wiki h1 {
bsw@704 1362 font-size: 133%;
bsw@329 1363 font-weight: bold;
bsw/jbe@4 1364 }
bsw/jbe@4 1365
bsw/jbe@4 1366 .wiki h2 {
bsw@704 1367 font-size: 115%;
bsw@329 1368 font-weight: bold;
bsw@329 1369 }
bsw@329 1370
bsw@329 1371 .wiki h3 {
bsw@704 1372 font-size: 115%;
bsw@329 1373 }
bsw@329 1374
bsw@329 1375 .wiki h4 {
bsw@329 1376 font-size: 100%;
bsw@329 1377 font-weight: bold;
bsw/jbe@4 1378 }
bsw/jbe@4 1379
bsw/jbe@4 1380 .wiki p {
bsw/jbe@4 1381 margin-top: 1ex;
bsw/jbe@4 1382 margin-bottom: 1ex;
bsw/jbe@4 1383 }
bsw/jbe@4 1384
bsw/jbe@4 1385 form .warning {
bsw/jbe@4 1386 background-color: #ffd;
bsw/jbe@4 1387 color: #000;
bsw/jbe@4 1388 border: 1px solid #dda;
bsw/jbe@4 1389 margin: 1ex;
bsw/jbe@4 1390 margin-bottom: 2ex;
bsw/jbe@4 1391 padding: 1ex;
bsw/jbe@4 1392 }
bsw/jbe@5 1393
bsw@9 1394 a.not_voted {
bsw@9 1395 display: block;
bsw@9 1396 background-color: #fec;
bsw@9 1397 color: #000;
bsw@9 1398 }
bsw/jbe@5 1399
bsw@11 1400 .action_active {
bsw@11 1401 background-color: #fec;
bsw@11 1402 }
bsw@11 1403
bsw/jbe@19 1404 .heading {
bsw@274 1405 display: block;
bsw@704 1406 font-size: 115%;
bsw/jbe@19 1407 font-weight: bold;
bsw@718 1408 margin-bottom: 10px;
bsw@720 1409 text-decoration: none;
bsw/jbe@19 1410 }
bsw/jbe@19 1411
bsw/jbe@19 1412 .heading.first {
bsw/jbe@19 1413 margin-top: 0;
bsw/jbe@19 1414 }
bsw/jbe@19 1415
bsw@75 1416 .menu_list li {
bsw@75 1417 padding-top: 1ex;
bsw@75 1418 padding-bottom: 1ex;
bsw@75 1419 }
bsw@75 1420
bsw@75 1421 .deactivated_member_info {
bsw@75 1422 background-color: #a00;
bsw@75 1423 color: #fff;
bsw@75 1424 }
bsw@75 1425
bsw/jbe@5 1426 /*************************************************************************
bsw/jbe@5 1427 * Voting
bsw/jbe@5 1428 */
bsw/jbe@5 1429
bsw@286 1430 #voting_form {
bsw@286 1431 margin-top: 20px;
bsw@286 1432 }
bsw@286 1433
bsw/jbe@5 1434 #voting {
bsw/jbe@5 1435 position: relative;
bsw/jbe@5 1436 }
bsw@286 1437
bsw/jbe@5 1438 #voting .approval, .abstention, .disapproval {
bsw/jbe@5 1439 border: 2px black solid;
bsw@286 1440 margin-top: 2ex;
bsw/jbe@5 1441 margin-bottom: 5ex;
bsw/jbe@5 1442 padding: 1ex;
bsw/jbe@5 1443 padding-bottom: 2ex;
bsw@286 1444 border-radius: 8px;
bsw/jbe@5 1445 }
bsw/jbe@5 1446 #voting .approval {
bsw/jbe@5 1447 background-color: #9f9;
bsw/jbe@5 1448 }
bsw/jbe@5 1449 #voting .approval .movable {
bsw/jbe@5 1450 background-color: #dfd;
bsw/jbe@5 1451 }
bsw/jbe@5 1452 #voting .abstention {
bsw/jbe@5 1453 background-color: #ccc;
bsw/jbe@5 1454 }
bsw/jbe@5 1455 #voting .abstention .movable {
bsw@317 1456 background-color: #f2f2f2;
bsw/jbe@5 1457 }
bsw/jbe@5 1458 #voting .disapproval {
bsw/jbe@5 1459 background-color: #f88;
bsw/jbe@5 1460 }
bsw/jbe@5 1461 #voting .disapproval .movable {
bsw/jbe@5 1462 background-color: #fbb;
bsw/jbe@5 1463 }
bsw/jbe@5 1464 #voting .cathead {
bsw/jbe@5 1465 font-weight: bold;
bsw/jbe@5 1466 }
bsw/jbe@5 1467 #voting .movable {
bsw/jbe@5 1468 position: relative;
bsw/jbe@5 1469 border: 1px black solid;
bsw@286 1470 margin-top: 1ex;
bsw/jbe@5 1471 padding: 0.5ex;
bsw@286 1472 border-radius: 8px;
bsw/jbe@19 1473 }
bsw/jbe@19 1474 #voting .voting_form_active .movable {
bsw/jbe@5 1475 cursor: pointer;
bsw/jbe@5 1476 }
bsw/jbe@19 1477 #voting .voting_form_active .clickable {
bsw/jbe@5 1478 cursor: auto;
bsw/jbe@5 1479 }
bsw/jbe@19 1480 #voting .voting_form_active a.clickable {
bsw/jbe@5 1481 cursor: pointer;
bsw/jbe@5 1482 }
bsw/jbe@6 1483
bsw@525 1484 #voting .movable {
bsw/jbe@6 1485 vertical-align: middle;
bsw/jbe@6 1486 cursor: move;
bsw/jbe@19 1487 }
bsw/jbe@19 1488
bsw@325 1489 /* shadows */
bsw@325 1490
bsw@643 1491 .member_statement,
bsw@643 1492 .suggestion_content,
bsw@525 1493 .initiative_head,
bsw@561 1494 .box,
bsw@561 1495 div.notifications {
bsw@569 1496 border-radius: 8px;
bsw@569 1497 }
bsw@569 1498
bsw@643 1499 .member_statement,
bsw@643 1500 .suggestion_content,
bsw@569 1501 .initiative_head,
bsw@569 1502 .box {
bsw@700 1503 border: 1px solid #777;
bsw@525 1504 }
bsw@525 1505
bsw@643 1506 .member_statement,
bsw@643 1507 .draft_content,
bsw@643 1508 .suggestion_content,
bsw@525 1509 .box {
bsw@700 1510 padding: 0 12px;
bsw@700 1511 }
bsw@700 1512
bsw@700 1513 .suggestion_content,
bsw@700 1514 .member_statement,
bsw@700 1515 .draft_content {
bsw@700 1516 border-left: 12px solid #777;
bsw@418 1517 }
bsw@418 1518
bsw@433 1519 .slot_footer {
bsw@433 1520 margin: 0 1%;
bsw@433 1521 border-top: 1px solid #ccc;
bsw@433 1522 padding: 1ex;
bsw@433 1523 text-align: center;
bsw@433 1524 }
bsw@433 1525 .slot_footer,
bsw@433 1526 .slot_footer a {
bsw@433 1527 color: #666;
bsw@433 1528 }
bsw@418 1529
bsw@433 1530 .footer {
bsw@433 1531 margin: 0 auto;
bsw@433 1532 max-width: 1130px;
bsw@435 1533 }

Impressum / About Us