-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
348 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 0 additions & 78 deletions
78
goobi-viewer-theme-reference/.settings/org.eclipse.wst.common.component
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...r-theme-reference/WebContent/resources/themes/reference/css/dist/reference-cs.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 8 additions & 4 deletions
12
...i-viewer-theme-reference/WebContent/resources/themes/reference/css/dist/reference.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ewer-theme-reference/WebContent/resources/themes/reference/css/dist/reference.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 8 additions & 4 deletions
12
...i-viewer-theme-reference/WebContent/resources/themes/reference/css/dist/subtheme1.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ewer-theme-reference/WebContent/resources/themes/reference/css/dist/subtheme1.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 8 additions & 4 deletions
12
...i-viewer-theme-reference/WebContent/resources/themes/reference/css/dist/subtheme2.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ewer-theme-reference/WebContent/resources/themes/reference/css/dist/subtheme2.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...erence/WebContent/resources/themes/reference/css/less/views/fullscreen/fsAnnotations.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) {} |
43 changes: 43 additions & 0 deletions
43
...reference/WebContent/resources/themes/reference/css/less/views/fullscreen/fsCitation.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) {} |
95 changes: 95 additions & 0 deletions
95
...eference/WebContent/resources/themes/reference/css/less/views/fullscreen/fsDownloads.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) {} |
43 changes: 43 additions & 0 deletions
43
...erence/WebContent/resources/themes/reference/css/less/views/fullscreen/fsFormatLinks.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) {} |
27 changes: 27 additions & 0 deletions
27
...ebContent/resources/themes/reference/css/less/views/fullscreen/fsSearchInCurrentItem.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) {} |
Oops, something went wrong.