liquid_feedback_frontend

annotate static/style.css @ 645:e405255faa6a

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

Impressum / About Us