mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
460 lines
6.7 KiB
CSS
460 lines
6.7 KiB
CSS
*:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
.info-icon {
|
|
width: 1rem;
|
|
margin-right: 0.2rem;
|
|
cursor: pointer;
|
|
color: #757575;
|
|
line-height: 1rem;
|
|
height: 1.1rem;
|
|
}
|
|
|
|
.info-icon:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.modal-title {
|
|
max-width: calc(100% - 2rem);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
|
|
.path-row {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.tag-container {
|
|
margin-left: 0.3rem;
|
|
}
|
|
|
|
.path-line {
|
|
color: #BBB;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
a {
|
|
color: #00BCD4;
|
|
}
|
|
|
|
body {
|
|
overflow-y: scroll;
|
|
background: black;
|
|
}
|
|
|
|
.progress {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.card, .modal-content {
|
|
margin-top: 1em;
|
|
background: #212121;
|
|
color: #e0e0e0;
|
|
border-radius: 1px;
|
|
border: none;
|
|
}
|
|
|
|
.table {
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.table td, .table th {
|
|
border: none;
|
|
}
|
|
|
|
.table thead th {
|
|
border-bottom: 1px solid #646464;
|
|
}
|
|
|
|
.modal-header .close {
|
|
color: #e0e0e0;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.modal-header {
|
|
border-bottom: 1px solid #646464;
|
|
}
|
|
|
|
.sub-document {
|
|
background: #37474F !important;
|
|
}
|
|
|
|
.list-group-item.sub-document {
|
|
border-top: 1px solid #646464 !important;
|
|
}
|
|
|
|
.sub-document .text-muted {
|
|
color: #8a949c !important;
|
|
}
|
|
|
|
|
|
.list-group-item {
|
|
background: #212121;
|
|
color: #e0e0e0;
|
|
|
|
border-top: 1px solid #424242;
|
|
border-bottom: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: .25rem 0.5rem;
|
|
}
|
|
|
|
.list-group-item:first-child {
|
|
border-top: none;
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-size: 1.75rem;
|
|
padding: 0;
|
|
color: #f5f5f5;
|
|
}
|
|
|
|
.navbar {
|
|
background: #546b7a;
|
|
}
|
|
|
|
.navbar a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar span {
|
|
color: #eee;
|
|
}
|
|
|
|
.document {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.document p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.document:hover p {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.badge-video {
|
|
color: #FFFFFF;
|
|
background-color: #F27761;
|
|
}
|
|
|
|
.badge-image {
|
|
color: #FFFFFF;
|
|
background-color: #AA99C9;
|
|
}
|
|
|
|
.badge-audio {
|
|
color: #FFFFFF;
|
|
background-color: #00ADEF;
|
|
}
|
|
|
|
.badge-resolution {
|
|
color: #212529;
|
|
background-color: #B0BEC5;
|
|
}
|
|
|
|
.badge-text {
|
|
color: #FFFFFF;
|
|
background-color: #FAAB3C;
|
|
}
|
|
|
|
.card-img-overlay {
|
|
pointer-events: none;
|
|
padding: 0.75rem;
|
|
|
|
bottom: unset;
|
|
top: 0;
|
|
left: unset;
|
|
right: unset;
|
|
}
|
|
|
|
.file-title {
|
|
width: 100%;
|
|
line-height: 1rem;
|
|
height: 1.1rem;
|
|
font-size: 10pt;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
color: #00BCD4;
|
|
}
|
|
|
|
.badge {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.badge-user {
|
|
color: #212529;
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
.fit {
|
|
display: block;
|
|
min-width: 64px;
|
|
max-width: 100%;
|
|
max-height: 175px;
|
|
margin: 0 auto 0;
|
|
padding: 3px 3px 0;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.fit-sm {
|
|
display: block;
|
|
max-width: 64px;
|
|
max-height: 64px;
|
|
margin: 0 auto;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.audio-fit {
|
|
height: 39px;
|
|
vertical-align: bottom;
|
|
display: inline;
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.card-columns {
|
|
column-count: 4;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1500px) {
|
|
.container {
|
|
max-width: 1440px;
|
|
}
|
|
|
|
.card-columns {
|
|
column-count: 5;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1800px) {
|
|
.container {
|
|
max-width: 1550px;
|
|
}
|
|
}
|
|
|
|
mark {
|
|
background: rgba(251, 191, 41, 0.25);
|
|
border-radius: 0;
|
|
padding: 1px 0;
|
|
color: inherit;
|
|
}
|
|
|
|
.content-div mark {
|
|
background: rgba(251, 191, 41, 0.40);
|
|
color: white;
|
|
}
|
|
|
|
|
|
.content-div {
|
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
font-size: 13px;
|
|
padding: 1em;
|
|
background-color: #37474F;
|
|
border: 1px solid #616161;
|
|
border-radius: 4px;
|
|
margin: 3px;
|
|
white-space: normal;
|
|
color: rgb(224, 224, 224);
|
|
}
|
|
|
|
.irs-single, .irs-from, .irs-to {
|
|
font-size: 13px;
|
|
background-color: #00BCD4;
|
|
}
|
|
|
|
.irs-slider {
|
|
cursor: col-resize;
|
|
}
|
|
|
|
.irs {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.custom-select {
|
|
overflow: auto;
|
|
background-color: #37474F;
|
|
border: 1px solid #616161;
|
|
color: #bdbdbd;
|
|
}
|
|
|
|
.custom-select:focus {
|
|
border-color: #757575;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
|
|
}
|
|
|
|
option {
|
|
outline: none;
|
|
}
|
|
|
|
.form-control {
|
|
background-color: #37474F;
|
|
border: 1px solid #616161;
|
|
color: #fff;
|
|
}
|
|
|
|
.form-control:focus {
|
|
background-color: #546E7A;
|
|
color: #fff;
|
|
}
|
|
|
|
.input-group-text {
|
|
background: #263238;
|
|
border: 1px solid #616161;
|
|
color: #dbdbdb;
|
|
}
|
|
|
|
::placeholder {
|
|
color: #BDBDBD !important;
|
|
opacity: 1;
|
|
}
|
|
|
|
|
|
.inspire-tree .selected > .wholerow, .inspire-tree .selected > .title-wrap:hover + .wholerow {
|
|
background: none;
|
|
}
|
|
|
|
.inspire-tree .icon-expand::before, .inspire-tree .icon-collapse::before {
|
|
background-color: black;
|
|
}
|
|
|
|
.inspire-tree .title {
|
|
color: #eee;
|
|
}
|
|
|
|
.inspire-tree {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
font-family: Helvetica, Nueue, Verdana, sans-serif;
|
|
max-height: 350px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.page-indicator {
|
|
line-height: 1rem;
|
|
padding: 0.5rem;
|
|
background: #212121;
|
|
color: #eee;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.btn-xs {
|
|
padding: .1rem .3rem;
|
|
font-size: .875rem;
|
|
border-radius: .2rem;
|
|
}
|
|
|
|
.btn {
|
|
color: #eee;
|
|
}
|
|
|
|
.nav-tabs .nav-link {
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
|
background-color: #212121;
|
|
border-color: #616161 #616161 #212121;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:focus {
|
|
border-color: #616161 #616161 #212121;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
|
border-color: #e0e0e0 #e0e0e0 #212121;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.nav-tabs {
|
|
border-bottom: #616161;
|
|
}
|
|
|
|
.nav {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
#treeTabs {
|
|
flex-basis: inherit;
|
|
flex-grow: inherit;
|
|
}
|
|
}
|
|
|
|
.list-group {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.wrapper-sm {
|
|
min-width: 64px;
|
|
}
|
|
|
|
.media-expanded {
|
|
display: inherit;
|
|
}
|
|
|
|
.media-expanded .fit {
|
|
max-height: 250px;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.media-expanded .fit {
|
|
max-height: none;
|
|
}
|
|
|
|
.tagline {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.version {
|
|
color: #00BCD4;
|
|
margin-left: -18px;
|
|
margin-top: -14px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
@media (min-width: 800px) {
|
|
.small-btn {
|
|
display: none;
|
|
}
|
|
.large-btn {
|
|
display: inherit;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 801px) {
|
|
.small-btn {
|
|
display: inherit;
|
|
}
|
|
.large-btn {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
|
|
border-right: none;
|
|
}
|
|
|
|
#pathTree .title {
|
|
cursor: pointer;
|
|
}
|
|
|
|
svg {
|
|
fill: white;
|
|
}
|