liquid_feedback_frontend

annotate static/style.css @ 695:5f8ec08bd5bd

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

Impressum / About Us