liquid_feedback_frontend

annotate static/lf3.css @ 1094:ef41e3449577

Fixed numbered lists in draft text
author bsw
date Mon Oct 20 12:47:41 2014 +0200 (2014-10-20)
parents c2baf086cc8d
children b716804d1909
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@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@1045 569 font: normal 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@1045 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@1094 807 .main .draft ol,
bsw@1093 808 .main .draft_content ol {
bsw@1093 809 margin-left: 1em;
bsw@1093 810 margin-bottom: 1.5ex;
bsw@1093 811 list-style: decimal;
bsw@1093 812 padding-left: 1em;
bsw@1093 813 }
bsw@1045 814 .main .draft h1 {
bsw@1045 815 font: italic 10pt / 125% sans-serif;
bsw@1045 816 font-size: 125%;
bsw@1045 817 border-bottom: 1px solid #444444;
bsw@1045 818 margin-bottom: 1ex;
bsw@1045 819 }
bsw@1045 820 .main .draft h2 {
bsw@1045 821 font: normal 10pt / 125% sans-serif;
bsw@1045 822 font-size: 125%;
bsw@1045 823 }
bsw@1045 824 .main .draft h3 {
bsw@1045 825 font: normal 10pt / 125% sans-serif;
bsw@1045 826 font-size: 125%;
bsw@1045 827 }
bsw@1045 828 .main .draft h4 {
bsw@1045 829 font: normal 10pt / 125% sans-serif;
bsw@1045 830 }
bsw@1045 831 .main .draft hr {
bsw@1045 832 border: none;
bsw@1045 833 border-top: 1px solid #000000;
bsw@1045 834 }
bsw@1045 835 .main .draft b,
bsw@1045 836 .main .draft strong {
bsw@1045 837 font: italic 10pt / 125% sans-serif;
bsw@1045 838 }
bsw@1045 839 .main .draft i,
bsw@1045 840 .main .draft em {
bsw@1045 841 font: normal 10pt / 125% sans-serif;
bsw@1045 842 }
bsw@1045 843 .main form,
bsw@1045 844 .main .form {
bsw@1045 845 margin: 0;
bsw@1045 846 padding: 0;
bsw@1045 847 }
bsw@1045 848 .main form .ui_field_label,
bsw@1045 849 .main .form .ui_field_label {
bsw@1045 850 display: inline-block;
bsw@1045 851 width: 25%;
bsw@1045 852 margin: 0;
bsw@1045 853 padding: 0;
bsw@1045 854 text-align: right;
bsw@1045 855 margin-bottom: 9px;
bsw@1045 856 padding-right: 0.5%;
bsw@1045 857 vertical-align: top;
bsw@1045 858 color: #444444;
bsw@1045 859 }
bsw@1045 860 .main form input[type=text],
bsw@1045 861 .main .form input[type=text],
bsw@1045 862 .main form input[type=password],
bsw@1045 863 .main .form input[type=password],
bsw@1045 864 .main form select,
bsw@1045 865 .main .form select,
bsw@1045 866 .main form textarea,
bsw@1045 867 .main .form textarea {
bsw@1045 868 vertical-align: top;
bsw@1045 869 width: 73%;
bsw@1045 870 margin: 0;
bsw@1045 871 padding: 3px;
bsw@1045 872 border: 1px solid #444444;
bsw@1045 873 font: bold 10pt / 125% sans-serif;
bsw@1045 874 margin-bottom: 9px;
bsw@1045 875 }
bsw@1045 876 .main form input:focus,
bsw@1045 877 .main .form input:focus {
bsw@1045 878 outline: 2px solid #397ab6;
bsw@1045 879 }
bsw@1045 880 .main form .actions,
bsw@1045 881 .main .form .actions {
bsw@1045 882 margin-left: 26%;
bsw@1045 883 }
bsw@1045 884 .main form.wide input[type=text],
bsw@1045 885 .main form.wide input[type=password],
bsw@1045 886 .main form.wide select,
bsw@1045 887 .main form.wide textarea {
bsw@1045 888 width: 100%;
bsw@1045 889 }
bsw@1045 890 .issues .event .initiative_pie,
bsw@1045 891 .events .event .initiative_pie {
bsw@1045 892 clear: right;
bsw@1045 893 float: right;
bsw@1045 894 }
bsw@1045 895 .issues .event ul.initiatives .initiative_info_left,
bsw@1045 896 .events .event ul.initiatives .initiative_info_left {
bsw@1045 897 display: inline;
bsw@1045 898 margin-right: 0.5em;
bsw@1045 899 }
bsw@1045 900 .issues .event ul.initiatives .initiative_info_right,
bsw@1045 901 .events .event ul.initiatives .initiative_info_right {
bsw@1045 902 float: right;
bsw@1045 903 }
bsw@1045 904 .issues .event ul.initiatives .initiative_info_right .bargraph,
bsw@1045 905 .events .event ul.initiatives .initiative_info_right .bargraph {
bsw@1045 906 float: right;
bsw@1045 907 margin-left: 0.5em;
bsw@1045 908 }
bsw@1045 909 .issues .event ul.initiatives .result,
bsw@1045 910 .events .event ul.initiatives .result {
bsw@1045 911 color: #444444;
bsw@1045 912 margin-top: 0.5ex;
bsw@1045 913 }
bsw@1045 914 .issues .event ul.initiatives h3,
bsw@1045 915 .events .event ul.initiatives h3 {
bsw@1045 916 margin-top: 1ex;
bsw@1045 917 margin-bottom: 0;
bsw@1045 918 }
bsw@1045 919 .issues .event ul.initiatives a.initiative,
bsw@1045 920 .events .event ul.initiatives a.initiative {
bsw@1045 921 font: bold 10pt / 125% sans-serif;
bsw@1045 922 }
bsw@1045 923 .issues .event .event_info,
bsw@1045 924 .events .event .event_info {
bsw@1045 925 font: bold 10pt / 125% sans-serif;
bsw@1045 926 color: #007700;
bsw@1045 927 margin-top: 0.66ex;
bsw@1045 928 margin-bottom: 1ex;
bsw@1045 929 }
bsw@1045 930 .issues .event .event_info:last-child,
bsw@1045 931 .events .event .event_info:last-child {
bsw@1045 932 margin-bottom: 0;
bsw@1045 933 }
bsw@1045 934 .issues .event .event_info.negative,
bsw@1045 935 .events .event .event_info.negative {
bsw@1045 936 color: #aa0000;
bsw@1045 937 }
bsw@1045 938 .issues .event .event_time,
bsw@1045 939 .events .event .event_time {
bsw@1045 940 font: normal 10pt / 125% sans-serif;
bsw@1045 941 color: #444444;
bsw@1045 942 }
bsw@1045 943 .issues .event:hover .event_time,
bsw@1045 944 .events .event:hover .event_time {
bsw@1045 945 visibility: visible;
bsw@1045 946 }
bsw@1045 947 .issues .event:hover ul.initiatives div,
bsw@1045 948 .events .event:hover ul.initiatives div {
bsw@1045 949 visibility: visible;
bsw@1045 950 }
bsw@1045 951 .issues .issue_context,
bsw@1045 952 .events .issue_context {
bsw@1045 953 line-height: 24px;
bsw@1045 954 margin-bottom: 0.66ex;
bsw@1045 955 }
bsw@1045 956 .issues .issue_context .unit,
bsw@1045 957 .events .issue_context .unit {
bsw@1045 958 background-color: #777;
bsw@1045 959 color: #fff;
bsw@1045 960 padding: 1px 3px;
bsw@1045 961 border-radius: 2px;
bsw@1045 962 text-decoration: none;
bsw@1045 963 }
bsw@1045 964 .issues .issue_context .area,
bsw@1045 965 .events .issue_context .area {
bsw@1045 966 background-color: #ddd;
bsw@1045 967 color: #000;
bsw@1045 968 padding: 1px 3px;
bsw@1045 969 border-radius: 2px;
bsw@1045 970 text-decoration: none;
bsw@1045 971 }
bsw@1045 972 .issues .issue_info .issue,
bsw@1045 973 .events .issue_info .issue {
bsw@1045 974 font: bold 10pt / 125% sans-serif;
bsw@1045 975 color: #000000;
bsw@1045 976 }
bsw@1045 977 .issues img.star,
bsw@1045 978 .events img.star {
bsw@1045 979 vertical-align: middle;
bsw@1045 980 float: right;
bsw@1045 981 margin-left: 0.5em;
bsw@1045 982 }
bsw@1045 983 .issues .event.suggestion ul.initiatives li,
bsw@1045 984 .events .event.suggestion ul.initiatives li {
bsw@1045 985 margin-top: 0;
bsw@1045 986 margin-bottom: 1ex;
bsw@1045 987 }
bsw@1045 988 .issues .event.suggestion ul.initiatives li a,
bsw@1045 989 .events .event.suggestion ul.initiatives li a {
bsw@1045 990 font: normal 10pt / 125% sans-serif;
bsw@1045 991 }
bsw@1045 992 .issues .event.suggestion .suggestion,
bsw@1045 993 .events .event.suggestion .suggestion {
bsw@1045 994 font: bold 10pt / 125% sans-serif;
bsw@1045 995 overflow: hidden;
bsw@1045 996 text-overflow: ellipsis;
bsw@1045 997 }
bsw@1045 998 .suggestions .suggestion .opinion {
bsw@1045 999 float: right;
bsw@1045 1000 }
bsw@1045 1001 .suggestions .suggestion .opinion .must {
bsw@1045 1002 background-color: #00cc00;
bsw@1045 1003 color: #ffffff;
bsw@1045 1004 }
bsw@1045 1005 .suggestions .suggestion .opinion .should {
bsw@1045 1006 background-color: #44aa44;
bsw@1045 1007 color: #ffffff;
bsw@1045 1008 }
bsw@1045 1009 .suggestions .suggestion .opinion .shouldnot {
bsw@1045 1010 background-color: #aa4444;
bsw@1045 1011 color: #ffffff;
bsw@1045 1012 }
bsw@1045 1013 .suggestions .suggestion .opinion .mustnot {
bsw@1045 1014 background-color: #cc0000;
bsw@1045 1015 color: #ffffff;
bsw@1045 1016 }
bsw@1045 1017 .suggestions .suggestion .opinion .implemented {
bsw@1045 1018 background-color: #00cc00;
bsw@1045 1019 color: #ffffff;
bsw@1045 1020 }
bsw@1045 1021 .suggestions .suggestion .opinion .notimplemented {
bsw@1045 1022 background-color: #cc0000;
bsw@1045 1023 color: #ffffff;
bsw@1045 1024 }
bsw@1045 1025 .suggestions .suggestion .suggestion-rating {
bsw@1045 1026 float: right;
bsw@1045 1027 }
bsw@1045 1028 .suggestions .suggestion .suggestion-text {
bsw@1045 1029 margin-top: 9px;
bsw@1045 1030 font: normal 10pt / 125% sans-serif;
bsw@1045 1031 overflow: hidden;
bsw@1045 1032 text-overflow: ellipsis;
bsw@1045 1033 position: relative;
bsw@1045 1034 z-index: 10;
bsw@1045 1035 }
bsw@1064 1036 .suggestions .suggestion .suggestion-details {
bsw@1064 1037 float: right;
bsw@1064 1038 }
bsw@1045 1039 .suggestions .suggestion .suggestion-more {
bsw@1045 1040 display: none;
bsw@1045 1041 }
bsw@1045 1042 .suggestions .suggestion .suggestion-less {
bsw@1045 1043 display: none;
bsw@1045 1044 }
bsw@1045 1045 .suggestions .suggestion .suggestionHead {
bsw@1045 1046 overflow: hidden;
bsw@1045 1047 text-overflow: ellipsis;
bsw@1045 1048 }
bsw@1045 1049 .suggestions .suggestion .rating {
bsw@1045 1050 display: none;
bsw@1045 1051 padding: 4.5px 0;
bsw@1045 1052 }
bsw@1045 1053 .suggestions .suggestion .rating .active-plus2 {
bsw@1045 1054 background-color: #00cc00;
bsw@1045 1055 color: #ffffff;
bsw@1045 1056 }
bsw@1045 1057 .suggestions .suggestion .rating .active-plus1 {
bsw@1045 1058 background-color: #44aa44;
bsw@1045 1059 color: #ffffff;
bsw@1045 1060 }
bsw@1045 1061 .suggestions .suggestion .rating .active-minus1 {
bsw@1045 1062 background-color: #aa4444;
bsw@1045 1063 color: #ffffff;
bsw@1045 1064 }
bsw@1045 1065 .suggestions .suggestion .rating .active-minus2 {
bsw@1045 1066 background-color: #cc0000;
bsw@1045 1067 color: #ffffff;
bsw@1045 1068 }
bsw@1045 1069 .suggestions .suggestion .rating .active-notfulfilled {
bsw@1045 1070 background-color: #faa;
bsw@1045 1071 }
bsw@1045 1072 .suggestions .suggestion .rating .active-fulfilled {
bsw@1045 1073 background-color: #afa;
bsw@1045 1074 }
bsw@1045 1075 .suggestions .suggestion.rateable .suggestion-more {
bsw@1045 1076 display: block;
bsw@1045 1077 }
bsw@1045 1078 .suggestions .suggestion.rateable.unfolded .rating {
bsw@1045 1079 border-top: 3px solid #397ab6;
bsw@1045 1080 }
bsw@1064 1081 .suggestions .suggestion.folded .suggestion-text {
bsw@1080 1082 height: 150px;
bsw@1064 1083 overflow: hidden;
bsw@1064 1084 }
bsw@1045 1085 .suggestions .suggestion.folded .suggestion-more {
bsw@1045 1086 display: block;
bsw@1045 1087 position: absolute;
bsw@1045 1088 bottom: 0;
bsw@1045 1089 left: 0;
bsw@1045 1090 width: 100%;
bsw@1045 1091 box-shadow: inset 0 -12ex 10ex -5ex #ffffff;
bsw@1045 1092 padding-top: 5ex;
bsw@1045 1093 }
bsw@1064 1094 .suggestions .suggestion.folded .suggestion-details {
bsw@1064 1095 position: absolute;
bsw@1064 1096 bottom: 0;
bsw@1064 1097 right: 0;
bsw@1064 1098 }
bsw@1045 1099 .suggestions .suggestion.unfolded .suggestion-more {
bsw@1045 1100 display: none;
bsw@1045 1101 }
bsw@1045 1102 .suggestions .suggestion.unfolded .rating {
bsw@1045 1103 display: block;
bsw@1045 1104 }
bsw@1045 1105 .suggestions .suggestion.unfolded .suggestion-less {
bsw@1045 1106 margin-top: 1ex;
bsw@1045 1107 display: block;
bsw@1045 1108 }
bsw@1045 1109 .suggestions .suggestion.highlighted {
bsw@1045 1110 background-color: #e7f0ff;
bsw@1045 1111 }
bsw@1045 1112 .suggestions .suggestion.highlighted .suggestion-more {
bsw@1045 1113 box-shadow: inset 0 -12ex 10ex -5ex #e7f0ff;
bsw@1045 1114 }
bsw@1045 1115 li.raw {
bsw@1045 1116 list-style: none;
bsw@1045 1117 padding: 0;
bsw@1045 1118 margin: 0 !important;
bsw@1045 1119 }
bsw@1045 1120 .satisfiedSupporterCount {
bsw@1045 1121 color: #070;
bsw@1045 1122 }
bsw@1045 1123 .potentialSupporterCount {
bsw@1045 1124 color: #960;
bsw@1045 1125 }
bsw@1045 1126 .bargraph {
bsw@1045 1127 display: inline-block;
bsw@1045 1128 vertical-align: top;
bsw@1045 1129 height: 9px;
bsw@1045 1130 }
bsw@1045 1131 .bargraph div {
bsw@1045 1132 margin: 0;
bsw@1045 1133 padding: 0;
bsw@1045 1134 display: inline-block;
bsw@1045 1135 height: 9px;
bsw@1045 1136 }
bsw@1045 1137 .diff .diff_added {
bsw@1045 1138 background-color: #cfc;
bsw@1045 1139 }
bsw@1045 1140 .diff .diff_removed {
bsw@1045 1141 text-decoration: line-through;
bsw@1045 1142 background-color: #fcc;
bsw@1045 1143 }
bsw@1045 1144 .btn,
bsw@1045 1145 .ui_paginate_foot a {
bsw@1045 1146 text-decoration: none;
bsw@1045 1147 min-width: 2em;
bsw@1045 1148 text-align: center;
bsw@1045 1149 display: inline-block;
bsw@1045 1150 border-radius: 5px;
bsw@1045 1151 border: none;
bsw@1045 1152 font: bold 10pt / 125% sans-serif;
bsw@1045 1153 background-color: #999;
bsw@1045 1154 color: #fff !important;
bsw@1045 1155 margin-bottom: 5px;
bsw@1045 1156 }
bsw@1045 1157 .btn {
bsw@1045 1158 padding: 1ex 1em;
bsw@1045 1159 }
bsw@1045 1160 .ui_paginate_foot a {
bsw@1045 1161 padding: 0.5ex 0.5em;
bsw@1045 1162 background-color: #eee;
bsw@1045 1163 color: 000 !important;
bsw@1045 1164 }
bsw@1045 1165 .ui_paginate_foot a.active {
bsw@1045 1166 background-color: #666;
bsw@1045 1167 color: #fff !important;
bsw@1045 1168 }
bsw@1045 1169 .btn-default {
bsw@1045 1170 background-color: #47a;
bsw@1045 1171 color: #fff !important;
bsw@1045 1172 }
bsw@1045 1173 .btn:hover,
bsw@1045 1174 .btn:focus,
bsw@1045 1175 .ui_paginate_foot a:hover,
bsw@1045 1176 .ui_paginate_foot a:focus {
bsw@1045 1177 background-color: #0a0;
bsw@1045 1178 color: #fff !important;
bsw@1045 1179 cursor: pointer;
bsw@1045 1180 }
bsw@1045 1181 .btn-dangerous:hover {
bsw@1045 1182 background-color: #c00;
bsw@1045 1183 color: #fff !important;
bsw@1045 1184 }
bsw@1045 1185 .btn-link {
bsw@1045 1186 font: normal 10pt / 125% sans-serif;
bsw@1045 1187 background-color: #ffffff;
bsw@1045 1188 color: #222277;
bsw@1045 1189 border: none;
bsw@1045 1190 padding: 0;
bsw@1045 1191 margin: 0;
bsw@1045 1192 text-decoration: underline;
bsw@1045 1193 cursor: pointer;
bsw@1045 1194 }
bsw@1045 1195 /*************************************************************************
bsw@1045 1196 * Voting
bsw@1045 1197 */
bsw@1045 1198 .main .section #voting_form .sectionRow:last-child {
bsw@1045 1199 border-radius: 0;
bsw@1045 1200 margin-bottom: 0;
bsw@1045 1201 }
bsw@1045 1202 #voting {
bsw@1045 1203 background: #ddd;
bsw@1045 1204 padding: 9px;
bsw@1045 1205 margin-top: 4px;
bsw@1045 1206 position: relative;
bsw@1045 1207 margin-bottom: 2ex;
bsw@1045 1208 }
bsw@1045 1209 #voting .approval,
bsw@1045 1210 #voting .abstention,
bsw@1045 1211 #voting .disapproval {
bsw@1045 1212 border: 2px black solid;
bsw@1045 1213 margin-bottom: 2ex;
bsw@1045 1214 padding: 1ex;
bsw@1045 1215 padding-bottom: 2ex;
bsw@1045 1216 border-radius: 2px;
bsw@1045 1217 }
bsw@1045 1218 #voting .disapproval {
bsw@1045 1219 margin-bottom: 2ex;
bsw@1045 1220 }
bsw@1045 1221 #voting .approval {
bsw@1045 1222 background-color: #9f9;
bsw@1045 1223 }
bsw@1045 1224 #voting .approval .movable {
bsw@1045 1225 background-color: #dfd;
bsw@1045 1226 }
bsw@1045 1227 #voting .abstention {
bsw@1045 1228 background-color: #ccc;
bsw@1045 1229 }
bsw@1045 1230 #voting .abstention .movable {
bsw@1045 1231 background-color: #f2f2f2;
bsw@1045 1232 }
bsw@1045 1233 #voting .disapproval {
bsw@1045 1234 background-color: #f88;
bsw@1045 1235 }
bsw@1045 1236 #voting .disapproval .movable {
bsw@1045 1237 background-color: #fbb;
bsw@1045 1238 }
bsw@1045 1239 #voting .movable {
bsw@1045 1240 position: relative;
bsw@1045 1241 border: 1px black solid;
bsw@1045 1242 margin-top: 1ex;
bsw@1045 1243 padding: 0.5ex;
bsw@1045 1244 border-radius: 2px;
bsw@1045 1245 }
bsw@1045 1246 #voting .voting_form_active .movable {
bsw@1045 1247 cursor: pointer;
bsw@1045 1248 vertical-align: middle;
bsw@1045 1249 cursor: move;
bsw@1045 1250 }
bsw@1045 1251 #voting .voting_form_active .clickable {
bsw@1045 1252 cursor: auto;
bsw@1045 1253 }
bsw@1045 1254 #voting .voting_form_active a.clickable {
bsw@1045 1255 cursor: pointer;
bsw@1045 1256 }
bsw@1045 1257 /*
bsw@1045 1258 * footer
bsw@1045 1259 */
bsw@1045 1260 .footer {
bsw@1045 1261 text-align: center;
bsw@1045 1262 color: #ffffff;
bsw@1045 1263 background-color: #000000;
bsw@1045 1264 padding: 9px 0;
bsw@1045 1265 border: 1px solid #000;
bsw@1045 1266 border-top: none;
bsw@1045 1267 }
bsw@1045 1268 .footer a {
bsw@1045 1269 color: #ffffff;
bsw@1045 1270 }
bsw@1045 1271 .ui_paginate_head {
bsw@1045 1272 display: none;
bsw@1045 1273 }
bsw@1045 1274 .ui_paginate_foot {
bsw@1045 1275 line-height: 180%;
bsw@1045 1276 }
bsw@1045 1277 .swiper_tabs {
bsw@1045 1278 display: none;
bsw@1045 1279 }
bsw@1045 1280 #swiper_info {
bsw@1045 1281 display: none;
bsw@1045 1282 }
bsw@1045 1283 .nav .searchLink {
bsw@1045 1284 display: none;
bsw@1045 1285 }
bsw@1045 1286 @media (max-width: 767px) {
bsw@1045 1287 html body {
bsw@1045 1288 margin: 0;
bsw@1045 1289 background: #255078;
bsw@1045 1290 }
bsw@1045 1291 html body .head {
bsw@1045 1292 margin: 6pt;
bsw@1045 1293 padding: 0;
bsw@1045 1294 }
bsw@1045 1295 html body .head .logo {
bsw@1045 1296 display: block;
bsw@1045 1297 padding: 0;
bsw@1045 1298 }
bsw@1045 1299 html body .head .logo .liquid,
bsw@1045 1300 html body .head .logo .feedback {
bsw@1045 1301 font: bold 12pt / 125% sans-serif;
bsw@1045 1302 }
bsw@1045 1303 html body .head .logo .instanceName {
bsw@1045 1304 font: normal 10pt / 100% sans-serif;
bsw@1045 1305 display: block;
bsw@1045 1306 margin-left: 0;
bsw@1045 1307 }
bsw@1045 1308 html body .head .nav {
bsw@1045 1309 padding: 0;
bsw@1045 1310 }
bsw@1045 1311 html body .initiativeInfo h1 {
bsw@1045 1312 display: none;
bsw@1045 1313 }
bsw@1045 1314 html body .slot_title {
bsw@1045 1315 font: normal 12pt / 125% sans-serif;
bsw@1045 1316 padding: 0;
bsw@1045 1317 margin: 0 6pt;
bsw@1045 1318 }
bsw@1045 1319 html body .slot_title .spacer {
bsw@1045 1320 display: none;
bsw@1045 1321 }
bsw@1045 1322 html body .slot_title .unit,
bsw@1045 1323 html body .slot_title .area,
bsw@1045 1324 html body .slot_title .issue,
bsw@1045 1325 html body .slot_title .initiative,
bsw@1045 1326 html body .slot_title .member {
bsw@1045 1327 display: block;
bsw@1045 1328 margin-right: 0;
bsw@1045 1329 padding: 4px 0;
bsw@1045 1330 border-radius: 2px;
bsw@1045 1331 overflow: auto;
bsw@1045 1332 }
bsw@1045 1333 html body .slot_title .unit:before,
bsw@1045 1334 html body .slot_title .area:before,
bsw@1045 1335 html body .slot_title .issue:before,
bsw@1045 1336 html body .slot_title .initiative:before,
bsw@1045 1337 html body .slot_title .member:before {
bsw@1045 1338 content: "↳";
bsw@1045 1339 position: relative;
bsw@1045 1340 top: -2px;
bsw@1045 1341 }
bsw@1045 1342 html body .slot_title .area {
bsw@1045 1343 margin-left: 10px;
bsw@1045 1344 }
bsw@1045 1345 html body .slot_title .issue {
bsw@1045 1346 margin-left: 20px;
bsw@1045 1347 }
bsw@1045 1348 html body .slot_title .initiative {
bsw@1045 1349 margin-left: 30px;
bsw@1045 1350 }
bsw@1045 1351 html body .slot_title a:last-child,
bsw@1045 1352 html body .slot_title .issue:last-child,
bsw@1045 1353 html body .slot_title .area:last-child,
bsw@1045 1354 html body .slot_title .unit:last-child,
bsw@1045 1355 html body .slot_title .initiative:last-child {
bsw@1045 1356 margin-bottom: 6pt;
bsw@1045 1357 }
bsw@1045 1358 html body .slot_title .unit a,
bsw@1045 1359 html body .slot_title .initiative a,
bsw@1045 1360 html body .slot_title .issue a,
bsw@1045 1361 html body .slot_title .area a {
bsw@1045 1362 margin-bottom: 0;
bsw@1045 1363 display: inline;
bsw@1045 1364 }
bsw@1045 1365 html body .slot_title a.home {
bsw@1045 1366 display: none;
bsw@1045 1367 }
bsw@1045 1368 html body .slot_title .weight {
bsw@1045 1369 float: right;
bsw@1045 1370 margin: 0;
bsw@1045 1371 }
bsw@1045 1372 html body .slot_title .delegation_info {
bsw@1045 1373 float: right;
bsw@1045 1374 display: block;
bsw@1045 1375 margin-top: -10px;
bsw@1045 1376 }
bsw@1045 1377 html body .slot_title a .label {
bsw@1045 1378 display: inline;
bsw@1045 1379 }
bsw@1045 1380 html body .slot_title .star {
bsw@1045 1381 float: right;
bsw@1045 1382 margin-left: 0.5em;
bsw@1045 1383 margin-top: -4.5px;
bsw@1045 1384 margin-bottom: -4.5px;
bsw@1045 1385 }
bsw@1045 1386 html body .slot_title > span > *:last-child {
bsw@1045 1387 font: bold 12pt / 125% sans-serif;
bsw@1045 1388 }
bsw@1045 1389 html body .page {
bsw@1045 1390 background: none;
bsw@1045 1391 margin: 0;
bsw@1045 1392 box-shadow: none;
bsw@1045 1393 }
bsw@1045 1394 html body .nav #member_menu .text {
bsw@1045 1395 display: none;
bsw@1045 1396 }
bsw@1045 1397 html body .nav form.search {
bsw@1045 1398 display: none;
bsw@1045 1399 }
bsw@1045 1400 html body .nav .notifications,
bsw@1045 1401 html body .nav .searchLink,
bsw@1045 1402 html body .nav #member_menu a {
bsw@1045 1403 vertical-align: middle;
bsw@1045 1404 display: inline-block;
bsw@1045 1405 height: 48px;
bsw@1045 1406 min-width: 35px;
bsw@1045 1407 text-align: center;
bsw@1045 1408 background-color: #000;
bsw@1045 1409 border: 1px solid #777;
bsw@1045 1410 border-radius: 2px;
bsw@1045 1411 margin: 0;
bsw@1045 1412 }
bsw@1045 1413 html body .nav .notifications img,
bsw@1045 1414 html body .nav .searchLink img,
bsw@1045 1415 html body .nav #member_menu a img {
bsw@1045 1416 margin: 0;
bsw@1045 1417 width: 48px;
bsw@1045 1418 height: 48px;
bsw@1045 1419 }
bsw@1045 1420 html body .nav .notifications {
bsw@1045 1421 padding: 12px 2px;
bsw@1045 1422 height: 24px;
bsw@1045 1423 }
bsw@1045 1424 html body .nav #member_menu a :last-child {
bsw@1045 1425 display: none;
bsw@1045 1426 }
bsw@1045 1427 html body .notifications span {
bsw@1045 1428 margin-left: -5px;
bsw@1045 1429 }
bsw@1045 1430 html body .swiper_tabs {
bsw@1045 1431 clear: both;
bsw@1045 1432 display: block;
bsw@1045 1433 overflow: auto;
bsw@1045 1434 margin: 6pt;
bsw@1045 1435 }
bsw@1045 1436 html body .swiper_tabs div {
bsw@1045 1437 display: block;
bsw@1045 1438 float: left;
bsw@1045 1439 width: 33.333%;
bsw@1045 1440 }
bsw@1045 1441 html body .swiper_tabs div a {
bsw@1045 1442 padding: 8px 0;
bsw@1045 1443 display: block;
bsw@1045 1444 text-align: center;
bsw@1045 1445 background-color: #eee;
bsw@1045 1446 }
bsw@1045 1447 html body .swiper_tabs div a.active {
bsw@1045 1448 background-color: #abe;
bsw@1045 1449 }
bsw@1045 1450 html body .swiper_tabs div:first-child a {
bsw@1045 1451 border-radius: 2px 0 0 2px;
bsw@1045 1452 }
bsw@1045 1453 html body .swiper_tabs div:last-child a {
bsw@1045 1454 border-radius: 0 2px 2px 0;
bsw@1045 1455 }
bsw@1045 1456 html body #swiper_info.active {
bsw@1045 1457 display: block;
bsw@1045 1458 font: bold 10pt / 125% sans-serif;
bsw@1045 1459 z-index: 1;
bsw@1045 1460 text-align: center;
bsw@1045 1461 width: 100%;
bsw@1045 1462 background-color: #255078;
bsw@1045 1463 color: #ffffff;
bsw@1045 1464 }
bsw@1045 1465 html body .sidebarSection {
bsw@1045 1466 margin: 0 6pt 6pt 6pt;
bsw@1045 1467 }
bsw@1045 1468 html body .main,
bsw@1045 1469 html body .extra > .section {
bsw@1045 1470 clear: none;
bsw@1045 1471 float: none;
bsw@1045 1472 width: auto;
bsw@1045 1473 margin: 0 6pt 6pt 6pt;
bsw@1045 1474 }
bsw@1045 1475 html body .main .section .sectionRow:last-child,
bsw@1045 1476 html body .extra > .section .section .sectionRow:last-child {
bsw@1045 1477 margin-bottom: 6pt;
bsw@1045 1478 }
bsw@1045 1479 html body .ui_filter_head.filter_mode {
bsw@1045 1480 float: none !important;
bsw@1045 1481 background: #ffffff !important;
bsw@1045 1482 text-align: left !important;
bsw@1045 1483 border-radius: 2px;
bsw@1045 1484 margin-bottom: 6pt !important;
bsw@1045 1485 }
bsw@1045 1486 html body .member_photo {
bsw@1045 1487 text-align: center;
bsw@1045 1488 margin-bottom: 2ex;
bsw@1045 1489 }
bsw@1045 1490 html body .member_photo .member_image_photo {
bsw@1045 1491 max-width: 600px;
bsw@1045 1492 }
bsw@1045 1493 html body #trace_content {
bsw@1045 1494 margin: 6pt 0;
bsw@1045 1495 border-radius: 0;
bsw@1045 1496 }
bsw@1045 1497 html body #trace_content ul li .trace_head {
bsw@1045 1498 padding: 6px 5px;
bsw@1045 1499 }
bsw@1045 1500 html body #trace_content ul ul {
bsw@1045 1501 padding: 5px 2px;
bsw@1045 1502 }
bsw@1045 1503 }
bsw@1045 1504 .textCenter {
bsw@1045 1505 text-align: center;
bsw@1045 1506 }
bsw@1045 1507 a.initiative {
bsw@1045 1508 text-decoration: none;
bsw@1045 1509 border-bottom: 1px solid #66c;
bsw@1045 1510 }
bsw@1045 1511 a.initiative:hover {
bsw@1045 1512 border-bottom: 1px solid #007;
bsw@1045 1513 }
bsw@1045 1514 #trace_content {
bsw@1045 1515 margin: 12pt;
bsw@1045 1516 padding: 9px;
bsw@1045 1517 border-radius: 2px;
bsw@1045 1518 background-color: #ffffff;
bsw@1045 1519 }
bsw@1045 1520 #trace_content #system_error {
bsw@1045 1521 font-family: monospace;
bsw@1045 1522 }
bsw@1045 1523 #trace_content ul li {
bsw@1045 1524 margin-top: 10px;
bsw@1045 1525 }
bsw@1045 1526 #trace_content ul li .trace_head {
bsw@1045 1527 padding: 3px 5px;
bsw@1045 1528 border-radius: 2px 2px 0 0;
bsw@1045 1529 }
bsw@1045 1530 #trace_content ul li .trace_head:last-child {
bsw@1045 1531 border-radius: 2px;
bsw@1045 1532 }
bsw@1045 1533 #trace_content ul li ul {
bsw@1045 1534 border-radius: 0 0 2px 2px;
bsw@1045 1535 }
bsw@1045 1536 #trace_content ul li:first-child {
bsw@1045 1537 margin-top: 0;
bsw@1045 1538 }
bsw@1045 1539 #trace_content ul ul {
bsw@1045 1540 padding: 10px;
bsw@1045 1541 }
bsw@1045 1542 #trace_content .trace_config > ul {
bsw@1045 1543 background-color: #eee;
bsw@1045 1544 border: 1px solid #ccc;
bsw@1045 1545 }
bsw@1045 1546 #trace_content .trace_config > .trace_head {
bsw@1045 1547 background-color: #ccc;
bsw@1045 1548 color: #000;
bsw@1045 1549 }
bsw@1045 1550 #trace_content .trace_request > ul {
bsw@1045 1551 background-color: #afa;
bsw@1045 1552 }
bsw@1045 1553 #trace_content .trace_request > .trace_head {
bsw@1045 1554 background-color: #0c0;
bsw@1045 1555 }
bsw@1045 1556 #trace_content .trace_filter > ul {
bsw@1045 1557 background-color: #ccf;
bsw@1045 1558 border: 1px solid #00c;
bsw@1045 1559 border-top: none;
bsw@1045 1560 }
bsw@1045 1561 #trace_content .trace_filter > .trace_head {
bsw@1045 1562 background-color: #00c;
bsw@1045 1563 color: #fff;
bsw@1045 1564 }
bsw@1045 1565 #trace_content .trace_view > ul {
bsw@1045 1566 background-color: #cfc;
bsw@1045 1567 border: 1px solid #0c0;
bsw@1045 1568 border-top: none;
bsw@1045 1569 }
bsw@1045 1570 #trace_content .trace_view > .trace_head {
bsw@1045 1571 background-color: #0c0;
bsw@1045 1572 color: #000;
bsw@1045 1573 }
bsw@1045 1574 #trace_content .trace_action_neutral > ul {
bsw@1045 1575 background-color: #ffa;
bsw@1045 1576 border: 1px solid #fe0;
bsw@1045 1577 }
bsw@1045 1578 #trace_content .trace_action_neutral > .trace_head {
bsw@1045 1579 background-color: #fe0;
bsw@1045 1580 color: #000;
bsw@1045 1581 }
bsw@1045 1582 #trace_content .trace_sql {
bsw@1045 1583 background-color: #fff;
bsw@1045 1584 padding: 2px 4px;
bsw@1045 1585 margin-top: 8px;
bsw@1045 1586 }
bsw@1045 1587 #trace_content .trace_error {
bsw@1045 1588 background-color: #faa;
bsw@1045 1589 color: #000;
bsw@1045 1590 font-weight: bold;
bsw@1045 1591 border: 1px solid #c00;
bsw@1045 1592 }
bsw@1045 1593 #trace_content .trace_exectime {
bsw@1045 1594 background-color: #ccc;
bsw@1045 1595 font-weight: bold;
bsw@1045 1596 border-radius: 2px;
bsw@1045 1597 }
bsw@1045 1598 #trace_content .time {
bsw@1045 1599 float: right;
bsw@1045 1600 }
bsw@1045 1601 #trace_content .total_duration {
bsw@1045 1602 font-weight: bold;
bsw@1045 1603 }

Impressum / About Us