liquid_feedback_frontend

annotate static/lf3.css @ 1060:d6ab5f231178

Fixed error when displaying initiatives in polling mode, made inline help for phases available
author bsw
date Wed Jul 16 21:50:26 2014 +0200 (2014-07-16)
parents 701a5cf6b067
children 499429108d1a
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@1045 144 background-image: url("back50.png");
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@1045 187 font: normal 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@1045 249 .icon16 {
bsw@1045 250 width: 16px;
bsw@1045 251 height: 16px;
bsw@1045 252 }
bsw@1045 253 .icon24 {
bsw@1045 254 width: 24px;
bsw@1045 255 height: 24px;
bsw@1045 256 }
bsw@1045 257 .icon32 {
bsw@1045 258 width: 32px;
bsw@1045 259 height: 32px;
bsw@1045 260 }
bsw@1045 261 .icon48 {
bsw@1045 262 width: 48px;
bsw@1045 263 height: 48px;
bsw@1045 264 }
bsw@1045 265 img.star {
bsw@1045 266 width: 24px;
bsw@1045 267 height: 24px;
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@1045 390 /*
bsw@1045 391 * title
bsw@1045 392 */
bsw@1045 393 .slot_title {
bsw@1045 394 padding-left: 12pt;
bsw@1045 395 padding-right: 12pt;
bsw@1045 396 font: bold 12pt / 125% sans-serif;
bsw@1045 397 color: #ffffff;
bsw@1045 398 padding-top: 12pt;
bsw@1045 399 }
bsw@1045 400 .slot_title a {
bsw@1045 401 color: #ffffff;
bsw@1045 402 display: inline-block;
bsw@1045 403 }
bsw@1045 404 .slot_title a.home {
bsw@1045 405 margin-right: 4px;
bsw@1045 406 }
bsw@1045 407 .slot_title a.delegation_info {
bsw@1045 408 margin-right: 0;
bsw@1045 409 }
bsw@1045 410 .slot_title .initiative,
bsw@1045 411 .slot_title a .label {
bsw@1045 412 display: none;
bsw@1045 413 }
bsw@1045 414 .slot_title .delegation_info {
bsw@1045 415 background-color: #ffffff;
bsw@1045 416 color: #000000;
bsw@1045 417 border-radius: 2px;
bsw@1045 418 padding-right: 3px;
bsw@1045 419 margin-bottom: 12pt;
bsw@1045 420 }
bsw@1045 421 .slot_title .delegation_info a {
bsw@1045 422 color: #000000;
bsw@1045 423 }
bsw@1045 424 .content {
bsw@1045 425 clear: both;
bsw@1045 426 margin: 0 12pt;
bsw@1045 427 margin-top: 12pt;
bsw@1045 428 }
bsw@1045 429 /*
bsw@1045 430 * the sidebar
bsw@1045 431 */
bsw@1045 432 .sidebar {
bsw@1045 433 float: right;
bsw@1045 434 width: 30%;
bsw@1045 435 }
bsw@1045 436 .sidebarSection {
bsw@1045 437 background-color: #ffffff;
bsw@1045 438 border-radius: 2px;
bsw@1045 439 color: #000000;
bsw@1045 440 margin-bottom: 12pt;
bsw@1045 441 padding: 0;
bsw@1045 442 }
bsw@1045 443 .sidebarSection .sidebarHead {
bsw@1045 444 padding: 9px 9px 4.5px 9px;
bsw@1045 445 background: #ffffff;
bsw@1045 446 color: #000000;
bsw@1045 447 min-height: 20px;
bsw@1045 448 }
bsw@1045 449 .sidebarSection .sidebarHead a {
bsw@1045 450 color: #000000;
bsw@1045 451 }
bsw@1045 452 .sidebarSection .sidebarHead .icon24 {
bsw@1045 453 margin-top: -3.6px;
bsw@1045 454 }
bsw@1045 455 .sidebarSection .sidebarRow {
bsw@1045 456 clear: right;
bsw@1045 457 display: block;
bsw@1045 458 border-top: 1px solid #aaaaaa;
bsw@1045 459 padding: 4.5px 9px;
bsw@1045 460 min-height: 20px;
bsw@1045 461 }
bsw@1045 462 .sidebarSection .sidebarRow.highlighted {
bsw@1045 463 background-color: #e7f0ff;
bsw@1045 464 }
bsw@1045 465 .sidebarSection .sidebarRow.sidebarRowNarrow {
bsw@1045 466 padding: 2.25px 9px;
bsw@1045 467 }
bsw@1045 468 .sidebarSection .sidebarRow.moreLink {
bsw@1045 469 min-height: 0;
bsw@1045 470 }
bsw@1045 471 .sidebarSection h1,
bsw@1045 472 .sidebarSection h1 a,
bsw@1045 473 .sidebarSection h2,
bsw@1045 474 .sidebarSection h2 a,
bsw@1045 475 .sidebarSection h3,
bsw@1045 476 .sidebarSection h3 a {
bsw@1045 477 color: #000000;
bsw@1045 478 }
bsw@1045 479 .sidebarSection a {
bsw@1045 480 color: #222277;
bsw@1045 481 }
bsw@1045 482 .sidebarSection .areas .whenfolded {
bsw@1045 483 display: none;
bsw@1045 484 }
bsw@1045 485 .sidebarSection .areas.folded .whenunfolded {
bsw@1045 486 display: none;
bsw@1045 487 }
bsw@1045 488 .sidebarSection .areas.folded .whenfolded {
bsw@1045 489 display: block;
bsw@1045 490 }
bsw@1045 491 .sidebarSection .areas.folded .disabled {
bsw@1045 492 display: none;
bsw@1045 493 }
bsw@1045 494 .sidebarSection a.issue {
bsw@1045 495 font: bold 12pt / 125% sans-serif;
bsw@1045 496 color: #000000;
bsw@1045 497 }
bsw@1045 498 .sidebarSection ul.initiatives li {
bsw@1045 499 padding: 4.5px 9px;
bsw@1045 500 border-top: 1px solid #aaaaaa;
bsw@1045 501 }
bsw@1045 502 .sidebarSection ul.initiatives li .bargraph {
bsw@1045 503 display: block;
bsw@1045 504 }
bsw@1045 505 .sidebarSection ul.initiatives li .supporterCount {
bsw@1045 506 white-space: nowrap;
bsw@1045 507 }
bsw@1045 508 .sidebarSection ul.initiatives .revoked .initiative_name {
bsw@1045 509 text-decoration: line-through;
bsw@1045 510 }
bsw@1045 511 .sidebarSection ul.initiatives li.highlighted {
bsw@1045 512 background-color: #e7f0ff;
bsw@1045 513 }
bsw@1045 514 .sidebarSection ul.initiatives li.highlighted:last-child {
bsw@1045 515 border-radius: 0 0 2px 2px;
bsw@1045 516 }
bsw@1045 517 .sidebarSection .supporters {
bsw@1045 518 line-height: 28.799999999999997px;
bsw@1045 519 }
bsw@1045 520 .sidebarSection .supportCount {
bsw@1045 521 color: #00c000;
bsw@1045 522 font: bold 12pt / 125% sans-serif;
bsw@1045 523 float: right;
bsw@1045 524 }
bsw@1045 525 .sidebarSection .member_list .member_thumb {
bsw@1045 526 white-space: nowrap;
bsw@1045 527 overflow: hidden;
bsw@1045 528 text-overflow: ellipsis;
bsw@1045 529 }
bsw@1045 530 .sidebarSection .member_list .member_thumb img.member_image {
bsw@1045 531 width: 24px;
bsw@1045 532 height: 24px;
bsw@1045 533 vertical-align: middle;
bsw@1045 534 margin-right: 0.2em;
bsw@1045 535 }
bsw@1045 536 .sidebarSection .member_list .member_thumb.in_delegation_chain {
bsw@1045 537 font-weight: bold;
bsw@1045 538 }
bsw@1045 539 .sidebarSection > div {
bsw@1045 540 position: relative;
bsw@1045 541 }
bsw@1045 542 .sidebarSection > div:first-child {
bsw@1045 543 margin-top: 0;
bsw@1045 544 border-radius: 2px 2px 0 0;
bsw@1045 545 }
bsw@1045 546 .sidebarSection > div:last-child {
bsw@1045 547 border-radius: 0 0 2px 2px;
bsw@1045 548 }
bsw@1045 549 .sidebarSection > div:last-child:first-child {
bsw@1045 550 border-radius: 2px;
bsw@1045 551 }
bsw@1045 552 .sidebarSection a.unit {
bsw@1045 553 font: normal 12pt / 125% sans-serif;
bsw@1045 554 }
bsw@1045 555 .sidebarSection a.area {
bsw@1045 556 margin-left: 25px;
bsw@1045 557 display: block;
bsw@1045 558 }
bsw@1045 559 .sidebarSection .star {
bsw@1045 560 float: left;
bsw@1045 561 }
bsw@1045 562 .sidebarSection .delegation_info {
bsw@1045 563 margin-top: -3.6px;
bsw@1045 564 margin-bottom: 1px;
bsw@1045 565 }
bsw@1045 566 .admitted_info h1 {
bsw@1045 567 color: #00aa00;
bsw@1045 568 }
bsw@1045 569 .not_admitted_info h1,
bsw@1045 570 .revoked_info h1 {
bsw@1045 571 color: #aa0000;
bsw@1045 572 }
bsw@1045 573 .admitted_info .initiative_pie,
bsw@1045 574 .not_admitted_info .initiative_pie {
bsw@1045 575 float: right;
bsw@1045 576 }
bsw@1045 577 .admitted_info table tr th,
bsw@1045 578 .not_admitted_info table tr th {
bsw@1045 579 text-align: left;
bsw@1045 580 }
bsw@1045 581 .admitted_info table tr td,
bsw@1045 582 .not_admitted_info table tr td {
bsw@1045 583 text-align: right;
bsw@1045 584 padding: 0.3ex 0.4em;
bsw@1045 585 }
bsw@1045 586 /*
bsw@1045 587 * main area
bsw@1045 588 */
bsw@1045 589 .main_outer {
bsw@1045 590 width: 70%;
bsw@1045 591 }
bsw@1045 592 .main {
bsw@1045 593 clear: left;
bsw@1045 594 margin-right: 12pt;
bsw@1045 595 border-radius: 2px;
bsw@1045 596 /*
bsw@1045 597 * tabs und filter
bsw@1045 598 */
bsw@1045 599 /*
bsw@1045 600 * initiative
bsw@1045 601 */
bsw@1045 602 /* the draft */
bsw@1045 603 }
bsw@1045 604 .main .section .sectionHead,
bsw@1045 605 .main .section .sectionRow {
bsw@1045 606 background-color: #ffffff;
bsw@1045 607 overflow: auto;
bsw@1045 608 padding: 9px;
bsw@1045 609 }
bsw@1045 610 .main .section .sectionHead {
bsw@1045 611 background-color: #ffffff;
bsw@1045 612 color: #000000;
bsw@1045 613 margin-top: 12pt;
bsw@1045 614 border-radius: 2px 2px 0 0;
bsw@1045 615 }
bsw@1045 616 .main .section .sectionHead:first-child {
bsw@1045 617 margin-top: 0;
bsw@1045 618 }
bsw@1045 619 .main .section .sectionHead:last-child {
bsw@1045 620 border-radius: 2px;
bsw@1045 621 }
bsw@1045 622 .main .section .sectionRow {
bsw@1045 623 margin-top: 4px;
bsw@1045 624 }
bsw@1045 625 .main .section .sectionRow:last-child {
bsw@1045 626 border-radius: 0 0 2px 2px;
bsw@1045 627 margin-bottom: 12pt;
bsw@1045 628 }
bsw@1045 629 .main > h1 {
bsw@1045 630 border-bottom: 1px solid #aaaaaa;
bsw@1045 631 padding: 9px;
bsw@1045 632 }
bsw@1045 633 .main .ui_filter .ui_filter_head {
bsw@1045 634 background: #ffffff;
bsw@1045 635 color: #000000;
bsw@1045 636 padding: 0 9px 9px 9px;
bsw@1045 637 vertical-align: middle;
bsw@1045 638 }
bsw@1045 639 .main .ui_filter .ui_filter_head a {
bsw@1045 640 white-space: nowrap;
bsw@1045 641 font: normal 10pt / 150% sans-serif;
bsw@1045 642 margin-right: 0.5em;
bsw@1045 643 }
bsw@1045 644 .main .ui_filter .ui_filter_head a.active {
bsw@1045 645 font: bold 10pt / 150% sans-serif;
bsw@1045 646 text-decoration: none;
bsw@1045 647 color: #000000;
bsw@1045 648 }
bsw@1045 649 .main .ui_filter .ui_filter_head select {
bsw@1045 650 background: #ffffff;
bsw@1045 651 color: #444444;
bsw@1045 652 font: normal 10pt / 150% sans-serif;
bsw@1045 653 border: none;
bsw@1045 654 padding: 0;
bsw@1045 655 margin: 0;
bsw@1045 656 }
bsw@1045 657 .main .ui_filter .ui_filter_head select option {
bsw@1045 658 color: #000000;
bsw@1045 659 }
bsw@1045 660 .main .ui_filter .ui_filter_head select option:first-child,
bsw@1045 661 .main .ui_filter .ui_filter_head select option[value="interest_direct"],
bsw@1045 662 .main .ui_filter .ui_filter_head select option[value="interest_delegated"],
bsw@1045 663 .main .ui_filter .ui_filter_head select option[value="support_direct"],
bsw@1045 664 .main .ui_filter .ui_filter_head select option[value="support_delegated"],
bsw@1045 665 .main .ui_filter .ui_filter_head select option[value="potential_support_direct"],
bsw@1045 666 .main .ui_filter .ui_filter_head select option[value="potential_support_delegated"] {
bsw@1045 667 color: #444444;
bsw@1045 668 }
bsw@1045 669 .main .ui_filter .ui_filter_head select.active {
bsw@1045 670 color: #000000;
bsw@1045 671 }
bsw@1045 672 .main .ui_filter .ui_filter_head:first-child {
bsw@1045 673 border-radius: 2px 2px 0 0;
bsw@1045 674 padding-top: 9px;
bsw@1045 675 }
bsw@1045 676 .main .ui_filter .ui_filter_head.filter_filter {
bsw@1045 677 padding-top: 9px;
bsw@1045 678 }
bsw@1045 679 .main .ui_filter .ui_filter_head.filter_mode {
bsw@1045 680 padding-top: 9px;
bsw@1045 681 margin-bottom: 0;
bsw@1045 682 padding-bottom: 0;
bsw@1045 683 }
bsw@1045 684 .main .ui_filter .ui_filter_head.subfilter a {
bsw@1045 685 font: normal 10pt / 150% sans-serif;
bsw@1045 686 }
bsw@1045 687 .main .ui_filter .ui_filter_head.subfilter a.active {
bsw@1045 688 font: bold 10pt / 150% sans-serif;
bsw@1045 689 }
bsw@1045 690 .main .filter {
bsw@1045 691 float: right;
bsw@1045 692 }
bsw@1045 693 .main .delegation_info.suspended {
bsw@1045 694 margin: 1ex -2px -2px -2px;
bsw@1045 695 }
bsw@1045 696 .main .issues .state_info {
bsw@1045 697 font: bold 10pt / 125% sans-serif;
bsw@1045 698 color: #007700;
bsw@1045 699 }
bsw@1045 700 .main .issues .state_info.negative {
bsw@1045 701 color: #aa0000;
bsw@1045 702 }
bsw@1045 703 .main ul.initiatives li {
bsw@1045 704 margin-top: 1ex;
bsw@1045 705 }
bsw@1045 706 .main ul.initiatives li .bargraph {
bsw@1045 707 float: left;
bsw@1045 708 margin-top: 5px;
bsw@1045 709 margin-right: 0.5em;
bsw@1045 710 }
bsw@1045 711 .main ul.initiatives li .initiative_name {
bsw@1045 712 display: block;
bsw@1045 713 margin-left: 110px;
bsw@1045 714 }
bsw@1045 715 .main ul.initiatives li .rank1 .initiative_name {
bsw@1045 716 margin-left: 0;
bsw@1045 717 }
bsw@1045 718 .main ul.initiatives li .revoked .initiative_name {
bsw@1045 719 text-decoration: line-through;
bsw@1045 720 }
bsw@1045 721 .main ul.initiatives li:first-child {
bsw@1045 722 margin-top: 0;
bsw@1045 723 clear: none;
bsw@1045 724 }
bsw@1045 725 .main .events .event ul.initiatives li .initiative_name {
bsw@1045 726 margin-left: 0;
bsw@1045 727 }
bsw@1045 728 .main .member_photo {
bsw@1045 729 float: right;
bsw@1045 730 }
bsw@1045 731 .main .member_thumb.in_delegation_chain {
bsw@1045 732 font-weight: bold;
bsw@1045 733 }
bsw@1045 734 .main .support {
bsw@1045 735 color: #aaa;
bsw@1045 736 line-height: 80%;
bsw@1045 737 float: right;
bsw@1045 738 width: 102px;
bsw@1045 739 }
bsw@1045 740 .main .initiativeInfo {
bsw@1045 741 font-family: normal 10pt / 125% sans-serif;
bsw@1045 742 line-height: 24px;
bsw@1045 743 overflow: auto;
bsw@1045 744 }
bsw@1045 745 .main .initiativeInfo .support {
bsw@1045 746 margin-top: 1ex;
bsw@1045 747 float: left;
bsw@1045 748 width: auto;
bsw@1045 749 }
bsw@1045 750 .main .initiativeInfo .mySupport {
bsw@1045 751 line-height: 125%;
bsw@1045 752 min-width: 12em;
bsw@1045 753 text-align: right;
bsw@1045 754 }
bsw@1045 755 .main .initiativeInfo .initiators {
bsw@1045 756 margin-top: 1.5ex;
bsw@1045 757 margin-bottom: -1ex;
bsw@1045 758 float: left;
bsw@1045 759 }
bsw@1045 760 .main .initiativeInfo .links {
bsw@1045 761 margin-top: 1.5ex;
bsw@1045 762 margin-bottom: -1ex;
bsw@1045 763 float: right;
bsw@1045 764 clear: right;
bsw@1045 765 }
bsw@1045 766 .main .initiativeInfo .initiator_links {
bsw@1045 767 clear: right;
bsw@1045 768 }
bsw@1045 769 .main .issueInfo .links {
bsw@1045 770 margin-top: 1.5ex;
bsw@1045 771 margin-bottom: -1ex;
bsw@1045 772 float: right;
bsw@1045 773 clear: both;
bsw@1045 774 }
bsw@1045 775 .main .draft_updated_info {
bsw@1045 776 color: #007700;
bsw@1045 777 }
bsw@1045 778 .main .draft_updated_info .info {
bsw@1045 779 font: bold 10pt / 125% sans-serif;
bsw@1045 780 }
bsw@1045 781 .main .draft {
bsw@1045 782 font: normal 10pt / 125% sans-serif;
bsw@1045 783 }
bsw@1045 784 .main .draft ul {
bsw@1045 785 margin-left: 1em;
bsw@1045 786 margin-bottom: 1.5ex;
bsw@1045 787 list-style: square;
bsw@1045 788 padding-left: 1em;
bsw@1045 789 }
bsw@1045 790 .main .draft h1 {
bsw@1045 791 font: italic 10pt / 125% sans-serif;
bsw@1045 792 font-size: 125%;
bsw@1045 793 border-bottom: 1px solid #444444;
bsw@1045 794 margin-bottom: 1ex;
bsw@1045 795 }
bsw@1045 796 .main .draft h2 {
bsw@1045 797 font: normal 10pt / 125% sans-serif;
bsw@1045 798 font-size: 125%;
bsw@1045 799 }
bsw@1045 800 .main .draft h3 {
bsw@1045 801 font: normal 10pt / 125% sans-serif;
bsw@1045 802 font-size: 125%;
bsw@1045 803 }
bsw@1045 804 .main .draft h4 {
bsw@1045 805 font: normal 10pt / 125% sans-serif;
bsw@1045 806 }
bsw@1045 807 .main .draft hr {
bsw@1045 808 border: none;
bsw@1045 809 border-top: 1px solid #000000;
bsw@1045 810 }
bsw@1045 811 .main .draft b,
bsw@1045 812 .main .draft strong {
bsw@1045 813 font: italic 10pt / 125% sans-serif;
bsw@1045 814 }
bsw@1045 815 .main .draft i,
bsw@1045 816 .main .draft em {
bsw@1045 817 font: normal 10pt / 125% sans-serif;
bsw@1045 818 }
bsw@1045 819 .main form,
bsw@1045 820 .main .form {
bsw@1045 821 margin: 0;
bsw@1045 822 padding: 0;
bsw@1045 823 }
bsw@1045 824 .main form .ui_field_label,
bsw@1045 825 .main .form .ui_field_label {
bsw@1045 826 display: inline-block;
bsw@1045 827 width: 25%;
bsw@1045 828 margin: 0;
bsw@1045 829 padding: 0;
bsw@1045 830 text-align: right;
bsw@1045 831 margin-bottom: 9px;
bsw@1045 832 padding-right: 0.5%;
bsw@1045 833 vertical-align: top;
bsw@1045 834 color: #444444;
bsw@1045 835 }
bsw@1045 836 .main form input[type=text],
bsw@1045 837 .main .form input[type=text],
bsw@1045 838 .main form input[type=password],
bsw@1045 839 .main .form input[type=password],
bsw@1045 840 .main form select,
bsw@1045 841 .main .form select,
bsw@1045 842 .main form textarea,
bsw@1045 843 .main .form textarea {
bsw@1045 844 vertical-align: top;
bsw@1045 845 width: 73%;
bsw@1045 846 margin: 0;
bsw@1045 847 padding: 3px;
bsw@1045 848 border: 1px solid #444444;
bsw@1045 849 font: bold 10pt / 125% sans-serif;
bsw@1045 850 margin-bottom: 9px;
bsw@1045 851 }
bsw@1045 852 .main form input:focus,
bsw@1045 853 .main .form input:focus {
bsw@1045 854 outline: 2px solid #397ab6;
bsw@1045 855 }
bsw@1045 856 .main form .actions,
bsw@1045 857 .main .form .actions {
bsw@1045 858 margin-left: 26%;
bsw@1045 859 }
bsw@1045 860 .main form.wide input[type=text],
bsw@1045 861 .main form.wide input[type=password],
bsw@1045 862 .main form.wide select,
bsw@1045 863 .main form.wide textarea {
bsw@1045 864 width: 100%;
bsw@1045 865 }
bsw@1045 866 .issues .event .initiative_pie,
bsw@1045 867 .events .event .initiative_pie {
bsw@1045 868 clear: right;
bsw@1045 869 float: right;
bsw@1045 870 }
bsw@1045 871 .issues .event ul.initiatives .initiative_info_left,
bsw@1045 872 .events .event ul.initiatives .initiative_info_left {
bsw@1045 873 display: inline;
bsw@1045 874 margin-right: 0.5em;
bsw@1045 875 }
bsw@1045 876 .issues .event ul.initiatives .initiative_info_right,
bsw@1045 877 .events .event ul.initiatives .initiative_info_right {
bsw@1045 878 float: right;
bsw@1045 879 }
bsw@1045 880 .issues .event ul.initiatives .initiative_info_right .bargraph,
bsw@1045 881 .events .event ul.initiatives .initiative_info_right .bargraph {
bsw@1045 882 float: right;
bsw@1045 883 margin-left: 0.5em;
bsw@1045 884 }
bsw@1045 885 .issues .event ul.initiatives .result,
bsw@1045 886 .events .event ul.initiatives .result {
bsw@1045 887 color: #444444;
bsw@1045 888 margin-top: 0.5ex;
bsw@1045 889 }
bsw@1045 890 .issues .event ul.initiatives h3,
bsw@1045 891 .events .event ul.initiatives h3 {
bsw@1045 892 margin-top: 1ex;
bsw@1045 893 margin-bottom: 0;
bsw@1045 894 }
bsw@1045 895 .issues .event ul.initiatives a.initiative,
bsw@1045 896 .events .event ul.initiatives a.initiative {
bsw@1045 897 font: bold 10pt / 125% sans-serif;
bsw@1045 898 }
bsw@1045 899 .issues .event .event_info,
bsw@1045 900 .events .event .event_info {
bsw@1045 901 font: bold 10pt / 125% sans-serif;
bsw@1045 902 color: #007700;
bsw@1045 903 margin-top: 0.66ex;
bsw@1045 904 margin-bottom: 1ex;
bsw@1045 905 }
bsw@1045 906 .issues .event .event_info:last-child,
bsw@1045 907 .events .event .event_info:last-child {
bsw@1045 908 margin-bottom: 0;
bsw@1045 909 }
bsw@1045 910 .issues .event .event_info.negative,
bsw@1045 911 .events .event .event_info.negative {
bsw@1045 912 color: #aa0000;
bsw@1045 913 }
bsw@1045 914 .issues .event .event_time,
bsw@1045 915 .events .event .event_time {
bsw@1045 916 font: normal 10pt / 125% sans-serif;
bsw@1045 917 color: #444444;
bsw@1045 918 }
bsw@1045 919 .issues .event:hover .event_time,
bsw@1045 920 .events .event:hover .event_time {
bsw@1045 921 visibility: visible;
bsw@1045 922 }
bsw@1045 923 .issues .event:hover ul.initiatives div,
bsw@1045 924 .events .event:hover ul.initiatives div {
bsw@1045 925 visibility: visible;
bsw@1045 926 }
bsw@1045 927 .issues .issue_context,
bsw@1045 928 .events .issue_context {
bsw@1045 929 line-height: 24px;
bsw@1045 930 margin-bottom: 0.66ex;
bsw@1045 931 }
bsw@1045 932 .issues .issue_context .unit,
bsw@1045 933 .events .issue_context .unit {
bsw@1045 934 background-color: #777;
bsw@1045 935 color: #fff;
bsw@1045 936 padding: 1px 3px;
bsw@1045 937 border-radius: 2px;
bsw@1045 938 text-decoration: none;
bsw@1045 939 }
bsw@1045 940 .issues .issue_context .area,
bsw@1045 941 .events .issue_context .area {
bsw@1045 942 background-color: #ddd;
bsw@1045 943 color: #000;
bsw@1045 944 padding: 1px 3px;
bsw@1045 945 border-radius: 2px;
bsw@1045 946 text-decoration: none;
bsw@1045 947 }
bsw@1045 948 .issues .issue_info .issue,
bsw@1045 949 .events .issue_info .issue {
bsw@1045 950 font: bold 10pt / 125% sans-serif;
bsw@1045 951 color: #000000;
bsw@1045 952 }
bsw@1045 953 .issues img.star,
bsw@1045 954 .events img.star {
bsw@1045 955 vertical-align: middle;
bsw@1045 956 float: right;
bsw@1045 957 margin-left: 0.5em;
bsw@1045 958 }
bsw@1045 959 .issues .event.suggestion ul.initiatives li,
bsw@1045 960 .events .event.suggestion ul.initiatives li {
bsw@1045 961 margin-top: 0;
bsw@1045 962 margin-bottom: 1ex;
bsw@1045 963 }
bsw@1045 964 .issues .event.suggestion ul.initiatives li a,
bsw@1045 965 .events .event.suggestion ul.initiatives li a {
bsw@1045 966 font: normal 10pt / 125% sans-serif;
bsw@1045 967 }
bsw@1045 968 .issues .event.suggestion .suggestion,
bsw@1045 969 .events .event.suggestion .suggestion {
bsw@1045 970 font: bold 10pt / 125% sans-serif;
bsw@1045 971 overflow: hidden;
bsw@1045 972 text-overflow: ellipsis;
bsw@1045 973 }
bsw@1045 974 .suggestions .suggestion .opinion {
bsw@1045 975 float: right;
bsw@1045 976 }
bsw@1045 977 .suggestions .suggestion .opinion .must {
bsw@1045 978 background-color: #00cc00;
bsw@1045 979 color: #ffffff;
bsw@1045 980 }
bsw@1045 981 .suggestions .suggestion .opinion .should {
bsw@1045 982 background-color: #44aa44;
bsw@1045 983 color: #ffffff;
bsw@1045 984 }
bsw@1045 985 .suggestions .suggestion .opinion .shouldnot {
bsw@1045 986 background-color: #aa4444;
bsw@1045 987 color: #ffffff;
bsw@1045 988 }
bsw@1045 989 .suggestions .suggestion .opinion .mustnot {
bsw@1045 990 background-color: #cc0000;
bsw@1045 991 color: #ffffff;
bsw@1045 992 }
bsw@1045 993 .suggestions .suggestion .opinion .implemented {
bsw@1045 994 background-color: #00cc00;
bsw@1045 995 color: #ffffff;
bsw@1045 996 }
bsw@1045 997 .suggestions .suggestion .opinion .notimplemented {
bsw@1045 998 background-color: #cc0000;
bsw@1045 999 color: #ffffff;
bsw@1045 1000 }
bsw@1045 1001 .suggestions .suggestion .suggestion-rating {
bsw@1045 1002 float: right;
bsw@1045 1003 }
bsw@1045 1004 .suggestions .suggestion .suggestion-text {
bsw@1045 1005 margin-top: 9px;
bsw@1045 1006 font: normal 10pt / 125% sans-serif;
bsw@1045 1007 overflow: hidden;
bsw@1045 1008 text-overflow: ellipsis;
bsw@1045 1009 position: relative;
bsw@1045 1010 z-index: 10;
bsw@1045 1011 }
bsw@1045 1012 .suggestions .suggestion .suggestion-more {
bsw@1045 1013 display: none;
bsw@1045 1014 }
bsw@1045 1015 .suggestions .suggestion .suggestion-less {
bsw@1045 1016 display: none;
bsw@1045 1017 }
bsw@1045 1018 .suggestions .suggestion .suggestionHead {
bsw@1045 1019 overflow: hidden;
bsw@1045 1020 text-overflow: ellipsis;
bsw@1045 1021 }
bsw@1045 1022 .suggestions .suggestion .rating {
bsw@1045 1023 display: none;
bsw@1045 1024 padding: 4.5px 0;
bsw@1045 1025 }
bsw@1045 1026 .suggestions .suggestion .rating .active-plus2 {
bsw@1045 1027 background-color: #00cc00;
bsw@1045 1028 color: #ffffff;
bsw@1045 1029 }
bsw@1045 1030 .suggestions .suggestion .rating .active-plus1 {
bsw@1045 1031 background-color: #44aa44;
bsw@1045 1032 color: #ffffff;
bsw@1045 1033 }
bsw@1045 1034 .suggestions .suggestion .rating .active-minus1 {
bsw@1045 1035 background-color: #aa4444;
bsw@1045 1036 color: #ffffff;
bsw@1045 1037 }
bsw@1045 1038 .suggestions .suggestion .rating .active-minus2 {
bsw@1045 1039 background-color: #cc0000;
bsw@1045 1040 color: #ffffff;
bsw@1045 1041 }
bsw@1045 1042 .suggestions .suggestion .rating .active-notfulfilled {
bsw@1045 1043 background-color: #faa;
bsw@1045 1044 }
bsw@1045 1045 .suggestions .suggestion .rating .active-fulfilled {
bsw@1045 1046 background-color: #afa;
bsw@1045 1047 }
bsw@1045 1048 .suggestions .suggestion.rateable .suggestion-more {
bsw@1045 1049 display: block;
bsw@1045 1050 }
bsw@1045 1051 .suggestions .suggestion.rateable.unfolded .rating {
bsw@1045 1052 border-top: 3px solid #397ab6;
bsw@1045 1053 }
bsw@1045 1054 .suggestions .suggestion.folded .suggestion-more {
bsw@1045 1055 display: block;
bsw@1045 1056 position: absolute;
bsw@1045 1057 bottom: 0;
bsw@1045 1058 left: 0;
bsw@1045 1059 width: 100%;
bsw@1045 1060 box-shadow: inset 0 -12ex 10ex -5ex #ffffff;
bsw@1045 1061 padding-top: 5ex;
bsw@1045 1062 }
bsw@1045 1063 .suggestions .suggestion.unfolded .suggestion-more {
bsw@1045 1064 display: none;
bsw@1045 1065 }
bsw@1045 1066 .suggestions .suggestion.unfolded .rating {
bsw@1045 1067 display: block;
bsw@1045 1068 }
bsw@1045 1069 .suggestions .suggestion.unfolded .suggestion-less {
bsw@1045 1070 margin-top: 1ex;
bsw@1045 1071 display: block;
bsw@1045 1072 }
bsw@1045 1073 .suggestions .suggestion.highlighted {
bsw@1045 1074 background-color: #e7f0ff;
bsw@1045 1075 }
bsw@1045 1076 .suggestions .suggestion.highlighted .suggestion-more {
bsw@1045 1077 box-shadow: inset 0 -12ex 10ex -5ex #e7f0ff;
bsw@1045 1078 }
bsw@1045 1079 li.raw {
bsw@1045 1080 list-style: none;
bsw@1045 1081 padding: 0;
bsw@1045 1082 margin: 0 !important;
bsw@1045 1083 }
bsw@1045 1084 .satisfiedSupporterCount {
bsw@1045 1085 color: #070;
bsw@1045 1086 }
bsw@1045 1087 .potentialSupporterCount {
bsw@1045 1088 color: #960;
bsw@1045 1089 }
bsw@1045 1090 .bargraph {
bsw@1045 1091 display: inline-block;
bsw@1045 1092 vertical-align: top;
bsw@1045 1093 height: 9px;
bsw@1045 1094 }
bsw@1045 1095 .bargraph div {
bsw@1045 1096 margin: 0;
bsw@1045 1097 padding: 0;
bsw@1045 1098 display: inline-block;
bsw@1045 1099 height: 9px;
bsw@1045 1100 }
bsw@1045 1101 .diff .diff_added {
bsw@1045 1102 background-color: #cfc;
bsw@1045 1103 }
bsw@1045 1104 .diff .diff_removed {
bsw@1045 1105 text-decoration: line-through;
bsw@1045 1106 background-color: #fcc;
bsw@1045 1107 }
bsw@1045 1108 .btn,
bsw@1045 1109 .ui_paginate_foot a {
bsw@1045 1110 text-decoration: none;
bsw@1045 1111 min-width: 2em;
bsw@1045 1112 text-align: center;
bsw@1045 1113 display: inline-block;
bsw@1045 1114 border-radius: 5px;
bsw@1045 1115 border: none;
bsw@1045 1116 font: bold 10pt / 125% sans-serif;
bsw@1045 1117 background-color: #999;
bsw@1045 1118 color: #fff !important;
bsw@1045 1119 margin-bottom: 5px;
bsw@1045 1120 }
bsw@1045 1121 .btn {
bsw@1045 1122 padding: 1ex 1em;
bsw@1045 1123 }
bsw@1045 1124 .ui_paginate_foot a {
bsw@1045 1125 padding: 0.5ex 0.5em;
bsw@1045 1126 background-color: #eee;
bsw@1045 1127 color: 000 !important;
bsw@1045 1128 }
bsw@1045 1129 .ui_paginate_foot a.active {
bsw@1045 1130 background-color: #666;
bsw@1045 1131 color: #fff !important;
bsw@1045 1132 }
bsw@1045 1133 .btn-default {
bsw@1045 1134 background-color: #47a;
bsw@1045 1135 color: #fff !important;
bsw@1045 1136 }
bsw@1045 1137 .btn:hover,
bsw@1045 1138 .btn:focus,
bsw@1045 1139 .ui_paginate_foot a:hover,
bsw@1045 1140 .ui_paginate_foot a:focus {
bsw@1045 1141 background-color: #0a0;
bsw@1045 1142 color: #fff !important;
bsw@1045 1143 cursor: pointer;
bsw@1045 1144 }
bsw@1045 1145 .btn-dangerous:hover {
bsw@1045 1146 background-color: #c00;
bsw@1045 1147 color: #fff !important;
bsw@1045 1148 }
bsw@1045 1149 .btn-link {
bsw@1045 1150 font: normal 10pt / 125% sans-serif;
bsw@1045 1151 background-color: #ffffff;
bsw@1045 1152 color: #222277;
bsw@1045 1153 border: none;
bsw@1045 1154 padding: 0;
bsw@1045 1155 margin: 0;
bsw@1045 1156 text-decoration: underline;
bsw@1045 1157 cursor: pointer;
bsw@1045 1158 }
bsw@1045 1159 /*************************************************************************
bsw@1045 1160 * Voting
bsw@1045 1161 */
bsw@1045 1162 .main .section #voting_form .sectionRow:last-child {
bsw@1045 1163 border-radius: 0;
bsw@1045 1164 margin-bottom: 0;
bsw@1045 1165 }
bsw@1045 1166 #voting {
bsw@1045 1167 background: #ddd;
bsw@1045 1168 padding: 9px;
bsw@1045 1169 margin-top: 4px;
bsw@1045 1170 position: relative;
bsw@1045 1171 margin-bottom: 2ex;
bsw@1045 1172 }
bsw@1045 1173 #voting .approval,
bsw@1045 1174 #voting .abstention,
bsw@1045 1175 #voting .disapproval {
bsw@1045 1176 border: 2px black solid;
bsw@1045 1177 margin-bottom: 2ex;
bsw@1045 1178 padding: 1ex;
bsw@1045 1179 padding-bottom: 2ex;
bsw@1045 1180 border-radius: 2px;
bsw@1045 1181 }
bsw@1045 1182 #voting .disapproval {
bsw@1045 1183 margin-bottom: 2ex;
bsw@1045 1184 }
bsw@1045 1185 #voting .approval {
bsw@1045 1186 background-color: #9f9;
bsw@1045 1187 }
bsw@1045 1188 #voting .approval .movable {
bsw@1045 1189 background-color: #dfd;
bsw@1045 1190 }
bsw@1045 1191 #voting .abstention {
bsw@1045 1192 background-color: #ccc;
bsw@1045 1193 }
bsw@1045 1194 #voting .abstention .movable {
bsw@1045 1195 background-color: #f2f2f2;
bsw@1045 1196 }
bsw@1045 1197 #voting .disapproval {
bsw@1045 1198 background-color: #f88;
bsw@1045 1199 }
bsw@1045 1200 #voting .disapproval .movable {
bsw@1045 1201 background-color: #fbb;
bsw@1045 1202 }
bsw@1045 1203 #voting .movable {
bsw@1045 1204 position: relative;
bsw@1045 1205 border: 1px black solid;
bsw@1045 1206 margin-top: 1ex;
bsw@1045 1207 padding: 0.5ex;
bsw@1045 1208 border-radius: 2px;
bsw@1045 1209 }
bsw@1045 1210 #voting .voting_form_active .movable {
bsw@1045 1211 cursor: pointer;
bsw@1045 1212 vertical-align: middle;
bsw@1045 1213 cursor: move;
bsw@1045 1214 }
bsw@1045 1215 #voting .voting_form_active .clickable {
bsw@1045 1216 cursor: auto;
bsw@1045 1217 }
bsw@1045 1218 #voting .voting_form_active a.clickable {
bsw@1045 1219 cursor: pointer;
bsw@1045 1220 }
bsw@1045 1221 /*
bsw@1045 1222 * footer
bsw@1045 1223 */
bsw@1045 1224 .footer {
bsw@1045 1225 text-align: center;
bsw@1045 1226 color: #ffffff;
bsw@1045 1227 background-color: #000000;
bsw@1045 1228 padding: 9px 0;
bsw@1045 1229 border: 1px solid #000;
bsw@1045 1230 border-top: none;
bsw@1045 1231 }
bsw@1045 1232 .footer a {
bsw@1045 1233 color: #ffffff;
bsw@1045 1234 }
bsw@1045 1235 .ui_paginate_head {
bsw@1045 1236 display: none;
bsw@1045 1237 }
bsw@1045 1238 .ui_paginate_foot {
bsw@1045 1239 line-height: 180%;
bsw@1045 1240 }
bsw@1045 1241 .swiper_tabs {
bsw@1045 1242 display: none;
bsw@1045 1243 }
bsw@1045 1244 #swiper_info {
bsw@1045 1245 display: none;
bsw@1045 1246 }
bsw@1045 1247 .nav .searchLink {
bsw@1045 1248 display: none;
bsw@1045 1249 }
bsw@1045 1250 @media (max-width: 767px) {
bsw@1045 1251 html body {
bsw@1045 1252 margin: 0;
bsw@1045 1253 background: #255078;
bsw@1045 1254 }
bsw@1045 1255 html body .head {
bsw@1045 1256 margin: 6pt;
bsw@1045 1257 padding: 0;
bsw@1045 1258 }
bsw@1045 1259 html body .head .logo {
bsw@1045 1260 display: block;
bsw@1045 1261 padding: 0;
bsw@1045 1262 }
bsw@1045 1263 html body .head .logo .liquid,
bsw@1045 1264 html body .head .logo .feedback {
bsw@1045 1265 font: bold 12pt / 125% sans-serif;
bsw@1045 1266 }
bsw@1045 1267 html body .head .logo .instanceName {
bsw@1045 1268 font: normal 10pt / 100% sans-serif;
bsw@1045 1269 display: block;
bsw@1045 1270 margin-left: 0;
bsw@1045 1271 }
bsw@1045 1272 html body .head .nav {
bsw@1045 1273 padding: 0;
bsw@1045 1274 }
bsw@1045 1275 html body .initiativeInfo h1 {
bsw@1045 1276 display: none;
bsw@1045 1277 }
bsw@1045 1278 html body .slot_title {
bsw@1045 1279 font: normal 12pt / 125% sans-serif;
bsw@1045 1280 padding: 0;
bsw@1045 1281 margin: 0 6pt;
bsw@1045 1282 }
bsw@1045 1283 html body .slot_title .spacer {
bsw@1045 1284 display: none;
bsw@1045 1285 }
bsw@1045 1286 html body .slot_title .unit,
bsw@1045 1287 html body .slot_title .area,
bsw@1045 1288 html body .slot_title .issue,
bsw@1045 1289 html body .slot_title .initiative,
bsw@1045 1290 html body .slot_title .member {
bsw@1045 1291 display: block;
bsw@1045 1292 margin-right: 0;
bsw@1045 1293 padding: 4px 0;
bsw@1045 1294 border-radius: 2px;
bsw@1045 1295 overflow: auto;
bsw@1045 1296 }
bsw@1045 1297 html body .slot_title .unit:before,
bsw@1045 1298 html body .slot_title .area:before,
bsw@1045 1299 html body .slot_title .issue:before,
bsw@1045 1300 html body .slot_title .initiative:before,
bsw@1045 1301 html body .slot_title .member:before {
bsw@1045 1302 content: "↳";
bsw@1045 1303 position: relative;
bsw@1045 1304 top: -2px;
bsw@1045 1305 }
bsw@1045 1306 html body .slot_title .area {
bsw@1045 1307 margin-left: 10px;
bsw@1045 1308 }
bsw@1045 1309 html body .slot_title .issue {
bsw@1045 1310 margin-left: 20px;
bsw@1045 1311 }
bsw@1045 1312 html body .slot_title .initiative {
bsw@1045 1313 margin-left: 30px;
bsw@1045 1314 }
bsw@1045 1315 html body .slot_title a:last-child,
bsw@1045 1316 html body .slot_title .issue:last-child,
bsw@1045 1317 html body .slot_title .area:last-child,
bsw@1045 1318 html body .slot_title .unit:last-child,
bsw@1045 1319 html body .slot_title .initiative:last-child {
bsw@1045 1320 margin-bottom: 6pt;
bsw@1045 1321 }
bsw@1045 1322 html body .slot_title .unit a,
bsw@1045 1323 html body .slot_title .initiative a,
bsw@1045 1324 html body .slot_title .issue a,
bsw@1045 1325 html body .slot_title .area a {
bsw@1045 1326 margin-bottom: 0;
bsw@1045 1327 display: inline;
bsw@1045 1328 }
bsw@1045 1329 html body .slot_title a.home {
bsw@1045 1330 display: none;
bsw@1045 1331 }
bsw@1045 1332 html body .slot_title .weight {
bsw@1045 1333 float: right;
bsw@1045 1334 margin: 0;
bsw@1045 1335 }
bsw@1045 1336 html body .slot_title .delegation_info {
bsw@1045 1337 float: right;
bsw@1045 1338 display: block;
bsw@1045 1339 margin-top: -10px;
bsw@1045 1340 }
bsw@1045 1341 html body .slot_title a .label {
bsw@1045 1342 display: inline;
bsw@1045 1343 }
bsw@1045 1344 html body .slot_title .star {
bsw@1045 1345 float: right;
bsw@1045 1346 margin-left: 0.5em;
bsw@1045 1347 margin-top: -4.5px;
bsw@1045 1348 margin-bottom: -4.5px;
bsw@1045 1349 }
bsw@1045 1350 html body .slot_title > span > *:last-child {
bsw@1045 1351 font: bold 12pt / 125% sans-serif;
bsw@1045 1352 }
bsw@1045 1353 html body .page {
bsw@1045 1354 background: none;
bsw@1045 1355 margin: 0;
bsw@1045 1356 box-shadow: none;
bsw@1045 1357 }
bsw@1045 1358 html body .nav #member_menu .text {
bsw@1045 1359 display: none;
bsw@1045 1360 }
bsw@1045 1361 html body .nav form.search {
bsw@1045 1362 display: none;
bsw@1045 1363 }
bsw@1045 1364 html body .nav .notifications,
bsw@1045 1365 html body .nav .searchLink,
bsw@1045 1366 html body .nav #member_menu a {
bsw@1045 1367 vertical-align: middle;
bsw@1045 1368 display: inline-block;
bsw@1045 1369 height: 48px;
bsw@1045 1370 min-width: 35px;
bsw@1045 1371 text-align: center;
bsw@1045 1372 background-color: #000;
bsw@1045 1373 border: 1px solid #777;
bsw@1045 1374 border-radius: 2px;
bsw@1045 1375 margin: 0;
bsw@1045 1376 }
bsw@1045 1377 html body .nav .notifications img,
bsw@1045 1378 html body .nav .searchLink img,
bsw@1045 1379 html body .nav #member_menu a img {
bsw@1045 1380 margin: 0;
bsw@1045 1381 width: 48px;
bsw@1045 1382 height: 48px;
bsw@1045 1383 }
bsw@1045 1384 html body .nav .notifications {
bsw@1045 1385 padding: 12px 2px;
bsw@1045 1386 height: 24px;
bsw@1045 1387 }
bsw@1045 1388 html body .nav #member_menu a :last-child {
bsw@1045 1389 display: none;
bsw@1045 1390 }
bsw@1045 1391 html body .notifications span {
bsw@1045 1392 margin-left: -5px;
bsw@1045 1393 }
bsw@1045 1394 html body .swiper_tabs {
bsw@1045 1395 clear: both;
bsw@1045 1396 display: block;
bsw@1045 1397 overflow: auto;
bsw@1045 1398 margin: 6pt;
bsw@1045 1399 }
bsw@1045 1400 html body .swiper_tabs div {
bsw@1045 1401 display: block;
bsw@1045 1402 float: left;
bsw@1045 1403 width: 33.333%;
bsw@1045 1404 }
bsw@1045 1405 html body .swiper_tabs div a {
bsw@1045 1406 padding: 8px 0;
bsw@1045 1407 display: block;
bsw@1045 1408 text-align: center;
bsw@1045 1409 background-color: #eee;
bsw@1045 1410 }
bsw@1045 1411 html body .swiper_tabs div a.active {
bsw@1045 1412 background-color: #abe;
bsw@1045 1413 }
bsw@1045 1414 html body .swiper_tabs div:first-child a {
bsw@1045 1415 border-radius: 2px 0 0 2px;
bsw@1045 1416 }
bsw@1045 1417 html body .swiper_tabs div:last-child a {
bsw@1045 1418 border-radius: 0 2px 2px 0;
bsw@1045 1419 }
bsw@1045 1420 html body #swiper_info.active {
bsw@1045 1421 display: block;
bsw@1045 1422 font: bold 10pt / 125% sans-serif;
bsw@1045 1423 z-index: 1;
bsw@1045 1424 text-align: center;
bsw@1045 1425 width: 100%;
bsw@1045 1426 background-color: #255078;
bsw@1045 1427 color: #ffffff;
bsw@1045 1428 }
bsw@1045 1429 html body .sidebarSection {
bsw@1045 1430 margin: 0 6pt 6pt 6pt;
bsw@1045 1431 }
bsw@1045 1432 html body .main,
bsw@1045 1433 html body .extra > .section {
bsw@1045 1434 clear: none;
bsw@1045 1435 float: none;
bsw@1045 1436 width: auto;
bsw@1045 1437 margin: 0 6pt 6pt 6pt;
bsw@1045 1438 }
bsw@1045 1439 html body .main .section .sectionRow:last-child,
bsw@1045 1440 html body .extra > .section .section .sectionRow:last-child {
bsw@1045 1441 margin-bottom: 6pt;
bsw@1045 1442 }
bsw@1045 1443 html body .ui_filter_head.filter_mode {
bsw@1045 1444 float: none !important;
bsw@1045 1445 background: #ffffff !important;
bsw@1045 1446 text-align: left !important;
bsw@1045 1447 border-radius: 2px;
bsw@1045 1448 margin-bottom: 6pt !important;
bsw@1045 1449 }
bsw@1045 1450 html body .member_photo {
bsw@1045 1451 text-align: center;
bsw@1045 1452 margin-bottom: 2ex;
bsw@1045 1453 }
bsw@1045 1454 html body .member_photo .member_image_photo {
bsw@1045 1455 max-width: 600px;
bsw@1045 1456 }
bsw@1045 1457 html body #trace_content {
bsw@1045 1458 margin: 6pt 0;
bsw@1045 1459 border-radius: 0;
bsw@1045 1460 }
bsw@1045 1461 html body #trace_content ul li .trace_head {
bsw@1045 1462 padding: 6px 5px;
bsw@1045 1463 }
bsw@1045 1464 html body #trace_content ul ul {
bsw@1045 1465 padding: 5px 2px;
bsw@1045 1466 }
bsw@1045 1467 }
bsw@1045 1468 .textCenter {
bsw@1045 1469 text-align: center;
bsw@1045 1470 }
bsw@1045 1471 a.initiative {
bsw@1045 1472 text-decoration: none;
bsw@1045 1473 border-bottom: 1px solid #66c;
bsw@1045 1474 }
bsw@1045 1475 a.initiative:hover {
bsw@1045 1476 border-bottom: 1px solid #007;
bsw@1045 1477 }
bsw@1045 1478 #trace_content {
bsw@1045 1479 margin: 12pt;
bsw@1045 1480 padding: 9px;
bsw@1045 1481 border-radius: 2px;
bsw@1045 1482 background-color: #ffffff;
bsw@1045 1483 }
bsw@1045 1484 #trace_content #system_error {
bsw@1045 1485 font-family: monospace;
bsw@1045 1486 }
bsw@1045 1487 #trace_content ul li {
bsw@1045 1488 margin-top: 10px;
bsw@1045 1489 }
bsw@1045 1490 #trace_content ul li .trace_head {
bsw@1045 1491 padding: 3px 5px;
bsw@1045 1492 border-radius: 2px 2px 0 0;
bsw@1045 1493 }
bsw@1045 1494 #trace_content ul li .trace_head:last-child {
bsw@1045 1495 border-radius: 2px;
bsw@1045 1496 }
bsw@1045 1497 #trace_content ul li ul {
bsw@1045 1498 border-radius: 0 0 2px 2px;
bsw@1045 1499 }
bsw@1045 1500 #trace_content ul li:first-child {
bsw@1045 1501 margin-top: 0;
bsw@1045 1502 }
bsw@1045 1503 #trace_content ul ul {
bsw@1045 1504 padding: 10px;
bsw@1045 1505 }
bsw@1045 1506 #trace_content .trace_config > ul {
bsw@1045 1507 background-color: #eee;
bsw@1045 1508 border: 1px solid #ccc;
bsw@1045 1509 }
bsw@1045 1510 #trace_content .trace_config > .trace_head {
bsw@1045 1511 background-color: #ccc;
bsw@1045 1512 color: #000;
bsw@1045 1513 }
bsw@1045 1514 #trace_content .trace_request > ul {
bsw@1045 1515 background-color: #afa;
bsw@1045 1516 }
bsw@1045 1517 #trace_content .trace_request > .trace_head {
bsw@1045 1518 background-color: #0c0;
bsw@1045 1519 }
bsw@1045 1520 #trace_content .trace_filter > ul {
bsw@1045 1521 background-color: #ccf;
bsw@1045 1522 border: 1px solid #00c;
bsw@1045 1523 border-top: none;
bsw@1045 1524 }
bsw@1045 1525 #trace_content .trace_filter > .trace_head {
bsw@1045 1526 background-color: #00c;
bsw@1045 1527 color: #fff;
bsw@1045 1528 }
bsw@1045 1529 #trace_content .trace_view > ul {
bsw@1045 1530 background-color: #cfc;
bsw@1045 1531 border: 1px solid #0c0;
bsw@1045 1532 border-top: none;
bsw@1045 1533 }
bsw@1045 1534 #trace_content .trace_view > .trace_head {
bsw@1045 1535 background-color: #0c0;
bsw@1045 1536 color: #000;
bsw@1045 1537 }
bsw@1045 1538 #trace_content .trace_action_neutral > ul {
bsw@1045 1539 background-color: #ffa;
bsw@1045 1540 border: 1px solid #fe0;
bsw@1045 1541 }
bsw@1045 1542 #trace_content .trace_action_neutral > .trace_head {
bsw@1045 1543 background-color: #fe0;
bsw@1045 1544 color: #000;
bsw@1045 1545 }
bsw@1045 1546 #trace_content .trace_sql {
bsw@1045 1547 background-color: #fff;
bsw@1045 1548 padding: 2px 4px;
bsw@1045 1549 margin-top: 8px;
bsw@1045 1550 }
bsw@1045 1551 #trace_content .trace_error {
bsw@1045 1552 background-color: #faa;
bsw@1045 1553 color: #000;
bsw@1045 1554 font-weight: bold;
bsw@1045 1555 border: 1px solid #c00;
bsw@1045 1556 }
bsw@1045 1557 #trace_content .trace_exectime {
bsw@1045 1558 background-color: #ccc;
bsw@1045 1559 font-weight: bold;
bsw@1045 1560 border-radius: 2px;
bsw@1045 1561 }
bsw@1045 1562 #trace_content .time {
bsw@1045 1563 float: right;
bsw@1045 1564 }
bsw@1045 1565 #trace_content .total_duration {
bsw@1045 1566 font-weight: bold;
bsw@1045 1567 }

Impressum / About Us