src/main/webapp/lightpit.css

changeset 414
1f1bce90127e
parent 412
e0119fb1b442
child 415
f0a1631eaf00
equal deleted inserted replaced
413:0523585f1742 414:1f1bce90127e
375 padding: 0.25em; 375 padding: 0.25em;
376 border-style: solid; 376 border-style: solid;
377 border-color: darkgray; 377 border-color: darkgray;
378 border-width: thin; 378 border-width: thin;
379 } 379 }
380
381 #language-choice {
382 display: flex;
383 flex-basis: content;
384 flex-direction: column;
385 align-items: flex-start;
386 }
387
388 #language-choice input {
389 margin: .5em;
390 }
391
392 #settings-form button {
393 margin-top: 1.5em;
394 }
395
396 /* browser language not available */
397 span.blNA {
398 margin: .5em;
399 color: red;
400 font-style: italic;
401 font-size: smaller;
402 }
403
404 #error-page h1 {
405 font-size: 1.5em;
406 }
407
408 #error-page table {
409 width: 100%;
410
411 border-top-style: solid;
412 border-top-width: thin;
413 border-top-color: #606060;
414
415 border-bottom-style: solid;
416 border-bottom-width: thin;
417 border-bottom-color: #505050;
418
419 border-collapse: separate;
420 border-spacing: .5em;
421 }
422
423 #error-page table th {
424 text-align: right;
425 white-space: nowrap;
426 }
427
428 #error-page table td {
429 width: 100%;
430 }
431
432 #about h1, #about h2 {
433 font-variant-caps: small-caps;
434 color: #505050;
435 }
436
437 .project-attributes {
438 margin-bottom: 1em;
439 }
440
441 .project-attributes .row > div + div {
442 padding-left: 2em;
443 }
444
445 span.phase-2 {
446 text-decoration: line-through;
447 }
448
449 .issue-progress-bar {
450 box-sizing: border-box;
451 width: 100%;
452 height: 0.5em;
453 display: flex;
454 position: relative;
455 border-style: solid;
456 border-width: thin;
457 border-color: #6060cc;
458 }
459
460 .issue-progress-bar .open {
461 height: 100%;
462 background: steelblue;
463 }
464
465 .issue-progress-bar .active {
466 height: 100%;
467 background: gold;
468 }
469
470 .issue-progress-bar .done {
471 height: 100%;
472 background: green;
473 }
474
475 .issue-tag, .version-tag, .issue-tag-auto-color {
476 padding: .1em 2ex .1em 2ex;
477 display: inline-block;
478 box-sizing: border-box;
479 border-style: solid;
480 border-width: thin;
481 border-color: silver;
482 border-radius: 4pt;
483 background: darkgray;
484 text-align: center;
485 font-weight: bolder;
486 font-size: x-small;
487 }
488
489 .issue-tag, .version-tag {
490 color: whitesmoke;
491 }
492
493 .issue-tag.Bug {
494 background: red;
495 }
496
497 .issue-tag.Improvement, .issue-tag.Feature {
498 background: limegreen;
499 }
500
501 .issue-tag.Task {
502 background: deepskyblue;
503 }
504
505 .issue-tag.Test {
506 background: lightskyblue;
507 }
508
509 .issue-tag.phase-0 {
510 background: steelblue;
511 }
512
513 .issue-tag.phase-1 {
514 background: gold;
515 color: black;
516 }
517
518 .issue-tag.phase-2 {
519 background: green;
520 }
521
522 div.navmenu-icon {
523 display: inline-block;
524 width: .5em;
525 height: .5em;
526 margin-right: .25em;
527 }
528
529 .version-Future {
530 background: lightskyblue;
531 }
532
533 .version-Unreleased {
534 background: gold;
535 color: black;
536 }
537
538 .version-Released {
539 background: limegreen;
540 }
541
542 .version-LTS {
543 background: green;
544 }
545
546 .version-Deprecated {
547 color: lightgray;
548 background: darkgray;
549 }
550
551 hr.issue-view-separator {
552 border-image-source: linear-gradient(to right, rgba(60, 60, 60, .1), rgba(96, 96, 96, 1), rgba(60, 60, 60, .1));
553 border-image-slice: 1;
554 border-width: thin;
555 border-style: none;
556 border-top-style: solid;
557 }
558
559 div.comment {
560 padding-left: .25rem;
561 margin-bottom: 1.25em;
562 }
563
564 .comment-author {
565 color: #3060f8;
566 background: #e7e7ef;
567 margin-left: -.25rem;
568 padding: .25rem;
569 }
570
571 .comment-author-name {
572 color: inherit;
573 }
574
575 span.comment-edit-info {
576 margin-left: 1ex;
577 color: #556080;
578 }
579
580 div.mde-toolbar {
581 margin-bottom: .25em;
582 }
583
584 div.mde-toolbar button {
585 font-size: small;
586 }
587
588 div.mde-preview {
589 border-style: solid;
590 border-width: 2px;
591 border-color: silver;
592 padding: .25em;
593 border-radius: 8px;
594 }
595
596 span.eta-overdue {
597 color: red;
598 }
599
600 table.issue-view {
601 border-collapse: collapse;
602 margin-bottom: 1em;
603 }
604
605 table.issue-view td, table.issue-view th {
606 background: #f7f7f7;
607 border: solid silver 1pt;
608 padding: .5em;
609 }
610
611 table.issue-view th {
612 white-space: nowrap;
613 }
614
615 .issue-variant-status {
616 display: flex;
617 gap: 1em;
618 flex-wrap: wrap;
619 }
620
621 .selected-variant {
622 font-weight: bolder;
623 text-decoration: underline;
624 }
625
626 table.relation-editor input,
627 table.relation-editor button,
628 table.relation-editor .button {
629 box-sizing: border-box;
630 width: 100%;
631 }
632
633 table.relation-editor button,
634 table.relation-editor .button {
635 text-align: center;
636 padding: .1em .25em .1em .25em;
637 }

mercurial