liquid_feedback_frontend

annotate static/style.css @ 876:1eb36d7b04a7

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

Impressum / About Us