Skip to content
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: @brand-secondary;
color: @accent-text;
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: @brand-primary !important;
color: @text-color !important;
background-color: @accent-bg !important;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,34 @@
font-size: 0px;

.tab {
margin-bottom: -1px;
padding: 0.25em;
line-height: normal;
color: @gray;
color: @overlay-color;
font-size: @font-size-base;
display: inline-block;
text-align: center;
line-height: 22px;
height: 22px;
overflow: hidden;
width: 75px;
margin: 0;
cursor: pointer;
text-decoration: none;
border-bottom: 1px solid transparent;
user-select: none;

&:hover {
border-bottom: 1px solid @brand-primary;
color: @text-secondary-color;
margin-bottom: -1px;
font-weight: bold;
height: 23px;
line-height: 23px;
text-decoration: none;
border-color: @overlay-color;
}

&.first {
margin: 0 0 0 @margin-medium-horizontal;
}

&.on {
border-bottom: 1px solid @brand-primary;
color: @text-secondary-color;
margin-bottom: -1px;
font-weight: bold;
height: 23px;
line-height: 23px;
font-weight: 700;
color: @accent-text;
border-color: @accent-text;
}
}
}
Expand All @@ -77,10 +70,6 @@
}

.shareView {
.shareInput {
.single-line-code();
}

.shareLink {
display: block;
overflow: hidden;
Expand All @@ -97,10 +86,6 @@
}

.embedView {
.code {
.single-line-code();
}

.customSize {
overflow: hidden;
padding-top: @padding-medium-vertical;
Expand Down Expand Up @@ -220,7 +205,7 @@
box-shadow: inset 0 0 10px #5a5a5a;

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

Expand Down Expand Up @@ -510,14 +495,14 @@

.btn.close {
padding: 0.5rem 1rem; /* Equivalent to Tailwind's px-4 py-2 */
background-color: black; /* bg-black */
color: white; /* text-white */
background-color: @body-bg; /* bg-black */
color: @text-color; /* text-white */
white-space: nowrap; /* Prevent text from wrapping */

/* Remove default outline on focus */
outline: none;
}

/* Focus state styles */
.btn.close:focus {
outline: none;
Expand All @@ -526,4 +511,4 @@
}
}

@import 'mobile';
@import 'mobile';
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,25 @@
text-transform: uppercase;
}

.label {
color: @text-muted;
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 @@ -204,7 +204,7 @@
}
});
}


div[title="Previous page"] {
display: none !important;
Expand Down Expand Up @@ -258,7 +258,7 @@
cursor: pointer;

span {
color: #2a2a2a;
color: @panel-dark-bg;
user-select: none;
display: block;
width: 95%;
Expand Down
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 @margin-large-horizontal;
min-width: 160px;

Expand Down Expand Up @@ -176,7 +176,7 @@
margin: 4px 0 0 0;

.label {
color: #fff;
color: @text-color;
font-weight: bold;
padding: 0 10px 0 0;
margin: 4px 0 0 0;
Expand Down Expand Up @@ -251,7 +251,7 @@

.searchResultsInfo {
margin: 4px 0 0 0;
color: #fff;
color: @text-color;
text-align: center;
font-size: 14px;
float: left;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.btn-warning &,
.btn-danger &,
.btn-info & {
border-top-color: #fff;
border-top-color: @btn-default-color;
}
}
.dropup {
Expand All @@ -30,7 +30,7 @@
.btn-danger,
.btn-info {
.caret {
border-bottom-color: #fff;
border-bottom-color: @btn-default-color;
}
}
}
Expand Down Expand Up @@ -249,4 +249,4 @@
display: none;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}

.iiif-gallery-component {

.header {
.btn {
&.size-up,
Expand All @@ -189,7 +189,7 @@
.btn {
&.size-up,
&.size-down {
margin-top: 4px;
margin-top: 4px;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

margin-right: @margin-small-horizontal;

color: white;
color: @text-color;
font-size: 0;

&.moreInfo {
Expand All @@ -63,7 +63,7 @@
&.embed {
display: none;
}

&.fullScreen {
display: inline-block;
}
Expand All @@ -74,4 +74,4 @@

.uv.loaded .uv-iiif-extension-host {
background-color: #000;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@
&.active,
.open .dropdown-toggle& {
color: @color;
background-color: darken(@background, 8%);
border-color: darken(@border, 12%);
background-color: if((iscolor(@background)), darken(@background, 8%), @border);
border-color: if((iscolor(@border)), darken(@border, 12%), @border);
}
&:active,
&.active,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@

.overlay {
position: absolute;
color: @overlay-color;

input,
textarea {
width: 100%;
}

input,
select,
textarea {
padding: 2px;
color: black;
background-color: white;
border: 1px solid black;
}

[readonly] {
font-family: monospace;
background-color: #eee;
}

.top {
width: 100%;
Expand All @@ -30,7 +50,7 @@
width: 100%;
background: @overlay-bg;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.1);
border: 1px solid @overlay-border;

.buttons {
padding: @padding-medium-vertical;
Expand All @@ -50,15 +70,13 @@
text-overflow: ellipsis;

h1 {
color: @headings-color;
font-size: @headings-size-large;
font-weight: @headings-font-weight;
margin: @margin-large-vertical 0px 0px 0px;
padding: 0 0 @padding-medium-vertical 0;
}

h2 {
color: @headings-color;
font-size: @headings-size-small;
font-weight: @headings-font-weight;
margin: 0;
Expand Down Expand Up @@ -142,4 +160,4 @@
overflow: auto;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

.headerPanel {
position: relative;
color: #fff;
color: @text-color;
height: 40px;
}

Expand Down Expand Up @@ -149,4 +149,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.thumbsView .thumbs .thumb.selected .wrap {
border: 2px solid white;
border: 2px solid @accent-text;
}

.thumbsView .thumbs .thumb.searchpreview .wrap {
Expand Down Expand Up @@ -352,4 +352,4 @@
// }
}
}
}
}
Loading