| | :root { |
| | --loda-grid: #bdbdbd; |
| | --image-pixel-border: #555; |
| | } |
| | html { |
| | height: 100%; |
| | font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol; |
| | font-size: 1.2rem; |
| | font-weight: 400; |
| | background-color: #F9F3F2; |
| | color: rgb(36, 41, 46); |
| | } |
| | body { |
| | height: 100%; |
| | margin: 0; |
| | display: flex; |
| | flex-direction: column; |
| | } |
| | #page-footer { |
| | border-top: 1px solid var(--loda-grid); |
| | padding: 10px; |
| | display: flex; |
| | flex-direction: row; |
| | justify-content: flex-start; |
| | align-items: stretch; |
| | } |
| | |
| | .top-banner-container-outer { |
| | color: #eedede; |
| | background-color: #9b3219; |
| | font-size: 30px; |
| | padding: 20px; |
| | display: none; |
| | } |
| | .top-banner-container-inner { |
| | display: flex; |
| | align-items: center; |
| | } |
| | .top-banner-item-center { |
| | flex: 1; |
| | padding-left: 20px; |
| | padding-right: 20px; |
| | } |
| | .top-banner-item-left, |
| | .top-banner-item-right { |
| | flex: none; |
| | font-size: 60px; |
| | } |
| | .titlebar-container { |
| | display: flex; |
| | padding-left: 20px; |
| | padding-right: 20px; |
| | padding-top: 15px; |
| | padding-bottom: 15px; |
| | border-bottom: 1px solid var(--loda-grid); |
| | align-items: center; |
| | } |
| | .titlebar-item { |
| | flex: 1; |
| | } |
| | .titlebar-item-left { |
| | text-align: left; |
| | } |
| | .titlebar-item-center { |
| | text-align: center; |
| | font-size: 22px; |
| | font-weight: 500; |
| | color: #4d4b4b; |
| | } |
| | .titlebar-item-right { |
| | text-align: right; |
| | } |
| | .primary-button { |
| | border: none; |
| | color: rgb(77, 73, 73); |
| | background-color: #f7eb42; |
| | border: 1px solid rgb(54, 54, 54); |
| | padding: 10px 18px; |
| | text-align: center; |
| | text-decoration: none; |
| | font-size: 16px; |
| | border-radius: 5px; |
| | } |
| | .primary-button:hover { |
| | background-color: #e9dc28; |
| | border: 1px solid rgb(100, 100, 100); |
| | } |
| | .primary-button:active { |
| | background-color: #cfc422; |
| | border: 1px solid rgb(34, 34, 34); |
| | } |
| | .primary-button:disabled { |
| | border: 1px solid #999; |
| | background-color: #ccc; |
| | color: #666; |
| | } |
| | .seconday-button { |
| | border: none; |
| | color: rgb(77, 73, 73); |
| | border: 1px solid rgb(54, 54, 54); |
| | padding: 10px 18px; |
| | text-align: center; |
| | text-decoration: none; |
| | font-size: 16px; |
| | border-radius: 5px; |
| | } |
| | .seconday-button:hover { |
| | background-color: #fffef5; |
| | border: 1px solid rgb(100, 100, 100); |
| | } |
| | .seconday-button:active { |
| | background-color: #eaeaea; |
| | border: 1px solid rgb(34, 34, 34); |
| | } |
| | .page-footer-item { |
| | flex: 1; |
| | } |
| | #page-footer-item1 { |
| | text-align: center; |
| | } |
| |
|
| | #main-outer { |
| | flex: 1 1 auto; |
| | position: relative; |
| | min-height: 0; |
| | } |
| |
|
| | #main-inner { |
| | position: absolute; |
| | top: 0; |
| | bottom: 0; |
| | left: 0; |
| | right: 0; |
| | border-left: 1px solid var(--loda-grid); |
| | box-sizing: border-box; |
| | overflow-y: scroll; |
| | } |
| |
|
| | .themearc.model.row { |
| | display: flex; |
| | column-gap: 20px; |
| | } |
| |
|
| | .themearc.image { |
| | } |
| |
|
| | .themearc.image.rows-container { |
| | } |
| |
|
| | .themearc.image.rows { |
| | border-right: 1px solid var(--image-pixel-border); |
| | border-bottom: 1px solid var(--image-pixel-border); |
| | display: inline-block; |
| | } |
| |
|
| | .themearc.image.row { |
| | display: flex; |
| | } |
| |
|
| | .themearc.image.row span { |
| | width: 15px; |
| | height: 15px; |
| | border-left: 1px solid var(--image-pixel-border); |
| | border-top: 1px solid var(--image-pixel-border); |
| | overflow: hidden; |
| | } |
| |
|
| | .themearc.symbol_0 { |
| | background-color: #000; |
| | } |
| | .themearc.symbol_1 { |
| | background-color: #0074D9; |
| | } |
| | .themearc.symbol_2 { |
| | background-color: #FF4136; |
| | } |
| | .themearc.symbol_3 { |
| | background-color: #2ECC40; |
| | } |
| | .themearc.symbol_4 { |
| | background-color: #FFDC00; |
| | } |
| | .themearc.symbol_5 { |
| | background-color: #AAAAAA; |
| | } |
| | .themearc.symbol_6 { |
| | background-color: #F012BE; |
| | } |
| | .themearc.symbol_7 { |
| | background-color: #FF851B; |
| | } |
| | .themearc.symbol_8 { |
| | background-color: #7FDBFF; |
| | } |
| | .themearc.symbol_9 { |
| | background-color: #870C25; |
| | } |
| |
|
| | .themearc.symbol_0, |
| | .themearc.symbol_1, |
| | .themearc.symbol_2, |
| | .themearc.symbol_3, |
| | .themearc.symbol_4, |
| | .themearc.symbol_5, |
| | .themearc.symbol_6, |
| | .themearc.symbol_7, |
| | .themearc.symbol_8, |
| | .themearc.symbol_9 { |
| | color: transparent !important; |
| | } |
| |
|
| | .arc_work_model_task { |
| | border-collapse: collapse; |
| | } |
| |
|
| | .arc_work_model_task tr:hover { |
| | background-color: white; |
| | } |
| |
|
| | col.arc_column_analysis { |
| | background-color: #eae8e6; |
| | border-left: 1px solid #c8bdbd; |
| | } |
| |
|
| | td.arc_column_analysis { |
| | padding-left: 0.5em; |
| | } |
| |
|
| | ul.without_bullets { |
| | list-style-type: none; |
| | padding-left: 0; |
| | margin-right: 0.5em; |
| | } |
| |
|