Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Aug 21, 2024
2 parents 55c9140 + f7afcb3 commit d24de3e
Show file tree
Hide file tree
Showing 21 changed files with 348 additions and 305 deletions.
5 changes: 0 additions & 5 deletions goobi-viewer-theme-reference/.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
Expand Down

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
@import "widgets/widgetSearchResultNavigation.less";
@import "widgets/widgetSearchSorting.less";
@import "widgets/widgetToc.less";
@import "widgets/widgetUsage.less";
@import "widgets/widgetUserInteractions.less";
@import "widgets/widgetUsageStatistics.less";
@import "widgets/widgetVersionHistory.less";
Expand All @@ -94,11 +93,17 @@
@import "views/common/statistics.less";

/* FULLSCREEN VIEWS / COMPONENTS */
@import "views/fullscreen/fsAnnotations.less";
@import "views/fullscreen/fsImageControls.less";
@import "views/fullscreen/fsMetadata.less";
@import "views/fullscreen/fsToc.less";
@import "views/fullscreen/fsUsage.less";
@import "views/fullscreen/fsMetadata.less";
@import "views/fullscreen/fsRecordNotes.less";
@import "views/fullscreen/fsShare.less";
@import "views/fullscreen/fsToc.less";
@import "views/fullscreen/fsStatistics.less";
@import "views/fullscreen/fsDownloads.less";
@import "views/fullscreen/fsCitation.less";
@import "views/fullscreen/fsFormatLinks.less";
@import "views/fullscreen/fsSearchInCUrrentItem.less";

/* SEARCH VIEWS */
@import "views/search/searchAdvanced.less";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/* ==============================================================
View Fullscreen Annotiations
==============================================================*/
/* FULLSCREEN ANNOTATIONS */
.fullscreen {
#widgetAnnotations {
margin-top: 0;
}
.widget-annotations {
.widget__title {
display: none !important;
visbility: hidden !important;
}
.widget__body {
display: block;
border: none;
padding: 0;
}
}
}

/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

/* BREAKPOINT FOR DESKTOPS */
@media screen and (max-width: @mediumBreakpoint) {}

/* BREAKPOINT FOR TABLETS */
@media screen and (max-width: @smallBreakpoint) {}

/* BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: @xSmallBreakpoint) {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/* ==============================================================
View fullscreen widget citation
==============================================================*/
.fullscreen {
#widgetCitation {}
.widget-citation {
&__topbar {}
&__license-text {
a {
}
}
&__subtitle {
}
&__page-downloads {
a, form, button {

}
.badge {
&:hover,
&:active,
&:focus {
}
}
}
&__work-downloads {
a {}
.badge {}
}
&__work-download-ris {}
}
}

/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

/* BREAKPOINT FOR DESKTOPS */
@media screen and (max-width: @mediumBreakpoint) {}

/* BREAKPOINT FOR TABLETS */
@media screen and (max-width: @smallBreakpoint) {}

/* BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: @xSmallBreakpoint) {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
/* ==============================================================
View fullscreen widget downloads
==============================================================*/
/* FULLSCREEN ANNOTATIONS */
.fullscreen {
#widgetDownloads {}
.widget-downloads {
&__topbar {}
&__title {}
&__body {}
&__license-text {
}
&__subtitle {}
// BADGE CONTAINER STYLING
&__page-download,
&__image-fragment-wrapper,
&__work-downloads {
}

&__page-downloads {
}
&__page-download-pdf {}
&__page-download-jpeg {}
&__page-download-alto {}
&__page-download-tei {}
&__page-download-fulltext {}
&__download-image-size-form {}
&__download-image-size-option-wrapper {}
&__download-image-size-radio-label {}
&__download-image-size-radio-size {}
&__download-image-size-radio-format {}
&__download-image-size-button-wrapper {}
&__work-downloads {}
&__work-download-ris {}
&__work-download-alto {}
&__work-download-tei {}
&__work-download-fulltext {}
&__work-download-pdf {}
&__work-download-epub {}
&__work-download-toc {}

&__image-fragment-wrapper {
}

&__image-fragment {}
&__image-fragment-page {}
&__image-fragment-image {}
&__download-image-size-form {}
&__download-image-size-button {}

// ADDITIONAL FILES DOWNLOADS
&__additional-files-wrapper {}
&__additional-files-text {
}
&__additional-files-list {
}

// PAGE RANGE STYLES
&__page-range-downloads {}
&__page-range-downloads-box {
}
&__page-range-downloads-inputs-wrapper {

}
&__page-range-downloads-inputs-wrapper-inner {

}
&__page-range-pdf-link {

}
&__page-range-downloads-select-from {
}
&__page-range-downloads-select-to {
}
&__page-range-pdf-link {
}
// MEDIA FILES DOWNLOADS
&__media {}
&__media-video-download-link {}
&__media-audio-download-link {}
&__media-model-download-link {}
}
}

/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

/* BREAKPOINT FOR DESKTOPS */
@media screen and (max-width: @mediumBreakpoint) {}

/* BREAKPOINT FOR TABLETS */
@media screen and (max-width: @smallBreakpoint) {}

/* BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: @xSmallBreakpoint) {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/* ==============================================================
View fullscreen widget format links
==============================================================*/
.fullscreen {
#widgetFormatLinks {}
.widget-format-links {
&__topbar {}
&__license-text {
a {}
}
&__subtitle {
}
&__page-downloads {
a, form, button {

}
.badge {
&:hover,
&:active,
&:focus {
}
}
}
&__work-downloads {
a {}
.badge {}
}
&__work-download-ris {}
}
}


/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

/* BREAKPOINT FOR DESKTOPS */
@media screen and (max-width: @mediumBreakpoint) {}

/* BREAKPOINT FOR TABLETS */
@media screen and (max-width: @smallBreakpoint) {}

/* BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: @xSmallBreakpoint) {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* ==============================================================
View Fullscreen Search In Current Item
==============================================================*/
/* FULLSCREEN SEARCH IN CURRENT ITEM */
.fullscreen {
.widget-search-in-current-item {
.form-group {}
.input-group {
input {}
}
.input-group-addon {
input {}
}
}
}

/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

/* BREAKPOINT FOR DESKTOPS */
@media screen and (max-width: @mediumBreakpoint) {}

/* BREAKPOINT FOR TABLETS */
@media screen and (max-width: @smallBreakpoint) {}

/* BREAKPOINT FOR SMARTPHONES */
@media screen and (max-width: @xSmallBreakpoint) {}
Loading

0 comments on commit d24de3e

Please sign in to comment.