liquid_feedback_frontend

annotate static/lf3.css @ 1064:499429108d1a

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

Impressum / About Us