Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
&.on {
border: 1px solid @panel-border-color;
border-bottom: 1px solid @panel-dark-bg;
color: @link-color;
color: @brand-primary;
margin-bottom: -1px;
height: 25px;
line-height: 25px;
Expand Down Expand Up @@ -117,7 +117,8 @@
padding: 0 @padding-medium-horizontal 0 0;

.iiif-tree-component ul li a.selected {
color: @link-color !important;
color: @btn-primary-color !important;
background-color: @btn-primary-bg !important;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
box-shadow: inset 0 0 10px #5a5a5a;

.label {
color: #fff;
color: @text-color;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,25 @@
text-transform: uppercase;
}

.label {
color: @text-tertiary-color;
border-bottom: 1px solid @panel-border-color;
}

.value {
color: @text-color;
}
}
}

.items .item a.toggle,
[data-uv-navigate] {
color: @link-secondary-color;
color: @link-color;
cursor: pointer;

&:hover {
text-decoration: underline;
color: @link-secondary-hover-color;
color: @link-hover-color;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,27 +211,6 @@
});
}

.choiceSwitch {
display: none !important;

.md-mediaquery({
display: inline-block !important;
cursor: pointer !important;
background-color: black;
background-image: data-uri("../img/layers.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 28px;
height: 28px;
img {
display: none;
}
&:focus {
.tab-focus();
}
});
}

div[title="Previous page"] {
display: none !important;
}
Expand Down Expand Up @@ -273,12 +252,6 @@
z-index: 10;
}

.viewer.choice-dialogue-open {
.openseadragon-container > div > div {
opacity: 1 !important;
}
}

.annotationPin {
// background-color: white;
background-image: data-uri("../img/pin.svg") !important;
Expand All @@ -290,7 +263,7 @@
cursor: pointer;

span {
color: #2a2a2a;
color: @panel-dark-bg;
user-select: none;
display: block;
width: 95%;
Expand All @@ -300,15 +273,103 @@
}
}
}

.choiceSwitch {
display: none !important;

.md-mediaquery({
display: inline-block !important;
cursor: pointer !important;
background-color: black;
background-image: data-uri("../img/layers.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 28px;
height: 28px;
img {
display: none;
}
&:focus {
.tab-focus();
}
});
}

div[title="Previous page"] {
display: none !important;
}

div[title="Next page"] {
display: none !important;
}
}

.openseadragon-canvas {
&:focus {
outline: none;
.spinner {
position: absolute;
width: 27px;
height: 27px;
border-radius: 27px;
.loading(@loader-black-bg);
}

.annotationRect {
background-color: desaturate(@search-result, 40%);
.opacity(0.5);
&.current {
//border: 3px solid #fff;
@col: lighten(@search-result, 20%);
background-color: saturate(@col, 100%);
}
z-index: 20;
}

.lineAnnotationRect {
.opacity(0.5);
&.current {
@col: rgb(120, 251, 185);
background-color: saturate(@col, 100%);
}
&:hover {
@col: lighten(rgb(120, 251, 185), 20%);
background-color: saturate(@col, 80%);
}
&.keyboard-nav:focus-visible {
outline: 2px solid @link-color;
outline-offset: -2px;
z-index: 10;
}

.viewer.choice-dialogue-open {
.openseadragon-container > div > div {
opacity: 1 !important;
}
}

.annotationPin {
// background-color: white;
background-image: data-uri("../img/pin.svg") !important;
width: 28px !important;
height: 37px !important;
background-position-x: 1px;
transform: translate(-45%, -90%);
overflow: hidden;
cursor: pointer;

span {
color: #2a2a2a;
user-select: none;
display: block;
width: 95%;
text-align: center;
margin-top: 8px;
font-size: 11px;
}
}
}

.openseadragon-canvas {
&:focus {
outline: none;
}
&.keyboard-nav:focus-visible {
outline: 2px solid @link-color;
outline-offset: -2px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
width: 41px;
font-size: @font-size-small;
overflow: hidden;
color: white;
color: @text-color;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

.label {
position: absolute;
color: #fff;
color: @text-color;
margin: 8px @margin-large-horizontal 0;
min-width: 160px;

Expand All @@ -96,15 +96,15 @@
height: 32px;

.searchTextContainer {
background: #fff;
background: @panel-light-bg;
float: left;
width: 270px;
//border: 2px solid @gray;
position: relative;

.autocomplete {
position: absolute;
background: #fff;
background: @panel-light-bg;
width: 270px;
border: 2px solid @brand-primary-lighter;
list-style-type: none;
Expand Down Expand Up @@ -176,7 +176,7 @@
margin: 4px 0 0;

.label {
color: #fff;
color: @text-color;
font-weight: bold;
padding: 0 10px 0 0;
margin: 4px 0 0;
Expand Down Expand Up @@ -210,10 +210,10 @@
float: left;
margin: 0 @margin-medium-horizontal 0 0;
border: 0;
background-color: #000;
background-color: @panel-light-bg;

&:hover {
background-color: #000;
background-color: @panel-light-bg;
}

&.disabled {
Expand All @@ -228,10 +228,10 @@
float: right;
margin: 0 0 0 @margin-medium-horizontal;
border: 0;
background-color: #000;
background-color: @panel-light-bg;

&:hover {
background-color: #000;
background-color: @panel-light-bg;
}

&.disabled {
Expand All @@ -251,7 +251,7 @@

.searchResultsInfo {
margin: 4px 0 0;
color: #fff;
color: @text-color;
text-align: center;
font-size: 14px;
float: left;
Expand Down
Loading