mirador_rails 0.3.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/app/controllers/mirador_rails/locales_controller.rb +10 -0
- data/config/routes.rb +7 -0
- data/lib/mirador_rails/exceptions.rb +6 -0
- data/lib/mirador_rails/locale.rb +24 -0
- data/lib/mirador_rails/version.rb +1 -1
- data/lib/mirador_rails.rb +9 -2
- data/mirador_rails.gemspec +3 -0
- data/tasks/mirador_rails.rake +44 -10
- data/vendor/assets/images/border_type_4.png +0 -0
- data/vendor/assets/images/border_type_5.png +0 -0
- data/vendor/assets/javascripts/mirador/mirador.js.erb +20105 -0
- data/vendor/assets/javascripts/mirador.js +4 -1
- data/vendor/assets/locales/de/translation.json +3 -0
- data/vendor/assets/locales/en/translation.json +11 -7
- data/vendor/assets/locales/ko/translation.json +18 -9
- data/vendor/assets/stylesheets/enhancements.scss +36 -0
- data/vendor/assets/stylesheets/mirador-combined.css +1488 -1642
- data/vendor/assets/stylesheets/mirador.css +1 -0
- metadata +52 -174
- data/vendor/assets/javascripts/mirador.min.js +0 -89
- data/vendor/assets/javascripts/mirador.min.js.map +0 -1
- data/vendor/assets/plugins/plugins/advlist/plugin.js +0 -97
- data/vendor/assets/plugins/plugins/advlist/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/anchor/plugin.js +0 -45
- data/vendor/assets/plugins/plugins/anchor/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/autolink/plugin.js +0 -194
- data/vendor/assets/plugins/plugins/autolink/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/autoresize/plugin.js +0 -152
- data/vendor/assets/plugins/plugins/autoresize/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/autosave/plugin.js +0 -165
- data/vendor/assets/plugins/plugins/autosave/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/bbcode/plugin.js +0 -123
- data/vendor/assets/plugins/plugins/bbcode/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/charmap/plugin.js +0 -370
- data/vendor/assets/plugins/plugins/charmap/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/code/plugin.js +0 -60
- data/vendor/assets/plugins/plugins/code/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/colorpicker/plugin.js +0 -112
- data/vendor/assets/plugins/plugins/colorpicker/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/compat3x/css/dialog.css +0 -118
- data/vendor/assets/plugins/plugins/compat3x/img/buttons.png +0 -0
- data/vendor/assets/plugins/plugins/compat3x/img/icons.gif +0 -0
- data/vendor/assets/plugins/plugins/compat3x/img/items.gif +0 -0
- data/vendor/assets/plugins/plugins/compat3x/img/menu_arrow.gif +0 -0
- data/vendor/assets/plugins/plugins/compat3x/img/menu_check.gif +0 -0
- data/vendor/assets/plugins/plugins/compat3x/img/progress.gif +0 -0
- data/vendor/assets/plugins/plugins/compat3x/img/tabs.gif +0 -0
- data/vendor/assets/plugins/plugins/compat3x/plugin.js +0 -297
- data/vendor/assets/plugins/plugins/compat3x/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/compat3x/tiny_mce_popup.js +0 -542
- data/vendor/assets/plugins/plugins/compat3x/utils/editable_selects.js +0 -70
- data/vendor/assets/plugins/plugins/compat3x/utils/form_utils.js +0 -210
- data/vendor/assets/plugins/plugins/compat3x/utils/mctabs.js +0 -164
- data/vendor/assets/plugins/plugins/compat3x/utils/validate.js +0 -252
- data/vendor/assets/plugins/plugins/contextmenu/plugin.js +0 -87
- data/vendor/assets/plugins/plugins/contextmenu/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/directionality/plugin.js +0 -64
- data/vendor/assets/plugins/plugins/directionality/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-cool.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-cry.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-embarassed.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-frown.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-innocent.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-kiss.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-laughing.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-sealed.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-smile.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-surprised.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-undecided.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-wink.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/img/smiley-yell.gif +0 -0
- data/vendor/assets/plugins/plugins/emoticons/plugin.js +0 -65
- data/vendor/assets/plugins/plugins/emoticons/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/example/dialog.html +0 -8
- data/vendor/assets/plugins/plugins/example/plugin.js +0 -68
- data/vendor/assets/plugins/plugins/example/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/example_dependency/plugin.js +0 -22
- data/vendor/assets/plugins/plugins/example_dependency/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/fullpage/plugin.js +0 -490
- data/vendor/assets/plugins/plugins/fullpage/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/fullscreen/plugin.js +0 -136
- data/vendor/assets/plugins/plugins/fullscreen/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/hr/plugin.js +0 -30
- data/vendor/assets/plugins/plugins/hr/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/image/plugin.js +0 -439
- data/vendor/assets/plugins/plugins/image/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/importcss/plugin.js +0 -195
- data/vendor/assets/plugins/plugins/importcss/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/insertdatetime/plugin.js +0 -121
- data/vendor/assets/plugins/plugins/insertdatetime/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/layer/plugin.js +0 -225
- data/vendor/assets/plugins/plugins/layer/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/legacyoutput/plugin.js +0 -211
- data/vendor/assets/plugins/plugins/legacyoutput/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/link/plugin.js +0 -400
- data/vendor/assets/plugins/plugins/link/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/lists/plugin.js +0 -791
- data/vendor/assets/plugins/plugins/lists/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/media/moxieplayer.swf +0 -0
- data/vendor/assets/plugins/plugins/media/plugin.js +0 -774
- data/vendor/assets/plugins/plugins/media/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/nonbreaking/plugin.js +0 -53
- data/vendor/assets/plugins/plugins/nonbreaking/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/noneditable/plugin.js +0 -540
- data/vendor/assets/plugins/plugins/noneditable/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/pagebreak/plugin.js +0 -88
- data/vendor/assets/plugins/plugins/pagebreak/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/paste/classes/Clipboard.js +0 -634
- data/vendor/assets/plugins/plugins/paste/classes/Plugin.js +0 -110
- data/vendor/assets/plugins/plugins/paste/classes/Quirks.js +0 -159
- data/vendor/assets/plugins/plugins/paste/classes/Utils.js +0 -130
- data/vendor/assets/plugins/plugins/paste/classes/WordFilter.js +0 -493
- data/vendor/assets/plugins/plugins/paste/plugin.dev.js +0 -120
- data/vendor/assets/plugins/plugins/paste/plugin.js +0 -1625
- data/vendor/assets/plugins/plugins/paste/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/preview/plugin.js +0 -88
- data/vendor/assets/plugins/plugins/preview/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/print/plugin.js +0 -32
- data/vendor/assets/plugins/plugins/print/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/save/plugin.js +0 -94
- data/vendor/assets/plugins/plugins/save/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/searchreplace/plugin.js +0 -594
- data/vendor/assets/plugins/plugins/searchreplace/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/spellchecker/classes/DomTextMatcher.js +0 -470
- data/vendor/assets/plugins/plugins/spellchecker/classes/Plugin.js +0 -436
- data/vendor/assets/plugins/plugins/spellchecker/plugin.dev.js +0 -117
- data/vendor/assets/plugins/plugins/spellchecker/plugin.js +0 -996
- data/vendor/assets/plugins/plugins/spellchecker/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/tabfocus/plugin.js +0 -120
- data/vendor/assets/plugins/plugins/tabfocus/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/table/classes/CellSelection.js +0 -176
- data/vendor/assets/plugins/plugins/table/classes/Dialogs.js +0 -749
- data/vendor/assets/plugins/plugins/table/classes/Plugin.js +0 -422
- data/vendor/assets/plugins/plugins/table/classes/Quirks.js +0 -372
- data/vendor/assets/plugins/plugins/table/classes/TableGrid.js +0 -864
- data/vendor/assets/plugins/plugins/table/plugin.dev.js +0 -118
- data/vendor/assets/plugins/plugins/table/plugin.js +0 -2680
- data/vendor/assets/plugins/plugins/table/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/template/plugin.js +0 -262
- data/vendor/assets/plugins/plugins/template/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/textcolor/plugin.js +0 -272
- data/vendor/assets/plugins/plugins/textcolor/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/textpattern/plugin.js +0 -268
- data/vendor/assets/plugins/plugins/textpattern/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/visualblocks/css/visualblocks.css +0 -135
- data/vendor/assets/plugins/plugins/visualblocks/img/address.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/article.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/aside.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/blockquote.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/div.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/dl.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/figure.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/h1.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/h2.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/h3.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/h4.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/h5.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/h6.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/hgroup.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/ol.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/p.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/pre.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/section.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/img/ul.gif +0 -0
- data/vendor/assets/plugins/plugins/visualblocks/plugin.js +0 -86
- data/vendor/assets/plugins/plugins/visualblocks/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/visualchars/plugin.js +0 -88
- data/vendor/assets/plugins/plugins/visualchars/plugin.min.js +0 -1
- data/vendor/assets/plugins/plugins/wordcount/plugin.js +0 -69
- data/vendor/assets/plugins/plugins/wordcount/plugin.min.js +0 -1
- data/vendor/assets/skins/skins/lightgray/content.inline.min.css +0 -1
- data/vendor/assets/skins/skins/lightgray/content.min.css +0 -1
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce-small.eot +0 -0
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce-small.svg +0 -62
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce-small.woff +0 -0
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce.eot +0 -0
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce.svg +0 -63
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/vendor/assets/skins/skins/lightgray/fonts/tinymce.woff +0 -0
- data/vendor/assets/skins/skins/lightgray/img/anchor.gif +0 -0
- data/vendor/assets/skins/skins/lightgray/img/loader.gif +0 -0
- data/vendor/assets/skins/skins/lightgray/img/object.gif +0 -0
- data/vendor/assets/skins/skins/lightgray/img/trans.gif +0 -0
- data/vendor/assets/skins/skins/lightgray/skin.ie7.min.css +0 -1
- data/vendor/assets/skins/skins/lightgray/skin.min.css +0 -1
- data/vendor/assets/themes/themes/modern/theme.js +0 -617
- data/vendor/assets/themes/themes/modern/theme.min.js +0 -1
@@ -1142,6 +1142,7 @@ table {
|
|
1142
1142
|
border-spacing: 0;
|
1143
1143
|
}
|
1144
1144
|
|
1145
|
+
|
1145
1146
|
/*! jQuery UI - v1.11.4 - 2016-04-08
|
1146
1147
|
* http://jqueryui.com
|
1147
1148
|
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
@@ -1660,1289 +1661,799 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
|
|
1660
1661
|
background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
|
1661
1662
|
}
|
1662
1663
|
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
*/
|
1671
|
-
.ui-dialog-titlebar {
|
1672
|
-
display:none;
|
1664
|
+
/**
|
1665
|
+
* This file is the entry point for Less processing
|
1666
|
+
*/
|
1667
|
+
.mirador-container .mirador-viewer,
|
1668
|
+
.mirador-container .mirador-main-menu-bar,
|
1669
|
+
.mirador-container .mirador-status-bar {
|
1670
|
+
font-family: 'Open Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
|
1673
1671
|
}
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1672
|
+
/*
|
1673
|
+
* jquery-ui-dialog theming/customisation (overrides to reset neutral defaults)
|
1674
|
+
*/
|
1675
|
+
.mirador-container .ui-dialog-titlebar {
|
1676
|
+
display: none;
|
1677
1677
|
}
|
1678
|
-
.
|
1679
|
-
|
1678
|
+
.mirador-container .ui-dialog {
|
1679
|
+
overflow: hidden;
|
1680
|
+
padding: 0;
|
1680
1681
|
}
|
1681
|
-
|
1682
|
-
/* Full screen
|
1683
|
-
---------------------------------------------------------------------------- */
|
1684
|
-
:-webkit-full-screen {
|
1685
|
-
height: 100%;
|
1686
|
-
left: 0;
|
1682
|
+
.mirador-container .slot.ui-dialog-content {
|
1687
1683
|
margin: 0;
|
1688
|
-
top: 0;
|
1689
|
-
width: 100%;
|
1690
1684
|
}
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
1695
|
-
margin: 0;
|
1696
|
-
top: 0;
|
1697
|
-
width: 100%;
|
1685
|
+
.mirador-container .qtip-bootstrap {
|
1686
|
+
border-radius: 2px;
|
1687
|
+
padding: 0;
|
1688
|
+
background-color: #fafafa;
|
1698
1689
|
}
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
left: 0;
|
1703
|
-
margin: 0;
|
1704
|
-
top: 0;
|
1705
|
-
width: 100%;
|
1690
|
+
.mirador-container .qtip-bootstrap .qtip-content {
|
1691
|
+
padding: 0;
|
1692
|
+
clear: both;
|
1706
1693
|
}
|
1707
|
-
|
1708
|
-
:
|
1709
|
-
height:
|
1710
|
-
|
1711
|
-
margin: 0;
|
1712
|
-
top: 0;
|
1713
|
-
width: 100%;
|
1694
|
+
.mirador-container .qtip-viewer .qtip-content {
|
1695
|
+
min-width: 275px;
|
1696
|
+
max-height: 200px;
|
1697
|
+
overflow: auto;
|
1714
1698
|
}
|
1715
|
-
|
1716
|
-
|
1717
|
-
/* Mirador styles
|
1718
|
-
----------------------------------------------------------------------------
|
1719
|
-
*/
|
1720
|
-
|
1721
|
-
.mirador-viewer, .mirador-main-menu-bar, .mirador-status-bar {
|
1722
|
-
font-family: 'Open Sans', 'Lucida Grande', Verdana, Arial,sans-serif;
|
1699
|
+
.mirador-container .qtip-content {
|
1700
|
+
text-align: inherit;
|
1723
1701
|
}
|
1724
|
-
|
1725
|
-
|
1726
|
-
position:absolute;
|
1727
|
-
top:33px;
|
1728
|
-
bottom:0;
|
1729
|
-
left:0;
|
1730
|
-
right:0;
|
1731
|
-
overflow:hidden;
|
1732
|
-
box-sizing: border-box;
|
1733
|
-
-moz-border-sizing: border-box;
|
1734
|
-
margin: 0;
|
1735
|
-
padding: 0;
|
1736
|
-
border: 0;
|
1702
|
+
.mirador-container .annotation-tooltip {
|
1703
|
+
padding: 10px;
|
1737
1704
|
}
|
1738
|
-
|
1739
|
-
|
1740
|
-
+---------------------------------------------------------------------------- */
|
1741
|
-
|
1742
|
-
@media screen and (max-width: 768px) {
|
1743
|
-
#load-controls form {
|
1744
|
-
float: none;
|
1745
|
-
}
|
1746
|
-
|
1747
|
-
#url-load-form {
|
1748
|
-
margin-bottom: 5px;
|
1749
|
-
}
|
1705
|
+
.mirador-container .annotation-editor {
|
1706
|
+
cursor: move;
|
1750
1707
|
}
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
border-bottom: 1px solid #555;
|
1759
|
-
color: #fff;
|
1760
|
-
height: 33px;
|
1761
|
-
width: 100%;
|
1762
|
-
/*padding: 4px;*/
|
1763
|
-
font-size: 14px;
|
1764
|
-
top: 0;
|
1708
|
+
.mirador-container .annotation-display {
|
1709
|
+
position: relative;
|
1710
|
+
border-left: 0;
|
1711
|
+
border-right: 0;
|
1712
|
+
padding: 12px;
|
1713
|
+
padding-bottom: 0;
|
1714
|
+
border-bottom: 1px solid gray;
|
1765
1715
|
}
|
1766
|
-
|
1767
|
-
|
1768
|
-
|
1769
|
-
|
1770
|
-
margin: 0;
|
1771
|
-
padding: 8px 12px 0 0;
|
1716
|
+
.mirador-container .annotation-display:last-child {
|
1717
|
+
border: none;
|
1718
|
+
}
|
1719
|
+
.mirador-container .annotation-tooltip .button-container {
|
1772
1720
|
text-align: right;
|
1773
1721
|
}
|
1774
|
-
|
1775
|
-
.mirador-
|
1776
|
-
|
1722
|
+
.mirador-container .annotation-tooltip .save,
|
1723
|
+
.mirador-container .annotation-tooltip .cancel {
|
1724
|
+
margin-left: 12px;
|
1725
|
+
/* padding: 5px 7px; */
|
1726
|
+
/* border-radius: 2px; */
|
1727
|
+
/* text-decoration: underline; */
|
1728
|
+
/* color: white; */
|
1729
|
+
/* background-color: black; */
|
1730
|
+
font-size: 12px;
|
1731
|
+
text-decoration: underline;
|
1777
1732
|
}
|
1778
|
-
.mirador-
|
1779
|
-
|
1780
|
-
padding
|
1781
|
-
|
1733
|
+
.mirador-container .annotation-tooltip .save:hover,
|
1734
|
+
.mirador-container .annotation-tooltip .cancel:hover {
|
1735
|
+
/* padding: 5px 7px; */
|
1736
|
+
/* border-radius: 2px; */
|
1737
|
+
/* text-decoration: underline; */
|
1738
|
+
font-weight: bold;
|
1739
|
+
/* color: white; */
|
1740
|
+
/* background-color: black; */
|
1782
1741
|
}
|
1783
|
-
|
1784
|
-
.mirador-
|
1785
|
-
|
1786
|
-
|
1787
|
-
|
1742
|
+
.mirador-container .text-editor,
|
1743
|
+
.mirador-container .tags-editor {
|
1744
|
+
padding: 5px;
|
1745
|
+
display: block;
|
1746
|
+
margin: 6px 0px 6px 0px;
|
1747
|
+
border: 0;
|
1748
|
+
background: #efefef;
|
1749
|
+
box-shadow: inset 0 0 7px gray;
|
1750
|
+
resize: vertical;
|
1751
|
+
border: 1px solid gray;
|
1788
1752
|
}
|
1789
|
-
|
1790
|
-
|
1791
|
-
color: #fff;
|
1792
|
-
font-weight: normal;
|
1793
|
-
text-decoration: none;
|
1794
|
-
opacity: 0.6;
|
1753
|
+
.mirador-container .annotation-display.annotation-tooltip .button-container {
|
1754
|
+
text-align: right;
|
1795
1755
|
}
|
1796
|
-
|
1797
|
-
.mirador-
|
1798
|
-
|
1756
|
+
.mirador-container .annotation-display .edit,
|
1757
|
+
.mirador-container .annotation-display .delete {
|
1758
|
+
font-size: 12px;
|
1759
|
+
margin-left: 5px;
|
1760
|
+
text-decoration: underline;
|
1799
1761
|
}
|
1800
|
-
|
1801
|
-
|
1802
|
-
opacity: 1;
|
1803
|
-
border-bottom: 2px solid deepskyblue;
|
1762
|
+
.mirador-container .annotation-display .text-viewer a {
|
1763
|
+
border-bottom: 1px dotted #005ebd;
|
1804
1764
|
}
|
1805
|
-
|
1806
|
-
|
1807
|
-
/*.mirador-main-menu a:focus {
|
1808
|
-
border-bottom: 2px solid deepskyblue;
|
1809
|
-
outline: none;
|
1810
|
-
}*/
|
1811
|
-
|
1812
|
-
.mirador-main-menu-bar .window-options-menu {
|
1813
|
-
position: relative;
|
1814
|
-
border-radius: 0;
|
1815
|
-
display: none;
|
1816
|
-
/*z-index: 10000;*/
|
1765
|
+
.mirador-container .annotation-display .text-viewer a:hover {
|
1766
|
+
border-bottom: 1px dotted #dddddd;
|
1817
1767
|
}
|
1818
|
-
|
1819
|
-
|
1820
|
-
.mirador-status-bar {
|
1821
|
-
background-color: #ccc;
|
1822
|
-
border-top: 1px solid #000;
|
1823
|
-
bottom: 0;
|
1824
|
-
color: #000;
|
1825
|
-
position: fixed;
|
1768
|
+
.mirador-container .text-viewer p {
|
1769
|
+
margin-top: 0;
|
1826
1770
|
}
|
1827
|
-
|
1828
|
-
|
1829
|
-
|
1830
|
-
|
1831
|
-
overflow: hidden;
|
1832
|
-
padding: 4px 10px;
|
1833
|
-
text-align: left;
|
1834
|
-
text-overflow: ellipsis;
|
1835
|
-
white-space: nowrap;
|
1836
|
-
width: 40%;
|
1771
|
+
.mirador-container .text-viewer p.user {
|
1772
|
+
color: gray;
|
1773
|
+
font-style: italic;
|
1774
|
+
font-size: 11px;
|
1837
1775
|
}
|
1838
|
-
|
1839
|
-
|
1840
|
-
float: right;
|
1841
|
-
text-align: right;
|
1776
|
+
.mirador-container .tags-viewer {
|
1777
|
+
margin-bottom: 12px;
|
1842
1778
|
}
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
margin:
|
1849
|
-
|
1779
|
+
.mirador-container .qtip-bootstrap .tags-viewer span.tag {
|
1780
|
+
background: lightGray;
|
1781
|
+
color: #222;
|
1782
|
+
border-radius: 6px;
|
1783
|
+
padding: 0 5px;
|
1784
|
+
margin-right: 5px;
|
1785
|
+
margin-bottom: 5px;
|
1786
|
+
text-align: center;
|
1787
|
+
font-size: 12;
|
1788
|
+
font-weight: bold;
|
1789
|
+
border: 1px solid #aaa;
|
1790
|
+
display: inline-block;
|
1850
1791
|
}
|
1851
|
-
|
1852
|
-
|
1792
|
+
.mirador-container .mce-edit-area iframe {
|
1793
|
+
height: 75px !important;
|
1794
|
+
}
|
1795
|
+
/**
|
1796
|
+
* Styles which apply globally or do not really belong to any other
|
1797
|
+
* particular .less file.
|
1798
|
+
*/
|
1799
|
+
.mirador-container a {
|
1800
|
+
color: inherit;
|
1801
|
+
/* blue colors for links too */
|
1802
|
+
text-decoration: inherit;
|
1803
|
+
/* no underline */
|
1804
|
+
}
|
1805
|
+
.mirador-container .mirador-loading {
|
1806
|
+
background-color: #fff;
|
1807
|
+
border: 1px solid #999;
|
1808
|
+
padding: 20px;
|
1809
|
+
}
|
1810
|
+
.mirador-container .mirador-btn {
|
1853
1811
|
cursor: pointer;
|
1854
|
-
|
1812
|
+
display: inline-block;
|
1813
|
+
height: 20px;
|
1814
|
+
width: 20px;
|
1815
|
+
margin-top: 9px;
|
1816
|
+
/*margin-left: 3px;*/
|
1855
1817
|
}
|
1856
|
-
|
1857
|
-
.
|
1858
|
-
text-overflow: ellipsis;
|
1859
|
-
max-width: 80%;
|
1860
|
-
overflow: hidden;
|
1861
|
-
white-space: nowrap;
|
1862
|
-
padding-left: 10px;
|
1863
|
-
margin: 8px 0px 8px 0px;
|
1864
|
-
font-weight: bold;
|
1865
|
-
font-size: 16px;
|
1818
|
+
.mirador-container .mirador-btn.disabled {
|
1819
|
+
opacity: 0.5;
|
1866
1820
|
}
|
1867
|
-
|
1868
|
-
.
|
1869
|
-
|
1870
|
-
width: 24%;
|
1871
|
-
text-align: right;
|
1872
|
-
padding-right: 10px;
|
1873
|
-
font-size: 16px;
|
1821
|
+
.mirador-container .disabled {
|
1822
|
+
opacity: 0.5;
|
1823
|
+
pointer-events: none;
|
1874
1824
|
}
|
1875
|
-
|
1876
|
-
|
1877
|
-
/* main menu select menu
|
1878
|
-
---------------------------------------------------------------------------- */
|
1879
|
-
#workspace-select-menu, #workspaceContainer {
|
1825
|
+
.mirador-container a.mirador-icon-annotations [class^="icon-"] {
|
1826
|
+
display: block;
|
1880
1827
|
position: absolute;
|
1881
|
-
height: 100%;
|
1882
|
-
width: 100%;
|
1883
|
-
background-color: rgba(255,255,255,0.94);
|
1884
|
-
display: none;
|
1885
|
-
overflow: hidden;
|
1886
|
-
z-index: 5;
|
1887
1828
|
}
|
1888
|
-
|
1829
|
+
.mirador-container a.mirador-icon-view-type [class^="icon-"] {
|
1830
|
+
display: block;
|
1889
1831
|
position: absolute;
|
1890
|
-
|
1832
|
+
}
|
1833
|
+
.mirador-container a.mirador-icon-empty-slot [class^="icon-"] {
|
1891
1834
|
display: block;
|
1892
|
-
|
1893
|
-
right: 0;
|
1894
|
-
bottom: 0;
|
1895
|
-
top: 0;
|
1896
|
-
display: none;
|
1897
|
-
overflow: hidden;
|
1898
|
-
z-index: 18000; /* Must be higher than Qtip elements. */
|
1899
|
-
background-color: #fff;
|
1900
|
-
box-shadow: 0 0 6px #333;
|
1835
|
+
position: absolute;
|
1901
1836
|
}
|
1902
|
-
|
1837
|
+
.mirador-container .mirador-viewer {
|
1903
1838
|
position: absolute;
|
1904
|
-
|
1905
|
-
|
1906
|
-
|
1907
|
-
display: none;
|
1908
|
-
overflow: hidden;
|
1909
|
-
z-index: 5;
|
1839
|
+
top: 33px;
|
1840
|
+
bottom: 0;
|
1841
|
+
left: 0;
|
1910
1842
|
right: 0;
|
1911
|
-
top: 0;
|
1912
|
-
padding: 10px;
|
1913
|
-
}
|
1914
|
-
#bookmark-panel span {
|
1915
|
-
width: 100%;
|
1916
|
-
padding-left: 2%;
|
1917
|
-
}
|
1918
|
-
#bookmark-panel input {
|
1919
|
-
width: 80%;
|
1920
|
-
margin-right: 3px;
|
1921
|
-
}
|
1922
|
-
#bookmark-panel h3 {
|
1923
|
-
text-align: center;
|
1924
|
-
}
|
1925
|
-
#manifest-select-menu .container {
|
1926
|
-
position: relative;
|
1927
|
-
width: 100%;
|
1928
|
-
height:100%;
|
1929
|
-
padding: 10px 4px 10px 10px;
|
1930
|
-
box-sizing: border-box;
|
1931
1843
|
overflow: hidden;
|
1932
|
-
|
1933
|
-
|
1934
|
-
.items-listing {
|
1844
|
+
box-sizing: border-box;
|
1845
|
+
-moz-border-sizing: border-box;
|
1935
1846
|
margin: 0;
|
1936
|
-
padding
|
1847
|
+
padding: 0;
|
1848
|
+
border: 0;
|
1849
|
+
}
|
1850
|
+
.mirador-container .mirador-viewer a.mirador-icon-annotations {
|
1851
|
+
background: none;
|
1852
|
+
color: #929191;
|
1937
1853
|
box-sizing: border-box;
|
1938
1854
|
}
|
1939
|
-
.
|
1940
|
-
|
1941
|
-
overflow: hidden;
|
1942
|
-
border-bottom: 1px solid #d3d3d3;
|
1943
|
-
padding-top: 10px;
|
1944
|
-
padding-bottom: 10px;
|
1945
|
-
position: relative;
|
1946
|
-
padding-left: 5px;
|
1947
|
-
transition: background-color 0.3s ease-out;
|
1855
|
+
.mirador-container .mirador-viewer a.mirador-icon-annotations:hover {
|
1856
|
+
color: #000;
|
1948
1857
|
}
|
1949
|
-
.
|
1950
|
-
|
1951
|
-
|
1858
|
+
.mirador-container .mirador-viewer ul.dropdown {
|
1859
|
+
display: none;
|
1860
|
+
width: 160px;
|
1861
|
+
z-index: 3;
|
1862
|
+
opacity: 0.98;
|
1863
|
+
background-color: #efefef;
|
1864
|
+
text-align: center;
|
1865
|
+
list-style: none;
|
1866
|
+
position: absolute;
|
1867
|
+
padding: 0;
|
1868
|
+
margin-top: 10px;
|
1869
|
+
height: auto;
|
1870
|
+
box-shadow: 0px 2px 4px #b1b1b1;
|
1871
|
+
border: 1px solid #b1b1b1;
|
1952
1872
|
}
|
1953
|
-
.
|
1954
|
-
|
1955
|
-
|
1873
|
+
.mirador-container .mirador-viewer .dropdown li {
|
1874
|
+
margin: 0;
|
1875
|
+
cursor: pointer;
|
1956
1876
|
box-sizing: border-box;
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1877
|
+
background-color: #dddddd;
|
1878
|
+
padding: 10px;
|
1879
|
+
width: 100%;
|
1880
|
+
text-align: left;
|
1960
1881
|
}
|
1961
|
-
.
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
1965
|
-
|
1966
|
-
margin-left: 5px;
|
1967
|
-
vertical-align:bottom;
|
1968
|
-
transition: all 0.1s ease-out;
|
1882
|
+
.mirador-container .mirador-viewer .dropdown li:hover {
|
1883
|
+
border-left: 3px solid deepskyblue;
|
1884
|
+
background-color: #dddddd;
|
1885
|
+
padding-left: 7px;
|
1886
|
+
font-weight: bold;
|
1969
1887
|
}
|
1970
|
-
.
|
1971
|
-
|
1972
|
-
|
1888
|
+
.mirador-container .mirador-viewer a.mirador-icon-view-type,
|
1889
|
+
.mirador-container .mirador-viewer a.mirador-icon-metadata-view,
|
1890
|
+
.mirador-container .mirador-viewer a.mirador-osd-fullscreen {
|
1891
|
+
background: none;
|
1892
|
+
color: #929191;
|
1893
|
+
box-sizing: border-box;
|
1894
|
+
margin-right: 5px;
|
1895
|
+
padding-bottom: 30px;
|
1973
1896
|
}
|
1974
|
-
.
|
1975
|
-
|
1897
|
+
.mirador-container .mirador-viewer a.mirador-icon-window-menu,
|
1898
|
+
.mirador-container .mirador-viewer a.mirador-icon-toc,
|
1899
|
+
.mirador-container .mirador-viewer a.mirador-close-window {
|
1900
|
+
float: left;
|
1901
|
+
background: none;
|
1902
|
+
color: #929191;
|
1903
|
+
box-sizing: border-box;
|
1904
|
+
margin-left: 5px;
|
1905
|
+
padding-bottom: 30px;
|
1976
1906
|
}
|
1977
|
-
.
|
1978
|
-
|
1907
|
+
.mirador-container a.mirador-icon-window-menu,
|
1908
|
+
.mirador-container a.mirador-icon-view-type {
|
1909
|
+
width: 30px;
|
1979
1910
|
}
|
1980
|
-
.
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1911
|
+
.mirador-container .mirador-viewer a.mirador-icon-view-type:hover,
|
1912
|
+
.mirador-container .mirador-viewer a.mirador-icon-metadata-view:hover,
|
1913
|
+
.mirador-container .mirador-viewer a.mirador-icon-empty-slot:hover,
|
1914
|
+
.mirador-container .mirador-viewer a.mirador-icon-window-menu:hover,
|
1915
|
+
.mirador-container .mirador-viewer a.mirador-icon-toc:hover,
|
1916
|
+
.mirador-container .mirador-viewer a.mirador-osd-fullscreen:hover {
|
1917
|
+
color: #000;
|
1986
1918
|
}
|
1987
|
-
.
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
position: relative;
|
1992
|
-
/*width:200px;
|
1993
|
-
text-overflow: ellipsis;
|
1994
|
-
white-space: nowrap;
|
1995
|
-
overflow:hidden;
|
1996
|
-
position: relative;*/
|
1919
|
+
.mirador-container .mirador-viewer a.mirador-icon-view-type.selected,
|
1920
|
+
.mirador-container .mirador-viewer a.mirador-icon-toc.selected,
|
1921
|
+
.mirador-container .mirador-viewer a.mirador-icon-metadata-view.selected {
|
1922
|
+
color: #000;
|
1997
1923
|
}
|
1998
|
-
.
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
overflow: hidden;
|
2003
|
-
opacity: 0.5;
|
1924
|
+
.mirador-container .mirador-viewer a.mirador-icon-copy {
|
1925
|
+
background: none;
|
1926
|
+
/*color: @gray-91;*/
|
1927
|
+
box-sizing: border-box;
|
2004
1928
|
}
|
2005
|
-
.
|
2006
|
-
|
2007
|
-
|
2008
|
-
top: 0;
|
1929
|
+
.mirador-container {
|
1930
|
+
/* Full screen
|
1931
|
+
-------------------------------------------------------------------------- */
|
2009
1932
|
}
|
2010
|
-
.
|
2011
|
-
|
2012
|
-
|
1933
|
+
.mirador-container:-webkit-full-screen,
|
1934
|
+
.mirador-container:-moz-full-screen .mirador-container:-ms-fullscreen,
|
1935
|
+
.mirador-container:fullscreen,
|
1936
|
+
.mirador-container :-webkit-full-screen,
|
1937
|
+
.mirador-container :-moz-full-screen :-ms-fullscreen,
|
1938
|
+
.mirador-container :fullscreen {
|
2013
1939
|
height: 100%;
|
2014
|
-
|
2015
|
-
background-image: url(data:image/png;base64,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);
|
2016
|
-
background-size: 80px 80px;
|
2017
|
-
background-repeat: no-repeat;
|
2018
|
-
}
|
2019
|
-
.items-listing h4, .items-listing h3 {
|
1940
|
+
left: 0;
|
2020
1941
|
margin: 0;
|
2021
|
-
|
2022
|
-
|
2023
|
-
}
|
2024
|
-
.items-listing h3 {
|
2025
|
-
color:rgba(0,0,0,0.8);
|
2026
|
-
margin-top:2px;
|
2027
|
-
font-size: 1em;
|
1942
|
+
top: 0;
|
1943
|
+
width: 100%;
|
2028
1944
|
}
|
2029
|
-
.
|
2030
|
-
|
2031
|
-
|
2032
|
-
position: relative;
|
2033
|
-
overflow: hidden;
|
1945
|
+
.mirador-container {
|
1946
|
+
/* invisible layout slot styling */
|
1947
|
+
/* Slot Scaffolding */
|
2034
1948
|
}
|
2035
|
-
.
|
2036
|
-
content: "";
|
2037
|
-
text-align: right;
|
1949
|
+
.mirador-container .workspace-container {
|
2038
1950
|
position: absolute;
|
2039
|
-
|
1951
|
+
left: 0;
|
2040
1952
|
right: 0;
|
2041
|
-
|
2042
|
-
height: 1.2em;
|
2043
|
-
/*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);*/
|
2044
|
-
}
|
2045
|
-
.item-info {
|
2046
|
-
position: absolute;
|
1953
|
+
top: 0;
|
2047
1954
|
bottom: 0;
|
2048
|
-
display: table;
|
2049
|
-
width: 100%;
|
2050
|
-
}
|
2051
|
-
.item-info-row {
|
2052
|
-
display: table-row;
|
2053
|
-
}
|
2054
|
-
.repo-label, .canvas-count {
|
2055
|
-
display: table-cell;
|
2056
|
-
white-space: nowrap;
|
2057
|
-
font-size: .85em;
|
2058
|
-
vertical-align: bottom;
|
2059
|
-
color: gray;
|
2060
|
-
}
|
2061
|
-
.canvas-count {
|
2062
|
-
text-align: right;
|
2063
|
-
}
|
2064
|
-
.repo-image, .select-metadata, .preview-images {
|
2065
|
-
float:left;
|
2066
|
-
margin-right:15px;
|
2067
|
-
height: 80px;
|
2068
|
-
}
|
2069
|
-
.preview-thumb {
|
2070
|
-
display: inline-flex;
|
2071
|
-
position: absolute;
|
2072
|
-
}
|
2073
|
-
.preview-images {
|
2074
|
-
margin-right:0;
|
2075
|
-
}
|
2076
|
-
|
2077
|
-
.preview-image {
|
2078
|
-
background-color: gray;
|
2079
|
-
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
|
2080
|
-
float:left;
|
2081
|
-
margin-right:15px;
|
2082
|
-
min-height: 25px;
|
2083
|
-
min-width: 25px;
|
2084
|
-
/*transition: all 0.1s ease-out; ?*/
|
2085
|
-
}
|
2086
|
-
|
2087
|
-
.preview-image:hover {
|
2088
|
-
box-shadow: 0px 0px 5px rgba(0, 191, 255, 1);
|
2089
|
-
transform: scale(1.1);
|
2090
|
-
transition: all 0.6 ease-out;
|
2091
|
-
}
|
2092
|
-
|
2093
|
-
.thumbnail-image {
|
2094
|
-
background-color: gray;
|
2095
|
-
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
|
2096
|
-
float:left;
|
2097
|
-
margin-right:15px;
|
2098
|
-
/*height: 80px;*/
|
2099
|
-
/* background-image: url(../images/loading.gif); */
|
2100
|
-
/* background-position: center; */
|
2101
|
-
/* background-repeat: no-repeat; */
|
2102
|
-
}
|
2103
|
-
|
2104
|
-
img.thumbnail-image.highlight {
|
2105
|
-
border: 2px solid deepskyblue;
|
2106
|
-
}
|
2107
|
-
|
2108
|
-
li.highlight {
|
2109
|
-
margin-bottom: 11px !important;
|
2110
|
-
padding-left: 8px !important;
|
2111
|
-
padding-right: 8px !important;
|
2112
|
-
}
|
2113
|
-
.remaining {
|
2114
|
-
line-height:80px;
|
2115
|
-
opacity: 0.5;
|
2116
|
-
text-align: center;
|
2117
|
-
box-sizing: border-box;
|
2118
|
-
vertical-align: middle;
|
2119
|
-
width: 20px;
|
2120
|
-
}
|
2121
|
-
#load-controls {
|
2122
|
-
margin-top: 20px;
|
2123
|
-
}
|
2124
|
-
#load-controls:after {
|
2125
|
-
content: "";
|
2126
|
-
display: table;
|
2127
|
-
clear: both;
|
2128
|
-
}
|
2129
|
-
#load-controls input {
|
2130
|
-
height:25px;
|
2131
|
-
border:1px solid #d3d3d3;
|
2132
|
-
color: gray;
|
2133
|
-
background:none;
|
2134
|
-
border-radius: 2px;
|
2135
|
-
transition: border-color 0.3s ease-out;
|
2136
|
-
}
|
2137
|
-
#manifest-select-menu .remove-object-option {
|
2138
|
-
cursor: pointer;
|
2139
|
-
display: inline-block;
|
2140
|
-
font-size: .9em;
|
2141
|
-
font-weight: bold;
|
2142
|
-
transition: color 0.2s ease-out;
|
2143
|
-
}
|
2144
|
-
#manifest-select-menu .remove-object-option:hover {
|
2145
|
-
color: rgb( 146, 145, 145 );
|
2146
|
-
}
|
2147
|
-
#manifest-search-form {
|
2148
|
-
float:left;
|
2149
|
-
}
|
2150
|
-
#manifest-search-form label {
|
2151
|
-
margin-right: 6px;
|
2152
|
-
}
|
2153
|
-
#url-load-form {
|
2154
|
-
float: right;
|
2155
|
-
}
|
2156
|
-
#url-load-form input[type="text"] {
|
2157
|
-
width: 250px;
|
2158
|
-
margin: 0 5px;
|
2159
|
-
}
|
2160
|
-
#load-controls input[type="submit"]{
|
2161
|
-
height: 29px;
|
2162
|
-
}
|
2163
|
-
#manifest-search i {
|
2164
|
-
position:absolute;
|
2165
|
-
left:0;
|
2166
|
-
color:black;
|
2167
|
-
}
|
2168
|
-
#manifest-search-form input:focus, #url-load-form input:focus,
|
2169
|
-
#manifest-search-form input:focus,
|
2170
|
-
#url-load-form input:focus,
|
2171
|
-
#url-load-form input[type="submit"]:hover{
|
2172
|
-
outline:none;
|
2173
|
-
border-color:deepskyblue;
|
2174
|
-
}
|
2175
|
-
#manifest-search i {
|
2176
|
-
width:25px;
|
2177
|
-
height:25px;
|
2178
|
-
color:red;
|
2179
|
-
border: 1px solid red;
|
2180
|
-
}
|
2181
|
-
|
2182
|
-
.select-results {
|
2183
|
-
height:100%;
|
2184
|
-
overflow-y: scroll;
|
2185
|
-
margin-top: 10px;
|
2186
|
-
border-top: 1px solid gray;
|
2187
|
-
}
|
2188
|
-
|
2189
|
-
/* main-menu workspaces-panel */
|
2190
|
-
#workspace-select-menu {
|
2191
|
-
background-color: #333;
|
2192
|
-
text-align:center;
|
2193
|
-
padding:20%;
|
2194
|
-
padding-top:0;
|
2195
|
-
box-sizing:border-box;
|
2196
|
-
}
|
2197
|
-
#workspace-select-menu h1 {
|
2198
|
-
color: lightgray;
|
2199
|
-
padding-bottom: 3%;
|
2200
|
-
font-weight: normal;
|
2201
|
-
}
|
2202
|
-
#workspace-select-menu h3, #workspace-select-menu h2 {
|
2203
|
-
color:lightGray;
|
2204
|
-
}
|
2205
|
-
.select-grid {
|
2206
|
-
width:60%;
|
2207
|
-
min-width:300px;
|
2208
|
-
position:relative;
|
2209
|
-
margin:auto;
|
2210
|
-
}
|
2211
|
-
.grid-row {
|
2212
|
-
content: "";
|
2213
|
-
display: table;
|
2214
|
-
clear: both;
|
2215
|
-
margin: 0 auto;
|
2216
|
-
}
|
2217
|
-
.grid-item {
|
2218
|
-
height: 50px;
|
2219
|
-
width: 50px;
|
2220
|
-
float: left;
|
2221
|
-
padding: 4px;
|
2222
|
-
display: block;
|
2223
|
-
}
|
2224
|
-
.grid-item .grid-icon {
|
2225
|
-
background:gray;
|
2226
|
-
height: 50px;
|
2227
|
-
width: 50px;
|
2228
|
-
border-radius: 7px;
|
2229
|
-
display: block;
|
2230
|
-
transition: all 0.2s ease-out;
|
2231
|
-
margin:auto;
|
2232
|
-
}
|
2233
|
-
.grid-item.hovered .grid-icon {
|
2234
|
-
background:deepSkyBlue;
|
2235
|
-
box-shadow: 0 0 10px black;
|
2236
|
-
transform: scale(1.1) translateY(-10px) translateX(-5px);
|
2237
|
-
transition: all 0.2s ease-out;
|
2238
|
-
}
|
2239
|
-
.grid-text {
|
2240
|
-
display:none;
|
2241
|
-
}
|
2242
|
-
|
2243
|
-
/* Workspace scaffolding */
|
2244
|
-
.workspace-container {
|
2245
|
-
position: absolute;
|
2246
|
-
left:0;
|
2247
|
-
right:0;
|
2248
|
-
top:0;
|
2249
|
-
bottom:0;
|
2250
1955
|
overflow: hidden;
|
2251
1956
|
box-sizing: border-box;
|
2252
1957
|
margin: 3px;
|
2253
1958
|
}
|
2254
|
-
|
2255
|
-
/* invisible layout slot styling */
|
2256
|
-
.layout-slot {
|
1959
|
+
.mirador-container .layout-slot {
|
2257
1960
|
position: absolute;
|
2258
1961
|
margin: 0;
|
2259
1962
|
padding: 0;
|
2260
1963
|
box-sizing: border-box;
|
2261
1964
|
}
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
2265
|
-
|
2266
|
-
width:100%;
|
2267
|
-
height:100%;
|
2268
|
-
box-shadow: inset 0 0 35px black;
|
1965
|
+
.mirador-container .slot {
|
1966
|
+
width: 100%;
|
1967
|
+
height: 100%;
|
1968
|
+
box-shadow: inset 0 0 35px #000;
|
2269
1969
|
overflow: hidden;
|
2270
|
-
box-sizing:border-box;
|
1970
|
+
box-sizing: border-box;
|
2271
1971
|
}
|
2272
|
-
.slot .remove-slot-option {
|
1972
|
+
.mirador-container .slot .remove-slot-option {
|
2273
1973
|
position: absolute;
|
2274
|
-
margin:10px;
|
2275
|
-
color:gray;
|
1974
|
+
margin: 10px;
|
1975
|
+
color: gray;
|
2276
1976
|
cursor: pointer;
|
2277
1977
|
}
|
2278
|
-
.slot .remove-slot-option:hover {
|
2279
|
-
float:left;
|
2280
|
-
margin:10px;
|
2281
|
-
color:lightGray;
|
1978
|
+
.mirador-container .slot .remove-slot-option:hover {
|
1979
|
+
float: left;
|
1980
|
+
margin: 10px;
|
1981
|
+
color: lightGray;
|
2282
1982
|
}
|
2283
|
-
.slot h1 {
|
1983
|
+
.mirador-container .slot h1 {
|
2284
1984
|
color: gray;
|
2285
1985
|
text-align: center;
|
2286
1986
|
font-weight: normal;
|
2287
1987
|
}
|
2288
|
-
.slot:hover h1 {
|
2289
|
-
color:
|
1988
|
+
.mirador-container .slot:hover h1 {
|
1989
|
+
color: lightGray;
|
2290
1990
|
}
|
2291
|
-
.plus {
|
1991
|
+
.mirador-container .plus {
|
2292
1992
|
font-size: 170px;
|
2293
1993
|
font-weight: bold;
|
2294
1994
|
margin-bottom: 20px;
|
2295
1995
|
}
|
2296
|
-
.slotIconContainer {
|
2297
|
-
position:absolute;
|
2298
|
-
top:50%;
|
2299
|
-
margin-top
|
2300
|
-
width:100%;
|
2301
|
-
overflow:hidden;
|
1996
|
+
.mirador-container .slotIconContainer {
|
1997
|
+
position: absolute;
|
1998
|
+
top: 50%;
|
1999
|
+
margin-top: -260px;
|
2000
|
+
width: 100%;
|
2001
|
+
overflow: hidden;
|
2302
2002
|
pointer-events: none;
|
2303
2003
|
}
|
2304
|
-
.slot:hover,
|
2305
|
-
|
2004
|
+
.mirador-container .slot:hover,
|
2005
|
+
.mirador-container .slot.focused,
|
2006
|
+
.mirador-container .slot.draggedOver {
|
2007
|
+
box-shadow: inset 0 0 35px #5edbff;
|
2306
2008
|
}
|
2307
|
-
.slot.draggedOver .dropMeMessage,
|
2308
|
-
|
2009
|
+
.mirador-container .slot.draggedOver .dropMeMessage,
|
2010
|
+
.mirador-container .slot.draggedOver .dropIcon {
|
2011
|
+
display: block;
|
2309
2012
|
}
|
2310
|
-
.dropMeMessage,
|
2311
|
-
|
2013
|
+
.mirador-container .dropMeMessage,
|
2014
|
+
.mirador-container .dropIcon {
|
2015
|
+
display: none;
|
2312
2016
|
}
|
2313
|
-
.slot.draggedOver .addItemText,
|
2314
|
-
|
2017
|
+
.mirador-container .slot.draggedOver .addItemText,
|
2018
|
+
.mirador-container .slot.draggedOver .plus span {
|
2019
|
+
display: none;
|
2315
2020
|
}
|
2316
|
-
.addItemLink {
|
2317
|
-
display:block;
|
2318
|
-
position:absolute;
|
2319
|
-
top:0;
|
2320
|
-
bottom:0;
|
2321
|
-
right:0;
|
2322
|
-
left:0;
|
2021
|
+
.mirador-container .addItemLink {
|
2022
|
+
display: block;
|
2023
|
+
position: absolute;
|
2024
|
+
top: 0;
|
2025
|
+
bottom: 0;
|
2026
|
+
right: 0;
|
2027
|
+
left: 0;
|
2323
2028
|
cursor: pointer;
|
2324
2029
|
}
|
2325
|
-
.dropMask {
|
2326
|
-
position:absolute;
|
2327
|
-
top:0;
|
2328
|
-
bottom:0;
|
2329
|
-
right:0;
|
2330
|
-
left:0;
|
2331
|
-
display:none;
|
2030
|
+
.mirador-container .dropMask {
|
2031
|
+
position: absolute;
|
2032
|
+
top: 0;
|
2033
|
+
bottom: 0;
|
2034
|
+
right: 0;
|
2035
|
+
left: 0;
|
2036
|
+
display: none;
|
2332
2037
|
}
|
2333
|
-
|
2334
|
-
|
2335
|
-
|
2336
|
-
|
2337
|
-
|
2338
|
-
|
2339
|
-
|
2340
|
-
|
2038
|
+
.mirador-container .mirador-main-menu-bar {
|
2039
|
+
background-color: #000;
|
2040
|
+
border-bottom: 1px solid #555;
|
2041
|
+
color: #fff;
|
2042
|
+
height: 33px;
|
2043
|
+
width: 100%;
|
2044
|
+
/*padding: 4px;*/
|
2045
|
+
font-size: 14px;
|
2046
|
+
top: 0;
|
2341
2047
|
}
|
2342
|
-
.
|
2343
|
-
|
2344
|
-
|
2048
|
+
.mirador-container .mirador-main-menu-bar .window-options-menu {
|
2049
|
+
position: relative;
|
2050
|
+
border-radius: 0;
|
2051
|
+
display: none;
|
2052
|
+
/*z-index: 10000;*/
|
2345
2053
|
}
|
2346
|
-
.
|
2347
|
-
|
2054
|
+
.mirador-container .mirador-main-menu {
|
2055
|
+
float: right;
|
2056
|
+
list-style: none;
|
2057
|
+
margin: 0;
|
2058
|
+
padding: 8px 12px 0 0;
|
2059
|
+
text-align: right;
|
2060
|
+
/* a:focus {
|
2061
|
+
border-bottom: 2px solid deepskyblue;
|
2062
|
+
outline: none;
|
2063
|
+
}*/
|
2348
2064
|
}
|
2349
|
-
.
|
2350
|
-
|
2351
|
-
|
2352
|
-
|
2353
|
-
right:0;
|
2354
|
-
top:0;
|
2355
|
-
margin-top:34px;
|
2356
|
-
box-sizing: border-box;
|
2065
|
+
.mirador-container .mirador-main-menu li {
|
2066
|
+
cursor: pointer;
|
2067
|
+
float: left;
|
2068
|
+
padding: 0 15px;
|
2357
2069
|
}
|
2358
|
-
|
2359
|
-
|
2360
|
-
.sidePanel {
|
2361
|
-
position:absolute;
|
2362
|
-
width:280px;
|
2363
|
-
left: 0;
|
2364
|
-
bottom: 0;
|
2365
|
-
top:0;
|
2366
|
-
background-color: #efefef;
|
2367
|
-
border-right: 1px solid lightgray;
|
2368
|
-
box-sizing: border-box;
|
2369
|
-
overflow: hidden;
|
2370
|
-
transition: all 0.3s ease;
|
2371
|
-
padding: 10px;
|
2372
|
-
opacity:1;
|
2373
|
-
transition: all 0.2s ease-out;
|
2374
|
-
transform: translateX(0);
|
2375
|
-
}
|
2376
|
-
|
2377
|
-
.sidePanel.minimized {
|
2378
|
-
transition: all 0.2s ease-out;
|
2379
|
-
transform: translateX(-280px);
|
2380
|
-
opacity:0;
|
2381
|
-
border:none;
|
2382
|
-
}
|
2383
|
-
|
2384
|
-
.tabContentArea {
|
2385
|
-
position: relative;
|
2386
|
-
width:280px;
|
2387
|
-
height:100%;
|
2388
|
-
float: left;
|
2389
|
-
background-color: #efefef;
|
2390
|
-
border-right: 1px solid lightgray;
|
2391
|
-
box-sizing: border-box;
|
2392
|
-
overflow: hidden;
|
2393
|
-
transition: all 0.3s ease;
|
2394
|
-
}
|
2395
|
-
|
2396
|
-
.sidePanel .tabGroup {
|
2397
|
-
list-style-type:none;
|
2398
|
-
margin:0;
|
2399
|
-
padding:0;
|
2400
|
-
}
|
2401
|
-
|
2402
|
-
.sidePanel .tab {
|
2403
|
-
padding: 4px 6px;
|
2404
|
-
border-left:0;
|
2405
|
-
border-bottom: 2px solid black;
|
2406
|
-
display: inline-block;
|
2407
|
-
cursor: pointer;
|
2408
|
-
border-radius: 3px 3px 0 0;
|
2409
|
-
}
|
2410
|
-
|
2411
|
-
.sidePanel .tab:not(.selected):hover {
|
2412
|
-
border: 2px solid rgba(0,0,0,0.3);
|
2413
|
-
border-bottom: 2px solid black;
|
2414
|
-
padding:4px 4px;
|
2415
|
-
}
|
2416
|
-
|
2417
|
-
.sidePanel .tab.selected {
|
2418
|
-
border: 2px solid black;
|
2419
|
-
border-bottom:0;
|
2420
|
-
border-radius: 3px 3px 0 0;
|
2421
|
-
margin: 0 -2px;
|
2422
|
-
}
|
2423
|
-
.annotationsPanel ul {
|
2424
|
-
padding:0;
|
2425
|
-
margin:0;
|
2426
|
-
}
|
2427
|
-
.sidePanel .annotationListItem {
|
2428
|
-
list-style-type: none;
|
2429
|
-
border-left:0;
|
2430
|
-
border-right:0;
|
2431
|
-
padding:10px 10px 0 10px;
|
2432
|
-
}
|
2433
|
-
.sidePanel .annotationListItem:after {
|
2434
|
-
content: "";
|
2435
|
-
height: 1px;
|
2436
|
-
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
|
2437
|
-
|
2438
|
-
display: block;
|
2439
|
-
margin-top: 10px;
|
2440
|
-
}
|
2441
|
-
.sidePanel .annotationListItem.focused {
|
2442
|
-
background-color: #ddd;
|
2443
|
-
border-left: 3px solid lightBlue;
|
2444
|
-
}
|
2445
|
-
|
2446
|
-
.sidePanel .annotationListItem:hover {
|
2447
|
-
background-color: #ddd;
|
2448
|
-
border-left: 3px solid lightBlue;
|
2449
|
-
}
|
2450
|
-
|
2451
|
-
.sidePanel .annotationListItem.selected {
|
2452
|
-
background-color: #ccc;
|
2453
|
-
border-left: 3px solid deepskyblue;
|
2454
|
-
}
|
2455
|
-
|
2456
|
-
.sidePanel a:hover {
|
2457
|
-
text-decoration: none;
|
2458
|
-
}
|
2459
|
-
.sidePanel h1, .sidePanel h2, .sidePanel h3, .sidePanel h4 {
|
2460
|
-
margin:0;
|
2461
|
-
padding:0;
|
2070
|
+
.mirador-container .mirador-main-menu a {
|
2071
|
+
color: #fff;
|
2462
2072
|
font-weight: normal;
|
2073
|
+
text-decoration: none;
|
2074
|
+
opacity: 0.6;
|
2463
2075
|
}
|
2464
|
-
.
|
2465
|
-
|
2466
|
-
/*
|
2467
|
-
.sidePanel h2 {
|
2468
|
-
font-size: 1.5em;
|
2469
|
-
}
|
2470
|
-
.sidePanel h3 {
|
2471
|
-
font-size: 1.25em;
|
2472
|
-
}
|
2473
|
-
.sidePanel h4 {
|
2474
|
-
font-size: 1.0em;
|
2475
|
-
}
|
2476
|
-
.sidePanel h5 {
|
2477
|
-
font-size: .75em;
|
2478
|
-
}
|
2479
|
-
*/
|
2480
|
-
.toc {
|
2481
|
-
margin:0;
|
2482
|
-
overflow-y: scroll;
|
2483
|
-
width: 280px;
|
2484
|
-
padding:0;
|
2485
|
-
position:absolute;
|
2486
|
-
box-sizing: border-box;
|
2487
|
-
left:0;
|
2488
|
-
top:0px;
|
2489
|
-
bottom:0;
|
2490
|
-
list-style-type:none;
|
2491
|
-
font-size: 75%;
|
2492
|
-
}
|
2493
|
-
.toc a.toc-link {
|
2494
|
-
color: black;
|
2495
|
-
padding: 8px;
|
2496
|
-
padding-left: 8px;
|
2497
|
-
display: block;
|
2076
|
+
.mirador-container .mirador-main-menu a:hover {
|
2077
|
+
opacity: 1;
|
2498
2078
|
}
|
2499
|
-
.
|
2500
|
-
|
2501
|
-
|
2502
|
-
display:block;
|
2503
|
-
overflow:hidden;
|
2079
|
+
.mirador-container .mirador-main-menu a:active {
|
2080
|
+
opacity: 1;
|
2081
|
+
border-bottom: 2px solid deepskyblue;
|
2504
2082
|
}
|
2505
|
-
.
|
2506
|
-
|
2507
|
-
padding:0;
|
2508
|
-
box-sizing: border-box;
|
2509
|
-
list-style-type:none;
|
2510
|
-
width:100%;
|
2083
|
+
.mirador-container .mirador-main-menu.user-buttons {
|
2084
|
+
padding-right: 0;
|
2511
2085
|
}
|
2512
|
-
.
|
2513
|
-
|
2514
|
-
|
2515
|
-
|
2516
|
-
position:relative;
|
2517
|
-
margin-left:8px;
|
2518
|
-
margin-bottom: 5px;
|
2086
|
+
.mirador-container .mirador-main-menu.user-logo {
|
2087
|
+
padding-right: 0;
|
2088
|
+
padding-left: 0;
|
2089
|
+
float: left;
|
2519
2090
|
}
|
2520
|
-
.
|
2091
|
+
.mirador-container .mirador-window-options-menu {
|
2092
|
+
list-style: none;
|
2093
|
+
margin: 0;
|
2094
|
+
padding: 10px 5px;
|
2521
2095
|
}
|
2522
|
-
.
|
2096
|
+
.mirador-container .mirador-window-options-menu li {
|
2523
2097
|
cursor: pointer;
|
2524
|
-
|
2525
|
-
border-left: 4px solid deepSkyblue;
|
2526
|
-
transition: all 0.2s ease-out;
|
2527
|
-
}
|
2528
|
-
.toc-link i {
|
2529
|
-
color: rgba(0,0,0,0.4);
|
2530
|
-
margin-right:0.4em;
|
2531
|
-
transition: all 0.2s linear;
|
2532
|
-
}
|
2533
|
-
.toc-caret {
|
2534
|
-
padding: 0.4em;
|
2535
|
-
margin: -0.4em;
|
2536
|
-
}
|
2537
|
-
.toc-link i:hover {
|
2538
|
-
color: black;
|
2539
|
-
}
|
2540
|
-
.toc li.has-child i.star {
|
2541
|
-
display: none;
|
2542
|
-
}
|
2543
|
-
.toc li.leaf-item i.toc-caret {
|
2544
|
-
display: none
|
2545
|
-
}
|
2546
|
-
.toc li.leaf-item i.star {
|
2547
|
-
display: inline-block;
|
2098
|
+
padding: 3px 5px;
|
2548
2099
|
}
|
2549
|
-
.
|
2100
|
+
.mirador-container .window-manifest-title {
|
2101
|
+
text-overflow: ellipsis;
|
2102
|
+
max-width: 80%;
|
2103
|
+
overflow: hidden;
|
2104
|
+
white-space: nowrap;
|
2105
|
+
padding-left: 10px;
|
2106
|
+
margin: 8px 0px 8px 0px;
|
2550
2107
|
font-weight: bold;
|
2108
|
+
font-size: 16px;
|
2551
2109
|
}
|
2552
|
-
.
|
2553
|
-
|
2110
|
+
.mirador-container .window-manifest-navigation {
|
2111
|
+
float: right;
|
2112
|
+
width: 24%;
|
2113
|
+
text-align: right;
|
2114
|
+
padding-right: 10px;
|
2115
|
+
font-size: 16px;
|
2554
2116
|
}
|
2555
|
-
.
|
2556
|
-
|
2557
|
-
|
2558
|
-
|
2559
|
-
|
2560
|
-
|
2561
|
-
-o-transform: rotate(90deg);
|
2562
|
-
/* Internet Explorer */
|
2563
|
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
2117
|
+
.mirador-container .mirador-status-bar {
|
2118
|
+
background-color: #ccc;
|
2119
|
+
border-top: 1px solid #000;
|
2120
|
+
bottom: 0;
|
2121
|
+
color: #000;
|
2122
|
+
position: fixed;
|
2564
2123
|
}
|
2565
|
-
.
|
2566
|
-
|
2124
|
+
.mirador-container .mirador-status-bar-msg-left,
|
2125
|
+
.mirador-container .mirador-status-bar-msg-right {
|
2126
|
+
color: #666;
|
2127
|
+
float: left;
|
2128
|
+
overflow: hidden;
|
2129
|
+
padding: 4px 10px;
|
2130
|
+
text-align: left;
|
2131
|
+
text-overflow: ellipsis;
|
2132
|
+
white-space: nowrap;
|
2133
|
+
width: 40%;
|
2567
2134
|
}
|
2568
|
-
.
|
2569
|
-
|
2135
|
+
.mirador-container .mirador-status-bar-msg-right {
|
2136
|
+
float: right;
|
2137
|
+
text-align: right;
|
2570
2138
|
}
|
2571
|
-
.
|
2572
|
-
|
2139
|
+
.mirador-container .window {
|
2140
|
+
position: relative;
|
2141
|
+
width: 100%;
|
2142
|
+
height: 100%;
|
2143
|
+
overflow: hidden;
|
2144
|
+
background-color: #333;
|
2573
2145
|
}
|
2574
|
-
.
|
2575
|
-
|
2146
|
+
.mirador-container .manifest-info {
|
2147
|
+
overflow: auto;
|
2148
|
+
background: #fafafa;
|
2576
2149
|
}
|
2577
|
-
.
|
2578
|
-
font-
|
2150
|
+
.mirador-container .manifest-info .mirador-btn {
|
2151
|
+
font-size: .8em;
|
2579
2152
|
}
|
2580
|
-
|
2581
|
-
|
2582
|
-
|
2583
|
-
|
2153
|
+
.mirador-container .content-container {
|
2154
|
+
position: absolute;
|
2155
|
+
bottom: 0;
|
2156
|
+
left: 0;
|
2157
|
+
right: 0;
|
2158
|
+
top: 0;
|
2159
|
+
margin-top: 34px;
|
2160
|
+
box-sizing: border-box;
|
2584
2161
|
}
|
2585
|
-
|
2586
|
-
.view-container {
|
2162
|
+
.mirador-container .view-container {
|
2587
2163
|
margin-left: 280px;
|
2588
2164
|
height: 100%;
|
2589
|
-
position:relative;
|
2590
|
-
transition:all 0s ease;
|
2591
|
-
}
|
2592
|
-
|
2593
|
-
.view-container.tranisition {
|
2165
|
+
position: relative;
|
2166
|
+
transition: all 0s ease;
|
2594
2167
|
}
|
2595
|
-
|
2596
|
-
.view-container.focus-max-width {
|
2168
|
+
.mirador-container .view-container.focus-max-width {
|
2597
2169
|
margin-left: 0px;
|
2598
2170
|
}
|
2599
|
-
|
2600
|
-
.view-container.focus-side-panel-minimized {
|
2171
|
+
.mirador-container .view-container.focus-side-panel-minimized {
|
2601
2172
|
margin-left: 0px;
|
2602
2173
|
}
|
2603
|
-
|
2604
|
-
.overlay {
|
2174
|
+
.mirador-container .overlay {
|
2605
2175
|
display: none;
|
2606
2176
|
position: absolute;
|
2607
2177
|
right: 0;
|
2608
2178
|
top: 0;
|
2609
2179
|
box-sizing: border-box;
|
2610
|
-
background-color: rgba(255,255,255,0.9);
|
2180
|
+
background-color: rgba(255, 255, 255, 0.9);
|
2611
2181
|
z-index: 4;
|
2612
2182
|
width: 45%;
|
2613
2183
|
overflow-y: scroll;
|
2614
2184
|
height: 80%;
|
2615
2185
|
word-wrap: break-word;
|
2616
2186
|
}
|
2617
|
-
.
|
2618
|
-
|
2619
|
-
|
2620
|
-
|
2621
|
-
left:0;
|
2622
|
-
right:0;
|
2623
|
-
height: 130px;
|
2624
|
-
z-index: 4;
|
2625
|
-
overflow:hidden;
|
2626
|
-
display: none;
|
2627
|
-
transition:transform 0.3s ease;
|
2628
|
-
}
|
2629
|
-
.bottomPanel.minimized {
|
2630
|
-
transform:translateY(130px);
|
2631
|
-
}
|
2632
|
-
|
2633
|
-
/* window views
|
2634
|
-
---------------------------------------------------------------------------- */
|
2635
|
-
|
2636
|
-
.thumbnail-view, .image-view, .book-view, .scroll-view {
|
2187
|
+
.mirador-container .thumbnail-view,
|
2188
|
+
.mirador-container .image-view,
|
2189
|
+
.mirador-container .book-view,
|
2190
|
+
.mirador-container .scroll-view {
|
2637
2191
|
height: 100%;
|
2638
2192
|
width: 100%;
|
2639
2193
|
background-color: black;
|
2640
2194
|
display: none;
|
2641
2195
|
overflow-y: scroll;
|
2642
2196
|
}
|
2643
|
-
.
|
2197
|
+
.mirador-container .image-view,
|
2198
|
+
.mirador-container .book-view {
|
2644
2199
|
overflow: hidden;
|
2645
2200
|
}
|
2646
|
-
.scroll-view {
|
2201
|
+
.mirador-container .scroll-view {
|
2647
2202
|
overflow-y: hidden;
|
2648
2203
|
overflow-x: scroll;
|
2649
2204
|
}
|
2650
|
-
|
2651
|
-
.focus-max-height {
|
2205
|
+
.mirador-container .focus-max-height {
|
2652
2206
|
height: 100%;
|
2653
2207
|
}
|
2654
|
-
|
2655
|
-
.focus-bottom-panel-minimized {
|
2208
|
+
.mirador-container .focus-bottom-panel-minimized {
|
2656
2209
|
height: 95%;
|
2657
2210
|
}
|
2658
|
-
|
2659
|
-
|
2660
|
-
---------------------------------------------------------------------------- */
|
2661
|
-
|
2662
|
-
.panel-thumbnail-view {
|
2663
|
-
position: absolute;
|
2664
|
-
height: 100%;
|
2665
|
-
width: 100%;
|
2666
|
-
overflow-x: scroll;
|
2667
|
-
overflow-y: hidden;
|
2211
|
+
.mirador-container .image-list {
|
2212
|
+
right: 0;
|
2668
2213
|
}
|
2669
|
-
|
2670
|
-
|
2671
|
-
clear: both;
|
2672
|
-
list-style: none;
|
2673
|
-
padding: 0;
|
2674
|
-
white-space: nowrap;
|
2675
|
-
margin-top: 10px;
|
2676
|
-
margin-bottom: 4px;
|
2214
|
+
.mirador-container .slot-controls {
|
2215
|
+
left: 0;
|
2677
2216
|
}
|
2678
|
-
|
2679
|
-
|
2680
|
-
|
2681
|
-
|
2682
|
-
/*margin: 0 0 15px 0;*/
|
2683
|
-
padding: 0px 10px 0px 10px;
|
2684
|
-
/*transition: all 0.03s ease-out;*/
|
2685
|
-
display: inline-block;
|
2217
|
+
.mirador-container .menu-divider {
|
2218
|
+
color: #b1b1b1;
|
2219
|
+
margin: 0px;
|
2220
|
+
height: 0px;
|
2686
2221
|
}
|
2222
|
+
.mirador-container {
|
2223
|
+
/* Disable outlines when canvas is focused
|
2224
|
+
---------------------------------------------------------------------------- */
|
2225
|
+
/* Canvas HUD
|
2226
|
+
----------------------- */
|
2227
|
+
/*.mirador-canvas-hud {
|
2228
|
+
position:absolute;
|
2229
|
+
left: 0;
|
2230
|
+
top:0;
|
2231
|
+
bottom:0;
|
2232
|
+
right:0;
|
2233
|
+
background: rgba(255, 0, 128, 0.5);
|
2234
|
+
pointer-events: none;
|
2235
|
+
}*/
|
2236
|
+
/* color picker custom style
|
2237
|
+
---------------------------------------------------------------------------- */
|
2238
|
+
/*.mirador-line-type ul {
|
2239
|
+
color: @black-33;
|
2240
|
+
margin-top: 0px;
|
2241
|
+
}
|
2687
2242
|
|
2688
|
-
.
|
2689
|
-
|
2690
|
-
|
2691
|
-
|
2692
|
-
margin: 0 auto;
|
2693
|
-
display: block;
|
2694
|
-
box-sizing:border-box;
|
2695
|
-
}
|
2696
|
-
.panel-thumbnail-view ul.panel-listing-thumbs li img:hover {
|
2697
|
-
border:2px solid rgba(0,191,255,0.7);
|
2698
|
-
transform: scale(1.1);
|
2699
|
-
cursor: pointer;
|
2243
|
+
.mirador-line-type li {
|
2244
|
+
text-shadow: none;
|
2245
|
+
font-size: 10px;
|
2246
|
+
}*/
|
2700
2247
|
}
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
|
2705
|
-
font-size: 12px;
|
2706
|
-
margin: 0 auto;
|
2707
|
-
max-width: 75px;
|
2708
|
-
text-align: left;
|
2709
|
-
white-space:nowrap;
|
2710
|
-
overflow:hidden;
|
2711
|
-
text-overflow:ellipsis;
|
2712
|
-
text-align: center;
|
2248
|
+
.mirador-container canvas {
|
2249
|
+
outline: none;
|
2250
|
+
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
2251
|
+
/* mobile webkit */
|
2713
2252
|
}
|
2714
|
-
|
2715
|
-
/* openseadragon
|
2716
|
-
---------------------------------------------------------------------------- */
|
2717
|
-
|
2718
|
-
.mirador-osd {
|
2253
|
+
.mirador-container .mirador-osd {
|
2719
2254
|
background-color: #000;
|
2720
2255
|
width: 100%;
|
2721
2256
|
height: 100%;
|
2722
2257
|
}
|
2723
|
-
|
2724
|
-
|
2725
|
-
|
2726
|
-
/*.mirador-canvas-hud {
|
2727
|
-
position:absolute;
|
2728
|
-
left: 0;
|
2729
|
-
top:0;
|
2730
|
-
bottom:0;
|
2731
|
-
right:0;
|
2732
|
-
background: rgba(255, 0, 128, 0.5);
|
2733
|
-
pointer-events: none;
|
2734
|
-
}*/
|
2735
|
-
.hud-control {
|
2736
|
-
color:white;
|
2737
|
-
text-shadow: 0 0 5px black;
|
2258
|
+
.mirador-container .hud-control {
|
2259
|
+
color: white;
|
2260
|
+
text-shadow: 0 0 5px #000;
|
2738
2261
|
/*transition: all 0.3s ease;*/
|
2739
2262
|
opacity: 0.6;
|
2740
2263
|
font-size: 18px;
|
2741
|
-
z-index:2;
|
2264
|
+
z-index: 2;
|
2742
2265
|
}
|
2743
|
-
.hud-container {
|
2744
|
-
color:white;
|
2745
|
-
text-shadow: 0 0 5px
|
2266
|
+
.mirador-container .hud-container {
|
2267
|
+
color: white;
|
2268
|
+
text-shadow: 0 0 5px #000;
|
2746
2269
|
transition: all 0.3s ease;
|
2747
2270
|
font-size: 18px;
|
2748
|
-
z-index:2;
|
2271
|
+
z-index: 2;
|
2749
2272
|
}
|
2750
|
-
.hud-control.hud-disabled {
|
2273
|
+
.mirador-container .hud-control.hud-disabled {
|
2751
2274
|
opacity: 0.3;
|
2752
2275
|
}
|
2753
|
-
.hud-control:not(.hud-disabled):hover {
|
2276
|
+
.mirador-container .hud-control:not(.hud-disabled):hover {
|
2754
2277
|
/*transition: all 0.3s ease;*/
|
2755
2278
|
cursor: pointer;
|
2756
2279
|
opacity: 1;
|
2757
2280
|
}
|
2758
|
-
.hud-control.selected {
|
2281
|
+
.mirador-container .hud-control.selected {
|
2759
2282
|
opacity: 1;
|
2760
2283
|
/*transition: none;*/
|
2761
2284
|
}
|
2762
|
-
.hud-control.hidden {
|
2285
|
+
.mirador-container .hud-control.hidden {
|
2763
2286
|
opacity: 0;
|
2764
2287
|
}
|
2765
|
-
.mirador-osd-previous {
|
2766
|
-
position:absolute;
|
2767
|
-
left:1%;
|
2768
|
-
top:50%;
|
2769
|
-
margin-top
|
2288
|
+
.mirador-container .mirador-osd-previous {
|
2289
|
+
position: absolute;
|
2290
|
+
left: 1%;
|
2291
|
+
top: 50%;
|
2292
|
+
margin-top: -35px;
|
2770
2293
|
width: 40px;
|
2771
|
-
-webkit-transform
|
2772
|
-
-moz-transform
|
2773
|
-
-ms-transform
|
2774
|
-
-o-transform
|
2775
|
-
transform
|
2294
|
+
-webkit-transform: translateY(0px);
|
2295
|
+
-moz-transform: translateY(0px);
|
2296
|
+
-ms-transform: translateY(0px);
|
2297
|
+
-o-transform: translateY(0px);
|
2298
|
+
transform: translateY(0px);
|
2776
2299
|
transition: all 0.2s ease-out;
|
2777
2300
|
}
|
2778
|
-
.mirador-osd-previous.bottom-panel-open {
|
2779
|
-
-webkit-transform
|
2780
|
-
-moz-transform
|
2781
|
-
-ms-transform
|
2782
|
-
-o-transform
|
2783
|
-
transform
|
2301
|
+
.mirador-container .mirador-osd-previous.bottom-panel-open {
|
2302
|
+
-webkit-transform: translateY(-65px);
|
2303
|
+
-moz-transform: translateY(-65px);
|
2304
|
+
-ms-transform: translateY(-65px);
|
2305
|
+
-o-transform: translateY(-65px);
|
2306
|
+
transform: translateY(-65px);
|
2784
2307
|
transition: all 0.2s ease-out;
|
2785
2308
|
}
|
2786
|
-
.mirador-osd-next {
|
2787
|
-
position:absolute;
|
2788
|
-
right:1%;
|
2789
|
-
top:50%;
|
2790
|
-
margin-top
|
2791
|
-
-webkit-transform
|
2792
|
-
-moz-transform
|
2793
|
-
-ms-transform
|
2794
|
-
-o-transform
|
2795
|
-
transform
|
2309
|
+
.mirador-container .mirador-osd-next {
|
2310
|
+
position: absolute;
|
2311
|
+
right: 1%;
|
2312
|
+
top: 50%;
|
2313
|
+
margin-top: -35px;
|
2314
|
+
-webkit-transform: translateY(0px);
|
2315
|
+
-moz-transform: translateY(0px);
|
2316
|
+
-ms-transform: translateY(0px);
|
2317
|
+
-o-transform: translateY(0px);
|
2318
|
+
transform: translateY(0px);
|
2796
2319
|
transition: all 0.2s ease-out;
|
2797
2320
|
}
|
2798
|
-
.mirador-osd-next.bottom-panel-open {
|
2799
|
-
-webkit-transform
|
2800
|
-
-moz-transform
|
2801
|
-
-ms-transform
|
2802
|
-
-o-transform
|
2803
|
-
transform
|
2321
|
+
.mirador-container .mirador-osd-next.bottom-panel-open {
|
2322
|
+
-webkit-transform: translateY(-65px);
|
2323
|
+
-moz-transform: translateY(-65px);
|
2324
|
+
-ms-transform: translateY(-65px);
|
2325
|
+
-o-transform: translateY(-65px);
|
2326
|
+
transform: translateY(-65px);
|
2804
2327
|
transition: all 0.2s ease-out;
|
2805
2328
|
}
|
2806
|
-
.mirador-osd-toggle-bottom-panel {
|
2329
|
+
.mirador-container .mirador-osd-toggle-bottom-panel {
|
2807
2330
|
position: absolute;
|
2808
|
-
bottom:0;
|
2809
|
-
right:50%;
|
2331
|
+
bottom: 0;
|
2332
|
+
right: 50%;
|
2810
2333
|
margin-right: -25px;
|
2811
|
-
-webkit-transform
|
2812
|
-
-moz-transform
|
2813
|
-
-ms-transform
|
2814
|
-
-o-transform
|
2815
|
-
transform
|
2334
|
+
-webkit-transform: translateY(0px);
|
2335
|
+
-moz-transform: translateY(0px);
|
2336
|
+
-ms-transform: translateY(0px);
|
2337
|
+
-o-transform: translateY(0px);
|
2338
|
+
transform: translateY(0px);
|
2816
2339
|
transition: all 0.2s ease-out;
|
2817
2340
|
}
|
2818
|
-
|
2819
|
-
|
2820
|
-
-
|
2821
|
-
-
|
2822
|
-
-
|
2823
|
-
|
2824
|
-
transform : translateY(-130px);
|
2341
|
+
.mirador-container .mirador-osd-toggle-bottom-panel.bottom-panel-open {
|
2342
|
+
-webkit-transform: translateY(-130px);
|
2343
|
+
-moz-transform: translateY(-130px);
|
2344
|
+
-ms-transform: translateY(-130px);
|
2345
|
+
-o-transform: translateY(-130px);
|
2346
|
+
transform: translateY(-130px);
|
2825
2347
|
transition: all 0.2s ease-out;
|
2826
2348
|
}
|
2827
|
-
.mirador-pan-zoom-controls {
|
2349
|
+
.mirador-container .mirador-pan-zoom-controls {
|
2828
2350
|
position: absolute;
|
2829
2351
|
width: 100px;
|
2830
2352
|
height: 65px;
|
2831
|
-
bottom:0;
|
2832
|
-
right:0;
|
2833
|
-
margin:1%;
|
2834
|
-
}
|
2835
|
-
.mirador-pan-zoom-controls.bottom-panel-open {
|
2836
|
-
-webkit-transform
|
2837
|
-
-moz-transform
|
2838
|
-
-ms-transform
|
2839
|
-
-o-transform
|
2840
|
-
transform
|
2353
|
+
bottom: 0;
|
2354
|
+
right: 0;
|
2355
|
+
margin: 1%;
|
2356
|
+
}
|
2357
|
+
.mirador-container .mirador-pan-zoom-controls.bottom-panel-open {
|
2358
|
+
-webkit-transform: translateY(-130px);
|
2359
|
+
-moz-transform: translateY(-130px);
|
2360
|
+
-ms-transform: translateY(-130px);
|
2361
|
+
-o-transform: translateY(-130px);
|
2362
|
+
transform: translateY(-130px);
|
2841
2363
|
transition: all 0.2s ease-out;
|
2842
2364
|
}
|
2843
|
-
.mirador-osd-up {
|
2844
|
-
position:absolute;
|
2845
|
-
right:20px;
|
2846
|
-
top:0;
|
2847
|
-
}
|
2848
|
-
.mirador-osd-right {
|
2849
|
-
position:absolute;
|
2850
|
-
right:0;
|
2851
|
-
top:20px;
|
2852
|
-
}
|
2853
|
-
.mirador-osd-down {
|
2854
|
-
position:absolute;
|
2855
|
-
right:20px;
|
2856
|
-
top:40px;
|
2857
|
-
}
|
2858
|
-
.mirador-osd-left {
|
2859
|
-
position:absolute;
|
2860
|
-
right:40px;
|
2861
|
-
top:20px;
|
2862
|
-
}
|
2863
|
-
.mirador-osd-zoom-in {
|
2864
|
-
font-size:130%;
|
2865
|
-
position:absolute;
|
2866
|
-
right:70px;
|
2867
|
-
top:5px;
|
2868
|
-
}
|
2869
|
-
.mirador-osd-zoom-out {
|
2870
|
-
font-size:130%;
|
2871
|
-
position:absolute;
|
2872
|
-
right:70px;
|
2873
|
-
top:30px;
|
2874
|
-
}
|
2875
|
-
.mirador-osd-go-home {
|
2365
|
+
.mirador-container .mirador-osd-up {
|
2876
2366
|
position: absolute;
|
2877
|
-
right:20px;
|
2878
|
-
top:
|
2367
|
+
right: 20px;
|
2368
|
+
top: 0;
|
2369
|
+
}
|
2370
|
+
.mirador-container .mirador-osd-right {
|
2371
|
+
position: absolute;
|
2372
|
+
right: 0;
|
2373
|
+
top: 20px;
|
2374
|
+
}
|
2375
|
+
.mirador-container .mirador-osd-down {
|
2376
|
+
position: absolute;
|
2377
|
+
right: 20px;
|
2378
|
+
top: 40px;
|
2379
|
+
}
|
2380
|
+
.mirador-container .mirador-osd-left {
|
2381
|
+
position: absolute;
|
2382
|
+
right: 40px;
|
2383
|
+
top: 20px;
|
2879
2384
|
}
|
2880
|
-
.mirador-osd-
|
2385
|
+
.mirador-container .mirador-osd-zoom-in {
|
2386
|
+
font-size: 130%;
|
2387
|
+
position: absolute;
|
2388
|
+
right: 70px;
|
2389
|
+
top: 5px;
|
2390
|
+
}
|
2391
|
+
.mirador-container .mirador-osd-zoom-out {
|
2392
|
+
font-size: 130%;
|
2393
|
+
position: absolute;
|
2394
|
+
right: 70px;
|
2395
|
+
top: 30px;
|
2396
|
+
}
|
2397
|
+
.mirador-container .mirador-osd-go-home {
|
2398
|
+
position: absolute;
|
2399
|
+
right: 20px;
|
2400
|
+
top: 20px;
|
2401
|
+
}
|
2402
|
+
.mirador-container .mirador-osd-context-controls {
|
2881
2403
|
position: absolute;
|
2882
2404
|
top: 10px;
|
2883
2405
|
left: 10px;
|
2884
2406
|
transition: none;
|
2885
2407
|
/*width: 100%*/
|
2886
2408
|
}
|
2887
|
-
.mirador-osd-context-controls a {
|
2888
|
-
float:left;
|
2889
|
-
margin:0 10px 0 0;
|
2409
|
+
.mirador-container .mirador-osd-context-controls a {
|
2410
|
+
float: left;
|
2411
|
+
margin: 0 10px 0 0;
|
2890
2412
|
font-weight: normal;
|
2891
2413
|
}
|
2892
|
-
.mirador-annotation-controls {
|
2414
|
+
.mirador-container .mirador-annotation-controls {
|
2893
2415
|
position: absolute;
|
2894
2416
|
top: 0px;
|
2895
2417
|
left: 0px;
|
2896
2418
|
}
|
2897
|
-
.mirador-manipulation-controls {
|
2419
|
+
.mirador-container .mirador-manipulation-controls {
|
2898
2420
|
position: absolute;
|
2899
2421
|
top: 30px;
|
2900
2422
|
left: 0px;
|
2901
2423
|
min-width: 330px;
|
2902
2424
|
}
|
2903
|
-
|
2904
|
-
/* color picker custom style
|
2905
|
-
---------------------------------------------------------------------------- */
|
2906
|
-
|
2907
|
-
.mirador-osd-color-picker * {
|
2425
|
+
.mirador-container .mirador-osd-color-picker * {
|
2908
2426
|
text-shadow: none;
|
2909
2427
|
}
|
2910
|
-
|
2911
|
-
.sp-dd {
|
2428
|
+
.mirador-container .sp-dd {
|
2912
2429
|
display: none;
|
2913
2430
|
}
|
2914
|
-
|
2915
|
-
.mirador-osd-color-picker .dropdown-icon {
|
2431
|
+
.mirador-container .mirador-osd-color-picker .dropdown-icon {
|
2916
2432
|
font-size: .8em;
|
2917
2433
|
height: 30px;
|
2918
2434
|
vertical-align: middle;
|
2919
2435
|
}
|
2920
|
-
|
2921
|
-
.mirador-osd-color-picker .sp-container {
|
2436
|
+
.mirador-container .mirador-osd-color-picker .sp-container {
|
2922
2437
|
width: 300px;
|
2923
2438
|
border-color: #ccc;
|
2924
2439
|
opacity: 0.9;
|
2925
2440
|
border-radius: 3px;
|
2926
2441
|
}
|
2927
|
-
|
2928
|
-
.mirador-osd-color-picker .sp-preview {
|
2442
|
+
.mirador-container .mirador-osd-color-picker .sp-preview {
|
2929
2443
|
height: 10px;
|
2930
2444
|
}
|
2931
|
-
|
2932
|
-
.mirador-osd-color-picker .sp-replacer {
|
2445
|
+
.mirador-container .mirador-osd-color-picker .sp-replacer {
|
2933
2446
|
border-color: #ccc;
|
2934
2447
|
height: 11px;
|
2935
2448
|
border-radius: 3px;
|
2936
2449
|
cursor: default;
|
2937
2450
|
}
|
2938
|
-
|
2939
|
-
.mirador-osd-color-picker .material-icons {
|
2451
|
+
.mirador-container .mirador-osd-color-picker .material-icons {
|
2940
2452
|
float: left;
|
2941
2453
|
font-size: 12px;
|
2942
2454
|
margin: 0 5px 0 0;
|
2943
2455
|
}
|
2944
|
-
|
2945
|
-
.hud-control.mirador-line-type {
|
2456
|
+
.mirador-container .hud-control.mirador-line-type {
|
2946
2457
|
height: 11px;
|
2947
2458
|
border-radius: 3px;
|
2948
2459
|
margin: 2px 11px 0 0;
|
@@ -2953,795 +2464,1130 @@ li.highlight {
|
|
2953
2464
|
text-shadow: none;
|
2954
2465
|
color: #333;
|
2955
2466
|
}
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
margin-
|
2960
|
-
}
|
2961
|
-
|
2962
|
-
.mirador-line-type li {
|
2963
|
-
text-shadow: none;
|
2467
|
+
.mirador-container .mirador-line-type ul.dropdown.type-list {
|
2468
|
+
margin-top: -14px;
|
2469
|
+
border-radius: 3px;
|
2470
|
+
margin-left: -5px;
|
2964
2471
|
font-size: 10px;
|
2965
|
-
|
2966
|
-
|
2967
|
-
.mirador-line-type ul.dropdown.type-list {
|
2968
|
-
margin-top: -14px;
|
2969
|
-
border-radius: 3px;
|
2970
|
-
margin-left: -5px;
|
2971
|
-
font-size: 10px;
|
2972
|
-
box-shadow: none;
|
2973
|
-
width: 140px;
|
2472
|
+
box-shadow: none;
|
2473
|
+
width: 140px;
|
2974
2474
|
}
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
|
2980
|
-
|
2981
|
-
margin-right: 10px;
|
2475
|
+
.mirador-container .mirador-line-type ul i {
|
2476
|
+
display: inline-block;
|
2477
|
+
width: 25px;
|
2478
|
+
height: 1em;
|
2479
|
+
background: no-repeat;
|
2480
|
+
margin-right: 10px;
|
2982
2481
|
}
|
2983
|
-
|
2984
|
-
.mirador-line-type .mirador-border-icon {
|
2482
|
+
.mirador-container .mirador-line-type .mirador-border-icon {
|
2985
2483
|
font-size: 12px;
|
2986
2484
|
margin: 0 5px 0 0;
|
2987
2485
|
float: left;
|
2988
2486
|
}
|
2989
|
-
|
2990
|
-
.mirador-line-type .border-type-image {
|
2487
|
+
.mirador-container .mirador-line-type .border-type-image {
|
2991
2488
|
display: inline-block;
|
2992
2489
|
width: 25px;
|
2993
2490
|
height: 1em;
|
2994
2491
|
background: no-repeat;
|
2995
2492
|
margin: 0 5px 2px 0;
|
2996
2493
|
}
|
2997
|
-
|
2998
|
-
.mirador-line-type .dropdown-icon {
|
2494
|
+
.mirador-container .mirador-line-type .dropdown-icon {
|
2999
2495
|
font-size: .8em;
|
3000
2496
|
height: 30px;
|
3001
2497
|
vertical-align: middle;
|
3002
2498
|
}
|
3003
|
-
|
3004
|
-
/*
|
3005
|
-
|
3006
|
-
|
3007
|
-
|
3008
|
-
|
2499
|
+
.mirador-container {
|
2500
|
+
/* scale
|
2501
|
+
----------------*/
|
2502
|
+
/* image choice controls
|
2503
|
+
------------------------*/
|
2504
|
+
}
|
2505
|
+
.mirador-container .mirador-image-view-nav-toolbar {
|
2506
|
+
position: relative;
|
3009
2507
|
float: right;
|
3010
2508
|
margin-right: 5px;
|
3011
2509
|
}
|
3012
|
-
|
3013
|
-
.mirador-image-view-bg {
|
2510
|
+
.mirador-container .mirador-image-view-bg {
|
3014
2511
|
background-color: #000;
|
3015
2512
|
}
|
3016
|
-
|
3017
|
-
|
3018
|
-
|
3019
|
-
|
3020
|
-
|
3021
|
-
z-index:2;
|
2513
|
+
.mirador-container .mirador-image-scale {
|
2514
|
+
bottom: 25px;
|
2515
|
+
display: block;
|
2516
|
+
position: absolute;
|
2517
|
+
z-index: 2;
|
3022
2518
|
}
|
3023
|
-
|
3024
|
-
.
|
2519
|
+
.mirador-container .axis path,
|
2520
|
+
.mirador-container .axis line {
|
3025
2521
|
fill: none;
|
3026
2522
|
shape-rendering: crispEdges;
|
3027
2523
|
stroke: white;
|
3028
2524
|
stroke-width: 2px;
|
3029
2525
|
}
|
3030
|
-
|
3031
|
-
text {
|
2526
|
+
.mirador-container text {
|
3032
2527
|
fill: white;
|
3033
|
-
text-shadow: 0px 0px 3px
|
2528
|
+
text-shadow: 0px 0px 3px #000;
|
3034
2529
|
}
|
3035
|
-
|
3036
|
-
|
3037
|
-
margin-
|
3038
|
-
|
3039
|
-
|
3040
|
-
|
3041
|
-
top:0;
|
2530
|
+
.mirador-container .mirador-image-dimensions {
|
2531
|
+
margin-right: 10px;
|
2532
|
+
margin-top: 7px;
|
2533
|
+
position: absolute;
|
2534
|
+
right: 0;
|
2535
|
+
top: 0;
|
3042
2536
|
}
|
3043
|
-
|
3044
|
-
.mirador-image-view-physical-dimensions {
|
2537
|
+
.mirador-container .mirador-image-view-physical-dimensions {
|
3045
2538
|
border: none;
|
3046
2539
|
font-weight: bold;
|
3047
2540
|
height: 16px;
|
3048
|
-
margin:0;
|
2541
|
+
margin: 0;
|
3049
2542
|
outline: none;
|
3050
2543
|
overflow-wrap: normal;
|
3051
|
-
overflow:hidden;
|
3052
|
-
padding:0;
|
2544
|
+
overflow: hidden;
|
2545
|
+
padding: 0;
|
3053
2546
|
resize: none;
|
3054
2547
|
vertical-align: top;
|
3055
2548
|
width: 40px;
|
3056
2549
|
text-align: center;
|
3057
2550
|
}
|
3058
|
-
|
3059
|
-
.mirador-image-view-physical-dimensions:
|
3060
|
-
.mirador-image-view-physical-dimensions
|
3061
|
-
.mirador-image-dimensions.noDimensionsSet .mirador-image-view-physical-dimensions {
|
2551
|
+
.mirador-container .mirador-image-view-physical-dimensions:hover,
|
2552
|
+
.mirador-container .mirador-image-view-physical-dimensions:focus,
|
2553
|
+
.mirador-container .mirador-image-dimensions.noDimensionsSet .mirador-image-view-physical-dimensions {
|
3062
2554
|
border-bottom: 2px solid orangered;
|
3063
2555
|
height: 16px;
|
3064
2556
|
margin-bottom: -2px;
|
3065
|
-
transition: all .2s ease-out;
|
2557
|
+
transition: all 0.2s ease-out;
|
3066
2558
|
}
|
3067
|
-
.noDimensionsWarning {
|
2559
|
+
.mirador-container .noDimensionsWarning {
|
3068
2560
|
display: none;
|
3069
|
-
margin-right:10px;
|
2561
|
+
margin-right: 10px;
|
3070
2562
|
}
|
3071
|
-
.mirador-image-dimensions.noDimensionsSet .noDimensionsWarning {
|
3072
|
-
color: rgba(0,0,0,0.5);
|
2563
|
+
.mirador-container .mirador-image-dimensions.noDimensionsSet .noDimensionsWarning {
|
2564
|
+
color: rgba(0, 0, 0, 0.5);
|
3073
2565
|
display: inline-block;
|
3074
2566
|
}
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
box-shadow: 0 0 4px rgba(200,200,200,0.7);
|
2567
|
+
.mirador-container .mirador-image-view-physical-dimensions:focus {
|
2568
|
+
background-color: rgba(200, 200, 200, 0.7);
|
2569
|
+
box-shadow: 0 0 4px rgba(200, 200, 200, 0.7);
|
3079
2570
|
-webkit-transform: scale(1.2);
|
3080
2571
|
-moz-transform: scale(1.2);
|
3081
2572
|
transform: scale(1.2);
|
3082
2573
|
}
|
3083
|
-
|
3084
|
-
.mirador-image-dimensions .units {
|
2574
|
+
.mirador-container .mirador-image-dimensions .units {
|
3085
2575
|
cursor: context-menu;
|
3086
2576
|
}
|
3087
|
-
|
3088
|
-
|
3089
|
-
|
3090
|
-
|
3091
|
-
|
3092
|
-
transition: all .2s ease-out;
|
3093
|
-
}
|
3094
|
-
|
3095
|
-
.mirador-image-dimensions .unit-selector {
|
3096
|
-
position:absolute;
|
3097
|
-
display:none;
|
3098
|
-
}
|
3099
|
-
|
3100
|
-
.mirador-image-dimensions .unit-selector.active {
|
3101
|
-
display:block;
|
3102
|
-
}
|
3103
|
-
|
3104
|
-
/* scale
|
3105
|
-
----------------*/
|
3106
|
-
.mirador-image-scale.hidden {
|
3107
|
-
display:none;
|
3108
|
-
}
|
3109
|
-
|
3110
|
-
/* annotation list
|
3111
|
-
-----------------*/
|
3112
|
-
.annotationListPanel {
|
3113
|
-
background-color: #f0f0f0;
|
3114
|
-
width:200px;
|
3115
|
-
height:100%;
|
3116
|
-
position:absolute;
|
3117
|
-
right:0;
|
3118
|
-
top:0;
|
3119
|
-
margin:0;
|
3120
|
-
padding: 0;
|
3121
|
-
z-index:2;
|
3122
|
-
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
|
3123
|
-
border-left:1px solid gray;
|
3124
|
-
}
|
3125
|
-
.annotationPanelHeader {
|
3126
|
-
padding: 0 10px;
|
3127
|
-
}
|
3128
|
-
.annotationListPanel ul {
|
3129
|
-
position:absolute;
|
3130
|
-
bottom:0;
|
3131
|
-
top:80px;
|
3132
|
-
border-top:1px solid white;
|
3133
|
-
list-style: none;
|
3134
|
-
overflow:scroll;
|
3135
|
-
overflow-x:hidden;
|
3136
|
-
margin-bottom:0;
|
3137
|
-
padding:0;
|
3138
|
-
width:100%;
|
3139
|
-
}
|
3140
|
-
.annotationListPanel ul li {
|
3141
|
-
font-size:80%;
|
3142
|
-
margin: 0;
|
3143
|
-
padding: 10px;
|
3144
|
-
border-bottom:1px solid white;
|
3145
|
-
box-sizing: border-box;
|
3146
|
-
}
|
3147
|
-
.annotationListPanel ul li:hover {
|
3148
|
-
background-color:lightGray;
|
3149
|
-
cursor:pointer;
|
3150
|
-
border-left: 2px solid orangered;
|
3151
|
-
padding-left:8px;
|
3152
|
-
}
|
3153
|
-
.annotationListPanel ul li.selected {
|
3154
|
-
color:white;
|
3155
|
-
background-color:gray;
|
3156
|
-
cursor:pointer;
|
3157
|
-
border-left: 3px solid orangered;
|
3158
|
-
padding-left:7px;
|
3159
|
-
}
|
3160
|
-
.annotationListPanel ul li.hovered {
|
3161
|
-
background-color:lightGray;
|
3162
|
-
cursor:pointer;
|
3163
|
-
border-left: 2px solid orangered;
|
3164
|
-
padding-left:8px;
|
3165
|
-
}
|
3166
|
-
.annotationListPanel ul li p {
|
3167
|
-
margin:0;
|
3168
|
-
}
|
3169
|
-
.annotationListPanel ul li p:hover {
|
3170
|
-
margin:0;
|
3171
|
-
cursor:pointer;
|
3172
|
-
}
|
3173
|
-
.annotationListPanel ul li a {
|
3174
|
-
display:block;
|
3175
|
-
position:absolute;
|
3176
|
-
top: 0;
|
3177
|
-
bottom: 0;
|
3178
|
-
left: 0;
|
3179
|
-
right: 0;
|
3180
|
-
}
|
3181
|
-
.annotationListPanel .resizeGrip {
|
3182
|
-
position:absolute;
|
3183
|
-
left:-7px;
|
3184
|
-
bottom:0;
|
3185
|
-
top:0;
|
3186
|
-
width:12px;
|
3187
|
-
z-index:3;
|
3188
|
-
background:none;
|
3189
|
-
display:block;
|
3190
|
-
cursor:ew-resize;
|
3191
|
-
}
|
3192
|
-
.annotation, .osd-select-rectangle {
|
3193
|
-
border: 2px solid deepSkyBlue;
|
3194
|
-
box-shadow: 0px 0px 5px white;
|
3195
|
-
box-sizing: border-box;
|
3196
|
-
}
|
3197
|
-
.annotation.selected {
|
3198
|
-
border: 3px solid orangered;
|
3199
|
-
box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
|
3200
|
-
}
|
3201
|
-
/*
|
3202
|
-
.annotation:hover {
|
3203
|
-
border: 3px solid orangered;
|
3204
|
-
opacity: 0.5;
|
3205
|
-
box-shadow: 0px 0px 15px rgba(0,0,0,1);
|
3206
|
-
}
|
3207
|
-
.annotation.selected:hover {
|
3208
|
-
border: 3px solid orangered;
|
3209
|
-
opacity: 1;
|
3210
|
-
box-shadow: 0px 0px 8px rgba(0,0,0,0.7);
|
3211
|
-
}
|
3212
|
-
*/
|
3213
|
-
.annotation.hovered {
|
3214
|
-
border: 3px solid orangered;
|
3215
|
-
opacity: 0.5;
|
3216
|
-
box-shadow: 0px 0px 15px rgba(0,0,0,1);
|
2577
|
+
.mirador-container .mirador-image-dimensions .units:hover {
|
2578
|
+
height: 16px;
|
2579
|
+
border-bottom: 2px solid orangered;
|
2580
|
+
margin-bottom: -2px;
|
2581
|
+
transition: all 0.2s ease-out;
|
3217
2582
|
}
|
3218
|
-
.
|
3219
|
-
box-sizing: border-box;
|
2583
|
+
.mirador-container .mirador-image-dimensions .unit-selector {
|
3220
2584
|
position: absolute;
|
3221
|
-
bottom: 0;
|
3222
|
-
left: 0;
|
3223
|
-
width: 100%;
|
3224
|
-
padding:inherit;
|
3225
|
-
padding-top:25px;
|
3226
|
-
color: white;
|
3227
|
-
overflow:hidden;
|
3228
|
-
height:20%;
|
3229
|
-
z-index: 2;
|
3230
|
-
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.77) 13%, rgba(0,0,0,0.77) 100%); /* FF3.6+ */
|
3231
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(13%,rgba(0,0,0,0.77)), color-stop(100%,rgba(0,0,0,0.77))); /* Chrome,Safari4+ */
|
3232
|
-
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 13%,rgba(0,0,0,0.77) 100%); /* Chrome10+,Safari5.1+ */
|
3233
|
-
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 13%,rgba(0,0,0,0.77) 100%); /* Opera 11.10+ */
|
3234
|
-
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 13%,rgba(0,0,0,0.77) 100%); /* IE10+ */
|
3235
|
-
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.77) 13%,rgba(0,0,0,0.77) 100%); /* W3C */
|
3236
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
|
3237
|
-
}
|
3238
|
-
|
3239
|
-
.annotationDetailToggle {
|
3240
|
-
float:right;
|
3241
|
-
margin: 32px;
|
3242
|
-
margin-top:0;
|
3243
|
-
cursor: pointer;
|
3244
|
-
}
|
3245
|
-
|
3246
|
-
.osd-annotation-overlay {
|
3247
2585
|
display: none;
|
3248
2586
|
}
|
3249
|
-
|
3250
|
-
.displayBottomPanelButton {
|
3251
|
-
box-sizing: border-box;
|
3252
|
-
position: absolute;
|
3253
|
-
bottom: 0;
|
3254
|
-
left: 0;
|
3255
|
-
width: 100%;
|
3256
|
-
padding:inherit;
|
3257
|
-
color: white;
|
3258
|
-
height:75px;
|
3259
|
-
z-index: 2;
|
3260
|
-
}
|
3261
|
-
|
3262
|
-
.annotationDetails p {
|
3263
|
-
width: 80%;
|
3264
|
-
font-size: 1.3em;
|
3265
|
-
font-weight: bold;
|
2587
|
+
.mirador-container .mirador-image-dimensions .unit-selector.active {
|
3266
2588
|
display: block;
|
3267
|
-
margin: 0 auto;
|
3268
2589
|
}
|
3269
|
-
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
.mirador-image-view-choices {
|
2590
|
+
.mirador-container .mirador-image-scale.hidden {
|
2591
|
+
display: none;
|
2592
|
+
}
|
2593
|
+
.mirador-container .mirador-image-view-choices {
|
3274
2594
|
list-style: none;
|
3275
2595
|
max-height: 350px;
|
3276
2596
|
overflow: auto;
|
3277
2597
|
padding: 0;
|
3278
2598
|
}
|
3279
|
-
|
3280
|
-
.mirador-image-view-choices li {
|
2599
|
+
.mirador-container .mirador-image-view-choices li {
|
3281
2600
|
margin: 0;
|
3282
2601
|
padding: 0;
|
3283
2602
|
}
|
3284
|
-
|
3285
|
-
.mirador-image-view-choices li a {
|
2603
|
+
.mirador-container .mirador-image-view-choices li a {
|
3286
2604
|
padding-left: 12px;
|
3287
2605
|
}
|
3288
|
-
|
3289
|
-
.mirador-image-view-choice {
|
2606
|
+
.mirador-container .mirador-image-view-choice {
|
3290
2607
|
background-repeat: no-repeat;
|
3291
2608
|
height: 6px;
|
3292
2609
|
background-position: 0px 6px;
|
3293
2610
|
width: 6px;
|
3294
2611
|
}
|
3295
|
-
|
3296
|
-
|
3297
|
-
|
3298
|
-
|
3299
|
-
|
3300
|
-
|
3301
|
-
|
3302
|
-
|
3303
|
-
ul.scroll-listing-thumbs {
|
2612
|
+
.mirador-container .mirador-image-view-choice {
|
2613
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUQ5OEI2ODFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUQ5OEI2OTFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFRDk4QjY2MUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFRDk4QjY3MUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fRx/ZQAAAHRJREFUeNpi/P//P0NnZ2cNAwNDOgMEzCwvL29h5uTkrFFSUkqOiorSMjMzm/L27ds5W7Zs4WUCqfT09NTh4eH5BsIgNkiMiQENMDIy/gdRIImZO3bsuPL161fOz58/c23fvv0qSIwRankt1PK/UMvbAAIMALeqLWb/azLQAAAAAElFTkSuQmCC);
|
2614
|
+
}
|
2615
|
+
.mirador-container .mirador-image-view-choice-selected {
|
2616
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUQ5OEI2QzFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUQ5OEI2RDFFMkIxMUUzOUExN0IyREY1RTI1MUQ0QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFRDk4QjZBMUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFRDk4QjZCMUUyQjExRTM5QTE3QjJERjVFMjUxRDRCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9DJqAgAAAF1JREFUeNpitLS0ZHj69GktAwNDJgMETJeWlm5mZmJiAgk2ATEvFDt+/vz5H6OcnNwzIEeSARU8Z2LADhiZ+fn5uUDa0SS6mbW0tA4BzfwP5GgC8Ucg7gJa3gIQYAChCRXFhBXUngAAAABJRU5ErkJggg==);
|
2617
|
+
}
|
2618
|
+
.mirador-container ul.scroll-listing-thumbs {
|
3304
2619
|
clear: both;
|
3305
2620
|
list-style: none;
|
3306
2621
|
padding: 0;
|
3307
2622
|
white-space: nowrap;
|
3308
2623
|
}
|
3309
|
-
|
3310
|
-
|
3311
|
-
box-sizing:border-box;
|
2624
|
+
.mirador-container ul.scroll-listing-thumbs li {
|
2625
|
+
box-sizing: border-box;
|
3312
2626
|
margin: 0 0 15px 0;
|
3313
2627
|
padding: 10px 10px 10px 10px;
|
3314
2628
|
/*transition: all 0.05s ease-out;*/
|
3315
2629
|
display: inline-block;
|
3316
2630
|
}
|
3317
|
-
|
3318
|
-
ul.scroll-listing-thumbs li img {
|
2631
|
+
.mirador-container ul.scroll-listing-thumbs li img {
|
3319
2632
|
background-color: #eee;
|
3320
2633
|
min-height: 25px;
|
3321
2634
|
min-width: 25px;
|
3322
2635
|
margin: 0 auto;
|
3323
2636
|
display: block;
|
3324
2637
|
}
|
3325
|
-
|
3326
|
-
ul.scroll-listing-thumbs li .thumb-label {
|
2638
|
+
.mirador-container ul.scroll-listing-thumbs li .thumb-label {
|
3327
2639
|
clear: both;
|
3328
2640
|
color: #999;
|
3329
2641
|
font-size: 12px;
|
3330
2642
|
margin: 0 auto;
|
3331
2643
|
max-width: 200px;
|
3332
2644
|
text-align: left;
|
3333
|
-
white-space:nowrap;
|
3334
|
-
overflow:hidden;
|
3335
|
-
text-overflow:ellipsis;
|
2645
|
+
white-space: nowrap;
|
2646
|
+
overflow: hidden;
|
2647
|
+
text-overflow: ellipsis;
|
3336
2648
|
text-align: center;
|
3337
2649
|
}
|
3338
|
-
|
3339
|
-
|
3340
|
-
/* thumbnails view
|
3341
|
-
---------------------------------------------------------------------------- */
|
3342
|
-
|
3343
|
-
.mirador-viewer ul.listing-thumbs {
|
2650
|
+
.mirador-container .mirador-viewer ul.listing-thumbs {
|
3344
2651
|
clear: both;
|
3345
2652
|
list-style: none;
|
3346
2653
|
overflow: auto;
|
3347
2654
|
padding: 0;
|
3348
2655
|
}
|
3349
|
-
|
3350
|
-
|
3351
|
-
box-sizing:border-box;
|
2656
|
+
.mirador-container .mirador-viewer ul.listing-thumbs li {
|
2657
|
+
box-sizing: border-box;
|
3352
2658
|
float: left;
|
3353
2659
|
margin: 0 0 15px 0;
|
3354
2660
|
padding: 10px 10px 10px 10px;
|
3355
2661
|
/*transition: all 0.05s ease-out;*/
|
3356
2662
|
}
|
3357
|
-
|
3358
|
-
.mirador-viewer ul.listing-thumbs li img {
|
2663
|
+
.mirador-container .mirador-viewer ul.listing-thumbs li img {
|
3359
2664
|
background-color: #eee;
|
3360
2665
|
min-height: 25px;
|
3361
2666
|
min-width: 25px;
|
3362
2667
|
margin: 0 auto;
|
3363
2668
|
display: block;
|
3364
|
-
box-sizing:border-box;
|
2669
|
+
box-sizing: border-box;
|
3365
2670
|
/*transition: all 0.2 ease-out;*/
|
3366
2671
|
}
|
3367
|
-
.mirador-viewer ul.listing-thumbs li img:hover {
|
3368
|
-
border:3px solid rgba(0,191,255,0.7);
|
2672
|
+
.mirador-container .mirador-viewer ul.listing-thumbs li img:hover {
|
2673
|
+
border: 3px solid rgba(0, 191, 255, 0.7);
|
3369
2674
|
transform: scale(1.1);
|
3370
2675
|
cursor: pointer;
|
3371
2676
|
transition: all 0.2 ease-out;
|
3372
2677
|
}
|
3373
|
-
|
3374
|
-
.mirador-viewer ul.listing-thumbs li .thumb-label {
|
2678
|
+
.mirador-container .mirador-viewer ul.listing-thumbs li .thumb-label {
|
3375
2679
|
clear: both;
|
3376
2680
|
color: #999;
|
3377
2681
|
font-size: 12px;
|
3378
2682
|
margin: 0 auto;
|
3379
2683
|
max-width: 125px;
|
3380
2684
|
text-align: left;
|
3381
|
-
white-space:nowrap;
|
3382
|
-
overflow:hidden;
|
3383
|
-
text-overflow:ellipsis;
|
2685
|
+
white-space: nowrap;
|
2686
|
+
overflow: hidden;
|
2687
|
+
text-overflow: ellipsis;
|
3384
2688
|
text-align: center;
|
3385
2689
|
}
|
3386
|
-
|
3387
|
-
.mirador-viewer .thumbnails-view-slider {
|
2690
|
+
.mirador-container .mirador-viewer .thumbnails-view-slider {
|
3388
2691
|
float: left;
|
3389
2692
|
margin: 10px 15px;
|
3390
2693
|
width: 60px;
|
3391
2694
|
}
|
3392
|
-
|
3393
|
-
.mirador-thumbnails-view-nav-toolbar {
|
2695
|
+
.mirador-container .mirador-thumbnails-view-nav-toolbar {
|
3394
2696
|
float: right;
|
3395
2697
|
margin-right: 5px;
|
3396
2698
|
}
|
3397
|
-
|
3398
|
-
|
3399
|
-
|
2699
|
+
.mirador-container .mirador-widget-toolbar .ui-slider-horizontal {
|
2700
|
+
height: .4em;
|
2701
|
+
}
|
2702
|
+
.mirador-container .mirador-widget-toolbar .ui-slider-handle {
|
2703
|
+
top: -0.5em;
|
2704
|
+
}
|
2705
|
+
.mirador-container .hud-control .ui-slider-handle .percent {
|
2706
|
+
position: absolute;
|
2707
|
+
left: 17px;
|
2708
|
+
top: -0.3em;
|
2709
|
+
display: block;
|
2710
|
+
color: white;
|
2711
|
+
text-shadow: 0 0 3px #000;
|
2712
|
+
}
|
2713
|
+
.mirador-container .hud-control .ui-slider,
|
2714
|
+
.mirador-container .ui-slider-vertical {
|
2715
|
+
width: 3px;
|
2716
|
+
margin-left: 27px;
|
2717
|
+
margin-bottom: 20px;
|
2718
|
+
height: 100px;
|
2719
|
+
}
|
2720
|
+
.mirador-container .hud-control .ui-slider-vertical .ui-slider-handle {
|
2721
|
+
width: 0.7em;
|
2722
|
+
height: 0.7em;
|
2723
|
+
border-radius: 40px;
|
2724
|
+
margin-bottom: -0.35em;
|
2725
|
+
}
|
2726
|
+
.mirador-container .hud-control .ui-slider-vertical .ui-slider-handle:focus {
|
2727
|
+
outline: 0;
|
2728
|
+
}
|
2729
|
+
.mirador-container .hud-control .ui-slider-range {
|
2730
|
+
background: deepskyblue;
|
2731
|
+
}
|
2732
|
+
@media screen and (max-width: 768px) {
|
2733
|
+
.mirador-container #load-controls form {
|
2734
|
+
float: none;
|
2735
|
+
}
|
2736
|
+
.mirador-container #url-load-form {
|
2737
|
+
margin-bottom: 5px;
|
2738
|
+
}
|
2739
|
+
}
|
2740
|
+
.mirador-container #manifest-select-menu {
|
2741
|
+
position: absolute;
|
2742
|
+
margin: 6px;
|
2743
|
+
display: block;
|
2744
|
+
left: 0;
|
2745
|
+
right: 0;
|
2746
|
+
bottom: 0;
|
2747
|
+
top: 0;
|
2748
|
+
display: none;
|
2749
|
+
overflow: hidden;
|
2750
|
+
z-index: 18000;
|
2751
|
+
/* Must be higher than Qtip elements. */
|
2752
|
+
background-color: #fff;
|
2753
|
+
box-shadow: 0 0 6px #333;
|
2754
|
+
}
|
2755
|
+
.mirador-container #manifest-select-menu .container {
|
2756
|
+
position: relative;
|
2757
|
+
width: 100%;
|
2758
|
+
height: 100%;
|
2759
|
+
padding: 10px 4px 10px 10px;
|
2760
|
+
box-sizing: border-box;
|
2761
|
+
overflow: hidden;
|
2762
|
+
margin: 0 auto;
|
2763
|
+
}
|
2764
|
+
.mirador-container #manifest-select-menu .remove-object-option {
|
2765
|
+
cursor: pointer;
|
2766
|
+
display: inline-block;
|
2767
|
+
font-size: .9em;
|
2768
|
+
font-weight: bold;
|
2769
|
+
transition: color 0.2s ease-out;
|
2770
|
+
}
|
2771
|
+
.mirador-container #manifest-select-menu .remove-object-option:hover {
|
2772
|
+
color: #929191;
|
2773
|
+
}
|
2774
|
+
.mirador-container .items-listing {
|
2775
|
+
margin: 0;
|
2776
|
+
padding-left: 0;
|
2777
|
+
box-sizing: border-box;
|
2778
|
+
}
|
2779
|
+
.mirador-container .items-listing li {
|
2780
|
+
list-style-type: none;
|
2781
|
+
overflow: hidden;
|
2782
|
+
border-bottom: 1px solid lightGray;
|
2783
|
+
padding-top: 10px;
|
2784
|
+
padding-bottom: 10px;
|
2785
|
+
position: relative;
|
2786
|
+
padding-left: 5px;
|
2787
|
+
transition: background-color 0.3s ease-out;
|
2788
|
+
}
|
2789
|
+
.mirador-container .items-listing li:hover {
|
2790
|
+
background-color: #dddddd;
|
2791
|
+
cursor: pointer;
|
2792
|
+
}
|
2793
|
+
.mirador-container .manifest-load-status-indicator {
|
2794
|
+
width: 100%;
|
2795
|
+
padding: 10px;
|
2796
|
+
box-sizing: border-box;
|
2797
|
+
overflow: hidden;
|
2798
|
+
background: rgba(255, 255, 255, 0.94);
|
2799
|
+
position: absolute;
|
2800
|
+
}
|
2801
|
+
.mirador-container .request-status-bar {
|
2802
|
+
background: deepskyblue;
|
2803
|
+
width: 10px;
|
2804
|
+
height: 50px;
|
2805
|
+
display: inline-block;
|
2806
|
+
margin-left: 5px;
|
2807
|
+
vertical-align: bottom;
|
2808
|
+
transition: all 0.1s ease-out;
|
2809
|
+
}
|
2810
|
+
.mirador-container .request-status-bar.pending {
|
2811
|
+
background: gray;
|
2812
|
+
transition: all 0.1s ease-out;
|
2813
|
+
}
|
2814
|
+
.mirador-container .loading-status {
|
2815
|
+
display: block;
|
2816
|
+
}
|
2817
|
+
.mirador-container .request-status-bar:nth-child(2) {
|
2818
|
+
margin-left: 0;
|
2819
|
+
}
|
2820
|
+
.mirador-container .repository-label {
|
2821
|
+
border-top: 1px solid rgba(0, 0, 0, 0.7);
|
2822
|
+
padding-top: 3px;
|
2823
|
+
position: absolute;
|
2824
|
+
bottom: 0;
|
2825
|
+
width: 100%;
|
2826
|
+
}
|
2827
|
+
.mirador-container .select-metadata {
|
2828
|
+
width: 45%;
|
2829
|
+
max-width: 450px;
|
2830
|
+
min-width: 300px;
|
2831
|
+
position: relative;
|
2832
|
+
/*width:200px;
|
2833
|
+
text-overflow: ellipsis;
|
2834
|
+
white-space: nowrap;
|
2835
|
+
overflow:hidden;
|
2836
|
+
position: relative;*/
|
2837
|
+
}
|
2838
|
+
.mirador-container .repo-image {
|
2839
|
+
position: relative;
|
2840
|
+
width: 80px;
|
2841
|
+
height: 80px;
|
2842
|
+
overflow: hidden;
|
2843
|
+
opacity: 0.5;
|
2844
|
+
}
|
2845
|
+
.mirador-container .repo-image img {
|
2846
|
+
position: absolute;
|
2847
|
+
width: 100%;
|
2848
|
+
top: 0;
|
2849
|
+
}
|
2850
|
+
.mirador-container .repo-image span.default-logo {
|
2851
|
+
position: absolute;
|
2852
|
+
width: 100%;
|
2853
|
+
height: 100%;
|
2854
|
+
top: 0;
|
2855
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAYAAACuwEE+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAE/JJREFUeNrsnX+olFd6xz9nGC4XERGxIiJBUgmpmDQk2WCzaWqsiPmBbLNpPLPW/UHChiRtNt25IVlkG1wJacp9DQntbgPbbOhuMrNJ1lprVWzIusHaRSSVIGGRrAQRERERkdvL5TJP/3jPtG/efX+c875n5o56HrjM3Hl/nvN+n9/PeV4lIgQKZEuNMAWBAmACBcAECoAJFAATKAAmUKAAmEABMIECYAIFwAQKgAkUABMoUABMoACYQAEwgQJgAgXABLpeqVnlIKVUmLmrkCYmJhCRhhEUY8D05ORkb+CACXRVAWQcuAG4XURuAVYDy4FlwIPAxwEw1zG1222AJcBaEbkfuEcptUJEmmnNYKQNATDXJ1DGgHuBrcBDwMIsG7Vu0X8AzNUPlHnAV4DvALcnn6lSCt+rQgJgrl6gNIENwIvAnUXSJP0ZAHP9gWU58DLwKDBWJkn6231IHK+A0Vr3z9lH+6xSqtfpdObSAOzfzzgwDcwCvSiKnM/XarUaItKfsx7Q63a7vWGNx3g9G4A3gBW2dolPCaOqnCRtbWut5xs9+iBwK7AYuAJ8DhwH9iulDnU6ndkh6vX1wP3AXcaNHAemgJPAvwNvRVF03pIJbgS+BtwHrFBKzRORC+Zc/wXsBj7rdruDBEsDeEZEXgbG+88gKTmSEiT5W3K/1DFfmpycPDY0wGitG8Am4NUk4jOoB5wGfgS82e12LwwIKEuBbwNPmDhDEZ0Htiml3swLXhlG2A48ZQCXR7PAR8BrwL5utzvreVxNo4K+S4XofIFKGh5gWq0WIvIM8IpSajwP7Rk3+zmwQyn1s06nM+PRpfy6MQCXp7krLZ4T9zID/C2wPYqiXgosC4EOsDFr0nM+Z4FDwPPdbvdjj2B5BXhWKdXIGkfeeLOkTUrSOAOmci5JRNYBLwHjRaBL60+l1ArgDRF5W2u91MOELgN+CvxIKbU879r9vxTwx4AXgIfTtooZ28a8h5Dz2VRKrQd+qbV+Smtdy0bsqyHz1yizQ5LjtHkmVagSYMxEbAfmK6UKc0v9bal9mkqpR4D9WutVrVarkkHbbrdXAvuNt9CsODljwI52uz2eOOZ24JvpcSXHmvWZ2H+BUU+vaq3n1WDKDcCO/th8uslVj60qYW4F1mRxr+PnbcC/ishNLqCZmJjA2Ez7zb04TWTGfjcBaxO7bAXmpcdVNs4UZzeBvwRe01qPV2CIFcbmm1f34fv0kqoCZq1SqpnkrCLOK/lcCfyLiCx14I4lwL8BKy2kmY231wD+uN1uo7UeA+7JO2eZhMn4/XFgh4t6arfbfZW4wsVbdZTyQwXMH7hwnsXnKuCfbDjRqI6fEGdda3FSar/VZj4WGDfceRwF8/As8BcOUnQ98IgvtTIKEmaBBWc5fQIPAM8aV70oEPdds+/vcI0tJ+XstyhhCI95lDB99RSJyGpLj+8lcx+FEqVgLgufyVwABs8Spk/PZ0mOlO30XB6XudowOXPRcPCKrOfBAPLVVqs1VjK1m4hrV0rvu2guS+5l6IC5ksVZHv4WAttbrVYzJx7xIrAw69gyrs/aL8Wpl82kzgAznsfVv8ZaEXk4TzUZN/pppVQjy/uykWYF1878bViA+W0dEVeC9AdEZE3G73dmxUXqpjUS9JmJSF82UWDvZByF50RkLGdeVicNbhfDdVhls1UBc1xEerYiMk8k5mwfA54wOZyk7fJY0tXNClIVqQmL/f87iiK63e408GnWflXUVE4oYW2OfbYZaOa580XjsNjvnIgcEJF9IvKJiEwPEzC/Jk4uWnGBq+FIXOexJHGKhcBDlmLfVU1AnMU+nLjef1Th5jIj01yzAWxJMkQigLip6riKVDDwY+APoyi6P4qiB4E7gFuMVHWiqqHri8AB4NGyfIVDjilJi01gcI/5/y5gSZnRlr6mg3o6JiInE5sOAhdFZFEyw5seZ5aqLcjbJK+5nv8vt+jTjcCqOiH9nO17gCejKPq/hKj5/hnA5OTk4CWMSeP/hLjepbZLncEZDeDLiUveBTTyOMpGqhWE8XvAGzt37kwefhrY6zN0kLrmUhNd/kIwtD/GstSDreQhzqJ/PwmWOXOrgQ+Bo7Yupu3/id+TE/r7ee6irZ1R8P0EcT1LmiFeE5Ep17RA3n6ptEHDSJSk/fJll3EU7ZfYfsL8zbnRS7fbnQG2i8h0UZKuLOhUwP1LEu7nEhc9brufKUfYEUVRlj12HHinyG7JCpTZuMH9MSW+jwOrbNxgl1ACcMxIUEZBwgB8AHTz0O5qU6RofvL+8ri2pueyO2EnfYE6nU4P2CEiZ11tirz5SNHCZOQcuKFMgrkG74DfVilFHRhgTD3rNuJSxcKJs40TJMB2KcEdU1nGpc05UxIluekU0I6iaKbg2NPEyzcqcWkJk1xMSZsFeQZ1WpLZFHwbujQqcZjkDZ4FHhORyx5iFEmOOpsoHj+V9TBsCoWy9jP3+g1j3OZSp9NBKbUL2Fk1NVBwv2cSm5cBYzb2Sln1v880wEAAYyb1MPAtYMqXRwH8Z+IyvwJ6WarOZXLMcdPmXg/biOtOp9NTSm0Dfgb0XJOPWTaOuYfjic2L0tKkbi5p1CK9vwMaYBewte9Z2IAjT12JyCUTC+nTYeBUuuq9LC+S3kdErhjJsttFt5va4yf6oKkbwDO2XzL9sCRrbHnutM11BpUq8NYfxriiu4CvisiZKnmdhKh9J2kXRVF0GYj6D6u/XxlnpdTFaeCrwLvpgm/L8U0BT4rITuLi8UoPx4TkX06tZxrPs1HyjHuXeR1JwPRBo5Q6APypyVnMWk5i8vMI8GLGGp+3ROSfk6opL7aS+m3WeEL3RVF0sI7X0O12p5RS3wO2iMgpVy/J3MvLZoxJ+j0b9eJaajEI8r5U1qink1rrPwMeEZHnTYyhWbI0omdE9bey1i1FUTTdbrf/yuj/x/slogXh+VkTh3gF2Osr2mkW472vtT4MtEXkm8DiopSI+T5FXHb5d2lmSC4fsWEum7RLHuhM+ecik544Umb4DxwwqcDeO1rr3cR1IFuB9SKyKCHZeiLSI85+/0N8WDc3ixpF0ZV2u/00cQ3wX5tw+pg5X8/8nRORg8Rrij4qcptrju9cq9V6TkReNYyxmbh7wlhqfFeAfcSL/Y5mrY50lQauxq9ZYjsG3E1c4P6ASU98yRUwlReymVLKhu0qP5OdHTMh/xuMxJkCfgOcdV2DbcLpC4Gb+eLS3DNKqVnbpJopiZxJqyqtddPcU6m9Yxb1Nfr3o5RabOb1vAnNXylaRjsxMRERl556JRF50jgMLUArpW5MbXdeyFZHwiwAfqG1/hWwSyn1adHkmgmbwVN+wzzgS8SlFk5kqvduJa4/uRf4k7QhS1zI9aTW+m3gQNHyXgP0ngnGHfEc4LNi4JxzfN94YE1frnezxk02RGSVUmqdiDwvIsfM5O5VSp2z4cxhktHdNxA3DWgBtyqlxkXkQk6eaExENiqlNojIBa31AeBt4IhS6orPjhR123AUHLvMd5ym6WnA84B7ReRe4IKIfKC17gCHlVIX56rdh9HdS4yts8V8LnB8QA3DpV8Xka8Bp0Rkl9b6PeDTIpurzgPPusei2pyR7w+TN0hjT2gReRT4XET2GvAc9zG5liCZB6wRkRbxYvplmFoTmwhqQWCsaWywF4hbbxzXWv+cOIl5pmqvmKzWHUVznrePZXFaLeA0fYrR1M02RORGpdQzIvIUcMJM7rtKqdM+e8UkGgetFJEtxIvrb8ZyyUiZC5vzOQ+4Wyl1t4jsAA4ZlXwQuOwCnipLZVzjMr5U08Dc6tRNNYmLn29TSr0oIocMePYCF6o24jHSZJmxSzYbt7HpyoE2kdGSkoUFSqlNwCYROQfsMVL1CDBTNr6sRkA2TGrZgsRa8swpYPIGZ8LgG83fReCA1vptpdSHnU5n2lKazAc2GmmyznhspSrGheOy7Iec8aSP6Tc1epy4brartX6vzIu08Zh8SZSRkTAVlscuMoakFpHTWuv3gZ8DH6dFuvFy7jYezsPENSSNvDZdeQXYLpzmUiWYsb0B3CQifwO8ICJHjcrabbzI5APs2QDSRYIU2T91gNP0rHqqUoO4U8EEca+XO4B03GORAdMyV46sY8NYqqQySdvvCHEPcIuIPJ3abb7N+atKlLog8QoYl+UWNstQ+jZIFqjy8kdZHFRml5RJmLycUNH48vZPbWtmXKtZdB1bxnVt7DRUCZPRisxpgK4TYmOoVc3J2Ijwon2LJEJRPMWnJPMo7UtVQW17ZRjrel3qQFzbfdhIGZtz2hRzlakMX1K+yryMkls9lPLCGi3LCl1w3/ZQ1RLTqsw0Cu0+nFHvut7ah5dWlzNd77+qhPHtnY6shKmz6L4KWGzcRheDfABhAqftZcDN6+RdFi+yiSdVDd41fIrCuoEll9JC25pem+UorqK8YhsTq+tk1fBm/W9THppjiE8DR0WkTVyLNLdxmEHmN2zXS/tYs1MXFC7jK4ga15rrBM0SZ9n3mFjWiSiKpsG9e4M3ozdP1JXlP+rYFenzF72kwdVFLxuPbUbYBgyuKsImR2S+XwL2isjbxOuwrsy5l2TTxdKmFUcdUFYBVx1j0tb2yguWlQXYiuI3jstMtkVR9MORiMPYqATfNkwVlWRzf1VtGF8hg0GoJPPde9XjUCWMzadLMrBu9NjGtij6Pe9aVSRoWZCwKN2Qdy+DiPw2fEgW1wDSIAbkem6XzhJ14xs+4h9lKYlR76JZ2mCnavyh6sCrxHSq2DWDoDrXHxZQvHpJRV6D6/9lk+Cj2Nl2v2F5SUUBtqLffFbSDRUweZKjCnDqinefEqaskU+Z3eHiJVX9rUiyDgI83sobfAbyXEoIBi1hXAN1c6GahqlWa68aGLYOrTNBLscNamw5oYPLNmuNylTQVaGS6q6Vyfq/Kie6pgZclpm4gq/swbtKbhcpPZJeUnLwdd5ZVMXar+rm+rhmWbtYm/IG1xjMXHtGA4vD1C0HsJ2oGi3LKl3PFXCuLn5WGcM117LMpjbD1TCskCsZSsyijmQa1P1VkWQjZcP4+r+qfq/idbiWHLicyzU2YtHi3nsR/JwApu5yzfSnS5zChQNLln54H58LAH1JBJuWZSMZuBvEuVxVVZVcV5lbXdWmKQONrwc7DG9pTpfKuhiHNgvmisDjCsQiA7LmElpnaVg1JjSSEsam64BNnMbVoC7iKlcuriPVfAQLXWpf5pq8x2FcjMKqEzHMOEzV6kEfHs8oxV+8AaaqWqoivl1BlldQVGXibUszqqxLcqltrhIkHdnAXV2d72LcVglS1bFjXMBdZV2S6+uBqkjYObVh0v3+fcVhfMR+fF3LJgZStF56WDUqw4zHDKTdxyAGW8Y9Ng+06muFfdpULm/GLXIKbNuUjLRbPch+az4Xutmcs6xr1aDGV3SP10S22lccxsXDcUnG2STrXG2YKuMtslNsgoRV53Nk4zCDVkk2S2IHsebZxbPxOW6fLctGLg5TJ/YxTO4YRKxnGC02Rom8rHwsW2BlY6wOUw/bgGNUIqvXHGDqRl19cmJoWTZ4uqraffi2F1xyX1WbJ2dtH8aS1msiDlPWvtT2Ibq0Wrdx+W0MXpfssWt23GYdV5GLn7V95OIwPpKGdWpRXd4WX0Vsu5Q3+FIRRa60bR/iQaungdT0hpZl1dSt75Zl170Nc622LLOt36nRsmx0vKQyD8W1+5QP1WG75rnOeOrEYbJskzprpIa5zCS0LBsyaIbcsmw0A3fDsmGu1ZZlNud0VUmDUkuhZdkItCwri5bb7BNalnkyvm32n+uWZXXWU4eWZddhy7JhBU7nOnDXw7xN/mptWWZoioz2pCIyC/TM23Fzr3G9tSyrI2EuAX8kIt8BjhK3J891E315TumODOmkX1bRUkYXhxngI+Ax4I4oimYzrrPXjO914GyZNLS9lyLJmrVf0W85krUHnAR+QPzW3tGQMOYll2eB17XWPxSRVUBLRL5C/DLwRlVPaUAty3rACeA94F3gsyiKegXjmwWOaq2PAt8TkfVmfOuBxT7tsbrSwRx7xgCkA/wamImiaPS8JIButzsLfKK1/gR4CVgDbAE2KKWWDUJvO0zu6cREHlNKTbu8kMG8c3oK2NNqtfaKyFLgAeK3264xLzx3AkeRSnJpWQZcAg6ZdwkcAi4MAiTeAZOa3CvAB61W60MRWWw4civxK4QXDKll2QWjcvoTedHHRJr3Tp8Ffqy1fgtYKSKPAn9upOqYbQDONfaT+G1KRI4Tv5VkN3CmSFKONGAyJvc88I7WugusJH5z/GZgtVJqvGpDv5x9p4CPzUTuAU4PktuMVP0N8AOt9SRwlwHOQ8DytH1YVHJg8faVWRE5BewyKvVEFEUzc+GVNYdxEfPS8pPApNb6deA2A5xHRGS5UqrhApQE584Cp4Au8Aul1KeTk5Ozw57Ebrc7BRxqtVqHRGQbsE5EvgGsA+a7vBI58b0HXAT2ichPgSPA1KBVzkgAJjW5Mwljsj+5W4CNwCLLSO15EdlrVM7hQRl4FR2BS8AurfUuYJmIPGzsnTuTKquAIaZE5JCxufb5UqdXLWBS9s40sK/Vau0znscm4D7DXVlieR+wHzgIXBqlicwZ31ng77XW/wjcDGwG/idj956IHDMgeX/YdslVAZgMzrwAvNlqtd4i+z0/F4HHRnUiLeydE1rrEzmxr5eMtJ0ZZSYAUGE5RSAXaoQpCBQAEygAJlAATKAAmEABMIECBcAECoAJFAATKAAmUABMoACYQIECYAIFwAQKgAkUABMoACbQ9Ur/OwDPb/OYDgsfJAAAAABJRU5ErkJggg==);
|
2856
|
+
background-size: 80px 80px;
|
2857
|
+
background-repeat: no-repeat;
|
2858
|
+
}
|
2859
|
+
.mirador-container .items-listing h3,
|
2860
|
+
.mirador-container .items-listing h4 {
|
2861
|
+
margin: 0;
|
2862
|
+
font-weight: normal;
|
2863
|
+
color: rgba(0, 0, 0, 0.7);
|
2864
|
+
}
|
2865
|
+
.mirador-container .items-listing h3 {
|
2866
|
+
color: rgba(0, 0, 0, 0.8);
|
2867
|
+
margin-top: 2px;
|
2868
|
+
font-size: 1em;
|
2869
|
+
}
|
2870
|
+
.mirador-container .manifest-title h3 {
|
2871
|
+
line-height: 1.2em;
|
2872
|
+
height: 3.6em;
|
2873
|
+
position: relative;
|
2874
|
+
overflow: hidden;
|
2875
|
+
}
|
2876
|
+
.mirador-container .manifest-title h3:after {
|
2877
|
+
content: "";
|
2878
|
+
text-align: right;
|
2879
|
+
position: absolute;
|
2880
|
+
bottom: 0;
|
2881
|
+
right: 0;
|
2882
|
+
width: 20%;
|
2883
|
+
height: 1.2em;
|
2884
|
+
/*background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);*/
|
2885
|
+
}
|
2886
|
+
.mirador-container .item-info {
|
2887
|
+
position: absolute;
|
2888
|
+
bottom: 0;
|
2889
|
+
display: table;
|
2890
|
+
width: 100%;
|
2891
|
+
}
|
2892
|
+
.mirador-container .item-info-row {
|
2893
|
+
display: table-row;
|
2894
|
+
}
|
2895
|
+
.mirador-container .repo-label,
|
2896
|
+
.mirador-container .canvas-count {
|
2897
|
+
display: table-cell;
|
2898
|
+
white-space: nowrap;
|
2899
|
+
font-size: .85em;
|
2900
|
+
vertical-align: bottom;
|
2901
|
+
color: gray;
|
2902
|
+
}
|
2903
|
+
.mirador-container .canvas-count {
|
2904
|
+
text-align: right;
|
2905
|
+
}
|
2906
|
+
.mirador-container .repo-image,
|
2907
|
+
.mirador-container .select-metadata,
|
2908
|
+
.mirador-container .preview-images {
|
2909
|
+
float: left;
|
2910
|
+
margin-right: 15px;
|
2911
|
+
height: 80px;
|
2912
|
+
}
|
2913
|
+
.mirador-container .preview-thumb {
|
2914
|
+
display: inline-flex;
|
2915
|
+
position: absolute;
|
2916
|
+
}
|
2917
|
+
.mirador-container .preview-images {
|
2918
|
+
margin-right: 0;
|
2919
|
+
}
|
2920
|
+
.mirador-container .preview-image {
|
2921
|
+
background-color: gray;
|
2922
|
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
|
2923
|
+
float: left;
|
2924
|
+
margin-right: 15px;
|
2925
|
+
min-height: 25px;
|
2926
|
+
min-width: 25px;
|
2927
|
+
/*transition: all 0.1s ease-out; ?*/
|
2928
|
+
}
|
2929
|
+
.mirador-container .preview-image:hover {
|
2930
|
+
box-shadow: 0px 0px 5px #00bfff;
|
2931
|
+
transform: scale(1.1);
|
2932
|
+
transition: all 0.6 ease-out;
|
2933
|
+
}
|
2934
|
+
.mirador-container .remaining {
|
2935
|
+
line-height: 80px;
|
2936
|
+
opacity: 0.5;
|
2937
|
+
text-align: center;
|
2938
|
+
box-sizing: border-box;
|
2939
|
+
vertical-align: middle;
|
2940
|
+
width: 20px;
|
2941
|
+
}
|
2942
|
+
.mirador-container #load-controls {
|
2943
|
+
margin-top: 20px;
|
2944
|
+
}
|
2945
|
+
.mirador-container #load-controls:after {
|
2946
|
+
content: "";
|
2947
|
+
display: table;
|
2948
|
+
clear: both;
|
2949
|
+
}
|
2950
|
+
.mirador-container #load-controls input {
|
2951
|
+
height: 25px;
|
2952
|
+
border: 1px solid lightGray;
|
2953
|
+
color: gray;
|
2954
|
+
background: none;
|
2955
|
+
border-radius: 2px;
|
2956
|
+
transition: border-color 0.3s ease-out;
|
2957
|
+
}
|
2958
|
+
.mirador-container #manifest-search-form {
|
2959
|
+
float: left;
|
2960
|
+
}
|
2961
|
+
.mirador-container #manifest-search-form label {
|
2962
|
+
margin-right: 6px;
|
2963
|
+
}
|
2964
|
+
.mirador-container #url-load-form {
|
2965
|
+
float: right;
|
2966
|
+
}
|
2967
|
+
.mirador-container #url-load-form input[type="text"] {
|
2968
|
+
width: 250px;
|
2969
|
+
margin: 0 5px;
|
2970
|
+
}
|
2971
|
+
.mirador-container #load-controls input[type="submit"] {
|
2972
|
+
height: 29px;
|
2973
|
+
}
|
2974
|
+
.mirador-container #manifest-search i {
|
2975
|
+
position: absolute;
|
2976
|
+
left: 0;
|
2977
|
+
color: #000;
|
2978
|
+
}
|
2979
|
+
.mirador-container #manifest-search-form input:focus,
|
2980
|
+
.mirador-container #url-load-form input:focus,
|
2981
|
+
.mirador-container #url-load-form input[type="submit"]:hover {
|
2982
|
+
outline: none;
|
2983
|
+
border-color: deepskyblue;
|
2984
|
+
}
|
2985
|
+
.mirador-container #manifest-search i {
|
2986
|
+
width: 25px;
|
2987
|
+
height: 25px;
|
2988
|
+
color: red;
|
2989
|
+
border: 1px solid red;
|
2990
|
+
}
|
2991
|
+
.mirador-container .select-results {
|
2992
|
+
height: 100%;
|
2993
|
+
overflow-y: scroll;
|
2994
|
+
margin-top: 10px;
|
2995
|
+
border-top: 1px solid gray;
|
2996
|
+
}
|
2997
|
+
.mirador-container #workspace-select-menu,
|
2998
|
+
.mirador-container #workspaceContainer {
|
2999
|
+
position: absolute;
|
3000
|
+
height: 100%;
|
3001
|
+
width: 100%;
|
3002
|
+
background-color: rgba(255, 255, 255, 0.94);
|
3003
|
+
display: none;
|
3004
|
+
overflow: hidden;
|
3005
|
+
z-index: 5;
|
3006
|
+
}
|
3007
|
+
.mirador-container #workspace-select-menu {
|
3008
|
+
background-color: #333;
|
3009
|
+
text-align: center;
|
3010
|
+
padding: 20%;
|
3011
|
+
padding-top: 0;
|
3012
|
+
box-sizing: border-box;
|
3013
|
+
}
|
3014
|
+
.mirador-container #workspace-select-menu h1 {
|
3015
|
+
color: lightGray;
|
3016
|
+
padding-bottom: 3%;
|
3017
|
+
font-weight: normal;
|
3018
|
+
}
|
3019
|
+
.mirador-container #workspace-select-menu h2,
|
3020
|
+
.mirador-container #workspace-select-menu h3 {
|
3021
|
+
color: lightGray;
|
3022
|
+
}
|
3023
|
+
.mirador-container .select-grid {
|
3024
|
+
width: 60%;
|
3025
|
+
min-width: 300px;
|
3026
|
+
position: relative;
|
3027
|
+
margin: auto;
|
3028
|
+
}
|
3029
|
+
.mirador-container .grid-row {
|
3030
|
+
content: "";
|
3031
|
+
display: table;
|
3032
|
+
clear: both;
|
3033
|
+
margin: 0 auto;
|
3034
|
+
}
|
3035
|
+
.mirador-container .grid-item {
|
3036
|
+
height: 50px;
|
3037
|
+
width: 50px;
|
3038
|
+
float: left;
|
3039
|
+
padding: 4px;
|
3040
|
+
display: block;
|
3041
|
+
}
|
3042
|
+
.mirador-container .grid-item .grid-icon {
|
3043
|
+
background: gray;
|
3044
|
+
height: 50px;
|
3045
|
+
width: 50px;
|
3046
|
+
border-radius: 7px;
|
3047
|
+
display: block;
|
3048
|
+
transition: all 0.2s ease-out;
|
3049
|
+
margin: auto;
|
3050
|
+
}
|
3051
|
+
.mirador-container .grid-item.hovered .grid-icon {
|
3052
|
+
background: deepskyblue;
|
3053
|
+
box-shadow: 0 0 10px #000;
|
3054
|
+
transform: scale(1.1) translateY(-10px) translateX(-5px);
|
3055
|
+
transition: all 0.2s ease-out;
|
3056
|
+
}
|
3057
|
+
.mirador-container .grid-text {
|
3058
|
+
display: none;
|
3059
|
+
}
|
3060
|
+
.mirador-container {
|
3061
|
+
/*
|
3062
|
+
.toc li:hover > h2 a {
|
3063
|
+
font-weight: bold;
|
3064
|
+
}
|
3065
|
+
*/
|
3066
|
+
}
|
3067
|
+
.mirador-container .sidePanel {
|
3068
|
+
position: absolute;
|
3069
|
+
width: 280px;
|
3070
|
+
left: 0;
|
3071
|
+
bottom: 0;
|
3072
|
+
top: 0;
|
3073
|
+
background-color: #efefef;
|
3074
|
+
border-right: 1px solid lightGray;
|
3075
|
+
box-sizing: border-box;
|
3076
|
+
overflow: hidden;
|
3077
|
+
transition: all 0.3s ease;
|
3078
|
+
padding: 10px;
|
3079
|
+
opacity: 1;
|
3080
|
+
transition: all 0.2s ease-out;
|
3081
|
+
transform: translateX(0);
|
3082
|
+
/*
|
3083
|
+
h2 {
|
3084
|
+
font-size: 1.5em;
|
3085
|
+
}
|
3086
|
+
h3 {
|
3087
|
+
font-size: 1.25em;
|
3088
|
+
}
|
3089
|
+
h4 {
|
3090
|
+
font-size: 1.0em;
|
3091
|
+
}
|
3092
|
+
h5 {
|
3093
|
+
font-size: .75em;
|
3094
|
+
}
|
3095
|
+
*/
|
3096
|
+
}
|
3097
|
+
.mirador-container .sidePanel .tabGroup {
|
3098
|
+
list-style-type: none;
|
3099
|
+
margin: 0;
|
3100
|
+
padding: 0;
|
3101
|
+
}
|
3102
|
+
.mirador-container .sidePanel .tab {
|
3103
|
+
padding: 4px 6px;
|
3104
|
+
border-left: 0;
|
3105
|
+
border-bottom: 2px solid #000;
|
3106
|
+
display: inline-block;
|
3107
|
+
cursor: pointer;
|
3108
|
+
border-radius: 3px 3px 0 0;
|
3109
|
+
}
|
3110
|
+
.mirador-container .sidePanel .tab:not(.selected):hover {
|
3111
|
+
border: 2px solid rgba(0, 0, 0, 0.3);
|
3112
|
+
border-bottom: 2px solid #000;
|
3113
|
+
padding: 4px 4px;
|
3114
|
+
}
|
3115
|
+
.mirador-container .sidePanel .tab.selected {
|
3116
|
+
border: 2px solid #000;
|
3117
|
+
border-bottom: 0;
|
3118
|
+
border-radius: 3px 3px 0 0;
|
3119
|
+
margin: 0 -2px;
|
3120
|
+
}
|
3121
|
+
.mirador-container .sidePanel .annotationListItem {
|
3122
|
+
list-style-type: none;
|
3123
|
+
border-left: 0;
|
3124
|
+
border-right: 0;
|
3125
|
+
padding: 10px 10px 0 10px;
|
3126
|
+
}
|
3127
|
+
.mirador-container .sidePanel .annotationListItem:after {
|
3128
|
+
content: "";
|
3129
|
+
height: 1px;
|
3130
|
+
background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #939393 50%, rgba(0, 0, 0, 0) 100%);
|
3131
|
+
display: block;
|
3132
|
+
margin-top: 10px;
|
3133
|
+
}
|
3134
|
+
.mirador-container .sidePanel .annotationListItem.focused {
|
3135
|
+
background-color: #dddddd;
|
3136
|
+
border-left: 3px solid lightBlue;
|
3137
|
+
}
|
3138
|
+
.mirador-container .sidePanel .annotationListItem:hover {
|
3139
|
+
background-color: #dddddd;
|
3140
|
+
border-left: 3px solid lightBlue;
|
3141
|
+
}
|
3142
|
+
.mirador-container .sidePanel .annotationListItem.selected {
|
3143
|
+
background-color: #ccc;
|
3144
|
+
border-left: 3px solid deepskyblue;
|
3145
|
+
}
|
3146
|
+
.mirador-container .sidePanel a:hover {
|
3147
|
+
text-decoration: none;
|
3148
|
+
}
|
3149
|
+
.mirador-container .sidePanel h1,
|
3150
|
+
.mirador-container .sidePanel h2,
|
3151
|
+
.mirador-container .sidePanel h3,
|
3152
|
+
.mirador-container .sidePanel h4 {
|
3153
|
+
margin: 0;
|
3154
|
+
padding: 0;
|
3155
|
+
font-weight: normal;
|
3156
|
+
}
|
3157
|
+
.mirador-container .sidePanel.minimized {
|
3158
|
+
transition: all 0.2s ease-out;
|
3159
|
+
transform: translateX(-280px);
|
3160
|
+
opacity: 0;
|
3161
|
+
border: none;
|
3162
|
+
}
|
3163
|
+
.mirador-container .tabContentArea {
|
3164
|
+
position: relative;
|
3165
|
+
width: 280px;
|
3166
|
+
height: 100%;
|
3167
|
+
float: left;
|
3168
|
+
background-color: #efefef;
|
3169
|
+
border-right: 1px solid lightGray;
|
3170
|
+
box-sizing: border-box;
|
3171
|
+
overflow: hidden;
|
3172
|
+
transition: all 0.3s ease;
|
3173
|
+
}
|
3174
|
+
.mirador-container .annotationsPanel ul {
|
3175
|
+
padding: 0;
|
3176
|
+
margin: 0;
|
3177
|
+
}
|
3178
|
+
.mirador-container .toc {
|
3179
|
+
margin: 0;
|
3180
|
+
overflow-y: scroll;
|
3181
|
+
width: 280px;
|
3182
|
+
padding: 0;
|
3183
|
+
position: absolute;
|
3184
|
+
box-sizing: border-box;
|
3185
|
+
left: 0;
|
3186
|
+
top: 0px;
|
3187
|
+
bottom: 0;
|
3188
|
+
list-style-type: none;
|
3189
|
+
font-size: 75%;
|
3190
|
+
}
|
3191
|
+
.mirador-container .toc a.toc-link {
|
3192
|
+
color: black;
|
3193
|
+
padding: 8px;
|
3194
|
+
padding-left: 8px;
|
3195
|
+
display: block;
|
3196
|
+
}
|
3197
|
+
.mirador-container .toc a.toc-link:hover {
|
3198
|
+
cursor: pointer;
|
3199
|
+
background-color: #dddddd;
|
3200
|
+
display: block;
|
3201
|
+
overflow: hidden;
|
3202
|
+
}
|
3203
|
+
.mirador-container .toc ul {
|
3204
|
+
margin: 0;
|
3205
|
+
padding: 0;
|
3206
|
+
box-sizing: border-box;
|
3207
|
+
list-style-type: none;
|
3208
|
+
width: 100%;
|
3209
|
+
}
|
3210
|
+
.mirador-container .toc li {
|
3211
|
+
cursor: pointer;
|
3212
|
+
box-sizing: border-box;
|
3213
|
+
display: block;
|
3214
|
+
position: relative;
|
3215
|
+
margin-left: 8px;
|
3216
|
+
margin-bottom: 5px;
|
3217
|
+
}
|
3218
|
+
.mirador-container .toc li.selected {
|
3219
|
+
cursor: pointer;
|
3220
|
+
overflow: hidden;
|
3221
|
+
border-left: 4px solid deepskyblue;
|
3222
|
+
transition: all 0.2s ease-out;
|
3223
|
+
}
|
3224
|
+
.mirador-container .toc-link i {
|
3225
|
+
color: rgba(0, 0, 0, 0.4);
|
3226
|
+
margin-right: 0.4em;
|
3227
|
+
transition: all 0.2s linear;
|
3228
|
+
}
|
3229
|
+
.mirador-container .toc-link i:hover {
|
3230
|
+
color: black;
|
3231
|
+
}
|
3232
|
+
.mirador-container .toc-caret {
|
3233
|
+
padding: 0.4em;
|
3234
|
+
margin: -0.4em;
|
3235
|
+
}
|
3236
|
+
.mirador-container .toc li.has-child i.star {
|
3237
|
+
display: none;
|
3238
|
+
}
|
3239
|
+
.mirador-container .toc li.leaf-item i.toc-caret {
|
3240
|
+
display: none;
|
3241
|
+
}
|
3242
|
+
.mirador-container .toc li.leaf-item i.star {
|
3243
|
+
display: inline-block;
|
3244
|
+
}
|
3245
|
+
.mirador-container .toc li.selected > h2 .toc-link,
|
3246
|
+
.mirador-container .toc li.selected > h3 .toc-link,
|
3247
|
+
.mirador-container .toc li.selected > h4 .toc-link,
|
3248
|
+
.mirador-container .toc li.selected > h5 .toc-link {
|
3249
|
+
font-weight: bold;
|
3250
|
+
}
|
3251
|
+
.mirador-container .toc li.selected > h2 .toc-link .star,
|
3252
|
+
.mirador-container .toc li.selected > h3 .toc-link .star,
|
3253
|
+
.mirador-container .toc li.selected > h4 .toc-link .star,
|
3254
|
+
.mirador-container .toc li.selected > h5 .toc-link .star,
|
3255
|
+
.mirador-container .toc li.hovered > h2 .toc-link .star,
|
3256
|
+
.mirador-container .toc li.hovered > h3 .toc-link .star,
|
3257
|
+
.mirador-container .toc li.hovered > h4 .toc-link .star,
|
3258
|
+
.mirador-container .toc li.hovered > h5 .toc-link .star {
|
3259
|
+
color: black;
|
3260
|
+
}
|
3261
|
+
.mirador-container .toc li.open > h2 .toc-link .toc-caret,
|
3262
|
+
.mirador-container .toc li.open > h3 .toc-link .toc-caret,
|
3263
|
+
.mirador-container .toc li.open > h4 .toc-link .toc-caret,
|
3264
|
+
.mirador-container .toc li.open > h5 .toc-link .toc-caret {
|
3265
|
+
transition: all 0.2s linear;
|
3266
|
+
transform: rotate(90deg);
|
3267
|
+
-webkit-transform: rotate(90deg);
|
3268
|
+
-moz-transform: rotate(90deg);
|
3269
|
+
-ms-transform: rotate(90deg);
|
3270
|
+
-o-transform: rotate(90deg);
|
3271
|
+
/* Internet Explorer */
|
3272
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
3273
|
+
}
|
3274
|
+
.mirador-container .toc li.hovered {
|
3275
|
+
border-left: 4px solid deepskyblue;
|
3276
|
+
}
|
3277
|
+
.mirador-container .toc li:hover {
|
3278
|
+
border-left: 4px solid #99e5ff;
|
3279
|
+
}
|
3280
|
+
.mirador-container .toc-link:hover .star {
|
3281
|
+
color: black;
|
3282
|
+
}
|
3283
|
+
.mirador-container .toc li:hover > h2 a.toc-link,
|
3284
|
+
.mirador-container .toc li:hover > h3 a.toc-link,
|
3285
|
+
.mirador-container .toc li:hover > h4 a.toc-link,
|
3286
|
+
.mirador-container .toc li:hover > h5 a.toc-link,
|
3287
|
+
.mirador-container .toc li:hover > h6 a.toc-link {
|
3288
|
+
font-weight: bold;
|
3289
|
+
}
|
3290
|
+
.mirador-container {
|
3291
|
+
/*
|
3292
|
+
.annotation:hover {
|
3293
|
+
border: 3px solid orangered;
|
3294
|
+
opacity: 0.5;
|
3295
|
+
box-shadow: 0px 0px 15px @black;
|
3296
|
+
}
|
3297
|
+
|
3298
|
+
.annotation.selected:hover {
|
3299
|
+
border: 3px solid orangered;
|
3300
|
+
opacity: 1;
|
3301
|
+
box-shadow: 0px 0px 8px @black-a70;
|
3302
|
+
}
|
3303
|
+
*/
|
3304
|
+
}
|
3305
|
+
.mirador-container .annotationListPanel {
|
3306
|
+
background-color: #f0f0f0;
|
3307
|
+
width: 200px;
|
3308
|
+
height: 100%;
|
3309
|
+
position: absolute;
|
3310
|
+
right: 0;
|
3311
|
+
top: 0;
|
3312
|
+
margin: 0;
|
3313
|
+
padding: 0;
|
3314
|
+
z-index: 2;
|
3315
|
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
|
3316
|
+
border-left: 1px solid gray;
|
3317
|
+
}
|
3318
|
+
.mirador-container .annotationPanelHeader {
|
3319
|
+
padding: 0 10px;
|
3320
|
+
}
|
3321
|
+
.mirador-container .annotationListPanel ul {
|
3322
|
+
position: absolute;
|
3323
|
+
bottom: 0;
|
3324
|
+
top: 80px;
|
3325
|
+
border-top: 1px solid #fff;
|
3326
|
+
list-style: none;
|
3327
|
+
overflow: scroll;
|
3328
|
+
overflow-x: hidden;
|
3329
|
+
margin-bottom: 0;
|
3330
|
+
padding: 0;
|
3331
|
+
width: 100%;
|
3332
|
+
}
|
3333
|
+
.mirador-container .annotationListPanel ul li {
|
3334
|
+
font-size: 80%;
|
3335
|
+
margin: 0;
|
3336
|
+
padding: 10px;
|
3337
|
+
border-bottom: 1px solid #fff;
|
3338
|
+
box-sizing: border-box;
|
3339
|
+
}
|
3340
|
+
.mirador-container .annotationListPanel ul li:hover {
|
3341
|
+
background-color: lightGray;
|
3342
|
+
cursor: pointer;
|
3343
|
+
border-left: 2px solid orangered;
|
3344
|
+
padding-left: 8px;
|
3345
|
+
}
|
3346
|
+
.mirador-container .annotationListPanel ul li.selected {
|
3347
|
+
color: #fff;
|
3348
|
+
background-color: gray;
|
3349
|
+
cursor: pointer;
|
3350
|
+
border-left: 3px solid orangered;
|
3351
|
+
padding-left: 7px;
|
3352
|
+
}
|
3353
|
+
.mirador-container .annotationListPanel ul li.hovered {
|
3354
|
+
background-color: lightGray;
|
3355
|
+
cursor: pointer;
|
3356
|
+
border-left: 2px solid orangered;
|
3357
|
+
padding-left: 8px;
|
3358
|
+
}
|
3359
|
+
.mirador-container .annotationListPanel ul li p {
|
3360
|
+
margin: 0;
|
3361
|
+
}
|
3362
|
+
.mirador-container .annotationListPanel ul li p:hover {
|
3363
|
+
margin: 0;
|
3364
|
+
cursor: pointer;
|
3365
|
+
}
|
3366
|
+
.mirador-container .annotationListPanel ul li a {
|
3367
|
+
display: block;
|
3368
|
+
position: absolute;
|
3369
|
+
top: 0;
|
3370
|
+
bottom: 0;
|
3371
|
+
left: 0;
|
3372
|
+
right: 0;
|
3373
|
+
}
|
3374
|
+
.mirador-container .annotationListPanel .resizeGrip {
|
3375
|
+
position: absolute;
|
3376
|
+
left: -7px;
|
3377
|
+
bottom: 0;
|
3378
|
+
top: 0;
|
3379
|
+
width: 12px;
|
3380
|
+
z-index: 3;
|
3381
|
+
background: none;
|
3382
|
+
display: block;
|
3383
|
+
cursor: ew-resize;
|
3384
|
+
}
|
3385
|
+
.mirador-container .annotation,
|
3386
|
+
.mirador-container .osd-select-rectangle {
|
3387
|
+
border: 2px solid deepskyblue;
|
3388
|
+
box-shadow: 0px 0px 5px #fff;
|
3389
|
+
box-sizing: border-box;
|
3390
|
+
}
|
3391
|
+
.mirador-container .annotation.selected {
|
3392
|
+
border: 3px solid orangered;
|
3393
|
+
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
|
3400
3394
|
}
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
3395
|
+
.mirador-container .annotation.hovered {
|
3396
|
+
border: 3px solid orangered;
|
3397
|
+
opacity: 0.5;
|
3398
|
+
box-shadow: 0px 0px 15px #000;
|
3404
3399
|
}
|
3405
|
-
|
3406
|
-
|
3400
|
+
.mirador-container .annotationDetails {
|
3401
|
+
box-sizing: border-box;
|
3407
3402
|
position: absolute;
|
3408
|
-
|
3409
|
-
|
3410
|
-
|
3403
|
+
bottom: 0;
|
3404
|
+
left: 0;
|
3405
|
+
width: 100%;
|
3406
|
+
padding: inherit;
|
3407
|
+
padding-top: 25px;
|
3411
3408
|
color: white;
|
3412
|
-
|
3409
|
+
overflow: hidden;
|
3410
|
+
height: 20%;
|
3411
|
+
z-index: 2;
|
3412
|
+
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
|
3413
|
+
/* FF3.6+ */
|
3414
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(13%, rgba(0, 0, 0, 0.77)), color-stop(100%, rgba(0, 0, 0, 0.77)));
|
3415
|
+
/* Chrome,Safari4+ */
|
3416
|
+
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
|
3417
|
+
/* Chrome10+,Safari5.1+ */
|
3418
|
+
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
|
3419
|
+
/* Opera 11.10+ */
|
3420
|
+
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
|
3421
|
+
/* IE10+ */
|
3422
|
+
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 13%, rgba(0, 0, 0, 0.77) 100%);
|
3423
|
+
/* W3C */
|
3424
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c4000000', GradientType=0);
|
3425
|
+
/* IE6-9 */
|
3426
|
+
}
|
3427
|
+
.mirador-container .annotationDetailToggle {
|
3428
|
+
float: right;
|
3429
|
+
margin: 32px;
|
3430
|
+
margin-top: 0;
|
3431
|
+
cursor: pointer;
|
3413
3432
|
}
|
3414
|
-
|
3415
|
-
|
3416
|
-
width: 3px;
|
3417
|
-
margin-left: 27px;
|
3418
|
-
margin-bottom: 20px;
|
3419
|
-
height:100px;
|
3433
|
+
.mirador-container .osd-annotation-overlay {
|
3434
|
+
display: none;
|
3420
3435
|
}
|
3421
|
-
|
3422
|
-
|
3423
|
-
|
3424
|
-
|
3425
|
-
|
3426
|
-
|
3436
|
+
.mirador-container .displayBottomPanelButton {
|
3437
|
+
box-sizing: border-box;
|
3438
|
+
position: absolute;
|
3439
|
+
bottom: 0;
|
3440
|
+
left: 0;
|
3441
|
+
width: 100%;
|
3442
|
+
padding: inherit;
|
3443
|
+
color: #fff;
|
3444
|
+
height: 75px;
|
3445
|
+
z-index: 2;
|
3427
3446
|
}
|
3428
|
-
|
3429
|
-
|
3430
|
-
|
3447
|
+
.mirador-container .annotationDetails p {
|
3448
|
+
width: 80%;
|
3449
|
+
font-size: 1.3em;
|
3450
|
+
font-weight: bold;
|
3451
|
+
display: block;
|
3452
|
+
margin: 0 auto;
|
3431
3453
|
}
|
3432
|
-
|
3433
|
-
|
3434
|
-
|
3454
|
+
.mirador-container #bookmark-panel {
|
3455
|
+
position: absolute;
|
3456
|
+
height: 20%;
|
3457
|
+
width: 30%;
|
3458
|
+
background-color: rgba(255, 255, 255, 0.94);
|
3459
|
+
display: none;
|
3460
|
+
overflow: hidden;
|
3461
|
+
z-index: 5;
|
3462
|
+
right: 0;
|
3463
|
+
top: 0;
|
3464
|
+
padding: 10px;
|
3435
3465
|
}
|
3436
|
-
|
3437
|
-
|
3438
|
-
|
3439
|
-
|
3440
|
-
.mirador-
|
3466
|
+
.mirador-container #bookmark-panel span {
|
3467
|
+
width: 100%;
|
3468
|
+
padding-left: 2%;
|
3469
|
+
}
|
3470
|
+
.mirador-container #bookmark-panel input {
|
3471
|
+
width: 80%;
|
3472
|
+
margin-right: 3px;
|
3473
|
+
}
|
3474
|
+
.mirador-container #bookmark-panel h3 {
|
3475
|
+
text-align: center;
|
3476
|
+
}
|
3477
|
+
.mirador-container .mirador-viewer .sub-title {
|
3441
3478
|
border-bottom: 2px solid #ccc;
|
3442
3479
|
color: #666;
|
3443
3480
|
font-weight: bold;
|
3444
3481
|
margin: 10px 20px 5px 20px;
|
3445
3482
|
padding: 0 5px 5px 0;
|
3446
3483
|
}
|
3447
|
-
|
3448
|
-
.mirador-viewer .metadata-listing {
|
3484
|
+
.mirador-container .mirador-viewer .metadata-listing {
|
3449
3485
|
width: 100%;
|
3450
3486
|
margin: 0;
|
3451
3487
|
padding: 0px 20px 10px 20px;
|
3452
3488
|
box-sizing: border-box;
|
3453
3489
|
}
|
3454
|
-
|
3455
|
-
.mirador-viewer .metadata-item {
|
3490
|
+
.mirador-container .mirador-viewer .metadata-item {
|
3456
3491
|
padding: 5px 0;
|
3457
3492
|
}
|
3458
|
-
|
3459
|
-
.mirador-
|
3493
|
+
.mirador-container .mirador-viewer .metadata-label,
|
3494
|
+
.mirador-container .mirador-viewer .metadata-value {
|
3460
3495
|
line-height: 1.5;
|
3461
3496
|
}
|
3462
|
-
|
3463
|
-
.mirador-viewer .metadata-label {
|
3497
|
+
.mirador-container .mirador-viewer .metadata-label {
|
3464
3498
|
color: #555;
|
3465
3499
|
font-style: italic;
|
3466
3500
|
}
|
3467
|
-
|
3468
|
-
.mirador-viewer .metadata-value {
|
3501
|
+
.mirador-container .mirador-viewer .metadata-value {
|
3469
3502
|
vertical-align: bottom;
|
3470
3503
|
}
|
3471
|
-
|
3472
|
-
|
3473
|
-
border-bottom: 1px dotted #005EBD;
|
3504
|
+
.mirador-container .mirador-viewer .metadata-listing a {
|
3505
|
+
border-bottom: 1px dotted #005ebd;
|
3474
3506
|
}
|
3475
|
-
|
3476
|
-
.mirador-viewer .metadata-listing a:hover {
|
3507
|
+
.mirador-container .mirador-viewer .metadata-listing a:hover {
|
3477
3508
|
border-bottom: 1px dotted #dddddd;
|
3478
3509
|
}
|
3479
|
-
|
3480
|
-
.mirador-metadata-view-nav-toolbar {
|
3510
|
+
.mirador-container .mirador-metadata-view-nav-toolbar {
|
3481
3511
|
float: right;
|
3482
3512
|
margin-right: 5px;
|
3483
3513
|
}
|
3484
|
-
|
3485
|
-
.metadata-logo {
|
3514
|
+
.mirador-container .metadata-logo {
|
3486
3515
|
max-height: 120px;
|
3487
3516
|
max-width: 100%;
|
3488
3517
|
}
|
3489
|
-
|
3490
|
-
|
3491
|
-
/* initial loader
|
3492
|
-
---------------------------------------------------------------------------- */
|
3493
|
-
.mirador-loading {
|
3494
|
-
background-color: #fff;
|
3495
|
-
border: 1px solid #999;
|
3496
|
-
padding: 20px;
|
3497
|
-
}
|
3498
|
-
|
3499
|
-
|
3500
|
-
/* buttons and icons
|
3501
|
-
---------------------------------------------------------------------------- */
|
3502
|
-
.mirador-btn {
|
3503
|
-
cursor: pointer;
|
3504
|
-
display: inline-block;
|
3505
|
-
height: 20px;
|
3506
|
-
width: 20px;
|
3507
|
-
margin-top: 9px;
|
3508
|
-
/*margin-left: 3px;*/
|
3509
|
-
}
|
3510
|
-
|
3511
|
-
.mirador-btn.disabled {
|
3512
|
-
opacity: 0.5;
|
3513
|
-
}
|
3514
|
-
.disabled {
|
3515
|
-
opacity: 0.5;
|
3516
|
-
pointer-events: none;
|
3517
|
-
}
|
3518
|
-
|
3519
|
-
a.mirador-icon-annotations [class^="icon-"] {
|
3520
|
-
display:block;
|
3521
|
-
position:absolute;
|
3522
|
-
}
|
3523
|
-
.mirador-viewer a.mirador-icon-annotations {
|
3524
|
-
background: none;
|
3525
|
-
color: rgb( 146, 145, 145 );
|
3526
|
-
box-sizing: border-box;
|
3527
|
-
}
|
3528
|
-
.mirador-viewer a.mirador-icon-annotations:hover {
|
3529
|
-
color: black
|
3530
|
-
}
|
3531
|
-
|
3532
|
-
.mirador-viewer ul.dropdown {
|
3533
|
-
display: none;
|
3534
|
-
width: 160px;
|
3535
|
-
z-index: 3;
|
3536
|
-
opacity: 0.98;
|
3537
|
-
background-color: #efefef;
|
3538
|
-
text-align: center;
|
3539
|
-
list-style: none;
|
3518
|
+
.mirador-container .bottomPanel {
|
3519
|
+
background-color: rgba(0, 0, 0, 0.7);
|
3540
3520
|
position: absolute;
|
3541
|
-
|
3542
|
-
margin-top:10px;
|
3543
|
-
height: auto;
|
3544
|
-
box-shadow: 0px 2px 4px #B1B1B1;
|
3545
|
-
border: 1px solid #B1B1B1;
|
3546
|
-
}
|
3547
|
-
|
3548
|
-
.mirador-viewer .dropdown li {
|
3549
|
-
margin:0;
|
3550
|
-
cursor: pointer;
|
3551
|
-
box-sizing: border-box;
|
3552
|
-
background-color: #dddddd;
|
3553
|
-
padding: 10px;
|
3554
|
-
width:100%;
|
3555
|
-
text-align:left;
|
3556
|
-
}
|
3557
|
-
|
3558
|
-
.mirador-viewer .dropdown li:hover {
|
3559
|
-
border-left: 3px solid deepskyblue;
|
3560
|
-
background-color: #dddddd;
|
3561
|
-
padding-left: 7px;
|
3562
|
-
font-weight: bold;
|
3563
|
-
}
|
3564
|
-
|
3565
|
-
.image-list {
|
3566
|
-
right: 0;
|
3567
|
-
}
|
3568
|
-
|
3569
|
-
.slot-controls {
|
3521
|
+
bottom: 0;
|
3570
3522
|
left: 0;
|
3523
|
+
right: 0;
|
3524
|
+
height: 130px;
|
3525
|
+
z-index: 4;
|
3526
|
+
overflow: hidden;
|
3527
|
+
display: none;
|
3528
|
+
transition: transform 0.3s ease;
|
3571
3529
|
}
|
3572
|
-
|
3573
|
-
|
3574
|
-
display:block;
|
3575
|
-
position:absolute;
|
3530
|
+
.mirador-container .bottomPanel.minimized {
|
3531
|
+
transform: translateY(130px);
|
3576
3532
|
}
|
3577
|
-
|
3578
|
-
|
3579
|
-
|
3580
|
-
|
3533
|
+
.mirador-container .panel-thumbnail-view {
|
3534
|
+
position: absolute;
|
3535
|
+
height: 100%;
|
3536
|
+
width: 100%;
|
3537
|
+
overflow-x: scroll;
|
3538
|
+
overflow-y: hidden;
|
3581
3539
|
}
|
3582
|
-
|
3583
|
-
|
3584
|
-
|
3585
|
-
|
3586
|
-
|
3587
|
-
margin-
|
3588
|
-
|
3540
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs {
|
3541
|
+
clear: both;
|
3542
|
+
list-style: none;
|
3543
|
+
padding: 0;
|
3544
|
+
white-space: nowrap;
|
3545
|
+
margin-top: 10px;
|
3546
|
+
margin-bottom: 4px;
|
3589
3547
|
}
|
3590
|
-
|
3591
|
-
.mirador-viewer a.mirador-icon-window-menu, .mirador-viewer a.mirador-icon-toc, .mirador-viewer a.mirador-close-window {
|
3592
|
-
float:left;
|
3593
|
-
background: none;
|
3594
|
-
color: rgb( 146, 145, 145 );
|
3548
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li {
|
3595
3549
|
box-sizing: border-box;
|
3596
|
-
|
3597
|
-
|
3598
|
-
|
3599
|
-
|
3600
|
-
a.mirador-icon-window-menu, a.mirador-icon-view-type {
|
3601
|
-
width: 30px;
|
3602
|
-
}
|
3603
|
-
|
3604
|
-
.mirador-viewer a.mirador-icon-view-type:hover,
|
3605
|
-
.mirador-viewer a.mirador-icon-metadata-view:hover,
|
3606
|
-
.mirador-viewer a.mirador-icon-empty-slot:hover,
|
3607
|
-
.mirador-viewer a.mirador-icon-window-menu:hover,
|
3608
|
-
.mirador-viewer a.mirador-icon-toc:hover,
|
3609
|
-
.mirador-viewer a.mirador-osd-fullscreen:hover {
|
3610
|
-
color: black;
|
3550
|
+
padding: 0px 10px 0px 10px;
|
3551
|
+
display: inline-block;
|
3552
|
+
margin-bottom: 11px;
|
3611
3553
|
}
|
3612
|
-
|
3613
|
-
|
3614
|
-
|
3615
|
-
.mirador-viewer a.mirador-icon-metadata-view.selected {
|
3616
|
-
color: black;
|
3554
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li.highlight {
|
3555
|
+
padding-left: 8px;
|
3556
|
+
padding-right: 8px;
|
3617
3557
|
}
|
3618
|
-
|
3619
|
-
|
3620
|
-
|
3621
|
-
|
3558
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img {
|
3559
|
+
background-color: gray;
|
3560
|
+
min-height: 25px;
|
3561
|
+
min-width: 25px;
|
3562
|
+
margin: 0 auto;
|
3563
|
+
display: block;
|
3622
3564
|
box-sizing: border-box;
|
3623
3565
|
}
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
3627
|
-
|
3628
|
-
|
3566
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img.thumbnail-image {
|
3567
|
+
background-color: gray;
|
3568
|
+
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
|
3569
|
+
float: left;
|
3570
|
+
margin-right: 15px;
|
3629
3571
|
}
|
3630
|
-
|
3631
|
-
|
3632
|
-
.qtip {
|
3572
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img.thumbnail-image.highlight {
|
3573
|
+
border: 2px solid deepskyblue;
|
3633
3574
|
}
|
3634
|
-
.
|
3635
|
-
border
|
3636
|
-
|
3637
|
-
|
3575
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li img:hover {
|
3576
|
+
border: 2px solid rgba(0, 191, 255, 0.7);
|
3577
|
+
transform: scale(1.1);
|
3578
|
+
cursor: pointer;
|
3638
3579
|
}
|
3639
|
-
.
|
3640
|
-
padding: 0;
|
3580
|
+
.mirador-container .panel-thumbnail-view ul.panel-listing-thumbs li .thumb-label {
|
3641
3581
|
clear: both;
|
3642
|
-
|
3643
|
-
.qtip-viewer .qtip-content {
|
3644
|
-
min-width: 275px;
|
3645
|
-
max-height: 200px;
|
3646
|
-
overflow: auto;
|
3647
|
-
}
|
3648
|
-
.qtip-content {
|
3649
|
-
text-align: inherit;
|
3650
|
-
}
|
3651
|
-
.annotation-tooltip {
|
3652
|
-
padding: 10px;
|
3653
|
-
}
|
3654
|
-
.annotation-editor {
|
3655
|
-
cursor: move;
|
3656
|
-
}
|
3657
|
-
.annotation-display {
|
3658
|
-
position:relative;
|
3659
|
-
border-left:0;
|
3660
|
-
border-right:0;
|
3661
|
-
padding: 12px;
|
3662
|
-
padding-bottom:0;
|
3663
|
-
border-bottom: 1px solid gray;
|
3664
|
-
}
|
3665
|
-
.annotation-display:last-child {
|
3666
|
-
border: none;
|
3667
|
-
}
|
3668
|
-
.annotation-tooltip .button-container {
|
3669
|
-
text-align: right;
|
3670
|
-
}
|
3671
|
-
.annotation-tooltip .save, .annotation-tooltip .cancel {
|
3672
|
-
margin-left: 12px;
|
3673
|
-
/* padding: 5px 7px; */
|
3674
|
-
/* border-radius: 2px; */
|
3675
|
-
/* text-decoration: underline; */
|
3676
|
-
/* color: white; */
|
3677
|
-
/* background-color: black; */
|
3678
|
-
font-size: 12px;
|
3679
|
-
text-decoration: underline;
|
3680
|
-
}
|
3681
|
-
.annotation-tooltip .save:hover, .annotation-tooltip .cancel:hover {
|
3682
|
-
/* padding: 5px 7px; */
|
3683
|
-
/* border-radius: 2px; */
|
3684
|
-
/* text-decoration: underline; */
|
3685
|
-
font-weight:bold;
|
3686
|
-
/* color: white; */
|
3687
|
-
/* background-color: black; */
|
3688
|
-
}
|
3689
|
-
.text-editor, .tags-editor {
|
3690
|
-
padding: 5px;
|
3691
|
-
display: block;
|
3692
|
-
margin: 6px 0px 6px 0px;
|
3693
|
-
border: 0;
|
3694
|
-
background: #efefef;
|
3695
|
-
box-shadow: inset 0 0 7px gray;
|
3696
|
-
resize: vertical;
|
3697
|
-
border: 1px solid gray;
|
3698
|
-
}
|
3699
|
-
.annotation-display.annotation-tooltip .button-container {
|
3700
|
-
text-align: right;
|
3701
|
-
}
|
3702
|
-
.annotation-display .edit, .annotation-display .delete {
|
3582
|
+
color: #999;
|
3703
3583
|
font-size: 12px;
|
3704
|
-
margin
|
3705
|
-
|
3706
|
-
|
3707
|
-
|
3708
|
-
|
3709
|
-
|
3710
|
-
.annotation-display .text-viewer a:hover {
|
3711
|
-
border-bottom: 1px dotted #dddddd;
|
3712
|
-
}
|
3713
|
-
.text-viewer p {
|
3714
|
-
margin-top: 0;
|
3715
|
-
}
|
3716
|
-
.text-viewer p.user {
|
3717
|
-
color: gray;
|
3718
|
-
font-style: italic;
|
3719
|
-
font-size: 11px;
|
3720
|
-
}
|
3721
|
-
.tags-viewer {
|
3722
|
-
margin-bottom: 12px;
|
3723
|
-
}
|
3724
|
-
.qtip-bootstrap .tags-viewer span.tag {
|
3725
|
-
background: lightgray;
|
3726
|
-
color: #222;
|
3727
|
-
border-radius: 6px;
|
3728
|
-
padding: 0 5px;
|
3729
|
-
margin-right:5px;
|
3730
|
-
margin-bottom: 5px;
|
3584
|
+
margin: 0 auto;
|
3585
|
+
max-width: 75px;
|
3586
|
+
text-align: left;
|
3587
|
+
white-space: nowrap;
|
3588
|
+
overflow: hidden;
|
3589
|
+
text-overflow: ellipsis;
|
3731
3590
|
text-align: center;
|
3732
|
-
font-size: 12;
|
3733
|
-
font-weight: bold;
|
3734
|
-
border: 1px solid #aaa;
|
3735
|
-
display: inline-block;
|
3736
3591
|
}
|
3737
3592
|
|
3738
|
-
.mce-edit-area iframe {
|
3739
|
-
height: 75px !important;
|
3740
|
-
}
|
3741
3593
|
|
3742
|
-
/* Disable outlines when canvas is focused
|
3743
|
-
---------------------------------------------------------------------------- */
|
3744
|
-
canvas {
|
3745
|
-
outline: none;
|
3746
|
-
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
|
3747
|
-
}
|