This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flamenco-manager/static/dashboard.css
T

170 lines
3.5 KiB
CSS

html, body {
font-family: Noto, Ubuntu, sans-serif;
font-size: 14px;
color: white;
background-color: #496977;
text-shadow: 0.2ex 0.2ex 0.1ex rgba(0, 0, 0, 0.2);
margin-top: 1mm;
}
a, a:link { color: #aef0ff; }
a:visited { color: #e6fff2; }
a:hover { color: #d0f7eb; }
a:active { color: #f7d0d2; }
a.btn-default { color: black; }
h1 img {
width: auto;
height: 1.1em;
float: left;
padding-right: 0.5ex;
}
#managerversion, #runmode {
font-size: small;
vertical-align: top;
float: right;
margin-left: 1mm;
}
#runmode {
color: #e4a7a7;
}
input {
color: black;
}
.error {
color: #a92a2a;
background-color: #ffeaea;
border-radius: 0.5ex;
border: 2px solid #a92a2a;
padding: 1ex;
text-shadow: none;
}
.card-body { padding: 5px; }
.card { background-color: inherit; }
.card-title { margin-bottom: 0; }
dl.row dd { margin-bottom: 0 }
.table-striped>tbody>tr:nth-of-type(odd) { background-color: #578498; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-color: #6398af;
}
.table td, .table th {
padding-top: 0;
padding-bottom: 0;
}
.table td label {
margin: 2px;
}
tr.status-awake td, tr.status-awake th { background-color: #3f9465; }
tr:nth-of-type(odd).status-awake td, tr:nth-of-type(odd).status-awake th { background-color: #3faa6e; }
tr.status-timeout td, tr.status-timeout th { background-color: #a77239; }
tr:nth-of-type(odd).status-timeout td, tr:nth-of-type(odd).status-timeout th { background-color: #d09c4a; }
tr.status-offline td, tr.status-offline th { color: #bbb; }
tr.status-testing td, tr.status-testing th { background-color: #b56b8d; }
tr:nth-of-type(odd).status-testing td, tr:nth-of-type(odd).status-testing th { background-color: #ce92ae; }
tr.status-error td, tr.status-error th { background-color: #9b5555; }
tr:nth-of-type(odd).status-error td, tr:nth-of-type(odd).status-error th { background-color: #925959; }
.small-last-rendered-image {
max-width: 100%;
max-height: 365px;
}
.imageholder {
text-align: center;
}
span.idle-worker-name:not(:first-child)::before {
content: ', ';
}
*[title] {
cursor: help;
}
#statusheading {
position: relative;
}
button#downloadkick {
position: absolute;
top: 0.75ex;
right: 1ex;
}
.click-to-copy {
cursor: pointer;
border-bottom: none;
}
.worker-id {
white-space: nowrap;
min-width: 8ex;
}
.worker-action {
cursor: pointer;
font-size: 150%;
margin-right: 15px;
border-bottom: none;
}
.worker-action.forget-worker {
font-size: 85%;
vertical-align: super;
color: #f66;
padding: 3px;
margin-right: 5px;
}
.flash-on {
background-color: #b8f7d3 !important;
border-color: #b8f7d3 !important;
color: #3f9465 !important;
transition: all 0.05s ease-in;
}
.flash-off {
transition: all 0.2s ease-out;
}
td.col-narrow, td.col-sched-edit-active, td.col-sched-edit-actions {
white-space: nowrap;
width: 0; /* make it as narrow as possible */
}
td.col-sched-edit-active {
text-align: center;
}
td.col-sched-edit-active input[type='checkbox'] {
margin-left: auto;
margin-right: auto;
}
td.col-sched-edit-actions {
text-align: right;
}
.btn-schedule-active {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-schedule-inactive {
color: #adadad;
background-color: #19692c;
border-color: #19692c;
}
.worker-row .implied::before {
content: '(';
}
.worker-row .implied::after {
content: ')';
}