liquid_feedback_frontend

annotate static/style.css @ 626:11207174ae13

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

Impressum / About Us