liquid_feedback_frontend

annotate static/lf3.css @ 1080:cb9e75ac968f

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

Impressum / About Us