mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-15 10:30:40 +00:00
various updates
This commit is contained in:
@ -12,7 +12,7 @@ body[data-sidenav-fixed="true" i] main,
|
||||
body[data-sidenav-fixed="true" i] footer {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width : 992px) {
|
||||
body[data-sidenav-fixed="true" i] header,
|
||||
body[data-sidenav-fixed="true" i] main,
|
||||
@ -34,7 +34,7 @@ body[data-sidenav-fixed="true" i] .navbar-fixed > nav {
|
||||
|
||||
/* #region sticky-footer */
|
||||
/*
|
||||
* Sticky Footer:
|
||||
* Sticky Footer:
|
||||
* A sticky footer always stays on the bottom of the page regardless of how
|
||||
* little content is on the page. However, this footer will be pushed down if
|
||||
* there is a lot of content, so it is different from a fixed footer.
|
||||
|
@ -35,3 +35,67 @@
|
||||
/* Support for IE. */
|
||||
font-feature-settings: 'liga';
|
||||
}
|
||||
|
||||
[data-nopaque-icon="speedometer"] {
|
||||
--nopaque-icon-character: "A";
|
||||
--nopaque-negative-icon-character: "a";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="cloud-processes"] {
|
||||
--nopaque-icon-character: "B";
|
||||
--nopaque-negative-icon-character: "b";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="account-circle"] {
|
||||
--nopaque-icon-character: "C";
|
||||
--nopaque-negative-icon-character: "c";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="meshed-gears"] {
|
||||
--nopaque-icon-character: "D";
|
||||
--nopaque-negative-icon-character: "d";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="file-setup-pipeline"] {
|
||||
--nopaque-icon-character: "E";
|
||||
--nopaque-negative-icon-character: "e";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="tesseract-ocr-pipeline"],
|
||||
[data-nopaque-icon="transkribus-htr-pipeline"] {
|
||||
--nopaque-icon-character: "F";
|
||||
--nopaque-negative-icon-character: "f";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="spacy-nlp-pipeline"] {
|
||||
--nopaque-icon-character: "G";
|
||||
--nopaque-negative-icon-character: "g";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="corpus-analysis"] {
|
||||
--nopaque-icon-character: "H";
|
||||
--nopaque-negative-icon-character: "h";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="file-cabinet"] {
|
||||
--nopaque-icon-character: "I";
|
||||
--nopaque-negative-icon-character: "i";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="suitcase"] {
|
||||
--nopaque-icon-character: "J";
|
||||
--nopaque-negative-icon-character: "j";
|
||||
}
|
||||
|
||||
[data-nopaque-icon="wrench"] {
|
||||
--nopaque-icon-character: "K";
|
||||
--nopaque-negative-icon-character: "k";
|
||||
}
|
||||
|
||||
.nopaque-icons[data-nopaque-icon]:empty::before {
|
||||
content: var(--nopaque-icon-character);
|
||||
}
|
||||
|
||||
.nopaque-icons.negative[data-nopaque-icon]:empty::before{
|
||||
content: var(--nopaque-negative-icon-character);
|
||||
}
|
||||
|
Reference in New Issue
Block a user