mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
63 lines
1.7 KiB
CSS
63 lines
1.7 KiB
CSS
/* Change navbar height bacause an extended and fixed navbar is used */
|
|
.navbar-fixed {
|
|
height: 112px;
|
|
}
|
|
|
|
/* Change placholdertext color of file uplaod fields */
|
|
::placeholder {
|
|
color: #9e9e9e;
|
|
opacity: 1;
|
|
}
|
|
|
|
/*
|
|
* changes preoloader size etc. to fit visually better with the chip status
|
|
* indicator of jobs
|
|
*/
|
|
.status-spinner {
|
|
margin-bottom: -10px;
|
|
width: 30px !important;
|
|
height: 30px !important;
|
|
}
|
|
|
|
.show-if-only-child:not(:only-child) {
|
|
display: none !important;
|
|
}
|
|
|
|
.btn-scale-x2 {
|
|
transform: scale(2);
|
|
}
|
|
|
|
.btn-scale-x2 .nopaque-icons.service-icon {
|
|
font-size: 2.5rem;
|
|
}
|
|
|
|
/* Fix material icon vertical alignment when nested in various elements */
|
|
h1 .nopaque-icons, h2 .nopaque-icons, h3 .nopaque-icons, h4 .nopaque-icons, .tab .nopaque-icons, .tab .material-icons {
|
|
line-height: inherit;
|
|
}
|
|
|
|
|
|
.corpus-status-text {text-transform: lowercase;}
|
|
.corpus-status-text[data-corpus-status]:empty:before {content: attr(data-corpus-status);}
|
|
|
|
.job-status-text {text-transform: lowercase;}
|
|
.job-status-text[data-job-status]:empty:before {content: attr(data-job-status);}
|
|
|
|
.nopaque-icons.service-icon[data-service="file-setup-pipeline"]:empty:before {content: "E";}
|
|
.nopaque-icons.service-icon[data-service="tesseract-ocr-pipeline"]:empty:before {content: "F";}
|
|
.nopaque-icons.service-icon[data-service="transkribus-htr-pipeline"]:empty:before {content: "F";}
|
|
.nopaque-icons.service-icon[data-service="spacy-nlp-pipeline"]:empty:before {content: "G";}
|
|
.nopaque-icons.service-icon[data-service="corpus-analysis"]:empty:before {content: "H";}
|
|
|
|
.clickable {
|
|
cursor: pointer !important;
|
|
pointer-events: all !important;
|
|
}
|
|
.chip.s-attr .chip.p-attr {background-color: inherit;}
|
|
|
|
|
|
.width-25 {width: 25%;}
|
|
.width-50 {width: 50%;}
|
|
.width-75 {width: 75%;}
|
|
.width-100 {width: 100%;}
|