liquid_feedback_frontend

annotate static/lf3.css @ 1154:91089defc3ea

Added missing colors for trace of actions
author bsw
date Sun Mar 22 22:59:17 2015 +0100 (2015-03-22)
parents 6d0e762bc105
children
rev   line source
bsw@1045 1 html,
bsw@1045 2 body,
bsw@1045 3 div,
bsw@1045 4 span,
bsw@1045 5 applet,
bsw@1045 6 object,
bsw@1045 7 iframe,
bsw@1045 8 h1,
bsw@1045 9 h2,
bsw@1045 10 h3,
bsw@1045 11 h4,
bsw@1045 12 h5,
bsw@1045 13 h6,
bsw@1045 14 p,
bsw@1045 15 blockquote,
bsw@1045 16 pre,
bsw@1045 17 a,
bsw@1045 18 abbr,
bsw@1045 19 acronym,
bsw@1045 20 address,
bsw@1045 21 big,
bsw@1045 22 cite,
bsw@1045 23 code,
bsw@1045 24 del,
bsw@1045 25 dfn,
bsw@1045 26 em,
bsw@1045 27 img,
bsw@1045 28 ins,
bsw@1045 29 kbd,
bsw@1045 30 q,
bsw@1045 31 s,
bsw@1045 32 samp,
bsw@1045 33 small,
bsw@1045 34 strike,
bsw@1045 35 strong,
bsw@1045 36 sub,
bsw@1045 37 sup,
bsw@1045 38 tt,
bsw@1045 39 var,
bsw@1045 40 b,
bsw@1045 41 u,
bsw@1045 42 i,
bsw@1045 43 center,
bsw@1045 44 dl,
bsw@1045 45 dt,
bsw@1045 46 dd,
bsw@1045 47 ol,
bsw@1045 48 ul,
bsw@1045 49 li,
bsw@1045 50 fieldset,
bsw@1045 51 form,
bsw@1045 52 label,
bsw@1045 53 legend,
bsw@1045 54 table,
bsw@1045 55 caption,
bsw@1045 56 tbody,
bsw@1045 57 tfoot,
bsw@1045 58 thead,
bsw@1045 59 tr,
bsw@1045 60 th,
bsw@1045 61 td,
bsw@1045 62 article,
bsw@1045 63 aside,
bsw@1045 64 canvas,
bsw@1045 65 details,
bsw@1045 66 embed,
bsw@1045 67 figure,
bsw@1045 68 figcaption,
bsw@1045 69 footer,
bsw@1045 70 header,
bsw@1045 71 hgroup,
bsw@1045 72 menu,
bsw@1045 73 nav,
bsw@1045 74 output,
bsw@1045 75 ruby,
bsw@1045 76 section,
bsw@1045 77 summary,
bsw@1045 78 time,
bsw@1045 79 mark,
bsw@1045 80 audio,
bsw@1045 81 video {
bsw@1045 82 margin: 0;
bsw@1045 83 padding: 0;
bsw@1045 84 border: 0;
bsw@1045 85 font-size: 100%;
bsw@1045 86 font: inherit;
bsw@1045 87 vertical-align: baseline;
bsw@1045 88 }
bsw@1045 89 /* HTML5 display-role reset for older browsers */
bsw@1045 90 article,
bsw@1045 91 aside,
bsw@1045 92 details,
bsw@1045 93 figcaption,
bsw@1045 94 figure,
bsw@1045 95 footer,
bsw@1045 96 header,
bsw@1045 97 hgroup,
bsw@1045 98 menu,
bsw@1045 99 nav,
bsw@1045 100 section {
bsw@1045 101 display: block;
bsw@1045 102 }
bsw@1045 103 body {
bsw@1045 104 line-height: 1;
bsw@1045 105 }
bsw@1045 106 ol,
bsw@1045 107 ul {
bsw@1045 108 list-style: none;
bsw@1045 109 }
bsw@1045 110 blockquote,
bsw@1045 111 q {
bsw@1045 112 quotes: none;
bsw@1045 113 }
bsw@1045 114 blockquote:before,
bsw@1045 115 blockquote:after,
bsw@1045 116 q:before,
bsw@1045 117 q:after {
bsw@1045 118 content: '';
bsw@1045 119 content: none;
bsw@1045 120 }
bsw@1045 121 table {
bsw@1045 122 border-collapse: collapse;
bsw@1045 123 border-spacing: 0;
bsw@1045 124 }
bsw@1045 125 /* end reset */
bsw@1045 126 /* color, fonts, gaps and border radius settings */
bsw@1045 127 .list-style {
bsw@1045 128 list-style: disc;
bsw@1045 129 padding-left: 20px;
bsw@1045 130 }
bsw@1045 131 /*
bsw@1045 132 * basic font settings
bsw@1045 133 */
bsw@1045 134 html {
bsw@1045 135 overflow-y: scroll;
bsw@1045 136 }
bsw@1045 137 body {
bsw@1045 138 font: normal 10pt / 125% sans-serif;
bsw@1045 139 background-color: #397ab6;
bsw@1045 140 color: #000000;
bsw@1045 141 background-attachment: fixed;
bsw@1045 142 }
bsw@1045 143 .page {
bsw@1146 144 background-color: #255078;
bsw@1045 145 max-width: 1240px;
bsw@1045 146 border-radius: 0 0 2px 2px;
bsw@1045 147 margin: 0 auto;
bsw@1045 148 margin-bottom: 40px;
bsw@1045 149 }
bsw@1045 150 /*
bsw@1045 151 * messages
bsw@1045 152 */
bsw@1045 153 .slot_notice,
bsw@1045 154 .slot_warning,
bsw@1045 155 .slot_error {
bsw@1045 156 font: bold 12pt / 125% sans-serif;
bsw@1045 157 padding: 12pt;
bsw@1045 158 }
bsw@1045 159 .slot_motd {
bsw@1045 160 background-color: #ccc;
bsw@1045 161 padding: 12pt;
bsw@1045 162 }
bsw@1045 163 .slot_notice {
bsw@1045 164 background-color: #0c0;
bsw@1045 165 color: #fff;
bsw@1045 166 }
bsw@1045 167 .slot_warning {
bsw@1045 168 background-color: #f80;
bsw@1045 169 color: #000;
bsw@1045 170 }
bsw@1045 171 .slot_error {
bsw@1045 172 background-color: #c00;
bsw@1045 173 color: #fff;
bsw@1045 174 }
bsw@1045 175 /*
bsw@1045 176 * global styles
bsw@1045 177 */
bsw@1045 178 /* headlines */
bsw@1045 179 h1 {
bsw@1045 180 font: bold 12pt / 125% sans-serif;
bsw@1045 181 margin-bottom: 1ex;
bsw@1045 182 }
bsw@1045 183 h1:last-child {
bsw@1045 184 margin-bottom: 0;
bsw@1045 185 }
bsw@1045 186 h2 {
bsw@1097 187 font: bold 12pt / 125% sans-serif;
bsw@1045 188 }
bsw@1045 189 h3 {
bsw@1045 190 font: bold 10pt / 125% sans-serif;
bsw@1045 191 }
bsw@1045 192 h1:first-child,
bsw@1045 193 h2:first-child,
bsw@1045 194 h3:first-child {
bsw@1045 195 margin-top: 0;
bsw@1045 196 }
bsw@1045 197 .right {
bsw@1045 198 float: right;
bsw@1045 199 }
bsw@1045 200 .left {
bsw@1045 201 float: left;
bsw@1045 202 margin-right: 9px;
bsw@1045 203 }
bsw@1045 204 /* paragraphs */
bsw@1045 205 p {
bsw@1045 206 margin-bottom: 1.5ex;
bsw@1045 207 }
bsw@1045 208 p:last-child {
bsw@1045 209 margin-bottom: 0;
bsw@1045 210 }
bsw@1045 211 /* lists */
bsw@1045 212 ul.ul {
bsw@1045 213 margin-left: 9px;
bsw@1045 214 margin-bottom: 1.5ex;
bsw@1045 215 list-style: disc;
bsw@1045 216 padding-left: 20px;
bsw@1045 217 }
bsw@1045 218 ul.ul li {
bsw@1045 219 margin: 3px 0;
bsw@1045 220 }
bsw@1045 221 ul.ul li:last-child {
bsw@1045 222 margin-bottom: 0;
bsw@1045 223 }
bsw@1045 224 ul.ul:last-child {
bsw@1045 225 margin-bottom: 0;
bsw@1045 226 }
bsw@1045 227 /* tables */
bsw@1045 228 table td {
bsw@1045 229 padding: 0.3ex 0.3em;
bsw@1045 230 }
bsw@1045 231 /* links */
bsw@1045 232 a {
bsw@1045 233 color: #222277;
bsw@1045 234 }
bsw@1045 235 a.disabled {
bsw@1045 236 color: #777777;
bsw@1045 237 cursor: default;
bsw@1045 238 }
bsw@1045 239 /* formulars */
bsw@1045 240 form.inline {
bsw@1045 241 display: inline;
bsw@1045 242 }
bsw@1045 243 form.inline div {
bsw@1045 244 display: inline;
bsw@1045 245 }
bsw@1045 246 img {
bsw@1045 247 vertical-align: middle;
bsw@1045 248 }
bsw@1064 249 img.star {
bsw@1045 250 width: 24px;
bsw@1045 251 height: 24px;
bsw@1045 252 }
bsw@1064 253 img.icon16 {
bsw@1064 254 width: 16px;
bsw@1064 255 height: 16px;
bsw@1064 256 }
bsw@1064 257 img.icon24 {
bsw@1064 258 width: 24px;
bsw@1064 259 height: 24px;
bsw@1064 260 }
bsw@1064 261 img.icon32 {
bsw@1045 262 width: 32px;
bsw@1045 263 height: 32px;
bsw@1045 264 }
bsw@1064 265 img.icon48 {
bsw@1045 266 width: 48px;
bsw@1045 267 height: 48px;
bsw@1045 268 }
bsw@1045 269 /*
bsw@1045 270 * Avatars
bsw@1045 271 */
bsw@1045 272 .microAvatar {
bsw@1045 273 text-wrap: nowrap;
bsw@1045 274 }
bsw@1045 275 .microAvatar img,
bsw@1045 276 img.micro_avatar {
bsw@1045 277 vertical-align: middle;
bsw@1045 278 border-radius: 2px;
bsw@1045 279 width: 24px;
bsw@1045 280 height: 24px;
bsw@1045 281 }
bsw@1045 282 img.micro_avatar.highlighted {
bsw@1045 283 margin: 0;
bsw@1045 284 border: 2px solid #ff8800;
bsw@1045 285 }
bsw@1045 286 /*
bsw@1045 287 * delegation info
bsw@1045 288 */
bsw@1045 289 .vote_info,
bsw@1045 290 .delegation_info {
bsw@1045 291 white-space: nowrap;
bsw@1045 292 float: right;
bsw@1045 293 text-decoration: none;
bsw@1045 294 margin: -2px;
bsw@1045 295 }
bsw@1045 296 .vote_info img,
bsw@1045 297 .delegation_info img {
bsw@1045 298 vertical-align: middle;
bsw@1045 299 }
bsw@1045 300 .delegation_info img {
bsw@1045 301 border-radius: 2px;
bsw@1045 302 margin: 2px;
bsw@1045 303 }
bsw@1045 304 .delegation_info.suspended {
bsw@1045 305 opacity: 0.3;
bsw@1045 306 }
bsw@1045 307 .slot_title .delegation_info.suspended {
bsw@1045 308 opacity: 1;
bsw@1045 309 }
bsw@1045 310 /*
bsw@1045 311 * generic attributes
bsw@1045 312 */
bsw@1045 313 .hide {
bsw@1045 314 display: none;
bsw@1045 315 }
bsw@1045 316 .head_outer {
bsw@1045 317 background-color: #000000;
bsw@1045 318 color: #ffffff;
bsw@1045 319 overflow: auto;
bsw@1045 320 margin: 0 auto;
bsw@1045 321 max-width: 1240px;
bsw@1045 322 }
bsw@1045 323 .head {
bsw@1045 324 padding: 0.3ex 0;
bsw@1045 325 margin: 0 12pt;
bsw@1045 326 /*
bsw@1045 327 * the logo and instance name
bsw@1045 328 */
bsw@1045 329 /*
bsw@1045 330 * navigation bar
bsw@1045 331 */
bsw@1045 332 }
bsw@1045 333 .head a {
bsw@1045 334 color: #ffffff;
bsw@1045 335 }
bsw@1045 336 .head .logo {
bsw@1045 337 display: block;
bsw@1045 338 padding: 9px 0;
bsw@1045 339 text-decoration: none;
bsw@1045 340 font: bold 10pt / 100% sans-serif;
bsw@1045 341 }
bsw@1045 342 .head .logo .liquid {
bsw@1045 343 color: #ffffff;
bsw@1045 344 }
bsw@1045 345 .head .logo .feedback {
bsw@1045 346 color: #00ee00;
bsw@1045 347 }
bsw@1045 348 .head .logo .instanceName {
bsw@1045 349 font: normal 10pt / 100% sans-serif;
bsw@1045 350 padding-top: 9px;
bsw@1045 351 }
bsw@1045 352 .head .logo:hover {
bsw@1045 353 text-decoration: underline;
bsw@1045 354 }
bsw@1045 355 .head .notifications {
bsw@1045 356 margin-left: 0.6em;
bsw@1045 357 text-decoration: none;
bsw@1045 358 }
bsw@1045 359 .head .notifications .count {
bsw@1045 360 background-color: #f00;
bsw@1045 361 color: #000;
bsw@1045 362 padding: 0.2ex 0.25em;
bsw@1045 363 border-radius: 1ex;
bsw@1045 364 vertical-align: top;
bsw@1045 365 }
bsw@1045 366 .head .notifications .icon {
bsw@1045 367 width: 24px;
bsw@1045 368 height: 24px;
bsw@1045 369 }
bsw@1045 370 .head .nav {
bsw@1045 371 float: right;
bsw@1045 372 padding-top: 6px;
bsw@1045 373 }
bsw@1045 374 .head .nav ul,
bsw@1045 375 .head .nav > ul > li:first-child {
bsw@1045 376 display: inline;
bsw@1045 377 }
bsw@1045 378 .head .nav input[name=q] {
bsw@1045 379 width: 12em;
bsw@1045 380 border-radius: 2px;
bsw@1045 381 padding: 2px;
bsw@1045 382 background-color: #000000;
bsw@1045 383 color: #ffffff;
bsw@1045 384 border: 1px solid #397ab6;
bsw@1045 385 margin-right: 0.6em;
bsw@1045 386 }
bsw@1045 387 .head .nav input[name=q]:focus {
bsw@1045 388 outline: 2px solid #397ab6;
bsw@1045 389 }
bsw@1064 390 .head .nav #member_menu a span {
bsw@1064 391 margin-left: 5px;
bsw@1064 392 }
bsw@1045 393 /*
bsw@1045 394 * title
bsw@1045 395 */
bsw@1045 396 .slot_title {
bsw@1045 397 padding-left: 12pt;
bsw@1045 398 padding-right: 12pt;
bsw@1045 399 font: bold 12pt / 125% sans-serif;
bsw@1045 400 color: #ffffff;
bsw@1045 401 padding-top: 12pt;
bsw@1045 402 }
bsw@1045 403 .slot_title a {
bsw@1045 404 color: #ffffff;
bsw@1045 405 display: inline-block;
bsw@1045 406 }
bsw@1045 407 .slot_title a.home {
bsw@1045 408 margin-right: 4px;
bsw@1045 409 }
bsw@1045 410 .slot_title a.delegation_info {
bsw@1045 411 margin-right: 0;
bsw@1045 412 }
bsw@1045 413 .slot_title .initiative,
bsw@1045 414 .slot_title a .label {
bsw@1045 415 display: none;
bsw@1045 416 }
bsw@1045 417 .slot_title .delegation_info {
bsw@1045 418 background-color: #ffffff;
bsw@1045 419 color: #000000;
bsw@1045 420 border-radius: 2px;
bsw@1045 421 padding-right: 3px;
bsw@1045 422 margin-bottom: 12pt;
bsw@1045 423 }
bsw@1045 424 .slot_title .delegation_info a {
bsw@1045 425 color: #000000;
bsw@1045 426 }
bsw@1045 427 .content {
bsw@1045 428 clear: both;
bsw@1045 429 margin: 0 12pt;
bsw@1045 430 margin-top: 12pt;
bsw@1045 431 }
bsw@1045 432 /*
bsw@1045 433 * the sidebar
bsw@1045 434 */
bsw@1045 435 .sidebar {
bsw@1045 436 float: right;
bsw@1045 437 width: 30%;
bsw@1045 438 }
bsw@1045 439 .sidebarSection {
bsw@1045 440 background-color: #ffffff;
bsw@1045 441 border-radius: 2px;
bsw@1045 442 color: #000000;
bsw@1045 443 margin-bottom: 12pt;
bsw@1045 444 padding: 0;
bsw@1045 445 }
bsw@1045 446 .sidebarSection .sidebarHead {
bsw@1045 447 padding: 9px 9px 4.5px 9px;
bsw@1045 448 background: #ffffff;
bsw@1045 449 color: #000000;
bsw@1045 450 min-height: 20px;
bsw@1045 451 }
bsw@1045 452 .sidebarSection .sidebarHead a {
bsw@1045 453 color: #000000;
bsw@1045 454 }
bsw@1045 455 .sidebarSection .sidebarHead .icon24 {
bsw@1045 456 margin-top: -3.6px;
bsw@1045 457 }
bsw@1080 458 .sidebarSection .sidebarRow,
bsw@1080 459 .sidebarSection .ui_filter_head,
bsw@1080 460 .sidebarSection .ui_paginate_foot {
bsw@1045 461 clear: right;
bsw@1045 462 display: block;
bsw@1045 463 padding: 4.5px 9px;
bsw@1045 464 min-height: 20px;
bsw@1045 465 }
bsw@1080 466 .sidebarSection .sidebarRow {
bsw@1080 467 border-top: 1px solid #aaaaaa;
bsw@1080 468 }
bsw@1045 469 .sidebarSection .sidebarRow.highlighted {
bsw@1045 470 background-color: #e7f0ff;
bsw@1045 471 }
bsw@1080 472 .sidebarSection .sidebarRow.sidebarRowNarrow,
bsw@1080 473 .sidebarSection .ui_filter_head,
bsw@1080 474 .sidebarSection .ui_paginate_foot {
bsw@1045 475 padding: 2.25px 9px;
bsw@1045 476 }
bsw@1045 477 .sidebarSection .sidebarRow.moreLink {
bsw@1045 478 min-height: 0;
bsw@1045 479 }
bsw@1064 480 .sidebarSection a.sidebarRow {
bsw@1064 481 text-decoration: none;
bsw@1064 482 color: #000000;
bsw@1064 483 }
bsw@1045 484 .sidebarSection h1,
bsw@1045 485 .sidebarSection h1 a,
bsw@1045 486 .sidebarSection h2,
bsw@1045 487 .sidebarSection h2 a,
bsw@1045 488 .sidebarSection h3,
bsw@1045 489 .sidebarSection h3 a {
bsw@1045 490 color: #000000;
bsw@1045 491 }
bsw@1045 492 .sidebarSection a {
bsw@1045 493 color: #222277;
bsw@1045 494 }
bsw@1045 495 .sidebarSection .areas .whenfolded {
bsw@1045 496 display: none;
bsw@1045 497 }
bsw@1045 498 .sidebarSection .areas.folded .whenunfolded {
bsw@1045 499 display: none;
bsw@1045 500 }
bsw@1045 501 .sidebarSection .areas.folded .whenfolded {
bsw@1045 502 display: block;
bsw@1045 503 }
bsw@1045 504 .sidebarSection .areas.folded .disabled {
bsw@1045 505 display: none;
bsw@1045 506 }
bsw@1045 507 .sidebarSection a.issue {
bsw@1045 508 font: bold 12pt / 125% sans-serif;
bsw@1045 509 color: #000000;
bsw@1045 510 }
bsw@1045 511 .sidebarSection ul.initiatives li {
bsw@1045 512 padding: 4.5px 9px;
bsw@1045 513 border-top: 1px solid #aaaaaa;
bsw@1045 514 }
bsw@1045 515 .sidebarSection ul.initiatives li .bargraph {
bsw@1045 516 display: block;
bsw@1045 517 }
bsw@1045 518 .sidebarSection ul.initiatives li .supporterCount {
bsw@1045 519 white-space: nowrap;
bsw@1045 520 }
bsw@1045 521 .sidebarSection ul.initiatives .revoked .initiative_name {
bsw@1045 522 text-decoration: line-through;
bsw@1045 523 }
bsw@1064 524 .sidebarSection ul.initiatives .rank1 .initiative_name {
bsw@1064 525 font-weight: bold;
bsw@1064 526 }
bsw@1045 527 .sidebarSection ul.initiatives li.highlighted {
bsw@1045 528 background-color: #e7f0ff;
bsw@1045 529 }
bsw@1045 530 .sidebarSection ul.initiatives li.highlighted:last-child {
bsw@1045 531 border-radius: 0 0 2px 2px;
bsw@1045 532 }
bsw@1045 533 .sidebarSection .supporters {
bsw@1045 534 line-height: 28.799999999999997px;
bsw@1045 535 }
bsw@1045 536 .sidebarSection .supportCount {
bsw@1045 537 color: #00c000;
bsw@1045 538 font: bold 12pt / 125% sans-serif;
bsw@1045 539 float: right;
bsw@1045 540 }
bsw@1045 541 .sidebarSection .member_list .member_thumb {
bsw@1045 542 white-space: nowrap;
bsw@1045 543 overflow: hidden;
bsw@1045 544 text-overflow: ellipsis;
bsw@1045 545 }
bsw@1045 546 .sidebarSection .member_list .member_thumb img.member_image {
bsw@1045 547 width: 24px;
bsw@1045 548 height: 24px;
bsw@1045 549 vertical-align: middle;
bsw@1045 550 margin-right: 0.2em;
bsw@1045 551 }
bsw@1045 552 .sidebarSection .member_list .member_thumb.in_delegation_chain {
bsw@1045 553 font-weight: bold;
bsw@1045 554 }
bsw@1045 555 .sidebarSection > div {
bsw@1045 556 position: relative;
bsw@1045 557 }
bsw@1045 558 .sidebarSection > div:first-child {
bsw@1045 559 margin-top: 0;
bsw@1045 560 border-radius: 2px 2px 0 0;
bsw@1045 561 }
bsw@1045 562 .sidebarSection > div:last-child {
bsw@1045 563 border-radius: 0 0 2px 2px;
bsw@1045 564 }
bsw@1045 565 .sidebarSection > div:last-child:first-child {
bsw@1045 566 border-radius: 2px;
bsw@1045 567 }
bsw@1045 568 .sidebarSection a.unit {
bsw@1097 569 font: bold 12pt / 125% sans-serif;
bsw@1045 570 }
bsw@1045 571 .sidebarSection a.area {
bsw@1064 572 margin-left: 20px;
bsw@1045 573 display: block;
bsw@1045 574 }
bsw@1045 575 .sidebarSection .star {
bsw@1045 576 float: left;
bsw@1045 577 }
bsw@1045 578 .sidebarSection .delegation_info {
bsw@1045 579 margin-top: -3.6px;
bsw@1045 580 margin-bottom: 1px;
bsw@1045 581 }
bsw@1045 582 .admitted_info h1 {
bsw@1045 583 color: #00aa00;
bsw@1045 584 }
bsw@1045 585 .not_admitted_info h1,
bsw@1045 586 .revoked_info h1 {
bsw@1045 587 color: #aa0000;
bsw@1045 588 }
bsw@1045 589 .admitted_info .initiative_pie,
bsw@1045 590 .not_admitted_info .initiative_pie {
bsw@1045 591 float: right;
bsw@1045 592 }
bsw@1045 593 .admitted_info table tr th,
bsw@1045 594 .not_admitted_info table tr th {
bsw@1045 595 text-align: left;
bsw@1045 596 }
bsw@1045 597 .admitted_info table tr td,
bsw@1045 598 .not_admitted_info table tr td {
bsw@1045 599 text-align: right;
bsw@1045 600 padding: 0.3ex 0.4em;
bsw@1045 601 }
bsw@1045 602 /*
bsw@1045 603 * main area
bsw@1045 604 */
bsw@1045 605 .main_outer {
bsw@1045 606 width: 70%;
bsw@1045 607 }
bsw@1045 608 .main {
bsw@1045 609 clear: left;
bsw@1045 610 margin-right: 12pt;
bsw@1045 611 border-radius: 2px;
bsw@1045 612 /*
bsw@1045 613 * tabs und filter
bsw@1045 614 */
bsw@1045 615 /*
bsw@1045 616 * initiative
bsw@1045 617 */
bsw@1045 618 /* the draft */
bsw@1045 619 }
bsw@1045 620 .main .section .sectionHead,
bsw@1045 621 .main .section .sectionRow {
bsw@1045 622 background-color: #ffffff;
bsw@1045 623 overflow: auto;
bsw@1045 624 padding: 9px;
bsw@1045 625 }
bsw@1045 626 .main .section .sectionHead {
bsw@1045 627 background-color: #ffffff;
bsw@1045 628 color: #000000;
bsw@1045 629 margin-top: 12pt;
bsw@1045 630 border-radius: 2px 2px 0 0;
bsw@1045 631 }
bsw@1045 632 .main .section .sectionHead:first-child {
bsw@1045 633 margin-top: 0;
bsw@1045 634 }
bsw@1045 635 .main .section .sectionHead:last-child {
bsw@1045 636 border-radius: 2px;
bsw@1045 637 }
bsw@1045 638 .main .section .sectionRow {
bsw@1045 639 margin-top: 4px;
bsw@1045 640 }
bsw@1045 641 .main .section .sectionRow:last-child {
bsw@1045 642 border-radius: 0 0 2px 2px;
bsw@1045 643 margin-bottom: 12pt;
bsw@1045 644 }
bsw@1045 645 .main > h1 {
bsw@1045 646 border-bottom: 1px solid #aaaaaa;
bsw@1045 647 padding: 9px;
bsw@1045 648 }
bsw@1045 649 .main .ui_filter .ui_filter_head {
bsw@1045 650 background: #ffffff;
bsw@1045 651 color: #000000;
bsw@1045 652 padding: 0 9px 9px 9px;
bsw@1045 653 vertical-align: middle;
bsw@1045 654 }
bsw@1045 655 .main .ui_filter .ui_filter_head a {
bsw@1045 656 white-space: nowrap;
bsw@1045 657 font: normal 10pt / 150% sans-serif;
bsw@1045 658 margin-right: 0.5em;
bsw@1045 659 }
bsw@1045 660 .main .ui_filter .ui_filter_head a.active {
bsw@1045 661 font: bold 10pt / 150% sans-serif;
bsw@1045 662 text-decoration: none;
bsw@1045 663 color: #000000;
bsw@1045 664 }
bsw@1045 665 .main .ui_filter .ui_filter_head select {
bsw@1045 666 background: #ffffff;
bsw@1045 667 color: #444444;
bsw@1045 668 font: normal 10pt / 150% sans-serif;
bsw@1045 669 border: none;
bsw@1045 670 padding: 0;
bsw@1045 671 margin: 0;
bsw@1045 672 }
bsw@1045 673 .main .ui_filter .ui_filter_head select option {
bsw@1045 674 color: #000000;
bsw@1045 675 }
bsw@1045 676 .main .ui_filter .ui_filter_head select option:first-child,
bsw@1045 677 .main .ui_filter .ui_filter_head select option[value="interest_direct"],
bsw@1045 678 .main .ui_filter .ui_filter_head select option[value="interest_delegated"],
bsw@1045 679 .main .ui_filter .ui_filter_head select option[value="support_direct"],
bsw@1045 680 .main .ui_filter .ui_filter_head select option[value="support_delegated"],
bsw@1045 681 .main .ui_filter .ui_filter_head select option[value="potential_support_direct"],
bsw@1045 682 .main .ui_filter .ui_filter_head select option[value="potential_support_delegated"] {
bsw@1045 683 color: #444444;
bsw@1045 684 }
bsw@1045 685 .main .ui_filter .ui_filter_head select.active {
bsw@1045 686 color: #000000;
bsw@1045 687 }
bsw@1045 688 .main .ui_filter .ui_filter_head:first-child {
bsw@1045 689 border-radius: 2px 2px 0 0;
bsw@1045 690 padding-top: 9px;
bsw@1045 691 }
bsw@1045 692 .main .ui_filter .ui_filter_head.filter_filter {
bsw@1045 693 padding-top: 9px;
bsw@1045 694 }
bsw@1045 695 .main .ui_filter .ui_filter_head.filter_mode {
bsw@1045 696 padding-top: 9px;
bsw@1045 697 margin-bottom: 0;
bsw@1045 698 padding-bottom: 0;
bsw@1045 699 }
bsw@1045 700 .main .ui_filter .ui_filter_head.subfilter a {
bsw@1045 701 font: normal 10pt / 150% sans-serif;
bsw@1045 702 }
bsw@1045 703 .main .ui_filter .ui_filter_head.subfilter a.active {
bsw@1045 704 font: bold 10pt / 150% sans-serif;
bsw@1045 705 }
bsw@1045 706 .main .filter {
bsw@1045 707 float: right;
bsw@1045 708 }
bsw@1045 709 .main .delegation_info.suspended {
bsw@1045 710 margin: 1ex -2px -2px -2px;
bsw@1045 711 }
bsw@1045 712 .main .issues .state_info {
bsw@1045 713 font: bold 10pt / 125% sans-serif;
bsw@1045 714 color: #007700;
bsw@1045 715 }
bsw@1045 716 .main .issues .state_info.negative {
bsw@1045 717 color: #aa0000;
bsw@1045 718 }
bsw@1045 719 .main ul.initiatives li {
bsw@1045 720 margin-top: 1ex;
bsw@1045 721 }
bsw@1045 722 .main ul.initiatives li .bargraph {
bsw@1045 723 float: left;
bsw@1045 724 margin-top: 5px;
bsw@1045 725 margin-right: 0.5em;
bsw@1045 726 }
bsw@1045 727 .main ul.initiatives li .initiative_name {
bsw@1045 728 display: block;
bsw@1045 729 margin-left: 110px;
bsw@1045 730 }
bsw@1045 731 .main ul.initiatives li .rank1 .initiative_name {
bsw@1045 732 margin-left: 0;
bsw@1064 733 font-weight: bold;
bsw@1045 734 }
bsw@1045 735 .main ul.initiatives li .revoked .initiative_name {
bsw@1045 736 text-decoration: line-through;
bsw@1045 737 }
bsw@1045 738 .main ul.initiatives li:first-child {
bsw@1045 739 margin-top: 0;
bsw@1045 740 clear: none;
bsw@1045 741 }
bsw@1045 742 .main .events .event ul.initiatives li .initiative_name {
bsw@1045 743 margin-left: 0;
bsw@1045 744 }
bsw@1045 745 .main .member_photo {
bsw@1045 746 float: right;
bsw@1045 747 }
bsw@1045 748 .main .member_thumb.in_delegation_chain {
bsw@1045 749 font-weight: bold;
bsw@1045 750 }
bsw@1045 751 .main .support {
bsw@1045 752 color: #aaa;
bsw@1045 753 line-height: 80%;
bsw@1045 754 float: right;
bsw@1045 755 width: 102px;
bsw@1045 756 }
bsw@1045 757 .main .initiativeInfo {
bsw@1045 758 font-family: normal 10pt / 125% sans-serif;
bsw@1045 759 line-height: 24px;
bsw@1045 760 overflow: auto;
bsw@1045 761 }
bsw@1045 762 .main .initiativeInfo .support {
bsw@1045 763 margin-top: 1ex;
bsw@1045 764 float: left;
bsw@1045 765 width: auto;
bsw@1045 766 }
bsw@1045 767 .main .initiativeInfo .mySupport {
bsw@1045 768 line-height: 125%;
bsw@1045 769 min-width: 12em;
bsw@1045 770 text-align: right;
bsw@1045 771 }
bsw@1045 772 .main .initiativeInfo .initiators {
bsw@1045 773 margin-top: 1.5ex;
bsw@1045 774 margin-bottom: -1ex;
bsw@1045 775 float: left;
bsw@1045 776 }
bsw@1045 777 .main .initiativeInfo .links {
bsw@1045 778 margin-top: 1.5ex;
bsw@1045 779 margin-bottom: -1ex;
bsw@1045 780 float: right;
bsw@1045 781 clear: right;
bsw@1045 782 }
bsw@1045 783 .main .initiativeInfo .initiator_links {
bsw@1045 784 clear: right;
bsw@1045 785 }
bsw@1045 786 .main .issueInfo .links {
bsw@1045 787 margin-top: 1.5ex;
bsw@1045 788 margin-bottom: -1ex;
bsw@1045 789 float: right;
bsw@1045 790 clear: both;
bsw@1045 791 }
bsw@1045 792 .main .draft_updated_info {
bsw@1045 793 color: #007700;
bsw@1045 794 }
bsw@1045 795 .main .draft_updated_info .info {
bsw@1045 796 font: bold 10pt / 125% sans-serif;
bsw@1045 797 }
bsw@1045 798 .main .draft {
bsw@1045 799 font: normal 10pt / 125% sans-serif;
bsw@1045 800 }
bsw@1097 801 .main .draft ul {
bsw@1045 802 margin-left: 1em;
bsw@1045 803 margin-bottom: 1.5ex;
bsw@1045 804 list-style: square;
bsw@1045 805 padding-left: 1em;
bsw@1045 806 }
bsw@1097 807 .main .draft ol {
bsw@1093 808 margin-left: 1em;
bsw@1093 809 margin-bottom: 1.5ex;
bsw@1093 810 list-style: decimal;
bsw@1093 811 padding-left: 1em;
bsw@1093 812 }
bsw@1045 813 .main .draft h1 {
bsw@1045 814 font: italic 10pt / 125% sans-serif;
bsw@1045 815 font-size: 125%;
bsw@1045 816 border-bottom: 1px solid #444444;
bsw@1045 817 margin-bottom: 1ex;
bsw@1045 818 }
bsw@1045 819 .main .draft h2 {
bsw@1045 820 font: normal 10pt / 125% sans-serif;
bsw@1045 821 font-size: 125%;
bsw@1045 822 }
bsw@1045 823 .main .draft h3 {
bsw@1045 824 font: normal 10pt / 125% sans-serif;
bsw@1045 825 font-size: 125%;
bsw@1045 826 }
bsw@1045 827 .main .draft h4 {
bsw@1045 828 font: normal 10pt / 125% sans-serif;
bsw@1045 829 }
bsw@1045 830 .main .draft hr {
bsw@1045 831 border: none;
bsw@1045 832 border-top: 1px solid #000000;
bsw@1045 833 }
bsw@1045 834 .main .draft b,
bsw@1045 835 .main .draft strong {
bsw@1045 836 font: italic 10pt / 125% sans-serif;
bsw@1045 837 }
bsw@1045 838 .main .draft i,
bsw@1045 839 .main .draft em {
bsw@1045 840 font: normal 10pt / 125% sans-serif;
bsw@1045 841 }
bsw@1045 842 .main form,
bsw@1045 843 .main .form {
bsw@1045 844 margin: 0;
bsw@1045 845 padding: 0;
bsw@1045 846 }
bsw@1045 847 .main form .ui_field_label,
bsw@1045 848 .main .form .ui_field_label {
bsw@1045 849 display: inline-block;
bsw@1045 850 width: 25%;
bsw@1045 851 margin: 0;
bsw@1045 852 padding: 0;
bsw@1045 853 text-align: right;
bsw@1045 854 margin-bottom: 9px;
bsw@1045 855 padding-right: 0.5%;
bsw@1045 856 vertical-align: top;
bsw@1045 857 color: #444444;
bsw@1045 858 }
bsw@1045 859 .main form input[type=text],
bsw@1045 860 .main .form input[type=text],
bsw@1045 861 .main form input[type=password],
bsw@1045 862 .main .form input[type=password],
bsw@1045 863 .main form select,
bsw@1045 864 .main .form select,
bsw@1045 865 .main form textarea,
bsw@1045 866 .main .form textarea {
bsw@1045 867 vertical-align: top;
bsw@1045 868 width: 73%;
bsw@1045 869 margin: 0;
bsw@1045 870 padding: 3px;
bsw@1045 871 border: 1px solid #444444;
bsw@1045 872 font: bold 10pt / 125% sans-serif;
bsw@1045 873 margin-bottom: 9px;
bsw@1045 874 }
bsw@1045 875 .main form input:focus,
bsw@1045 876 .main .form input:focus {
bsw@1045 877 outline: 2px solid #397ab6;
bsw@1045 878 }
bsw@1045 879 .main form .actions,
bsw@1045 880 .main .form .actions {
bsw@1045 881 margin-left: 26%;
bsw@1045 882 }
bsw@1045 883 .main form.wide input[type=text],
bsw@1045 884 .main form.wide input[type=password],
bsw@1045 885 .main form.wide select,
bsw@1045 886 .main form.wide textarea {
bsw@1045 887 width: 100%;
bsw@1045 888 }
bsw@1045 889 .issues .event .initiative_pie,
bsw@1045 890 .events .event .initiative_pie {
bsw@1045 891 clear: right;
bsw@1045 892 float: right;
bsw@1045 893 }
bsw@1045 894 .issues .event ul.initiatives .initiative_info_left,
bsw@1045 895 .events .event ul.initiatives .initiative_info_left {
bsw@1045 896 display: inline;
bsw@1045 897 margin-right: 0.5em;
bsw@1045 898 }
bsw@1045 899 .issues .event ul.initiatives .initiative_info_right,
bsw@1045 900 .events .event ul.initiatives .initiative_info_right {
bsw@1045 901 float: right;
bsw@1045 902 }
bsw@1045 903 .issues .event ul.initiatives .initiative_info_right .bargraph,
bsw@1045 904 .events .event ul.initiatives .initiative_info_right .bargraph {
bsw@1045 905 float: right;
bsw@1045 906 margin-left: 0.5em;
bsw@1045 907 }
bsw@1045 908 .issues .event ul.initiatives .result,
bsw@1045 909 .events .event ul.initiatives .result {
bsw@1045 910 color: #444444;
bsw@1045 911 margin-top: 0.5ex;
bsw@1045 912 }
bsw@1045 913 .issues .event ul.initiatives h3,
bsw@1045 914 .events .event ul.initiatives h3 {
bsw@1045 915 margin-top: 1ex;
bsw@1045 916 margin-bottom: 0;
bsw@1045 917 }
bsw@1045 918 .issues .event ul.initiatives a.initiative,
bsw@1045 919 .events .event ul.initiatives a.initiative {
bsw@1045 920 font: bold 10pt / 125% sans-serif;
bsw@1045 921 }
bsw@1045 922 .issues .event .event_info,
bsw@1045 923 .events .event .event_info {
bsw@1045 924 font: bold 10pt / 125% sans-serif;
bsw@1045 925 color: #007700;
bsw@1045 926 margin-top: 0.66ex;
bsw@1045 927 margin-bottom: 1ex;
bsw@1045 928 }
bsw@1045 929 .issues .event .event_info:last-child,
bsw@1045 930 .events .event .event_info:last-child {
bsw@1045 931 margin-bottom: 0;
bsw@1045 932 }
bsw@1045 933 .issues .event .event_info.negative,
bsw@1045 934 .events .event .event_info.negative {
bsw@1045 935 color: #aa0000;
bsw@1045 936 }
bsw@1045 937 .issues .event .event_time,
bsw@1045 938 .events .event .event_time {
bsw@1045 939 font: normal 10pt / 125% sans-serif;
bsw@1045 940 color: #444444;
bsw@1045 941 }
bsw@1045 942 .issues .event:hover .event_time,
bsw@1045 943 .events .event:hover .event_time {
bsw@1045 944 visibility: visible;
bsw@1045 945 }
bsw@1045 946 .issues .event:hover ul.initiatives div,
bsw@1045 947 .events .event:hover ul.initiatives div {
bsw@1045 948 visibility: visible;
bsw@1045 949 }
bsw@1045 950 .issues .issue_context,
bsw@1045 951 .events .issue_context {
bsw@1045 952 line-height: 24px;
bsw@1045 953 margin-bottom: 0.66ex;
bsw@1045 954 }
bsw@1045 955 .issues .issue_context .unit,
bsw@1045 956 .events .issue_context .unit {
bsw@1045 957 background-color: #777;
bsw@1045 958 color: #fff;
bsw@1045 959 padding: 1px 3px;
bsw@1045 960 border-radius: 2px;
bsw@1045 961 text-decoration: none;
bsw@1045 962 }
bsw@1045 963 .issues .issue_context .area,
bsw@1045 964 .events .issue_context .area {
bsw@1045 965 background-color: #ddd;
bsw@1045 966 color: #000;
bsw@1045 967 padding: 1px 3px;
bsw@1045 968 border-radius: 2px;
bsw@1045 969 text-decoration: none;
bsw@1045 970 }
bsw@1045 971 .issues .issue_info .issue,
bsw@1045 972 .events .issue_info .issue {
bsw@1045 973 font: bold 10pt / 125% sans-serif;
bsw@1045 974 color: #000000;
bsw@1045 975 }
bsw@1045 976 .issues img.star,
bsw@1045 977 .events img.star {
bsw@1045 978 vertical-align: middle;
bsw@1045 979 float: right;
bsw@1045 980 margin-left: 0.5em;
bsw@1045 981 }
bsw@1045 982 .issues .event.suggestion ul.initiatives li,
bsw@1045 983 .events .event.suggestion ul.initiatives li {
bsw@1045 984 margin-top: 0;
bsw@1045 985 margin-bottom: 1ex;
bsw@1045 986 }
bsw@1045 987 .issues .event.suggestion ul.initiatives li a,
bsw@1045 988 .events .event.suggestion ul.initiatives li a {
bsw@1045 989 font: normal 10pt / 125% sans-serif;
bsw@1045 990 }
bsw@1045 991 .issues .event.suggestion .suggestion,
bsw@1045 992 .events .event.suggestion .suggestion {
bsw@1045 993 font: bold 10pt / 125% sans-serif;
bsw@1045 994 overflow: hidden;
bsw@1045 995 text-overflow: ellipsis;
bsw@1045 996 }
bsw@1045 997 .suggestions .suggestion .opinion {
bsw@1045 998 float: right;
bsw@1045 999 }
bsw@1045 1000 .suggestions .suggestion .opinion .must {
bsw@1045 1001 background-color: #00cc00;
bsw@1045 1002 color: #ffffff;
bsw@1045 1003 }
bsw@1045 1004 .suggestions .suggestion .opinion .should {
bsw@1045 1005 background-color: #44aa44;
bsw@1045 1006 color: #ffffff;
bsw@1045 1007 }
bsw@1045 1008 .suggestions .suggestion .opinion .shouldnot {
bsw@1045 1009 background-color: #aa4444;
bsw@1045 1010 color: #ffffff;
bsw@1045 1011 }
bsw@1045 1012 .suggestions .suggestion .opinion .mustnot {
bsw@1045 1013 background-color: #cc0000;
bsw@1045 1014 color: #ffffff;
bsw@1045 1015 }
bsw@1045 1016 .suggestions .suggestion .opinion .implemented {
bsw@1045 1017 background-color: #00cc00;
bsw@1045 1018 color: #ffffff;
bsw@1045 1019 }
bsw@1045 1020 .suggestions .suggestion .opinion .notimplemented {
bsw@1045 1021 background-color: #cc0000;
bsw@1045 1022 color: #ffffff;
bsw@1045 1023 }
bsw@1045 1024 .suggestions .suggestion .suggestion-rating {
bsw@1045 1025 float: right;
bsw@1045 1026 }
bsw@1045 1027 .suggestions .suggestion .suggestion-text {
bsw@1045 1028 margin-top: 9px;
bsw@1045 1029 font: normal 10pt / 125% sans-serif;
bsw@1045 1030 overflow: hidden;
bsw@1045 1031 text-overflow: ellipsis;
bsw@1045 1032 position: relative;
bsw@1045 1033 z-index: 10;
bsw@1045 1034 }
bsw@1064 1035 .suggestions .suggestion .suggestion-details {
bsw@1064 1036 float: right;
bsw@1064 1037 }
bsw@1045 1038 .suggestions .suggestion .suggestion-more {
bsw@1045 1039 display: none;
bsw@1045 1040 }
bsw@1045 1041 .suggestions .suggestion .suggestion-less {
bsw@1045 1042 display: none;
bsw@1045 1043 }
bsw@1045 1044 .suggestions .suggestion .suggestionHead {
bsw@1045 1045 overflow: hidden;
bsw@1045 1046 text-overflow: ellipsis;
bsw@1045 1047 }
bsw@1045 1048 .suggestions .suggestion .rating {
bsw@1045 1049 display: none;
bsw@1045 1050 padding: 4.5px 0;
bsw@1045 1051 }
bsw@1045 1052 .suggestions .suggestion .rating .active-plus2 {
bsw@1045 1053 background-color: #00cc00;
bsw@1045 1054 color: #ffffff;
bsw@1045 1055 }
bsw@1045 1056 .suggestions .suggestion .rating .active-plus1 {
bsw@1045 1057 background-color: #44aa44;
bsw@1045 1058 color: #ffffff;
bsw@1045 1059 }
bsw@1045 1060 .suggestions .suggestion .rating .active-minus1 {
bsw@1045 1061 background-color: #aa4444;
bsw@1045 1062 color: #ffffff;
bsw@1045 1063 }
bsw@1045 1064 .suggestions .suggestion .rating .active-minus2 {
bsw@1045 1065 background-color: #cc0000;
bsw@1045 1066 color: #ffffff;
bsw@1045 1067 }
bsw@1045 1068 .suggestions .suggestion .rating .active-notfulfilled {
bsw@1045 1069 background-color: #faa;
bsw@1045 1070 }
bsw@1045 1071 .suggestions .suggestion .rating .active-fulfilled {
bsw@1045 1072 background-color: #afa;
bsw@1045 1073 }
bsw@1045 1074 .suggestions .suggestion.rateable .suggestion-more {
bsw@1045 1075 display: block;
bsw@1045 1076 }
bsw@1045 1077 .suggestions .suggestion.rateable.unfolded .rating {
bsw@1045 1078 border-top: 3px solid #397ab6;
bsw@1045 1079 }
bsw@1064 1080 .suggestions .suggestion.folded .suggestion-text {
bsw@1080 1081 height: 150px;
bsw@1064 1082 overflow: hidden;
bsw@1064 1083 }
bsw@1045 1084 .suggestions .suggestion.folded .suggestion-more {
bsw@1045 1085 display: block;
bsw@1045 1086 position: absolute;
bsw@1045 1087 bottom: 0;
bsw@1045 1088 left: 0;
bsw@1045 1089 width: 100%;
bsw@1045 1090 box-shadow: inset 0 -12ex 10ex -5ex #ffffff;
bsw@1045 1091 padding-top: 5ex;
bsw@1045 1092 }
bsw@1064 1093 .suggestions .suggestion.folded .suggestion-details {
bsw@1064 1094 position: absolute;
bsw@1064 1095 bottom: 0;
bsw@1064 1096 right: 0;
bsw@1064 1097 }
bsw@1045 1098 .suggestions .suggestion.unfolded .suggestion-more {
bsw@1045 1099 display: none;
bsw@1045 1100 }
bsw@1045 1101 .suggestions .suggestion.unfolded .rating {
bsw@1045 1102 display: block;
bsw@1045 1103 }
bsw@1045 1104 .suggestions .suggestion.unfolded .suggestion-less {
bsw@1045 1105 margin-top: 1ex;
bsw@1045 1106 display: block;
bsw@1045 1107 }
bsw@1045 1108 .suggestions .suggestion.highlighted {
bsw@1045 1109 background-color: #e7f0ff;
bsw@1045 1110 }
bsw@1045 1111 .suggestions .suggestion.highlighted .suggestion-more {
bsw@1045 1112 box-shadow: inset 0 -12ex 10ex -5ex #e7f0ff;
bsw@1045 1113 }
bsw@1045 1114 li.raw {
bsw@1045 1115 list-style: none;
bsw@1045 1116 padding: 0;
bsw@1045 1117 margin: 0 !important;
bsw@1045 1118 }
bsw@1045 1119 .satisfiedSupporterCount {
bsw@1045 1120 color: #070;
bsw@1045 1121 }
bsw@1045 1122 .potentialSupporterCount {
bsw@1045 1123 color: #960;
bsw@1045 1124 }
bsw@1045 1125 .bargraph {
bsw@1045 1126 display: inline-block;
bsw@1045 1127 vertical-align: top;
bsw@1045 1128 height: 9px;
bsw@1045 1129 }
bsw@1045 1130 .bargraph div {
bsw@1045 1131 margin: 0;
bsw@1045 1132 padding: 0;
bsw@1045 1133 display: inline-block;
bsw@1045 1134 height: 9px;
bsw@1045 1135 }
bsw@1045 1136 .diff .diff_added {
bsw@1045 1137 background-color: #cfc;
bsw@1045 1138 }
bsw@1045 1139 .diff .diff_removed {
bsw@1045 1140 text-decoration: line-through;
bsw@1045 1141 background-color: #fcc;
bsw@1045 1142 }
bsw@1045 1143 .btn,
bsw@1045 1144 .ui_paginate_foot a {
bsw@1045 1145 text-decoration: none;
bsw@1045 1146 min-width: 2em;
bsw@1045 1147 text-align: center;
bsw@1045 1148 display: inline-block;
bsw@1045 1149 border-radius: 5px;
bsw@1045 1150 border: none;
bsw@1045 1151 font: bold 10pt / 125% sans-serif;
bsw@1045 1152 background-color: #999;
bsw@1045 1153 color: #fff !important;
bsw@1045 1154 margin-bottom: 5px;
bsw@1045 1155 }
bsw@1045 1156 .btn {
bsw@1045 1157 padding: 1ex 1em;
bsw@1045 1158 }
bsw@1045 1159 .ui_paginate_foot a {
bsw@1045 1160 padding: 0.5ex 0.5em;
bsw@1045 1161 background-color: #eee;
bsw@1045 1162 color: 000 !important;
bsw@1045 1163 }
bsw@1045 1164 .ui_paginate_foot a.active {
bsw@1045 1165 background-color: #666;
bsw@1045 1166 color: #fff !important;
bsw@1045 1167 }
bsw@1045 1168 .btn-default {
bsw@1045 1169 background-color: #47a;
bsw@1045 1170 color: #fff !important;
bsw@1045 1171 }
bsw@1045 1172 .btn:hover,
bsw@1045 1173 .btn:focus,
bsw@1045 1174 .ui_paginate_foot a:hover,
bsw@1045 1175 .ui_paginate_foot a:focus {
bsw@1045 1176 background-color: #0a0;
bsw@1045 1177 color: #fff !important;
bsw@1045 1178 cursor: pointer;
bsw@1045 1179 }
bsw@1045 1180 .btn-dangerous:hover {
bsw@1045 1181 background-color: #c00;
bsw@1045 1182 color: #fff !important;
bsw@1045 1183 }
bsw@1045 1184 .btn-link {
bsw@1045 1185 font: normal 10pt / 125% sans-serif;
bsw@1045 1186 background-color: #ffffff;
bsw@1045 1187 color: #222277;
bsw@1045 1188 border: none;
bsw@1045 1189 padding: 0;
bsw@1045 1190 margin: 0;
bsw@1045 1191 text-decoration: underline;
bsw@1045 1192 cursor: pointer;
bsw@1045 1193 }
bsw@1045 1194 /*************************************************************************
bsw@1045 1195 * Voting
bsw@1045 1196 */
bsw@1045 1197 .main .section #voting_form .sectionRow:last-child {
bsw@1045 1198 border-radius: 0;
bsw@1045 1199 margin-bottom: 0;
bsw@1045 1200 }
bsw@1045 1201 #voting {
bsw@1045 1202 background: #ddd;
bsw@1045 1203 padding: 9px;
bsw@1045 1204 margin-top: 4px;
bsw@1045 1205 position: relative;
bsw@1045 1206 margin-bottom: 2ex;
bsw@1045 1207 }
bsw@1045 1208 #voting .approval,
bsw@1045 1209 #voting .abstention,
bsw@1045 1210 #voting .disapproval {
bsw@1045 1211 border: 2px black solid;
bsw@1045 1212 margin-bottom: 2ex;
bsw@1045 1213 padding: 1ex;
bsw@1045 1214 padding-bottom: 2ex;
bsw@1045 1215 border-radius: 2px;
bsw@1045 1216 }
bsw@1045 1217 #voting .disapproval {
bsw@1045 1218 margin-bottom: 2ex;
bsw@1045 1219 }
bsw@1045 1220 #voting .approval {
bsw@1045 1221 background-color: #9f9;
bsw@1045 1222 }
bsw@1045 1223 #voting .approval .movable {
bsw@1045 1224 background-color: #dfd;
bsw@1045 1225 }
bsw@1045 1226 #voting .abstention {
bsw@1045 1227 background-color: #ccc;
bsw@1045 1228 }
bsw@1045 1229 #voting .abstention .movable {
bsw@1045 1230 background-color: #f2f2f2;
bsw@1045 1231 }
bsw@1045 1232 #voting .disapproval {
bsw@1045 1233 background-color: #f88;
bsw@1045 1234 }
bsw@1045 1235 #voting .disapproval .movable {
bsw@1045 1236 background-color: #fbb;
bsw@1045 1237 }
bsw@1045 1238 #voting .movable {
bsw@1045 1239 position: relative;
bsw@1045 1240 border: 1px black solid;
bsw@1045 1241 margin-top: 1ex;
bsw@1045 1242 padding: 0.5ex;
bsw@1045 1243 border-radius: 2px;
bsw@1045 1244 }
bsw@1045 1245 #voting .voting_form_active .movable {
bsw@1045 1246 cursor: pointer;
bsw@1045 1247 vertical-align: middle;
bsw@1045 1248 cursor: move;
bsw@1045 1249 }
bsw@1045 1250 #voting .voting_form_active .clickable {
bsw@1045 1251 cursor: auto;
bsw@1045 1252 }
bsw@1045 1253 #voting .voting_form_active a.clickable {
bsw@1045 1254 cursor: pointer;
bsw@1045 1255 }
bsw@1045 1256 /*
bsw@1045 1257 * footer
bsw@1045 1258 */
bsw@1045 1259 .footer {
bsw@1045 1260 text-align: center;
bsw@1045 1261 color: #ffffff;
bsw@1045 1262 background-color: #000000;
bsw@1045 1263 padding: 9px 0;
bsw@1045 1264 border: 1px solid #000;
bsw@1045 1265 border-top: none;
bsw@1045 1266 }
bsw@1045 1267 .footer a {
bsw@1045 1268 color: #ffffff;
bsw@1045 1269 }
bsw@1045 1270 .ui_paginate_head {
bsw@1045 1271 display: none;
bsw@1045 1272 }
bsw@1045 1273 .ui_paginate_foot {
bsw@1045 1274 line-height: 180%;
bsw@1045 1275 }
bsw@1045 1276 .swiper_tabs {
bsw@1045 1277 display: none;
bsw@1045 1278 }
bsw@1045 1279 #swiper_info {
bsw@1045 1280 display: none;
bsw@1045 1281 }
bsw@1045 1282 .nav .searchLink {
bsw@1045 1283 display: none;
bsw@1045 1284 }
bsw@1045 1285 @media (max-width: 767px) {
bsw@1045 1286 html body {
bsw@1045 1287 margin: 0;
bsw@1045 1288 background: #255078;
bsw@1045 1289 }
bsw@1045 1290 html body .head {
bsw@1045 1291 margin: 6pt;
bsw@1045 1292 padding: 0;
bsw@1045 1293 }
bsw@1045 1294 html body .head .logo {
bsw@1045 1295 display: block;
bsw@1045 1296 padding: 0;
bsw@1045 1297 }
bsw@1045 1298 html body .head .logo .liquid,
bsw@1045 1299 html body .head .logo .feedback {
bsw@1045 1300 font: bold 12pt / 125% sans-serif;
bsw@1045 1301 }
bsw@1045 1302 html body .head .logo .instanceName {
bsw@1045 1303 font: normal 10pt / 100% sans-serif;
bsw@1045 1304 display: block;
bsw@1045 1305 margin-left: 0;
bsw@1045 1306 }
bsw@1045 1307 html body .head .nav {
bsw@1045 1308 padding: 0;
bsw@1045 1309 }
bsw@1045 1310 html body .initiativeInfo h1 {
bsw@1045 1311 display: none;
bsw@1045 1312 }
bsw@1045 1313 html body .slot_title {
bsw@1097 1314 font: bold 12pt / 125% sans-serif;
bsw@1045 1315 padding: 0;
bsw@1045 1316 margin: 0 6pt;
bsw@1045 1317 }
bsw@1045 1318 html body .slot_title .spacer {
bsw@1045 1319 display: none;
bsw@1045 1320 }
bsw@1045 1321 html body .slot_title .unit,
bsw@1045 1322 html body .slot_title .area,
bsw@1045 1323 html body .slot_title .issue,
bsw@1045 1324 html body .slot_title .initiative,
bsw@1045 1325 html body .slot_title .member {
bsw@1045 1326 display: block;
bsw@1045 1327 margin-right: 0;
bsw@1045 1328 padding: 4px 0;
bsw@1045 1329 border-radius: 2px;
bsw@1045 1330 overflow: auto;
bsw@1045 1331 }
bsw@1045 1332 html body .slot_title .unit:before,
bsw@1045 1333 html body .slot_title .area:before,
bsw@1045 1334 html body .slot_title .issue:before,
bsw@1045 1335 html body .slot_title .initiative:before,
bsw@1045 1336 html body .slot_title .member:before {
bsw@1045 1337 content: "↳";
bsw@1045 1338 position: relative;
bsw@1045 1339 top: -2px;
bsw@1045 1340 }
bsw@1045 1341 html body .slot_title .area {
bsw@1045 1342 margin-left: 10px;
bsw@1045 1343 }
bsw@1045 1344 html body .slot_title .issue {
bsw@1045 1345 margin-left: 20px;
bsw@1045 1346 }
bsw@1045 1347 html body .slot_title .initiative {
bsw@1045 1348 margin-left: 30px;
bsw@1045 1349 }
bsw@1045 1350 html body .slot_title a:last-child,
bsw@1045 1351 html body .slot_title .issue:last-child,
bsw@1045 1352 html body .slot_title .area:last-child,
bsw@1045 1353 html body .slot_title .unit:last-child,
bsw@1045 1354 html body .slot_title .initiative:last-child {
bsw@1045 1355 margin-bottom: 6pt;
bsw@1045 1356 }
bsw@1045 1357 html body .slot_title .unit a,
bsw@1045 1358 html body .slot_title .initiative a,
bsw@1045 1359 html body .slot_title .issue a,
bsw@1045 1360 html body .slot_title .area a {
bsw@1045 1361 margin-bottom: 0;
bsw@1045 1362 display: inline;
bsw@1045 1363 }
bsw@1045 1364 html body .slot_title a.home {
bsw@1045 1365 display: none;
bsw@1045 1366 }
bsw@1045 1367 html body .slot_title .weight {
bsw@1045 1368 float: right;
bsw@1045 1369 margin: 0;
bsw@1045 1370 }
bsw@1045 1371 html body .slot_title .delegation_info {
bsw@1045 1372 float: right;
bsw@1045 1373 display: block;
bsw@1045 1374 margin-top: -10px;
bsw@1045 1375 }
bsw@1045 1376 html body .slot_title a .label {
bsw@1045 1377 display: inline;
bsw@1045 1378 }
bsw@1045 1379 html body .slot_title .star {
bsw@1045 1380 float: right;
bsw@1045 1381 margin-left: 0.5em;
bsw@1045 1382 margin-top: -4.5px;
bsw@1045 1383 margin-bottom: -4.5px;
bsw@1045 1384 }
bsw@1045 1385 html body .slot_title > span > *:last-child {
bsw@1045 1386 font: bold 12pt / 125% sans-serif;
bsw@1045 1387 }
bsw@1045 1388 html body .page {
bsw@1045 1389 background: none;
bsw@1045 1390 margin: 0;
bsw@1045 1391 box-shadow: none;
bsw@1045 1392 }
bsw@1045 1393 html body .nav #member_menu .text {
bsw@1045 1394 display: none;
bsw@1045 1395 }
bsw@1045 1396 html body .nav form.search {
bsw@1045 1397 display: none;
bsw@1045 1398 }
bsw@1045 1399 html body .nav .notifications,
bsw@1045 1400 html body .nav .searchLink,
bsw@1045 1401 html body .nav #member_menu a {
bsw@1045 1402 vertical-align: middle;
bsw@1045 1403 display: inline-block;
bsw@1045 1404 height: 48px;
bsw@1045 1405 min-width: 35px;
bsw@1045 1406 text-align: center;
bsw@1045 1407 background-color: #000;
bsw@1045 1408 border: 1px solid #777;
bsw@1045 1409 border-radius: 2px;
bsw@1045 1410 margin: 0;
bsw@1045 1411 }
bsw@1045 1412 html body .nav .notifications img,
bsw@1045 1413 html body .nav .searchLink img,
bsw@1045 1414 html body .nav #member_menu a img {
bsw@1045 1415 margin: 0;
bsw@1045 1416 width: 48px;
bsw@1045 1417 height: 48px;
bsw@1045 1418 }
bsw@1045 1419 html body .nav .notifications {
bsw@1045 1420 padding: 12px 2px;
bsw@1045 1421 height: 24px;
bsw@1045 1422 }
bsw@1045 1423 html body .nav #member_menu a :last-child {
bsw@1045 1424 display: none;
bsw@1045 1425 }
bsw@1045 1426 html body .notifications span {
bsw@1045 1427 margin-left: -5px;
bsw@1045 1428 }
bsw@1045 1429 html body .swiper_tabs {
bsw@1045 1430 clear: both;
bsw@1045 1431 display: block;
bsw@1045 1432 overflow: auto;
bsw@1045 1433 margin: 6pt;
bsw@1045 1434 }
bsw@1045 1435 html body .swiper_tabs div {
bsw@1045 1436 display: block;
bsw@1045 1437 float: left;
bsw@1045 1438 width: 33.333%;
bsw@1045 1439 }
bsw@1045 1440 html body .swiper_tabs div a {
bsw@1045 1441 padding: 8px 0;
bsw@1045 1442 display: block;
bsw@1045 1443 text-align: center;
bsw@1045 1444 background-color: #eee;
bsw@1045 1445 }
bsw@1045 1446 html body .swiper_tabs div a.active {
bsw@1045 1447 background-color: #abe;
bsw@1045 1448 }
bsw@1045 1449 html body .swiper_tabs div:first-child a {
bsw@1045 1450 border-radius: 2px 0 0 2px;
bsw@1045 1451 }
bsw@1045 1452 html body .swiper_tabs div:last-child a {
bsw@1045 1453 border-radius: 0 2px 2px 0;
bsw@1045 1454 }
bsw@1045 1455 html body #swiper_info.active {
bsw@1045 1456 display: block;
bsw@1045 1457 font: bold 10pt / 125% sans-serif;
bsw@1045 1458 z-index: 1;
bsw@1045 1459 text-align: center;
bsw@1045 1460 width: 100%;
bsw@1045 1461 background-color: #255078;
bsw@1045 1462 color: #ffffff;
bsw@1045 1463 }
bsw@1045 1464 html body .sidebarSection {
bsw@1045 1465 margin: 0 6pt 6pt 6pt;
bsw@1045 1466 }
bsw@1045 1467 html body .main,
bsw@1045 1468 html body .extra > .section {
bsw@1045 1469 clear: none;
bsw@1045 1470 float: none;
bsw@1045 1471 width: auto;
bsw@1045 1472 margin: 0 6pt 6pt 6pt;
bsw@1045 1473 }
bsw@1045 1474 html body .main .section .sectionRow:last-child,
bsw@1045 1475 html body .extra > .section .section .sectionRow:last-child {
bsw@1045 1476 margin-bottom: 6pt;
bsw@1045 1477 }
bsw@1045 1478 html body .ui_filter_head.filter_mode {
bsw@1045 1479 float: none !important;
bsw@1045 1480 background: #ffffff !important;
bsw@1045 1481 text-align: left !important;
bsw@1045 1482 border-radius: 2px;
bsw@1045 1483 margin-bottom: 6pt !important;
bsw@1045 1484 }
bsw@1045 1485 html body .member_photo {
bsw@1045 1486 text-align: center;
bsw@1045 1487 margin-bottom: 2ex;
bsw@1045 1488 }
bsw@1045 1489 html body .member_photo .member_image_photo {
bsw@1045 1490 max-width: 600px;
bsw@1045 1491 }
bsw@1045 1492 html body #trace_content {
bsw@1045 1493 margin: 6pt 0;
bsw@1045 1494 border-radius: 0;
bsw@1045 1495 }
bsw@1045 1496 html body #trace_content ul li .trace_head {
bsw@1045 1497 padding: 6px 5px;
bsw@1045 1498 }
bsw@1045 1499 html body #trace_content ul ul {
bsw@1045 1500 padding: 5px 2px;
bsw@1045 1501 }
bsw@1045 1502 }
bsw@1045 1503 .textCenter {
bsw@1045 1504 text-align: center;
bsw@1045 1505 }
bsw@1045 1506 a.initiative {
bsw@1045 1507 text-decoration: none;
bsw@1045 1508 border-bottom: 1px solid #66c;
bsw@1045 1509 }
bsw@1045 1510 a.initiative:hover {
bsw@1045 1511 border-bottom: 1px solid #007;
bsw@1045 1512 }
bsw@1045 1513 #trace_content {
bsw@1045 1514 margin: 12pt;
bsw@1045 1515 padding: 9px;
bsw@1045 1516 border-radius: 2px;
bsw@1045 1517 background-color: #ffffff;
bsw@1045 1518 }
bsw@1045 1519 #trace_content #system_error {
bsw@1045 1520 font-family: monospace;
bsw@1045 1521 }
bsw@1045 1522 #trace_content ul li {
bsw@1045 1523 margin-top: 10px;
bsw@1045 1524 }
bsw@1045 1525 #trace_content ul li .trace_head {
bsw@1045 1526 padding: 3px 5px;
bsw@1045 1527 border-radius: 2px 2px 0 0;
bsw@1045 1528 }
bsw@1045 1529 #trace_content ul li .trace_head:last-child {
bsw@1045 1530 border-radius: 2px;
bsw@1045 1531 }
bsw@1045 1532 #trace_content ul li ul {
bsw@1045 1533 border-radius: 0 0 2px 2px;
bsw@1045 1534 }
bsw@1045 1535 #trace_content ul li:first-child {
bsw@1045 1536 margin-top: 0;
bsw@1045 1537 }
bsw@1045 1538 #trace_content ul ul {
bsw@1045 1539 padding: 10px;
bsw@1045 1540 }
bsw@1045 1541 #trace_content .trace_config > ul {
bsw@1045 1542 background-color: #eee;
bsw@1045 1543 border: 1px solid #ccc;
bsw@1045 1544 }
bsw@1045 1545 #trace_content .trace_config > .trace_head {
bsw@1045 1546 background-color: #ccc;
bsw@1045 1547 color: #000;
bsw@1045 1548 }
bsw@1045 1549 #trace_content .trace_request > ul {
bsw@1045 1550 background-color: #afa;
bsw@1045 1551 }
bsw@1045 1552 #trace_content .trace_request > .trace_head {
bsw@1045 1553 background-color: #0c0;
bsw@1045 1554 }
bsw@1045 1555 #trace_content .trace_filter > ul {
bsw@1045 1556 background-color: #ccf;
bsw@1045 1557 border: 1px solid #00c;
bsw@1045 1558 border-top: none;
bsw@1045 1559 }
bsw@1045 1560 #trace_content .trace_filter > .trace_head {
bsw@1045 1561 background-color: #00c;
bsw@1045 1562 color: #fff;
bsw@1045 1563 }
bsw@1045 1564 #trace_content .trace_view > ul {
bsw@1045 1565 background-color: #cfc;
bsw@1045 1566 border: 1px solid #0c0;
bsw@1045 1567 border-top: none;
bsw@1045 1568 }
bsw@1045 1569 #trace_content .trace_view > .trace_head {
bsw@1045 1570 background-color: #0c0;
bsw@1045 1571 color: #000;
bsw@1045 1572 }
bsw@1045 1573 #trace_content .trace_action_neutral > ul {
bsw@1045 1574 background-color: #ffa;
bsw@1045 1575 border: 1px solid #fe0;
bsw@1045 1576 }
bsw@1045 1577 #trace_content .trace_action_neutral > .trace_head {
bsw@1045 1578 background-color: #fe0;
bsw@1045 1579 color: #000;
bsw@1045 1580 }
bsw@1154 1581 #trace_content .trace_action_success > ul {
bsw@1154 1582 background-color: #afa;
bsw@1154 1583 border: 1px solid #fe0;
bsw@1154 1584 }
bsw@1154 1585 #trace_content .trace_action_success > .trace_head {
bsw@1154 1586 background-color: #fe0;
bsw@1154 1587 color: #000;
bsw@1154 1588 }
bsw@1154 1589 #trace_content .trace_action_softfail > ul {
bsw@1154 1590 background-color: #faa;
bsw@1154 1591 border: 1px solid #fe0;
bsw@1154 1592 }
bsw@1154 1593 #trace_content .trace_action_softfail > .trace_head {
bsw@1154 1594 background-color: #fe0;
bsw@1154 1595 color: #000;
bsw@1154 1596 }
bsw@1045 1597 #trace_content .trace_sql {
bsw@1045 1598 background-color: #fff;
bsw@1045 1599 padding: 2px 4px;
bsw@1045 1600 margin-top: 8px;
bsw@1045 1601 }
bsw@1151 1602 #trace_content .trace_sql_time {
bsw@1151 1603 float: right;
bsw@1151 1604 font-weight: bold;
bsw@1151 1605 }
bsw@1045 1606 #trace_content .trace_error {
bsw@1045 1607 background-color: #faa;
bsw@1045 1608 color: #000;
bsw@1045 1609 font-weight: bold;
bsw@1045 1610 border: 1px solid #c00;
bsw@1045 1611 }
bsw@1045 1612 #trace_content .trace_exectime {
bsw@1045 1613 background-color: #ccc;
bsw@1045 1614 font-weight: bold;
bsw@1045 1615 border-radius: 2px;
bsw@1045 1616 }
bsw@1045 1617 #trace_content .time {
bsw@1045 1618 float: right;
bsw@1045 1619 }
bsw@1045 1620 #trace_content .total_duration {
bsw@1045 1621 font-weight: bold;
bsw@1045 1622 }

Impressum / About Us