@internetarchive/bookreader 5.0.0-8-multiple-files → 5.0.0-80
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc.js +17 -15
- package/.github/workflows/node.js.yml +78 -6
- package/.github/workflows/npm-publish.yml +6 -20
- package/.testcaferc.js +10 -0
- package/BookReader/BookReader.css +442 -1393
- package/BookReader/BookReader.js +2 -21564
- package/BookReader/BookReader.js.LICENSE.txt +20 -20
- package/BookReader/BookReader.js.map +1 -1
- package/BookReader/ia-bookreader-bundle.js +1782 -0
- package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +7 -0
- package/BookReader/ia-bookreader-bundle.js.map +1 -0
- package/BookReader/icons/1up.svg +1 -12
- package/BookReader/icons/2up.svg +1 -15
- package/BookReader/icons/advance.svg +3 -26
- package/BookReader/icons/chevron-right.svg +1 -1
- package/BookReader/icons/close-circle-dark.svg +1 -0
- package/BookReader/icons/close-circle.svg +1 -1
- package/BookReader/icons/fullscreen.svg +1 -17
- package/BookReader/icons/fullscreen_exit.svg +1 -17
- package/BookReader/icons/hamburger.svg +1 -15
- package/BookReader/icons/left-arrow.svg +1 -12
- package/BookReader/icons/magnify-minus.svg +1 -16
- package/BookReader/icons/magnify-plus.svg +1 -17
- package/BookReader/icons/magnify.svg +1 -15
- package/BookReader/icons/pause.svg +1 -23
- package/BookReader/icons/play.svg +1 -22
- package/BookReader/icons/playback-speed.svg +1 -34
- package/BookReader/icons/read-aloud.svg +1 -22
- package/BookReader/icons/review.svg +3 -22
- package/BookReader/icons/thumbnails.svg +1 -17
- package/BookReader/icons/voice.svg +1 -0
- package/BookReader/icons/volume-full.svg +1 -22
- package/BookReader/images/BRicons.svg +5 -94
- package/BookReader/images/books_graphic.svg +1 -177
- package/BookReader/images/icon_book.svg +1 -12
- package/BookReader/images/icon_bookmark.svg +1 -12
- package/BookReader/images/icon_gear.svg +1 -14
- package/BookReader/images/icon_hamburger.svg +1 -20
- package/BookReader/images/icon_home.svg +1 -21
- package/BookReader/images/icon_info.svg +1 -11
- package/BookReader/images/icon_one_page.svg +1 -8
- package/BookReader/images/icon_pause.svg +1 -1
- package/BookReader/images/icon_play.svg +1 -1
- package/BookReader/images/icon_playback-rate.svg +1 -15
- package/BookReader/images/icon_search_button.svg +1 -8
- package/BookReader/images/icon_share.svg +1 -9
- package/BookReader/images/icon_skip-ahead.svg +1 -6
- package/BookReader/images/icon_skip-back.svg +2 -13
- package/BookReader/images/icon_speaker.svg +1 -18
- package/BookReader/images/icon_speaker_open.svg +1 -10
- package/BookReader/images/icon_thumbnails.svg +1 -12
- package/BookReader/images/icon_toc.svg +1 -5
- package/BookReader/images/icon_two_pages.svg +1 -9
- package/BookReader/images/marker_chap-off.svg +1 -11
- package/BookReader/images/marker_chap-on.svg +1 -11
- package/BookReader/images/marker_srch-on.svg +1 -11
- package/BookReader/jquery-3.js +2 -0
- package/BookReader/jquery-3.js.LICENSE.txt +24 -0
- package/BookReader/plugins/plugin.archive_analytics.js +1 -172
- package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
- package/BookReader/plugins/plugin.autoplay.js +1 -165
- package/BookReader/plugins/plugin.autoplay.js.map +1 -1
- package/BookReader/plugins/plugin.chapters.js +22 -301
- package/BookReader/plugins/plugin.chapters.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.chapters.js.map +1 -1
- package/BookReader/plugins/plugin.iframe.js +1 -74
- package/BookReader/plugins/plugin.iframe.js.map +1 -1
- package/BookReader/plugins/plugin.iiif.js +2 -0
- package/BookReader/plugins/plugin.iiif.js.map +1 -0
- package/BookReader/plugins/plugin.resume.js +1 -368
- package/BookReader/plugins/plugin.resume.js.map +1 -1
- package/BookReader/plugins/plugin.search.js +2 -1420
- package/BookReader/plugins/plugin.search.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.search.js.map +1 -1
- package/BookReader/plugins/plugin.text_selection.js +2 -1080
- package/BookReader/plugins/plugin.text_selection.js.LICENSE.txt +1 -0
- package/BookReader/plugins/plugin.text_selection.js.map +1 -1
- package/BookReader/plugins/plugin.tts.js +2 -9193
- package/BookReader/plugins/plugin.tts.js.LICENSE.txt +2 -0
- package/BookReader/plugins/plugin.tts.js.map +1 -1
- package/BookReader/plugins/plugin.url.js +1 -269
- package/BookReader/plugins/plugin.url.js.map +1 -1
- package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -379
- package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -1
- package/BookReader/webcomponents-bundle.js +3 -0
- package/BookReader/webcomponents-bundle.js.LICENSE.txt +9 -0
- package/BookReader/webcomponents-bundle.js.map +1 -0
- package/BookReaderDemo/BookReaderDemo.css +18 -19
- package/BookReaderDemo/BookReaderJSAdvanced.js +0 -3
- package/BookReaderDemo/BookReaderJSAutoplay.js +4 -1
- package/BookReaderDemo/BookReaderJSSimple.js +1 -0
- package/BookReaderDemo/IADemoBr.js +147 -0
- package/BookReaderDemo/demo-advanced.html +2 -2
- package/BookReaderDemo/demo-autoplay.html +2 -3
- package/BookReaderDemo/demo-embed-iframe-src.html +2 -1
- package/BookReaderDemo/demo-fullscreen-mobile.html +3 -5
- package/BookReaderDemo/demo-fullscreen.html +2 -4
- package/BookReaderDemo/demo-iiif.html +99 -12
- package/BookReaderDemo/demo-internetarchive.html +214 -18
- package/BookReaderDemo/demo-multiple.html +2 -1
- package/BookReaderDemo/demo-preview-pages.html +2 -1
- package/BookReaderDemo/demo-simple.html +2 -1
- package/BookReaderDemo/demo-vendor-fullscreen.html +2 -4
- package/BookReaderDemo/ia-multiple-volumes-manifest.js +170 -0
- package/BookReaderDemo/immersion-1up.html +2 -2
- package/BookReaderDemo/immersion-mode.html +2 -4
- package/BookReaderDemo/toggle_controls.html +3 -2
- package/BookReaderDemo/view_mode.html +2 -1
- package/BookReaderDemo/viewmode-cycle.html +2 -3
- package/CHANGELOG.md +545 -33
- package/README.md +14 -1
- package/babel.config.js +20 -0
- package/codecov.yml +6 -0
- package/index.html +4 -1
- package/jsconfig.json +19 -0
- package/netlify.toml +9 -0
- package/package.json +70 -60
- package/renovate.json +52 -0
- package/scripts/preversion.js +0 -1
- package/src/BookNavigator/assets/bookmark-colors.js +1 -1
- package/src/BookNavigator/assets/button-base.js +9 -2
- package/src/BookNavigator/assets/ia-logo.js +17 -0
- package/src/BookNavigator/assets/icon_checkmark.js +1 -1
- package/src/BookNavigator/assets/icon_close.js +1 -1
- package/src/BookNavigator/book-navigator.js +590 -0
- package/src/BookNavigator/bookmarks/bookmark-button.js +3 -2
- package/src/BookNavigator/bookmarks/bookmark-edit.js +3 -4
- package/src/BookNavigator/bookmarks/bookmarks-list.js +2 -3
- package/src/BookNavigator/bookmarks/bookmarks-loginCTA.js +3 -8
- package/src/BookNavigator/bookmarks/bookmarks-provider.js +27 -17
- package/src/BookNavigator/bookmarks/ia-bookmarks.js +116 -67
- package/src/BookNavigator/delete-modal-actions.js +1 -1
- package/src/BookNavigator/downloads/downloads-provider.js +36 -21
- package/src/BookNavigator/downloads/downloads.js +41 -25
- package/src/BookNavigator/search/search-provider.js +80 -28
- package/src/BookNavigator/search/search-results.js +28 -25
- package/src/BookNavigator/sharing.js +27 -0
- package/src/BookNavigator/viewable-files.js +95 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +11 -10
- package/src/BookNavigator/visual-adjustments/visual-adjustments.js +3 -3
- package/src/BookReader/BookModel.js +64 -34
- package/src/BookReader/DragScrollable.js +233 -0
- package/src/BookReader/Mode1Up.js +56 -351
- package/src/BookReader/Mode1UpLit.js +388 -0
- package/src/BookReader/Mode2Up.js +73 -1318
- package/src/BookReader/Mode2UpLit.js +776 -0
- package/src/BookReader/ModeCoordinateSpace.js +29 -0
- package/src/BookReader/ModeSmoothZoom.js +312 -0
- package/src/BookReader/ModeThumb.js +18 -12
- package/src/BookReader/Navbar/Navbar.js +14 -40
- package/src/BookReader/PageContainer.js +81 -6
- package/src/BookReader/ReduceSet.js +1 -1
- package/src/BookReader/Toolbar/Toolbar.js +10 -37
- package/src/BookReader/events.js +2 -3
- package/src/BookReader/options.js +27 -2
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/ScrollClassAdder.js +31 -0
- package/src/BookReader/utils/SelectionObserver.js +45 -0
- package/src/BookReader/utils.js +118 -13
- package/src/BookReader.js +446 -1062
- package/src/assets/icons/close-circle-dark.svg +1 -0
- package/src/assets/icons/magnify-minus.svg +3 -7
- package/src/assets/icons/magnify-plus.svg +3 -7
- package/src/assets/icons/voice.svg +1 -0
- package/src/css/BookReader.scss +1 -17
- package/src/css/_BRBookmarks.scss +1 -1
- package/src/css/_BRComponent.scss +1 -1
- package/src/css/_BRmain.scss +33 -27
- package/src/css/_BRnav.scss +12 -39
- package/src/css/_BRpages.scss +149 -40
- package/src/css/_BRsearch.scss +68 -230
- package/src/css/_BRtoolbar.scss +5 -5
- package/src/css/_TextSelection.scss +87 -27
- package/src/css/_colorbox.scss +2 -2
- package/src/css/_controls.scss +20 -7
- package/src/css/_icons.scss +7 -1
- package/src/ia-bookreader/ia-bookreader.js +224 -0
- package/src/plugins/plugin.archive_analytics.js +3 -3
- package/src/plugins/plugin.autoplay.js +5 -11
- package/src/plugins/plugin.chapters.js +237 -191
- package/src/plugins/plugin.iiif.js +151 -0
- package/src/plugins/plugin.resume.js +3 -3
- package/src/plugins/plugin.text_selection.js +464 -134
- package/src/plugins/plugin.vendor-fullscreen.js +4 -4
- package/src/plugins/search/plugin.search.js +175 -120
- package/src/plugins/search/utils.js +43 -0
- package/src/plugins/search/view.js +64 -202
- package/src/plugins/tts/AbstractTTSEngine.js +71 -40
- package/src/plugins/tts/FestivalTTSEngine.js +13 -14
- package/src/plugins/tts/PageChunk.js +15 -21
- package/src/plugins/tts/PageChunkIterator.js +8 -12
- package/src/plugins/tts/WebTTSEngine.js +87 -71
- package/src/plugins/tts/plugin.tts.js +96 -127
- package/src/plugins/tts/utils.js +15 -25
- package/src/plugins/url/UrlPlugin.js +191 -0
- package/src/plugins/{plugin.url.js → url/plugin.url.js} +45 -16
- package/src/util/browserSniffing.js +22 -0
- package/src/util/docCookies.js +21 -2
- package/tests/e2e/README.md +37 -0
- package/tests/e2e/autoplay.test.js +2 -2
- package/tests/e2e/base.test.js +8 -16
- package/tests/e2e/helpers/base.js +53 -48
- package/tests/e2e/helpers/debug.js +1 -1
- package/tests/e2e/helpers/params.js +17 -0
- package/tests/e2e/helpers/rightToLeft.js +8 -14
- package/tests/e2e/helpers/search.js +73 -0
- package/tests/e2e/models/Navigation.js +20 -37
- package/tests/e2e/rightToLeft.test.js +4 -5
- package/tests/e2e/viewmode.test.js +40 -33
- package/tests/jest/BookNavigator/book-navigator.test.js +661 -0
- package/tests/jest/BookNavigator/bookmarks/bookmark-button.test.js +43 -0
- package/tests/{karma → jest}/BookNavigator/bookmarks/bookmark-edit.test.js +25 -26
- package/tests/{karma → jest}/BookNavigator/bookmarks/bookmarks-list.test.js +41 -42
- package/tests/jest/BookNavigator/bookmarks/ia-bookmarks.test.js +45 -0
- package/tests/jest/BookNavigator/downloads/downloads-provider.test.js +67 -0
- package/tests/jest/BookNavigator/downloads/downloads.test.js +53 -0
- package/tests/jest/BookNavigator/search/search-provider.test.js +167 -0
- package/tests/{karma/BookNavigator → jest/BookNavigator/search}/search-results.test.js +109 -60
- package/tests/jest/BookNavigator/sharing/sharing-provider.test.js +49 -0
- package/tests/jest/BookNavigator/viewable-files/viewable-files-provider.test.js +80 -0
- package/tests/jest/BookNavigator/visual-adjustments.test.js +200 -0
- package/tests/{BookReader → jest/BookReader}/BookModel.test.js +74 -14
- package/tests/jest/BookReader/BookReaderPublicFunctions.test.js +193 -0
- package/tests/{BookReader → jest/BookReader}/ImageCache.test.js +4 -4
- package/tests/jest/BookReader/Mode1UpLit.test.js +73 -0
- package/tests/jest/BookReader/Mode2Up.test.js +98 -0
- package/tests/jest/BookReader/Mode2UpLit.test.js +190 -0
- package/tests/jest/BookReader/ModeCoordinateSpace.test.js +16 -0
- package/tests/jest/BookReader/ModeSmoothZoom.test.js +218 -0
- package/tests/jest/BookReader/ModeThumb.test.js +71 -0
- package/tests/{BookReader → jest/BookReader}/Navbar/Navbar.test.js +10 -10
- package/tests/{BookReader → jest/BookReader}/PageContainer.test.js +88 -6
- package/tests/{BookReader → jest/BookReader}/ReduceSet.test.js +1 -1
- package/tests/{BookReader → jest/BookReader}/Toolbar/Toolbar.test.js +2 -2
- package/tests/jest/BookReader/utils/HTMLDimensionsCacher.test.js +59 -0
- package/tests/jest/BookReader/utils/ScrollClassAdder.test.js +49 -0
- package/tests/jest/BookReader/utils/SelectionObserver.test.js +57 -0
- package/tests/{BookReader → jest/BookReader}/utils/classes.test.js +1 -1
- package/tests/jest/BookReader/utils.test.js +229 -0
- package/tests/jest/BookReader.keyboard.test.js +190 -0
- package/tests/{BookReader.options.test.js → jest/BookReader.options.test.js} +9 -1
- package/tests/{BookReader.test.js → jest/BookReader.test.js} +26 -37
- package/tests/{plugins → jest/plugins}/plugin.archive_analytics.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.autoplay.test.js +4 -4
- package/tests/jest/plugins/plugin.chapters.test.js +195 -0
- package/tests/{plugins → jest/plugins}/plugin.iframe.test.js +2 -2
- package/tests/{plugins → jest/plugins}/plugin.resume.test.js +3 -3
- package/tests/jest/plugins/plugin.text_selection.test.js +317 -0
- package/tests/{plugins → jest/plugins}/plugin.vendor-fullscreen.test.js +2 -2
- package/tests/{plugins → jest/plugins}/search/plugin.search.test.js +26 -47
- package/tests/{plugins → jest/plugins}/search/plugin.search.view.test.js +39 -6
- package/tests/jest/plugins/search/utils.js +25 -0
- package/tests/jest/plugins/search/utils.test.js +29 -0
- package/tests/{plugins → jest/plugins}/tts/AbstractTTSEngine.test.js +29 -9
- package/tests/{plugins → jest/plugins}/tts/FestivalTTSEngine.test.js +4 -4
- package/tests/{plugins → jest/plugins}/tts/PageChunk.test.js +1 -1
- package/tests/{plugins → jest/plugins}/tts/PageChunkIterator.test.js +3 -3
- package/tests/{plugins → jest/plugins}/tts/WebTTSEngine.test.js +47 -1
- package/tests/{plugins → jest/plugins}/tts/utils.test.js +1 -60
- package/tests/jest/plugins/url/UrlPlugin.test.js +198 -0
- package/tests/{plugins → jest/plugins/url}/plugin.url.test.js +53 -14
- package/tests/jest/setup.js +3 -0
- package/tests/{util → jest/util}/browserSniffing.test.js +1 -1
- package/tests/jest/util/docCookies.test.js +24 -0
- package/tests/{util → jest/util}/strings.test.js +1 -1
- package/tests/{utils.js → jest/utils.js} +38 -0
- package/webpack.config.js +12 -6
- package/.babelrc +0 -12
- package/.dependabot/config.yml +0 -6
- package/.testcaferc.json +0 -5
- package/BookReader/bookreader-component-bundle.js +0 -14312
- package/BookReader/bookreader-component-bundle.js.LICENSE.txt +0 -38
- package/BookReader/bookreader-component-bundle.js.map +0 -1
- package/BookReader/icons/sort-ascending.svg +0 -1
- package/BookReader/icons/sort-descending.svg +0 -1
- package/BookReader/jquery-1.10.1.js +0 -108
- package/BookReader/jquery-1.10.1.js.LICENSE.txt +0 -24
- package/BookReader/plugins/plugin.menu_toggle.js +0 -369
- package/BookReader/plugins/plugin.menu_toggle.js.map +0 -1
- package/BookReader/plugins/plugin.mobile_nav.js +0 -335
- package/BookReader/plugins/plugin.mobile_nav.js.map +0 -1
- package/BookReaderDemo/IIIFBookReader.js +0 -207
- package/BookReaderDemo/bookreader-template-bundle.js +0 -7178
- package/BookReaderDemo/demo-iiif.js +0 -26
- package/BookReaderDemo/demo-plugin-menu-toggle.html +0 -34
- package/karma.conf.js +0 -23
- package/src/BookNavigator/BookModel.js +0 -14
- package/src/BookNavigator/BookNavigator.js +0 -452
- package/src/BookNavigator/assets/book-loader.js +0 -27
- package/src/BookNavigator/assets/icon_sort_ascending.js +0 -5
- package/src/BookNavigator/assets/icon_sort_descending.js +0 -5
- package/src/BookNavigator/br-fullscreen-mgr.js +0 -83
- package/src/BookNavigator/search/a-search-result.js +0 -55
- package/src/BookNavigator/volumes/volumes-provider.js +0 -76
- package/src/BookNavigator/volumes/volumes.js +0 -161
- package/src/BookReader/DebugConsole.js +0 -54
- package/src/BookReaderComponent/BookReaderComponent.js +0 -112
- package/src/ItemNavigator/ItemNavigator.js +0 -372
- package/src/ItemNavigator/providers/sharing.js +0 -29
- package/src/assets/icons/sort-ascending.svg +0 -1
- package/src/assets/icons/sort-descending.svg +0 -1
- package/src/css/_MobileNav.scss +0 -194
- package/src/dragscrollable-br.js +0 -261
- package/src/plugins/menu_toggle/plugin.menu_toggle.js +0 -324
- package/src/plugins/plugin.mobile_nav.js +0 -287
- package/tests/BookReader/BookReaderPublicFunctions.test.js +0 -171
- package/tests/BookReader/DebugConsole.test.js +0 -25
- package/tests/BookReader/Mode1Up.test.js +0 -164
- package/tests/BookReader/Mode2Up.test.js +0 -247
- package/tests/BookReader/utils.test.js +0 -109
- package/tests/e2e/helpers/desktopSearch.js +0 -72
- package/tests/e2e/helpers/mobileSearch.js +0 -85
- package/tests/e2e/ia-production/ia-prod-base.js +0 -17
- package/tests/karma/BookNavigator/book-navigator.test.js +0 -132
- package/tests/karma/BookNavigator/visual-adjustments.test.js +0 -201
- package/tests/karma/BookNavigator/volumes.test.js +0 -101
- package/tests/plugins/menu_toggle/plugin.menu_toggle.test.js +0 -68
- package/tests/plugins/plugin.chapters.test.js +0 -130
- package/tests/plugins/plugin.mobile_nav.test.js +0 -66
- package/tests/plugins/plugin.text_selection.test.js +0 -203
- package/tests/util/docCookies.test.js +0 -15
@@ -1,3 +1,4 @@
|
|
1
|
+
@charset "UTF-8";
|
1
2
|
/* Variables */
|
2
3
|
/* COLORBOX POP-UP */
|
3
4
|
#colorbox, #cboxOverlay, #cboxWrapper {
|
@@ -76,12 +77,12 @@
|
|
76
77
|
background: transparent;
|
77
78
|
}
|
78
79
|
|
79
|
-
.shift {
|
80
|
+
.br-colorbox-shift {
|
80
81
|
position: absolute !important;
|
81
82
|
left: -10000px !important;
|
82
83
|
}
|
83
84
|
|
84
|
-
.BookReader, .
|
85
|
+
.BookReader, .BRfloat {
|
85
86
|
/* Shared root element rules */
|
86
87
|
font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
|
87
88
|
font-size: 14px;
|
@@ -91,82 +92,24 @@
|
|
91
92
|
/* Desktop-only */
|
92
93
|
/* Element-level rules */
|
93
94
|
}
|
94
|
-
.BookReader .
|
95
|
-
text-align: left;
|
96
|
-
}
|
97
|
-
.BookReader .tc, .BookReader .BRtc, .BRmobileMenu .tc, .BRmobileMenu .BRtc, .BRfloat .tc, .BRfloat .BRtc {
|
98
|
-
text-align: center;
|
99
|
-
}
|
100
|
-
.BookReader .tr, .BRmobileMenu .tr, .BRfloat .tr {
|
101
|
-
text-align: right;
|
102
|
-
}
|
103
|
-
.BookReader .ph10, .BRmobileMenu .ph10, .BRfloat .ph10 {
|
104
|
-
padding-left: 10px;
|
105
|
-
padding-right: 10px;
|
106
|
-
}
|
107
|
-
.BookReader .mv20, .BRmobileMenu .mv20, .BRfloat .mv20 {
|
108
|
-
margin-top: 20px;
|
109
|
-
margin-bottom: 20px;
|
110
|
-
}
|
111
|
-
.BookReader .mt20, .BRmobileMenu .mt20, .BRfloat .mt20 {
|
112
|
-
margin-top: 20px;
|
113
|
-
}
|
114
|
-
.BookReader .b, .BRmobileMenu .b, .BRfloat .b {
|
115
|
-
font-weight: bold;
|
116
|
-
}
|
117
|
-
.BookReader .i, .BRmobileMenu .i, .BRfloat .i {
|
118
|
-
font-style: italic;
|
119
|
-
}
|
120
|
-
.BookReader .smaller, .BRmobileMenu .smaller, .BRfloat .smaller {
|
121
|
-
font-size: 0.8em;
|
122
|
-
}
|
123
|
-
.BookReader .larger, .BRmobileMenu .larger, .BRfloat .larger {
|
95
|
+
.BookReader .larger, .BRfloat .larger {
|
124
96
|
font-size: 1.2em;
|
125
97
|
}
|
126
|
-
.BookReader .loader, .BRmobileMenu .loader, .BRfloat .loader {
|
127
|
-
background: url(images/loading.gif) no-repeat 50%;
|
128
|
-
height: 16px;
|
129
|
-
min-width: 16px;
|
130
|
-
}
|
131
98
|
@media (min-width: 801px) {
|
132
|
-
.BookReader .
|
133
|
-
display: none;
|
134
|
-
}
|
135
|
-
.BookReader .pv20-lg, .BRmobileMenu .pv20-lg, .BRfloat .pv20-lg {
|
136
|
-
padding-top: 20px;
|
137
|
-
padding-bottom: 20px;
|
138
|
-
}
|
139
|
-
.BookReader .pv50-lg, .BRmobileMenu .pv50-lg, .BRfloat .pv50-lg {
|
140
|
-
padding-top: 50px;
|
141
|
-
padding-bottom: 50px;
|
142
|
-
}
|
143
|
-
.BookReader .mv20-lg, .BRmobileMenu .mv20-lg, .BRfloat .mv20-lg {
|
99
|
+
.BookReader .mv20-lg, .BRfloat .mv20-lg {
|
144
100
|
margin-top: 20px;
|
145
101
|
margin-bottom: 20px;
|
146
102
|
}
|
147
103
|
}
|
148
|
-
|
149
|
-
.BookReader .desktop-only, .BRmobileMenu .desktop-only, .BRfloat .desktop-only {
|
150
|
-
display: none;
|
151
|
-
}
|
152
|
-
}
|
153
|
-
@media (min-width: 800px) and (max-width: 1050px) {
|
154
|
-
.BookReader .hide-md, .BRmobileMenu .hide-md, .BRfloat .hide-md {
|
155
|
-
display: none;
|
156
|
-
}
|
157
|
-
}
|
158
|
-
.BookReader h3, .BRmobileMenu h3, .BRfloat h3 {
|
104
|
+
.BookReader h3, .BRfloat h3 {
|
159
105
|
font-size: 20px;
|
160
106
|
font-weight: 700;
|
161
107
|
color: #dedede;
|
162
108
|
}
|
163
|
-
.BookReader
|
164
|
-
outline: none;
|
165
|
-
}
|
166
|
-
.BookReader button, .BRmobileMenu button, .BRfloat button {
|
109
|
+
.BookReader button, .BRfloat button {
|
167
110
|
cursor: pointer;
|
168
111
|
}
|
169
|
-
.BookReader a.logo, .
|
112
|
+
.BookReader a.logo, .BRfloat a.logo {
|
170
113
|
display: inline-block;
|
171
114
|
width: auto;
|
172
115
|
height: 100%;
|
@@ -181,6 +124,7 @@
|
|
181
124
|
position: relative;
|
182
125
|
overflow: hidden;
|
183
126
|
background-color: black;
|
127
|
+
contain: strict;
|
184
128
|
}
|
185
129
|
|
186
130
|
.BRcontainer {
|
@@ -205,6 +149,21 @@
|
|
205
149
|
z-index: 3000;
|
206
150
|
color: #222;
|
207
151
|
}
|
152
|
+
.BRprogresspopup .close-popup {
|
153
|
+
position: absolute;
|
154
|
+
top: 0;
|
155
|
+
right: 0;
|
156
|
+
width: 30px;
|
157
|
+
width: 30px;
|
158
|
+
padding: 0;
|
159
|
+
border: 0;
|
160
|
+
background-color: transparent;
|
161
|
+
}
|
162
|
+
.BRprogresspopup .close-popup .icon.icon-close-dark {
|
163
|
+
position: absolute;
|
164
|
+
top: 5px;
|
165
|
+
right: 5px;
|
166
|
+
}
|
208
167
|
|
209
168
|
.BRprogressbar {
|
210
169
|
background-image: url("images/progressbar.gif");
|
@@ -244,7 +203,7 @@
|
|
244
203
|
display: block;
|
245
204
|
}
|
246
205
|
.BRshare button[type=button].share-finished {
|
247
|
-
background-color:
|
206
|
+
background-color: rgb(74, 144, 226);
|
248
207
|
border: 0;
|
249
208
|
color: white;
|
250
209
|
border-radius: 3px;
|
@@ -267,13 +226,13 @@
|
|
267
226
|
}
|
268
227
|
|
269
228
|
.BRinfoMoreInfoWrapper {
|
270
|
-
background-color:
|
229
|
+
background-color: rgb(74, 144, 226);
|
271
230
|
border-radius: 2px;
|
272
231
|
padding: 8px;
|
273
232
|
text-align: center;
|
274
233
|
}
|
275
234
|
.BRinfoMoreInfoWrapper:active {
|
276
|
-
background-color:
|
235
|
+
background-color: rgb(80, 155, 242);
|
277
236
|
}
|
278
237
|
|
279
238
|
.BRinfoOtherFormats {
|
@@ -324,10 +283,10 @@ body.BRfullscreenActive .mm-menu {
|
|
324
283
|
line-height: 1;
|
325
284
|
}
|
326
285
|
.BRaction:active {
|
327
|
-
background-color:
|
286
|
+
background-color: rgb(171, 171, 171);
|
328
287
|
}
|
329
288
|
.BRaction.default {
|
330
|
-
background-color:
|
289
|
+
background-color: rgb(193, 193, 193);
|
331
290
|
color: white;
|
332
291
|
}
|
333
292
|
.BRaction.primary {
|
@@ -342,7 +301,7 @@ body.BRfullscreenActive .mm-menu {
|
|
342
301
|
color: orange;
|
343
302
|
}
|
344
303
|
.BRaction.orangeButton:active {
|
345
|
-
border-color:
|
304
|
+
border-color: rgb(249, 198, 19);
|
346
305
|
}
|
347
306
|
.BRaction.skinny {
|
348
307
|
min-width: 50px;
|
@@ -362,51 +321,42 @@ body.BRfullscreenActive .mm-menu {
|
|
362
321
|
.BRinfoLeftCol {
|
363
322
|
font-size: 14px;
|
364
323
|
}
|
365
|
-
|
366
324
|
.BRimageW {
|
367
325
|
text-align: center;
|
368
326
|
margin-bottom: 10px;
|
369
327
|
}
|
370
|
-
|
371
328
|
.BRimageW img {
|
372
329
|
height: 200px;
|
373
330
|
width: auto;
|
374
331
|
}
|
375
|
-
|
376
332
|
.BRinfoValue.larger {
|
377
333
|
font-size: 16px;
|
378
334
|
}
|
379
|
-
|
380
335
|
.BRinfoMoreInfoWrapper a {
|
381
336
|
font-size: inherit;
|
382
337
|
color: white;
|
383
338
|
text-decoration: none;
|
384
339
|
}
|
385
|
-
|
386
340
|
.BRinfoOtherFormatsFormat {
|
387
341
|
margin-bottom: 6px;
|
388
342
|
}
|
389
|
-
|
390
343
|
.BRinfoFooter {
|
391
344
|
margin-bottom: 10px;
|
392
345
|
text-align: left;
|
393
346
|
}
|
394
|
-
|
395
347
|
.BRinfoFooter a {
|
396
348
|
display: block;
|
397
349
|
}
|
398
|
-
|
399
350
|
.BRfloatFoot.BRinfoFooter {
|
400
351
|
margin: initial;
|
401
352
|
padding: initial;
|
402
353
|
border: initial;
|
403
354
|
font-size: inherit;
|
404
355
|
}
|
405
|
-
|
406
|
-
.BookReader .fieldset-embed, .BRmobileMenu .fieldset-embed, .BRfloat .fieldset-embed {
|
356
|
+
.BookReader .fieldset-embed, .BRfloat .fieldset-embed {
|
407
357
|
display: none;
|
408
358
|
}
|
409
|
-
.BookReader .BRaction, .
|
359
|
+
.BookReader .BRaction, .BRfloat .BRaction {
|
410
360
|
padding: 8px 10px;
|
411
361
|
margin-left: 0;
|
412
362
|
margin-bottom: 10px;
|
@@ -419,57 +369,47 @@ body.BRfullscreenActive .mm-menu {
|
|
419
369
|
position: relative;
|
420
370
|
padding: 15px;
|
421
371
|
}
|
422
|
-
|
423
372
|
.BRinfoLeftCol {
|
424
373
|
float: left;
|
425
374
|
width: 40%;
|
426
375
|
min-height: 1px;
|
427
376
|
}
|
428
|
-
|
429
377
|
.BRinfoRightCol {
|
430
378
|
float: left;
|
431
379
|
width: 58%;
|
432
380
|
}
|
433
|
-
|
434
381
|
.BRimageW {
|
435
382
|
text-align: center;
|
436
383
|
margin-bottom: 10px;
|
437
384
|
margin-right: 26px;
|
438
385
|
}
|
439
|
-
|
440
386
|
.BRimageW img {
|
441
387
|
height: auto;
|
442
388
|
width: 100%;
|
443
389
|
}
|
444
|
-
|
445
390
|
.BRinfoValue.larger {
|
446
391
|
font-size: 20px;
|
447
392
|
line-height: 1.2;
|
448
393
|
}
|
449
|
-
|
450
394
|
.BRinfoMoreInfoWrapper a {
|
451
395
|
font-size: 14px;
|
452
396
|
color: white;
|
453
397
|
text-decoration: none;
|
454
398
|
font-weight: bold;
|
455
399
|
}
|
456
|
-
|
457
400
|
.BRinfoOtherFormatsFormat {
|
458
401
|
display: inline;
|
459
402
|
margin-right: 10px;
|
460
403
|
}
|
461
|
-
|
462
404
|
.BRinfoFooter {
|
463
405
|
font-size: 1em;
|
464
406
|
clear: both;
|
465
407
|
}
|
466
|
-
|
467
408
|
.BRinfoFooter a {
|
468
409
|
display: inline;
|
469
410
|
margin-right: 10px;
|
470
411
|
}
|
471
|
-
|
472
|
-
.BookReader .BRaction, .BRmobileMenu .BRaction, .BRfloat .BRaction {
|
412
|
+
.BookReader .BRaction, .BRfloat .BRaction {
|
473
413
|
padding: 8px 16px;
|
474
414
|
}
|
475
415
|
}
|
@@ -481,6 +421,23 @@ body.BRfullscreenActive .mm-menu {
|
|
481
421
|
background-color: white;
|
482
422
|
}
|
483
423
|
|
424
|
+
.BRfullscreenAnimation .br-mode-2up__book {
|
425
|
+
transition: transform 0.2s ease-in-out;
|
426
|
+
}
|
427
|
+
|
428
|
+
.fullscreenActive.BRmodeThumb .BRcontainer,
|
429
|
+
.fullscreenActive.BRmode1up .BRcontainer {
|
430
|
+
animation: flash 0.3s ease-in-out;
|
431
|
+
}
|
432
|
+
|
433
|
+
@keyframes flash {
|
434
|
+
0% {
|
435
|
+
opacity: 0;
|
436
|
+
}
|
437
|
+
100% {
|
438
|
+
opacity: 1;
|
439
|
+
}
|
440
|
+
}
|
484
441
|
.BRpageview {
|
485
442
|
position: relative;
|
486
443
|
margin: auto;
|
@@ -493,7 +450,7 @@ body.BRfullscreenActive .mm-menu {
|
|
493
450
|
border: 0;
|
494
451
|
}
|
495
452
|
|
496
|
-
.BRmodeThumb .BRpagecontainer, .
|
453
|
+
.BRmodeThumb .BRpagecontainer, .BRmode2up .BRpagecontainer {
|
497
454
|
cursor: pointer;
|
498
455
|
}
|
499
456
|
|
@@ -501,10 +458,29 @@ body.BRfullscreenActive .mm-menu {
|
|
501
458
|
cursor: unset;
|
502
459
|
}
|
503
460
|
|
461
|
+
.br-mode-1up__root {
|
462
|
+
display: block;
|
463
|
+
overflow: auto;
|
464
|
+
position: relative;
|
465
|
+
width: 100%;
|
466
|
+
height: 100%;
|
467
|
+
contain: strict;
|
468
|
+
}
|
469
|
+
.br-mode-1up__root .br-mode-1up__world {
|
470
|
+
position: absolute;
|
471
|
+
transform-origin: 0 0;
|
472
|
+
}
|
473
|
+
.br-mode-1up__root .br-mode-1up__visible-world {
|
474
|
+
position: absolute;
|
475
|
+
transform-origin: 0 0;
|
476
|
+
}
|
477
|
+
|
504
478
|
.BRpagecontainer {
|
505
479
|
position: relative;
|
506
480
|
overflow: hidden;
|
507
481
|
background: #FEFDEB;
|
482
|
+
overflow: hidden;
|
483
|
+
overflow: clip;
|
508
484
|
}
|
509
485
|
.BRpagecontainer img {
|
510
486
|
position: absolute;
|
@@ -531,61 +507,127 @@ body.BRfullscreenActive .mm-menu {
|
|
531
507
|
background-image: none;
|
532
508
|
}
|
533
509
|
|
534
|
-
.
|
510
|
+
svg.BRPageLayer {
|
535
511
|
position: absolute;
|
536
|
-
|
537
|
-
|
512
|
+
top: 0;
|
513
|
+
left: 0;
|
514
|
+
right: 0;
|
515
|
+
bottom: 0;
|
538
516
|
}
|
539
517
|
|
540
|
-
.
|
541
|
-
|
542
|
-
-webkit-filter: grayscale(100%);
|
543
|
-
filter: grayscale(100%);
|
518
|
+
.BRpageFlipping .BRPageLayer {
|
519
|
+
display: none;
|
544
520
|
}
|
545
521
|
|
546
|
-
.
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
position: absolute;
|
552
|
-
cursor: pointer;
|
522
|
+
.br-mode-2up__root {
|
523
|
+
display: block;
|
524
|
+
overflow: auto;
|
525
|
+
width: 100%;
|
526
|
+
height: 100%;
|
553
527
|
}
|
554
528
|
|
555
|
-
.
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
529
|
+
.br-mode-2up__book {
|
530
|
+
position: relative;
|
531
|
+
transform-origin: 0 0;
|
532
|
+
width: 0px;
|
533
|
+
height: 0px;
|
534
|
+
}
|
535
|
+
|
536
|
+
.BRmode2up {
|
537
|
+
transition: opacity 0.2s;
|
538
|
+
}
|
539
|
+
|
540
|
+
.BRmode2up .BRpagecontainer {
|
541
|
+
backface-visibility: hidden;
|
542
|
+
}
|
543
|
+
.BRmode2up .BRpagecontainer:not(.BRpage-visible) {
|
544
|
+
display: none;
|
545
|
+
}
|
546
|
+
|
547
|
+
.br-mode-2up__leafs {
|
561
548
|
position: absolute;
|
562
549
|
cursor: pointer;
|
550
|
+
top: 0;
|
551
|
+
transform-style: preserve-3d;
|
563
552
|
}
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
553
|
+
.br-mode-2up__leafs[side=left] {
|
554
|
+
border-radius: 4px 0 0 4px;
|
555
|
+
}
|
556
|
+
.br-mode-2up__leafs[side=left] .br-leaf-edges__label {
|
557
|
+
padding-right: 10px;
|
558
|
+
border-radius: 4px 0 0 4px;
|
559
|
+
}
|
560
|
+
.br-mode-2up__leafs[side=right] {
|
561
|
+
border-radius: 0 4px 4px 0;
|
562
|
+
}
|
563
|
+
.br-mode-2up__leafs[side=right] .br-leaf-edges__label {
|
564
|
+
padding-left: 20px;
|
565
|
+
border-radius: 0 4px 4px 0;
|
566
|
+
}
|
567
|
+
.br-mode-2up__leafs.br-mode-2up__leafs--flipping {
|
568
|
+
z-index: 200000;
|
569
|
+
transition: transform 5s;
|
570
|
+
transition-timing-function: ease-in-out;
|
571
|
+
border-radius: 0;
|
572
|
+
}
|
573
|
+
.br-mode-2up__leafs.br-mode-2up__leafs--flipping:before {
|
574
|
+
content: "";
|
575
|
+
display: block;
|
576
|
+
width: 100%;
|
577
|
+
height: 100%;
|
571
578
|
position: absolute;
|
579
|
+
transform: rotateY(-90deg);
|
572
580
|
}
|
573
|
-
|
574
|
-
.
|
575
|
-
|
581
|
+
.br-mode-2up__leafs, .br-mode-2up__leafs.br-mode-2up__leafs--flipping::before {
|
582
|
+
background: transparent url(images/back_pages.png) repeat scroll 0% 0%;
|
583
|
+
}
|
584
|
+
.br-mode-2up__leafs .br-leaf-edges__bar {
|
585
|
+
display: none;
|
586
|
+
pointer-events: none;
|
576
587
|
position: absolute;
|
577
|
-
|
588
|
+
top: 0;
|
589
|
+
bottom: 0;
|
590
|
+
min-width: 1px;
|
591
|
+
background-color: #9A9B9D;
|
592
|
+
opacity: 0.85;
|
593
|
+
transform: translateX(-50%);
|
578
594
|
}
|
579
|
-
|
580
|
-
|
581
|
-
|
595
|
+
.br-mode-2up__leafs .br-leaf-edges__label {
|
596
|
+
display: none;
|
597
|
+
pointer-events: none;
|
598
|
+
z-index: 1000;
|
582
599
|
position: absolute;
|
583
|
-
|
600
|
+
padding: 6px;
|
584
601
|
color: white;
|
585
602
|
background-color: #9A9B9D;
|
586
603
|
opacity: 0.85;
|
587
|
-
border-radius: 4px;
|
588
604
|
white-space: nowrap;
|
605
|
+
transform: translateY(-10px);
|
606
|
+
}
|
607
|
+
|
608
|
+
.br-mode-2up--flipping-left .BRpage-entering[data-side=R] {
|
609
|
+
z-index: 10;
|
610
|
+
transform-origin: left;
|
611
|
+
transform: rotateY(0deg);
|
612
|
+
}
|
613
|
+
.br-mode-2up--flipping-left .BRpage-exiting[data-side=L] {
|
614
|
+
z-index: 10;
|
615
|
+
transform-origin: right;
|
616
|
+
}
|
617
|
+
.br-mode-2up--flipping-left .BRpage-exiting[data-side=R] {
|
618
|
+
z-index: 9;
|
619
|
+
}
|
620
|
+
|
621
|
+
.br-mode-2up--flipping-right .BRpage-entering[data-side=L] {
|
622
|
+
z-index: 10;
|
623
|
+
transform-origin: right;
|
624
|
+
}
|
625
|
+
.br-mode-2up--flipping-right .BRpage-exiting[data-side=R] {
|
626
|
+
z-index: 10;
|
627
|
+
transform-origin: left;
|
628
|
+
}
|
629
|
+
.br-mode-2up--flipping-right .BRpage-exiting[data-side=L] {
|
630
|
+
z-index: 9;
|
589
631
|
}
|
590
632
|
|
591
633
|
.BRToolbarButton, .BRicon {
|
@@ -765,7 +807,7 @@ i.BRicon {
|
|
765
807
|
* BRfloat is the modal popup used in bookreader
|
766
808
|
*/
|
767
809
|
.BRfloat {
|
768
|
-
color:
|
810
|
+
color: rgb(52, 52, 52);
|
769
811
|
}
|
770
812
|
|
771
813
|
.BRfloat a.title {
|
@@ -921,14 +963,13 @@ i.BRicon {
|
|
921
963
|
/* Desktop Only */
|
922
964
|
@media (min-width: 801px) {
|
923
965
|
.BRfloat .message,
|
924
|
-
.BRfloatBody {
|
966
|
+
.BRfloatBody {
|
925
967
|
padding: 10px 15px 10px 15px;
|
926
968
|
font-size: 16px;
|
927
969
|
line-height: normal;
|
928
970
|
margin-top: 0;
|
929
971
|
margin-bottom: 0px;
|
930
972
|
}
|
931
|
-
|
932
973
|
.BRfloatHead {
|
933
974
|
box-sizing: border-box;
|
934
975
|
line-height: normal;
|
@@ -936,9 +977,8 @@ i.BRicon {
|
|
936
977
|
font-size: 16px;
|
937
978
|
font-weight: 700;
|
938
979
|
text-align: center;
|
939
|
-
border-bottom: 1px solid
|
980
|
+
border-bottom: 1px solid rgb(216, 216, 216);
|
940
981
|
}
|
941
|
-
|
942
982
|
.BRfloatFoot {
|
943
983
|
padding: 10px;
|
944
984
|
margin-bottom: 10px;
|
@@ -949,25 +989,22 @@ i.BRicon {
|
|
949
989
|
.BRfloatBody {
|
950
990
|
padding: 10px 10px;
|
951
991
|
}
|
952
|
-
|
953
992
|
.BRfloat .message,
|
954
|
-
.BRfloatBody,
|
955
|
-
.BRfloatHead {
|
993
|
+
.BRfloatBody,
|
994
|
+
.BRfloatHead {
|
956
995
|
box-sizing: border-box;
|
957
996
|
line-height: normal;
|
958
|
-
border-bottom: 1px solid
|
997
|
+
border-bottom: 1px solid rgb(216, 216, 216);
|
959
998
|
padding: 10px;
|
960
999
|
min-height: initial;
|
961
1000
|
font-size: 14px;
|
962
1001
|
font-weight: 700;
|
963
1002
|
text-align: center;
|
964
1003
|
}
|
965
|
-
|
966
1004
|
.BRfloatFoot {
|
967
1005
|
padding: 10px 10px 0 10px;
|
968
1006
|
border-top: 1px solid #ccc;
|
969
1007
|
}
|
970
|
-
|
971
1008
|
.BRfloatFoot .BRaction {
|
972
1009
|
margin-bottom: 10px;
|
973
1010
|
}
|
@@ -977,7 +1014,6 @@ i.BRicon {
|
|
977
1014
|
max-width: initial;
|
978
1015
|
width: 455px;
|
979
1016
|
}
|
980
|
-
|
981
1017
|
.BRfloat.wide {
|
982
1018
|
max-width: initial;
|
983
1019
|
width: 555px;
|
@@ -1001,11 +1037,11 @@ i.BRicon {
|
|
1001
1037
|
@keyframes fadeUp {
|
1002
1038
|
from {
|
1003
1039
|
opacity: 0;
|
1004
|
-
|
1040
|
+
translate: 0 10px;
|
1005
1041
|
}
|
1006
1042
|
to {
|
1007
1043
|
opacity: 1;
|
1008
|
-
|
1044
|
+
translate: 0 0;
|
1009
1045
|
}
|
1010
1046
|
}
|
1011
1047
|
.BRfooter {
|
@@ -1029,10 +1065,14 @@ i.BRicon {
|
|
1029
1065
|
border: none;
|
1030
1066
|
border-radius: 2px;
|
1031
1067
|
background: transparent;
|
1032
|
-
outline: none;
|
1033
1068
|
}
|
1034
|
-
|
1035
|
-
|
1069
|
+
@media (hover: hover) {
|
1070
|
+
.BRfooter button {
|
1071
|
+
/* styles to apply on devices that support hover */
|
1072
|
+
}
|
1073
|
+
.BRfooter button:hover .BRtooltip {
|
1074
|
+
display: block;
|
1075
|
+
}
|
1036
1076
|
}
|
1037
1077
|
.BRfooter button.hide {
|
1038
1078
|
display: none;
|
@@ -1049,7 +1089,6 @@ i.BRicon {
|
|
1049
1089
|
animation: fadeUp 0.2s;
|
1050
1090
|
background-color: #333;
|
1051
1091
|
color: white;
|
1052
|
-
/* Full mobile styles */
|
1053
1092
|
}
|
1054
1093
|
.BRReadAloudToolbar a {
|
1055
1094
|
color: white;
|
@@ -1087,84 +1126,6 @@ i.BRicon {
|
|
1087
1126
|
.BRReadAloudToolbar .BRnavCntlBtm:hover {
|
1088
1127
|
background-color: #0074D1;
|
1089
1128
|
}
|
1090
|
-
.BRReadAloudToolbar.BRnavEmbed {
|
1091
|
-
background-color: white;
|
1092
|
-
color: black;
|
1093
|
-
}
|
1094
|
-
.BRReadAloudToolbar.BRnavEmbed a {
|
1095
|
-
color: black;
|
1096
|
-
}
|
1097
|
-
.BRReadAloudToolbar.BRnavEmbed .BRpager.ui-slider {
|
1098
|
-
background: #B7B7B7;
|
1099
|
-
}
|
1100
|
-
.BRReadAloudToolbar.BRnavEmbed .BRpager.ui-slider .ui-slider-handle {
|
1101
|
-
background: #0074D1;
|
1102
|
-
}
|
1103
|
-
.BRReadAloudToolbar.BRnavEmbed .BRpager.ui-slider .ui-slider-range {
|
1104
|
-
background: rgba(0, 116, 209, 0.25);
|
1105
|
-
}
|
1106
|
-
.BRReadAloudToolbar.BRnavEmbed .BRpage .BRicon {
|
1107
|
-
border-left: 1px solid #979797;
|
1108
|
-
}
|
1109
|
-
.BRReadAloudToolbar.BRnavEmbed .BRpage .BRicon.activated {
|
1110
|
-
background-color: rgba(0, 116, 209, 0.4);
|
1111
|
-
}
|
1112
|
-
.BRReadAloudToolbar.BRnavEmbed .BRpage .BRicon.activated:before {
|
1113
|
-
content: "";
|
1114
|
-
top: 0;
|
1115
|
-
left: 0;
|
1116
|
-
width: 100%;
|
1117
|
-
height: 100%;
|
1118
|
-
box-sizing: border-box;
|
1119
|
-
display: block;
|
1120
|
-
border: 3px solid rgba(0, 116, 209, 0.3);
|
1121
|
-
}
|
1122
|
-
.BRReadAloudToolbar.BRnavEmbed .BRnavCntl {
|
1123
|
-
background-color: #979797;
|
1124
|
-
}
|
1125
|
-
.BRReadAloudToolbar.BRnavEmbed .BRnavCntlBtm:hover {
|
1126
|
-
background-color: #0074D1;
|
1127
|
-
}
|
1128
|
-
@media (max-width: 800px) {
|
1129
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar {
|
1130
|
-
background-color: white;
|
1131
|
-
color: black;
|
1132
|
-
}
|
1133
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar a, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar a {
|
1134
|
-
color: black;
|
1135
|
-
}
|
1136
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRpager.ui-slider, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRpager.ui-slider {
|
1137
|
-
background: #B7B7B7;
|
1138
|
-
}
|
1139
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRpager.ui-slider .ui-slider-handle, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRpager.ui-slider .ui-slider-handle {
|
1140
|
-
background: #0074D1;
|
1141
|
-
}
|
1142
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRpager.ui-slider .ui-slider-range, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRpager.ui-slider .ui-slider-range {
|
1143
|
-
background: rgba(0, 116, 209, 0.25);
|
1144
|
-
}
|
1145
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRpage .BRicon, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRpage .BRicon {
|
1146
|
-
border-left: 1px solid #979797;
|
1147
|
-
}
|
1148
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRpage .BRicon.activated, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRpage .BRicon.activated {
|
1149
|
-
background-color: rgba(0, 116, 209, 0.4);
|
1150
|
-
}
|
1151
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRpage .BRicon.activated:before, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRpage .BRicon.activated:before {
|
1152
|
-
content: "";
|
1153
|
-
top: 0;
|
1154
|
-
left: 0;
|
1155
|
-
width: 100%;
|
1156
|
-
height: 100%;
|
1157
|
-
box-sizing: border-box;
|
1158
|
-
display: block;
|
1159
|
-
border: 3px solid rgba(0, 116, 209, 0.3);
|
1160
|
-
}
|
1161
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRnavCntl, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRnavCntl {
|
1162
|
-
background-color: #979797;
|
1163
|
-
}
|
1164
|
-
.BRbodyMobileNavEnabled .BRReadAloudToolbar .BRnavCntlBtm:hover, .BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRReadAloudToolbar .BRnavCntlBtm:hover {
|
1165
|
-
background-color: #0074D1;
|
1166
|
-
}
|
1167
|
-
}
|
1168
1129
|
.BRReadAloudToolbar--controls {
|
1169
1130
|
display: flex;
|
1170
1131
|
}
|
@@ -1215,8 +1176,7 @@ i.BRicon {
|
|
1215
1176
|
appearance: none;
|
1216
1177
|
border: 0;
|
1217
1178
|
text-align: center;
|
1218
|
-
text-align-last: center;
|
1219
|
-
/* Chrome */
|
1179
|
+
text-align-last: center; /* Chrome */
|
1220
1180
|
padding-top: 60%;
|
1221
1181
|
padding-left: 10%;
|
1222
1182
|
padding-right: 10%;
|
@@ -1245,23 +1205,6 @@ i.BRicon {
|
|
1245
1205
|
color: white;
|
1246
1206
|
/* Full mobile styles */
|
1247
1207
|
}
|
1248
|
-
.BRnav.BRnavEmbed {
|
1249
|
-
padding-top: 0;
|
1250
|
-
height: auto;
|
1251
|
-
align-items: center;
|
1252
|
-
}
|
1253
|
-
.BRnav.BRnavEmbed .BRembedreturn {
|
1254
|
-
flex: 1 auto;
|
1255
|
-
overflow-x: hidden;
|
1256
|
-
}
|
1257
|
-
.BRnav.BRnavEmbed .logo {
|
1258
|
-
display: inline-block;
|
1259
|
-
width: 25px;
|
1260
|
-
height: 25px;
|
1261
|
-
margin: 0 10px;
|
1262
|
-
background: transparent url(images/icon_home.svg) no-repeat center center;
|
1263
|
-
background-size: contain;
|
1264
|
-
}
|
1265
1208
|
.BRnav a {
|
1266
1209
|
color: white;
|
1267
1210
|
}
|
@@ -1332,8 +1275,7 @@ i.BRicon {
|
|
1332
1275
|
height: 20px;
|
1333
1276
|
border-radius: 50%;
|
1334
1277
|
top: -5px;
|
1335
|
-
margin-left: -9px;
|
1336
|
-
/* Center icon */
|
1278
|
+
margin-left: -9px; /* Center icon */
|
1337
1279
|
z-index: 6;
|
1338
1280
|
border: none;
|
1339
1281
|
}
|
@@ -1417,11 +1359,9 @@ i.BRicon {
|
|
1417
1359
|
.BRnavline .BRchapter {
|
1418
1360
|
display: none;
|
1419
1361
|
}
|
1420
|
-
|
1421
1362
|
.BRnavCntlBtm {
|
1422
1363
|
bottom: 34px;
|
1423
1364
|
}
|
1424
|
-
|
1425
1365
|
.BRpager.ui-slider {
|
1426
1366
|
height: 10px;
|
1427
1367
|
top: 12px;
|
@@ -1478,8 +1418,6 @@ i.BRicon {
|
|
1478
1418
|
|
1479
1419
|
.BRtoolbarbuttons {
|
1480
1420
|
white-space: nowrap;
|
1481
|
-
text-align: right;
|
1482
|
-
border-spacing: 0;
|
1483
1421
|
box-sizing: border-box;
|
1484
1422
|
display: flex;
|
1485
1423
|
flex-direction: row;
|
@@ -1512,13 +1450,11 @@ i.BRicon {
|
|
1512
1450
|
}
|
1513
1451
|
|
1514
1452
|
.BRtoolbarLeft {
|
1515
|
-
text-align: left;
|
1516
1453
|
flex: 1 auto;
|
1517
1454
|
overflow-y: hidden;
|
1518
1455
|
}
|
1519
1456
|
|
1520
1457
|
.BRtoolbarRight {
|
1521
|
-
text-align: right;
|
1522
1458
|
flex: none;
|
1523
1459
|
}
|
1524
1460
|
|
@@ -1529,72 +1465,114 @@ i.BRicon {
|
|
1529
1465
|
box-shadow: 0px 1px 3px 0px rgba(102, 102, 102, 0.25);
|
1530
1466
|
}
|
1531
1467
|
}
|
1532
|
-
|
1468
|
+
ia-bookreader .BRtoolbar {
|
1469
|
+
padding-left: 50px;
|
1470
|
+
}
|
1471
|
+
|
1472
|
+
.BookReader .BRquery, .BRfloat .BRquery, .BookReader .BRchapter > div, .BRfloat .BRchapter > div {
|
1533
1473
|
display: none;
|
1534
1474
|
position: absolute;
|
1535
1475
|
bottom: calc(100% + 5px);
|
1536
|
-
left:
|
1537
|
-
|
1538
|
-
width:
|
1476
|
+
left: -14px;
|
1477
|
+
width: 350px;
|
1478
|
+
max-width: 100vw;
|
1539
1479
|
padding: 12px 14px;
|
1480
|
+
padding-bottom: 10px;
|
1540
1481
|
color: #fff;
|
1541
|
-
font-weight: bold;
|
1542
1482
|
background: #333;
|
1543
1483
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
|
1484
|
+
border-radius: 4px;
|
1485
|
+
animation: fadeUp 0.2s;
|
1486
|
+
-webkit-user-select: none;
|
1487
|
+
-moz-user-select: none;
|
1488
|
+
-ms-user-select: none;
|
1489
|
+
-o-user-select: none;
|
1490
|
+
user-select: none;
|
1544
1491
|
}
|
1545
|
-
.BookReader .BRquery:after, .
|
1546
|
-
display: none;
|
1492
|
+
.BookReader .BRquery:after, .BRfloat .BRquery:after, .BookReader .BRchapter > div:after, .BRfloat .BRchapter > div:after {
|
1547
1493
|
position: absolute;
|
1548
|
-
top: 100%;
|
1549
|
-
left: 50%;
|
1550
|
-
transform: translateX(-50%);
|
1551
1494
|
content: "";
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1495
|
+
bottom: -9px;
|
1496
|
+
left: 0;
|
1497
|
+
width: 30px;
|
1498
|
+
height: 10px;
|
1499
|
+
clip-path: polygon(0 0, 100% 0, 50% 100%);
|
1556
1500
|
}
|
1557
1501
|
|
1558
|
-
.BookReader .
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
animation:
|
1502
|
+
.BookReader .searchHiliteLayer, .BookReader .ttsHiliteLayer, .BRfloat .searchHiliteLayer, .BRfloat .ttsHiliteLayer {
|
1503
|
+
pointer-events: none;
|
1504
|
+
}
|
1505
|
+
.BookReader .searchHiliteLayer rect, .BookReader .ttsHiliteLayer rect, .BRfloat .searchHiliteLayer rect, .BRfloat .ttsHiliteLayer rect {
|
1506
|
+
fill: rgba(0, 0, 255, 0.2);
|
1507
|
+
}
|
1508
|
+
.BookReader .searchHiliteLayer rect, .BRfloat .searchHiliteLayer rect {
|
1509
|
+
animation: highlightFocus 600ms 1 reverse;
|
1510
|
+
stroke: blue;
|
1511
|
+
stroke-width: 4px;
|
1512
|
+
}
|
1513
|
+
.BookReader .searchHiliteLayer rect:nth-child(1), .BRfloat .searchHiliteLayer rect:nth-child(1) {
|
1514
|
+
animation-delay: 0ms;
|
1515
|
+
}
|
1516
|
+
.BookReader .searchHiliteLayer rect:nth-child(2), .BRfloat .searchHiliteLayer rect:nth-child(2) {
|
1517
|
+
animation-delay: 50ms;
|
1518
|
+
}
|
1519
|
+
.BookReader .searchHiliteLayer rect:nth-child(3), .BRfloat .searchHiliteLayer rect:nth-child(3) {
|
1520
|
+
animation-delay: 100ms;
|
1521
|
+
}
|
1522
|
+
.BookReader .searchHiliteLayer rect:nth-child(4), .BRfloat .searchHiliteLayer rect:nth-child(4) {
|
1523
|
+
animation-delay: 150ms;
|
1524
|
+
}
|
1525
|
+
.BookReader .searchHiliteLayer rect:nth-child(5), .BRfloat .searchHiliteLayer rect:nth-child(5) {
|
1526
|
+
animation-delay: 200ms;
|
1566
1527
|
}
|
1567
|
-
.BookReader .
|
1528
|
+
.BookReader .searchHiliteLayer rect:nth-child(6), .BRfloat .searchHiliteLayer rect:nth-child(6) {
|
1529
|
+
animation-delay: 250ms;
|
1530
|
+
}
|
1531
|
+
.BookReader .searchHiliteLayer rect:nth-child(7), .BRfloat .searchHiliteLayer rect:nth-child(7) {
|
1532
|
+
animation-delay: 300ms;
|
1533
|
+
}
|
1534
|
+
.BookReader .searchHiliteLayer rect:nth-child(8), .BRfloat .searchHiliteLayer rect:nth-child(8) {
|
1535
|
+
animation-delay: 350ms;
|
1536
|
+
}
|
1537
|
+
.BookReader .searchHiliteLayer rect:nth-child(9), .BRfloat .searchHiliteLayer rect:nth-child(9) {
|
1538
|
+
animation-delay: 400ms;
|
1539
|
+
}
|
1540
|
+
.BookReader .searchHiliteLayer rect:nth-child(10), .BRfloat .searchHiliteLayer rect:nth-child(10) {
|
1541
|
+
animation-delay: 450ms;
|
1542
|
+
}
|
1543
|
+
.BookReader .BRchapter, .BookReader .BRsearch, .BRfloat .BRchapter, .BRfloat .BRsearch {
|
1568
1544
|
position: absolute;
|
1569
|
-
bottom: 0;
|
1570
|
-
/* Relative to nav line */
|
1545
|
+
bottom: 0; /* Relative to nav line */
|
1571
1546
|
cursor: pointer;
|
1572
1547
|
z-index: 3;
|
1573
1548
|
background-color: transparent;
|
1574
1549
|
background-repeat: no-repeat;
|
1575
1550
|
font-weight: normal;
|
1576
1551
|
}
|
1577
|
-
.BookReader .BRchapter, .
|
1552
|
+
.BookReader .BRchapter, .BRfloat .BRchapter {
|
1578
1553
|
background-color: white;
|
1579
1554
|
color: #666;
|
1580
1555
|
height: 8px;
|
1581
1556
|
width: 4px;
|
1582
1557
|
bottom: -13px;
|
1583
|
-
margin-left: -12px;
|
1584
|
-
/* Center icon */
|
1558
|
+
margin-left: -12px; /* Center icon */
|
1585
1559
|
}
|
1586
|
-
.BookReader .BRchapter:hover > div, .
|
1560
|
+
.BookReader .BRchapter:hover > div, .BRfloat .BRchapter:hover > div {
|
1587
1561
|
display: block;
|
1588
1562
|
}
|
1589
|
-
.BookReader .BRchapter.front, .
|
1563
|
+
.BookReader .BRchapter.front, .BRfloat .BRchapter.front {
|
1590
1564
|
background-color: blue;
|
1591
1565
|
}
|
1592
|
-
.BookReader .
|
1566
|
+
.BookReader .BRchapter .BRchapterPage, .BRfloat .BRchapter .BRchapterPage {
|
1567
|
+
font-size: 0.85em;
|
1568
|
+
opacity: 0.8;
|
1569
|
+
}
|
1570
|
+
.BookReader .BRsearch, .BRfloat .BRsearch {
|
1593
1571
|
width: 9px;
|
1594
1572
|
height: 6px;
|
1595
1573
|
margin-left: -10px;
|
1596
1574
|
}
|
1597
|
-
.BookReader .BRsearch:before, .
|
1575
|
+
.BookReader .BRsearch:before, .BRfloat .BRsearch:before {
|
1598
1576
|
position: absolute;
|
1599
1577
|
left: calc(50% - 2px);
|
1600
1578
|
transform: translateX(-50%);
|
@@ -1604,22 +1582,39 @@ i.BRicon {
|
|
1604
1582
|
background: #428bca;
|
1605
1583
|
border-radius: 2px;
|
1606
1584
|
}
|
1607
|
-
.BookReader .BRsearch:hover .BRquery, .
|
1585
|
+
.BookReader .BRsearch:hover .BRquery, .BRfloat .BRsearch:hover .BRquery {
|
1608
1586
|
display: block;
|
1609
1587
|
}
|
1610
|
-
.BookReader .BRsearch .BRquery, .
|
1588
|
+
.BookReader .BRsearch .BRquery, .BRfloat .BRsearch .BRquery {
|
1611
1589
|
display: none;
|
1612
1590
|
}
|
1613
|
-
.BookReader .BRquery
|
1591
|
+
.BookReader .BRquery main, .BRfloat .BRquery main {
|
1592
|
+
display: -webkit-box;
|
1593
|
+
-webkit-line-clamp: 4;
|
1594
|
+
-webkit-box-orient: vertical;
|
1595
|
+
overflow: hidden;
|
1596
|
+
margin-bottom: 6px;
|
1597
|
+
}
|
1598
|
+
.BookReader .BRquery main:before, .BRfloat .BRquery main:before {
|
1599
|
+
content: "“";
|
1600
|
+
}
|
1601
|
+
.BookReader .BRquery main:after, .BRfloat .BRquery main:after {
|
1602
|
+
content: "”";
|
1603
|
+
}
|
1604
|
+
.BookReader .BRquery footer, .BRfloat .BRquery footer {
|
1605
|
+
font-size: 0.85em;
|
1606
|
+
opacity: 0.8;
|
1607
|
+
}
|
1608
|
+
.BookReader .BRquery mark, .BRfloat .BRquery mark {
|
1614
1609
|
color: #adaedc;
|
1615
1610
|
font-weight: bold;
|
1616
1611
|
background-color: #272958;
|
1617
1612
|
}
|
1618
|
-
.BookReader .BRbooksearch, .
|
1613
|
+
.BookReader .BRbooksearch, .BRfloat .BRbooksearch {
|
1619
1614
|
position: relative;
|
1620
1615
|
box-sizing: border-box;
|
1621
1616
|
}
|
1622
|
-
.BookReader .BRbooksearch.desktop, .
|
1617
|
+
.BookReader .BRbooksearch.desktop, .BRfloat .BRbooksearch.desktop {
|
1623
1618
|
position: relative;
|
1624
1619
|
height: 30px;
|
1625
1620
|
border: 1px solid white;
|
@@ -1630,1110 +1625,105 @@ i.BRicon {
|
|
1630
1625
|
margin-top: 0;
|
1631
1626
|
margin-bottom: 0;
|
1632
1627
|
}
|
1633
|
-
.BookReader .BRbooksearch.desktop .BRsearchInput, .
|
1628
|
+
.BookReader .BRbooksearch.desktop .BRsearchInput, .BRfloat .BRbooksearch.desktop .BRsearchInput {
|
1634
1629
|
-webkit-appearance: none;
|
1635
1630
|
position: relative;
|
1636
1631
|
width: 130px;
|
1637
1632
|
max-width: 160px;
|
1638
1633
|
height: 100%;
|
1639
1634
|
color: white;
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
background: transparent;
|
1646
|
-
display: block;
|
1647
|
-
float: left;
|
1648
|
-
font-size: 14px;
|
1649
|
-
line-height: 1.2;
|
1650
|
-
}
|
1651
|
-
.BookReader .BRbooksearch.desktop .BRsearchSubmit, .BRmobileMenu .BRbooksearch.desktop .BRsearchSubmit, .BRfloat .BRbooksearch.desktop .BRsearchSubmit {
|
1652
|
-
width: auto;
|
1653
|
-
height: 100%;
|
1654
|
-
border: none;
|
1655
|
-
text-align: center;
|
1656
|
-
color: #fff;
|
1657
|
-
overflow: hidden;
|
1658
|
-
box-sizing: boder-box;
|
1659
|
-
display: block;
|
1660
|
-
background: transparent;
|
1661
|
-
float: left;
|
1662
|
-
cursor: pointer;
|
1663
|
-
}
|
1664
|
-
.BookReader .BRbooksearch.mobile, .BRmobileMenu .BRbooksearch.mobile, .BRfloat .BRbooksearch.mobile {
|
1665
|
-
position: relative;
|
1666
|
-
top: 0;
|
1667
|
-
display: flex;
|
1668
|
-
flex-direction: row;
|
1669
|
-
}
|
1670
|
-
.BookReader .BRbooksearch.mobile .BRsearchInput, .BRmobileMenu .BRbooksearch.mobile .BRsearchInput, .BRfloat .BRbooksearch.mobile .BRsearchInput {
|
1671
|
-
-webkit-appearance: none;
|
1672
|
-
position: relative;
|
1673
|
-
min-width: 100px;
|
1674
|
-
float: left;
|
1675
|
-
font-size: 14px;
|
1676
|
-
width: 150px;
|
1677
|
-
height: 30px;
|
1678
|
-
border: 1px solid #979797;
|
1679
|
-
flex: 1;
|
1680
|
-
border-radius: 0;
|
1681
|
-
}
|
1682
|
-
.BookReader .BRbooksearch.mobile .BRsearchSubmit, .BRmobileMenu .BRbooksearch.mobile .BRsearchSubmit, .BRfloat .BRbooksearch.mobile .BRsearchSubmit {
|
1683
|
-
width: 30px;
|
1684
|
-
height: 30px;
|
1685
|
-
border: none;
|
1686
|
-
background-color: #0074D1;
|
1687
|
-
background-image: url("images/icon_search_button.svg");
|
1688
|
-
background-repeat: no-repeat;
|
1689
|
-
background-position: center center;
|
1690
|
-
text-align: center;
|
1691
|
-
color: white;
|
1692
|
-
overflow: hidden;
|
1693
|
-
box-sizing: border-box;
|
1694
|
-
display: inline-block;
|
1695
|
-
}
|
1696
|
-
.BookReader #BRsearch_tray, .BRmobileMenu #BRsearch_tray, .BRfloat #BRsearch_tray {
|
1697
|
-
--menuSliderBg: #151515;
|
1698
|
-
--primaryTextColor: #fff;
|
1699
|
-
--activeButtonBg: #282828;
|
1700
|
-
--searchResultText: #adaedc;
|
1701
|
-
--searchResultBg: #272958;
|
1702
|
-
--searchResultBorder: #fff;
|
1703
|
-
position: absolute;
|
1704
|
-
top: 0;
|
1705
|
-
right: 0;
|
1706
|
-
bottom: 0;
|
1707
|
-
left: 0;
|
1708
|
-
padding: 15px 10px;
|
1709
|
-
overflow-y: auto;
|
1710
|
-
font-size: 14px;
|
1711
|
-
color: var(--primaryTextColor);
|
1712
|
-
background: var(--menuSliderBg);
|
1713
|
-
}
|
1714
|
-
.BookReader #BRsearch_tray header, .BRmobileMenu #BRsearch_tray header, .BRfloat #BRsearch_tray header {
|
1715
|
-
display: flex;
|
1716
|
-
justify-content: space-between;
|
1717
|
-
align-items: center;
|
1718
|
-
}
|
1719
|
-
.BookReader #BRsearch_tray h3, .BRmobileMenu #BRsearch_tray h3, .BRfloat #BRsearch_tray h3 {
|
1720
|
-
padding: 0;
|
1721
|
-
margin: 0 10px 0 0;
|
1722
|
-
font-size: 20px;
|
1723
|
-
}
|
1724
|
-
.BookReader #BRsearch_tray header p, .BRmobileMenu #BRsearch_tray header p, .BRfloat #BRsearch_tray header p {
|
1725
|
-
display: none;
|
1726
|
-
padding: 0;
|
1727
|
-
margin: 0;
|
1728
|
-
font-size: 12px;
|
1729
|
-
font-weight: bold;
|
1730
|
-
font-style: italic;
|
1731
|
-
}
|
1732
|
-
.BookReader #BRsearch_tray header p.visible, .BRmobileMenu #BRsearch_tray header p.visible, .BRfloat #BRsearch_tray header p.visible {
|
1733
|
-
display: block;
|
1734
|
-
}
|
1735
|
-
.BookReader #BRsearch_tray header div, .BRmobileMenu #BRsearch_tray header div, .BRfloat #BRsearch_tray header div {
|
1736
|
-
display: flex;
|
1737
|
-
align-items: baseline;
|
1738
|
-
}
|
1739
|
-
.BookReader #BRsearch_tray a.close, .BRmobileMenu #BRsearch_tray a.close, .BRfloat #BRsearch_tray a.close {
|
1740
|
-
justify-self: end;
|
1741
|
-
}
|
1742
|
-
.BookReader #BRsearch_tray fieldset, .BRmobileMenu #BRsearch_tray fieldset, .BRfloat #BRsearch_tray fieldset {
|
1743
|
-
padding: 20px 0 10px 0;
|
1744
|
-
border: none;
|
1745
|
-
}
|
1746
|
-
.BookReader #BRsearch_tray [type=checkbox], .BRmobileMenu #BRsearch_tray [type=checkbox], .BRfloat #BRsearch_tray [type=checkbox] {
|
1747
|
-
display: none;
|
1748
|
-
}
|
1749
|
-
.BookReader #BRsearch_tray #all_files, .BRmobileMenu #BRsearch_tray #all_files, .BRfloat #BRsearch_tray #all_files {
|
1750
|
-
display: none;
|
1751
|
-
}
|
1752
|
-
.BookReader #BRsearch_tray #all_files + label, .BRmobileMenu #BRsearch_tray #all_files + label, .BRfloat #BRsearch_tray #all_files + label {
|
1753
|
-
display: none;
|
1754
|
-
}
|
1755
|
-
.BookReader #BRsearch_tray label, .BRmobileMenu #BRsearch_tray label, .BRfloat #BRsearch_tray label {
|
1756
|
-
display: block;
|
1757
|
-
text-align: center;
|
1758
|
-
}
|
1759
|
-
.BookReader #BRsearch_tray label.checkbox, .BRmobileMenu #BRsearch_tray label.checkbox, .BRfloat #BRsearch_tray label.checkbox {
|
1760
|
-
padding-bottom: 5px;
|
1761
|
-
font-size: 16px;
|
1762
|
-
line-height: 150%;
|
1763
|
-
vertical-align: middle;
|
1764
|
-
}
|
1765
|
-
.BookReader #BRsearch_tray label.checkbox:after, .BRmobileMenu #BRsearch_tray label.checkbox:after, .BRfloat #BRsearch_tray label.checkbox:after {
|
1766
|
-
display: inline-block;
|
1767
|
-
width: 14px;
|
1768
|
-
height: 14px;
|
1769
|
-
margin-left: 7px;
|
1770
|
-
content: "";
|
1771
|
-
color: var(--primaryTextColor);
|
1772
|
-
border: 1px solid var(--primaryTextColor);
|
1773
|
-
border-radius: 2px;
|
1774
|
-
background: var(--activeButtonBg) 50% 50% no-repeat;
|
1775
|
-
}
|
1776
|
-
.BookReader #BRsearch_tray :checked + label.checkbox:after, .BRmobileMenu #BRsearch_tray :checked + label.checkbox:after, .BRfloat #BRsearch_tray :checked + label.checkbox:after {
|
1777
|
-
background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC4zMzMzMzMzMyAxMC00LjMzMzMzMzMzLTQuMTY2NjY2NjcgMS43MzMzMzMzMy0xLjY2NjY2NjY2IDIuNiAyLjUgNi45MzMzMzMzNy02LjY2NjY2NjY3IDEuNzMzMzMzMyAxLjY2NjY2NjY3eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
|
1778
|
-
}
|
1779
|
-
.BookReader #BRsearch_tray [type=search], .BRmobileMenu #BRsearch_tray [type=search], .BRfloat #BRsearch_tray [type=search] {
|
1780
|
-
-webkit-appearance: textfield;
|
1781
|
-
width: 100%;
|
1782
|
-
height: 22px;
|
1783
|
-
padding: 0 15px;
|
1784
|
-
box-sizing: border-box;
|
1785
|
-
font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1786
|
-
color: var(--primaryTextColor);
|
1787
|
-
border: 1px solid var(--primaryTextColor);
|
1788
|
-
border-radius: 15px;
|
1789
|
-
background: transparent;
|
1790
|
-
}
|
1791
|
-
.BookReader #BRsearch_tray [type=search]:focus, .BRmobileMenu #BRsearch_tray [type=search]:focus, .BRfloat #BRsearch_tray [type=search]:focus {
|
1792
|
-
outline: none;
|
1793
|
-
}
|
1794
|
-
.BookReader #BRsearch_tray [type=search]::-webkit-search-cancel-button, .BRmobileMenu #BRsearch_tray [type=search]::-webkit-search-cancel-button, .BRfloat #BRsearch_tray [type=search]::-webkit-search-cancel-button {
|
1795
|
-
width: 18px;
|
1796
|
-
height: 18px;
|
1797
|
-
-webkit-appearance: none;
|
1798
|
-
appearance: none;
|
1799
|
-
/* Uses an X SVG shape as a mask */
|
1800
|
-
-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDAgNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1sYWJlbGxlZGJ5PSJjbG9zZVRpdGxlSUQgY2xvc2VEZXNjSUQiPjxwYXRoIGQ9Ik0yOS4xOTIgMTAuODA4YTEuNSAxLjUgMCAwMTAgMi4xMkwyMi4xMjIgMjBsNy4wNyA3LjA3MmExLjUgMS41IDAgMDEtMi4xMiAyLjEyMWwtNy4wNzMtNy4wNy03LjA3IDcuMDdhMS41IDEuNSAwIDAxLTIuMTIxLTIuMTJsNy4wNy03LjA3My03LjA3LTcuMDdhMS41IDEuNSAwIDAxMi4xMi0yLjEyMUwyMCAxNy44NzhsNy4wNzItNy4wN2ExLjUgMS41IDAgMDEyLjEyMSAweiIgY2xhc3M9ImZpbGwtY29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 0 0 no-repeat;
|
1801
|
-
mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDAgNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1sYWJlbGxlZGJ5PSJjbG9zZVRpdGxlSUQgY2xvc2VEZXNjSUQiPjxwYXRoIGQ9Ik0yOS4xOTIgMTAuODA4YTEuNSAxLjUgMCAwMTAgMi4xMkwyMi4xMjIgMjBsNy4wNyA3LjA3MmExLjUgMS41IDAgMDEtMi4xMiAyLjEyMWwtNy4wNzMtNy4wNy03LjA3IDcuMDdhMS41IDEuNSAwIDAxLTIuMTIxLTIuMTJsNy4wNy03LjA3My03LjA3LTcuMDdhMS41IDEuNSAwIDAxMi4xMi0yLjEyMUwyMCAxNy44NzhsNy4wNzItNy4wN2ExLjUgMS41IDAgMDEyLjEyMSAweiIgY2xhc3M9ImZpbGwtY29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 0 0 no-repeat;
|
1802
|
-
-webkit-mask-size: 100%;
|
1803
|
-
mask-size: 100%;
|
1804
|
-
background: #fff;
|
1805
|
-
}
|
1806
|
-
.BookReader #BRsearch_tray ul, .BRmobileMenu #BRsearch_tray ul, .BRfloat #BRsearch_tray ul {
|
1807
|
-
padding: 0;
|
1808
|
-
margin: 0;
|
1809
|
-
list-style: none;
|
1810
|
-
}
|
1811
|
-
.BookReader #BRsearch_tray li, .BRmobileMenu #BRsearch_tray li, .BRfloat #BRsearch_tray li {
|
1812
|
-
margin-bottom: 20px;
|
1813
|
-
border-bottom: 1px solid #fff;
|
1814
|
-
}
|
1815
|
-
.BookReader #BRsearch_tray li:after, .BRmobileMenu #BRsearch_tray li:after, .BRfloat #BRsearch_tray li:after {
|
1816
|
-
display: none;
|
1817
|
-
}
|
1818
|
-
.BookReader #BRsearch_tray li img, .BRmobileMenu #BRsearch_tray li img, .BRfloat #BRsearch_tray li img {
|
1819
|
-
display: block;
|
1820
|
-
width: 100%;
|
1821
|
-
}
|
1822
|
-
.BookReader #BRsearch_tray li h4, .BRmobileMenu #BRsearch_tray li h4, .BRfloat #BRsearch_tray li h4 {
|
1823
|
-
padding: 0 0 20px 0;
|
1824
|
-
margin: 0;
|
1825
|
-
font-size: 14px;
|
1826
|
-
font-weight: normal;
|
1827
|
-
}
|
1828
|
-
.BookReader #BRsearch_tray li p, .BRmobileMenu #BRsearch_tray li p, .BRfloat #BRsearch_tray li p {
|
1829
|
-
padding: 0 0 15px 0;
|
1830
|
-
margin: 0;
|
1831
|
-
font-size: 12px;
|
1832
|
-
}
|
1833
|
-
.BookReader #BRsearch_tray mark, .BRmobileMenu #BRsearch_tray mark, .BRfloat #BRsearch_tray mark {
|
1834
|
-
padding: 0 2px;
|
1835
|
-
color: var(--searchResultText);
|
1836
|
-
background: var(--searchResultBg);
|
1837
|
-
border: 1px solid var(--searchResultBorder);
|
1838
|
-
border-radius: 2px;
|
1839
|
-
}
|
1840
|
-
.BookReader #BRsearch_tray #search_pending, .BRmobileMenu #BRsearch_tray #search_pending, .BRfloat #BRsearch_tray #search_pending {
|
1841
|
-
display: none;
|
1842
|
-
}
|
1843
|
-
.BookReader #BRsearch_tray #search_pending.visible, .BRmobileMenu #BRsearch_tray #search_pending.visible, .BRfloat #BRsearch_tray #search_pending.visible {
|
1844
|
-
display: block;
|
1845
|
-
}
|
1846
|
-
.BookReader .BRsearch-navigation, .BRmobileMenu .BRsearch-navigation, .BRfloat .BRsearch-navigation {
|
1847
|
-
position: relative;
|
1848
|
-
z-index: 1;
|
1849
|
-
display: flex;
|
1850
|
-
justify-content: space-between;
|
1851
|
-
align-items: center;
|
1852
|
-
color: #fff;
|
1853
|
-
background-color: #333;
|
1854
|
-
padding: 5px 0;
|
1855
|
-
}
|
1856
|
-
.BookReader .BRsearch-navigation button.toggle-sidebar, .BRmobileMenu .BRsearch-navigation button.toggle-sidebar, .BRfloat .BRsearch-navigation button.toggle-sidebar {
|
1857
|
-
width: unset;
|
1858
|
-
padding: 0 10px;
|
1859
|
-
}
|
1860
|
-
.BookReader .BRsearch-navigation button.toggle-sidebar h4, .BRmobileMenu .BRsearch-navigation button.toggle-sidebar h4, .BRfloat .BRsearch-navigation button.toggle-sidebar h4 {
|
1861
|
-
padding: 0;
|
1862
|
-
margin: 0;
|
1863
|
-
font-size: 15px;
|
1864
|
-
font-weight: normal;
|
1865
|
-
color: #fff;
|
1866
|
-
}
|
1867
|
-
.BookReader .BRsearch-navigation button.toggle-sidebar h4 span, .BRmobileMenu .BRsearch-navigation button.toggle-sidebar h4 span, .BRfloat .BRsearch-navigation button.toggle-sidebar h4 span {
|
1868
|
-
vertical-align: middle;
|
1869
|
-
}
|
1870
|
-
.BookReader .BRsearch-navigation .pagination, .BRmobileMenu .BRsearch-navigation .pagination, .BRfloat .BRsearch-navigation .pagination {
|
1871
|
-
position: absolute;
|
1872
|
-
left: 50%;
|
1873
|
-
top: 50%;
|
1874
|
-
transform: translate(-50%, -50%);
|
1875
|
-
margin: 0;
|
1876
|
-
}
|
1877
|
-
.BookReader .BRsearch-navigation .pagination span, .BRmobileMenu .BRsearch-navigation .pagination span, .BRfloat .BRsearch-navigation .pagination span {
|
1878
|
-
display: inline-block;
|
1879
|
-
padding: 0 5px;
|
1880
|
-
}
|
1881
|
-
.BookReader .BRsearch-navigation .pagination button[disabled], .BRmobileMenu .BRsearch-navigation .pagination button[disabled], .BRfloat .BRsearch-navigation .pagination button[disabled] {
|
1882
|
-
opacity: 0.3;
|
1883
|
-
cursor: default;
|
1884
|
-
}
|
1885
|
-
.BookReader .BRsearch-navigation .pagination button span, .BRmobileMenu .BRsearch-navigation .pagination button span, .BRfloat .BRsearch-navigation .pagination button span {
|
1886
|
-
width: 8px;
|
1887
|
-
height: 13px;
|
1888
|
-
padding: 0;
|
1889
|
-
background-size: 100% auto;
|
1890
|
-
}
|
1891
|
-
.BookReader .BRsearch-navigation .clear span, .BRmobileMenu .BRsearch-navigation .clear span, .BRfloat .BRsearch-navigation .clear span {
|
1892
|
-
width: 18px;
|
1893
|
-
height: 18px;
|
1894
|
-
}
|
1895
|
-
.BookReader .BRsearch-navigation + .BRnav .BRnavCntl, .BRmobileMenu .BRsearch-navigation + .BRnav .BRnavCntl, .BRfloat .BRsearch-navigation + .BRnav .BRnavCntl {
|
1896
|
-
display: none;
|
1897
|
-
}
|
1898
|
-
|
1899
|
-
@keyframes hiliteFadeIn {
|
1900
|
-
from {
|
1901
|
-
opacity: 0;
|
1902
|
-
}
|
1903
|
-
to {
|
1904
|
-
opacity: 0.2;
|
1905
|
-
}
|
1906
|
-
}
|
1907
|
-
/* Mid size breakpoint */
|
1908
|
-
@media (max-width: 1050px) {
|
1909
|
-
.BookReader .BRbooksearch .BRsearchInput, .BRmobileMenu .BRbooksearch .BRsearchInput, .BRfloat .BRbooksearch .BRsearchInput {
|
1910
|
-
padding: 0 0 0 8px;
|
1911
|
-
width: 110px;
|
1912
|
-
min-width: 110px;
|
1913
|
-
}
|
1914
|
-
.BookReader .BRbooksearch .BRsearchSubmit, .BRmobileMenu .BRbooksearch .BRsearchSubmit, .BRfloat .BRbooksearch .BRsearchSubmit {
|
1915
|
-
float: left;
|
1916
|
-
}
|
1917
|
-
}
|
1918
|
-
.mm-menu, .mm-panels, .mm-panels > .mm-panel {
|
1919
|
-
margin: 0;
|
1920
|
-
left: 0;
|
1921
|
-
right: 0;
|
1922
|
-
top: 0;
|
1923
|
-
bottom: 0;
|
1924
|
-
z-index: 0;
|
1925
|
-
box-sizing: border-box;
|
1926
|
-
}
|
1927
|
-
|
1928
|
-
.mm-btn, .mm-menu {
|
1929
|
-
box-sizing: border-box;
|
1930
|
-
}
|
1931
|
-
|
1932
|
-
.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
|
1933
|
-
text-decoration: none;
|
1934
|
-
}
|
1935
|
-
|
1936
|
-
.mm-hidden {
|
1937
|
-
display: none !important;
|
1938
|
-
}
|
1939
|
-
|
1940
|
-
.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
|
1941
|
-
display: block;
|
1942
|
-
}
|
1943
|
-
|
1944
|
-
.mm-wrapper {
|
1945
|
-
overflow-x: hidden;
|
1946
|
-
position: relative;
|
1947
|
-
}
|
1948
|
-
|
1949
|
-
.mm-menu {
|
1950
|
-
padding: 0;
|
1951
|
-
position: absolute;
|
1952
|
-
}
|
1953
|
-
|
1954
|
-
.mm-panels, .mm-panels > .mm-panel {
|
1955
|
-
background: inherit;
|
1956
|
-
border-color: inherit;
|
1957
|
-
position: absolute;
|
1958
|
-
}
|
1959
|
-
|
1960
|
-
.mm-btn, .mm-panel.mm-highest {
|
1961
|
-
z-index: 1;
|
1962
|
-
}
|
1963
|
-
|
1964
|
-
.mm-panels {
|
1965
|
-
overflow: hidden;
|
1966
|
-
}
|
1967
|
-
|
1968
|
-
.mm-panel {
|
1969
|
-
-webkit-transition: -webkit-transform 0.4s ease;
|
1970
|
-
transition: -webkit-transform 0.4s ease;
|
1971
|
-
transition: transform 0.4s ease;
|
1972
|
-
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
|
1973
|
-
-webkit-transform: translate3d(100%, 0, 0);
|
1974
|
-
transform: translate3d(100%, 0, 0);
|
1975
|
-
}
|
1976
|
-
|
1977
|
-
.mm-panel.mm-opened {
|
1978
|
-
-webkit-transform: translate3d(0, 0, 0);
|
1979
|
-
transform: translate3d(0, 0, 0);
|
1980
|
-
}
|
1981
|
-
|
1982
|
-
.mm-panel.mm-subopened {
|
1983
|
-
-webkit-transform: translate3d(-30%, 0, 0);
|
1984
|
-
transform: translate3d(-30%, 0, 0);
|
1985
|
-
}
|
1986
|
-
|
1987
|
-
.mm-panels > .mm-panel {
|
1988
|
-
-webkit-overflow-scrolling: touch;
|
1989
|
-
overflow: scroll;
|
1990
|
-
overflow-x: hidden;
|
1991
|
-
overflow-y: auto;
|
1992
|
-
padding: 0 20px;
|
1993
|
-
}
|
1994
|
-
|
1995
|
-
.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
|
1996
|
-
text-overflow: ellipsis;
|
1997
|
-
white-space: nowrap;
|
1998
|
-
overflow: hidden;
|
1999
|
-
}
|
2000
|
-
|
2001
|
-
.mm-panels > .mm-panel.mm-hasnavbar {
|
2002
|
-
padding-top: 40px;
|
2003
|
-
}
|
2004
|
-
|
2005
|
-
.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
|
2006
|
-
content: "";
|
2007
|
-
display: block;
|
2008
|
-
height: 20px;
|
2009
|
-
}
|
2010
|
-
|
2011
|
-
.mm-vertical .mm-panel {
|
2012
|
-
-webkit-transform: none !important;
|
2013
|
-
-ms-transform: none !important;
|
2014
|
-
transform: none !important;
|
2015
|
-
}
|
2016
|
-
|
2017
|
-
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
|
2018
|
-
display: none;
|
2019
|
-
padding: 10px 0 10px 10px;
|
2020
|
-
}
|
2021
|
-
|
2022
|
-
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
|
2023
|
-
border-color: transparent;
|
2024
|
-
}
|
2025
|
-
|
2026
|
-
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
|
2027
|
-
display: block;
|
2028
|
-
}
|
2029
|
-
|
2030
|
-
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
|
2031
|
-
height: 40px;
|
2032
|
-
bottom: auto;
|
2033
|
-
}
|
2034
|
-
|
2035
|
-
.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
|
2036
|
-
top: 16px;
|
2037
|
-
bottom: auto;
|
2038
|
-
}
|
2039
|
-
|
2040
|
-
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
|
2041
|
-
-webkit-transform: rotate(45deg);
|
2042
|
-
-ms-transform: rotate(45deg);
|
2043
|
-
transform: rotate(45deg);
|
2044
|
-
right: 19px;
|
2045
|
-
}
|
2046
|
-
|
2047
|
-
.mm-btn {
|
2048
|
-
width: 40px;
|
2049
|
-
height: 40px;
|
2050
|
-
position: absolute;
|
2051
|
-
top: 0;
|
2052
|
-
}
|
2053
|
-
|
2054
|
-
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
|
2055
|
-
content: "";
|
2056
|
-
border: 2px solid transparent;
|
2057
|
-
display: block;
|
2058
|
-
width: 5px;
|
2059
|
-
height: 5px;
|
2060
|
-
margin: auto;
|
2061
|
-
position: absolute;
|
2062
|
-
top: 0;
|
2063
|
-
bottom: 0;
|
2064
|
-
-webkit-transform: rotate(-45deg);
|
2065
|
-
-ms-transform: rotate(-45deg);
|
2066
|
-
transform: rotate(-45deg);
|
2067
|
-
}
|
2068
|
-
|
2069
|
-
.mm-clear:before, .mm-close:before {
|
2070
|
-
border-right: none;
|
2071
|
-
border-bottom: none;
|
2072
|
-
right: 18px;
|
2073
|
-
}
|
2074
|
-
|
2075
|
-
.mm-clear:after, .mm-close:after {
|
2076
|
-
border-left: none;
|
2077
|
-
border-top: none;
|
2078
|
-
right: 25px;
|
2079
|
-
}
|
2080
|
-
|
2081
|
-
.mm-arrow:after, .mm-next:after, .mm-prev:before {
|
2082
|
-
content: "";
|
2083
|
-
border: 2px solid transparent;
|
2084
|
-
display: block;
|
2085
|
-
width: 8px;
|
2086
|
-
height: 8px;
|
2087
|
-
margin: auto;
|
2088
|
-
position: absolute;
|
2089
|
-
top: 0;
|
2090
|
-
bottom: 0;
|
2091
|
-
-webkit-transform: rotate(-45deg);
|
2092
|
-
-ms-transform: rotate(-45deg);
|
2093
|
-
transform: rotate(-45deg);
|
2094
|
-
}
|
2095
|
-
|
2096
|
-
.mm-prev:before {
|
2097
|
-
border-right: none;
|
2098
|
-
border-bottom: none;
|
2099
|
-
left: 23px;
|
2100
|
-
}
|
2101
|
-
|
2102
|
-
.mm-arrow:after, .mm-next:after {
|
2103
|
-
border-top: none;
|
2104
|
-
border-left: none;
|
2105
|
-
right: 23px;
|
2106
|
-
}
|
2107
|
-
|
2108
|
-
.mm-navbar {
|
2109
|
-
border-bottom: 1px solid;
|
2110
|
-
border-color: inherit;
|
2111
|
-
text-align: center;
|
2112
|
-
line-height: 20px;
|
2113
|
-
height: 40px;
|
2114
|
-
padding: 0 40px;
|
2115
|
-
margin: 0;
|
2116
|
-
position: absolute;
|
2117
|
-
top: 0;
|
2118
|
-
left: 0;
|
2119
|
-
right: 0;
|
2120
|
-
}
|
2121
|
-
|
2122
|
-
.mm-navbar > * {
|
2123
|
-
display: block;
|
2124
|
-
padding: 10px 0;
|
2125
|
-
}
|
2126
|
-
|
2127
|
-
.mm-navbar .mm-btn:first-child {
|
2128
|
-
padding-left: 20px;
|
2129
|
-
left: 0;
|
2130
|
-
}
|
2131
|
-
|
2132
|
-
.mm-navbar .mm-btn:last-child {
|
2133
|
-
text-align: right;
|
2134
|
-
padding-right: 20px;
|
2135
|
-
right: 0;
|
2136
|
-
}
|
2137
|
-
|
2138
|
-
.mm-panel .mm-navbar {
|
2139
|
-
display: none;
|
2140
|
-
}
|
2141
|
-
|
2142
|
-
.mm-panel.mm-hasnavbar .mm-navbar {
|
2143
|
-
display: block;
|
2144
|
-
}
|
2145
|
-
|
2146
|
-
.mm-listview, .mm-listview > li {
|
2147
|
-
list-style: none;
|
2148
|
-
display: block;
|
2149
|
-
padding: 0;
|
2150
|
-
margin: 0;
|
2151
|
-
}
|
2152
|
-
|
2153
|
-
.mm-listview {
|
2154
|
-
font: inherit;
|
2155
|
-
font-size: 14px;
|
2156
|
-
line-height: 20px;
|
2157
|
-
}
|
2158
|
-
|
2159
|
-
.mm-listview > li {
|
2160
|
-
position: relative;
|
2161
|
-
}
|
2162
|
-
|
2163
|
-
.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
|
2164
|
-
border-color: inherit;
|
2165
|
-
}
|
2166
|
-
|
2167
|
-
.mm-listview > li > a, .mm-listview > li > span {
|
2168
|
-
color: inherit;
|
2169
|
-
display: block;
|
2170
|
-
padding: 10px 10px 10px 20px;
|
2171
|
-
margin: 0;
|
2172
|
-
}
|
2173
|
-
|
2174
|
-
.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
|
2175
|
-
padding-right: 50px;
|
2176
|
-
}
|
2177
|
-
|
2178
|
-
.mm-listview > li:not(.mm-divider):after {
|
2179
|
-
content: "";
|
2180
|
-
border-bottom-width: 1px;
|
2181
|
-
border-bottom-style: solid;
|
2182
|
-
display: block;
|
2183
|
-
position: absolute;
|
2184
|
-
right: 0;
|
2185
|
-
bottom: 0;
|
2186
|
-
left: 20px;
|
2187
|
-
}
|
2188
|
-
|
2189
|
-
.mm-listview .mm-next {
|
2190
|
-
background: rgba(3, 2, 1, 0);
|
2191
|
-
width: 50px;
|
2192
|
-
padding: 0;
|
2193
|
-
position: absolute;
|
2194
|
-
right: 0;
|
2195
|
-
top: 0;
|
2196
|
-
bottom: 0;
|
2197
|
-
z-index: 2;
|
2198
|
-
}
|
2199
|
-
|
2200
|
-
.mm-listview .mm-next:before {
|
2201
|
-
content: "";
|
2202
|
-
border-left-width: 1px;
|
2203
|
-
border-left-style: solid;
|
2204
|
-
display: block;
|
2205
|
-
position: absolute;
|
2206
|
-
top: 0;
|
2207
|
-
bottom: 0;
|
2208
|
-
left: 0;
|
2209
|
-
}
|
2210
|
-
|
2211
|
-
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
|
2212
|
-
margin-right: 50px;
|
2213
|
-
}
|
2214
|
-
|
2215
|
-
.mm-listview .mm-next.mm-fullsubopen {
|
2216
|
-
width: 100%;
|
2217
|
-
}
|
2218
|
-
|
2219
|
-
.mm-listview .mm-next.mm-fullsubopen:before {
|
2220
|
-
border-left: none;
|
2221
|
-
}
|
2222
|
-
|
2223
|
-
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
|
2224
|
-
padding-right: 50px;
|
2225
|
-
margin-right: 0;
|
2226
|
-
}
|
2227
|
-
|
2228
|
-
.mm-panels > .mm-panel > .mm-listview {
|
2229
|
-
margin: 20px -20px;
|
2230
|
-
}
|
2231
|
-
|
2232
|
-
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
|
2233
|
-
margin-top: -20px;
|
2234
|
-
}
|
2235
|
-
|
2236
|
-
.mm-listview .mm-inset {
|
2237
|
-
list-style: disc inside;
|
2238
|
-
padding: 0 10px 15px 40px;
|
2239
|
-
margin: 0;
|
2240
|
-
}
|
2241
|
-
|
2242
|
-
.mm-listview .mm-inset > li {
|
2243
|
-
padding: 5px 0;
|
2244
|
-
}
|
2245
|
-
|
2246
|
-
.mm-listview .mm-divider {
|
2247
|
-
font-size: 10px;
|
2248
|
-
text-transform: uppercase;
|
2249
|
-
text-indent: 20px;
|
2250
|
-
line-height: 25px;
|
2251
|
-
}
|
2252
|
-
|
2253
|
-
.mm-listview .mm-spacer {
|
2254
|
-
padding-top: 40px;
|
2255
|
-
}
|
2256
|
-
|
2257
|
-
.mm-listview .mm-spacer > .mm-next {
|
2258
|
-
top: 40px;
|
2259
|
-
}
|
2260
|
-
|
2261
|
-
.mm-listview .mm-spacer.mm-divider {
|
2262
|
-
padding-top: 25px;
|
2263
|
-
}
|
2264
|
-
|
2265
|
-
.mm-menu {
|
2266
|
-
background: #f3f3f3;
|
2267
|
-
border-color: rgba(0, 0, 0, 0.1);
|
2268
|
-
color: rgba(0, 0, 0, 0.7);
|
2269
|
-
}
|
2270
|
-
|
2271
|
-
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
|
2272
|
-
color: rgba(0, 0, 0, 0.3);
|
2273
|
-
}
|
2274
|
-
|
2275
|
-
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
|
2276
|
-
border-color: rgba(0, 0, 0, 0.3);
|
2277
|
-
}
|
2278
|
-
|
2279
|
-
.mm-menu .mm-listview {
|
2280
|
-
border-color: rgba(0, 0, 0, 0.1);
|
2281
|
-
}
|
2282
|
-
|
2283
|
-
.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
|
2284
|
-
border-color: rgba(0, 0, 0, 0.3);
|
2285
|
-
}
|
2286
|
-
|
2287
|
-
.mm-menu .mm-listview > li a:not(.mm-next) {
|
2288
|
-
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
|
2289
|
-
tap-highlight-color: rgba(255, 255, 255, 0.5);
|
2290
|
-
}
|
2291
|
-
|
2292
|
-
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
|
2293
|
-
background: rgba(255, 255, 255, 0.5);
|
2294
|
-
}
|
2295
|
-
|
2296
|
-
.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
|
2297
|
-
background: rgba(0, 0, 0, 0.05);
|
2298
|
-
}
|
2299
|
-
|
2300
|
-
.mm-page {
|
2301
|
-
box-sizing: border-box;
|
2302
|
-
position: relative;
|
2303
|
-
}
|
2304
|
-
|
2305
|
-
.mm-slideout {
|
2306
|
-
-webkit-transition: -webkit-transform 0.4s ease;
|
2307
|
-
transition: -webkit-transform 0.4s ease;
|
2308
|
-
transition: transform 0.4s ease;
|
2309
|
-
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
|
2310
|
-
z-index: 1;
|
2311
|
-
}
|
2312
|
-
|
2313
|
-
html.mm-opened {
|
2314
|
-
overflow-x: hidden;
|
2315
|
-
position: relative;
|
2316
|
-
}
|
2317
|
-
|
2318
|
-
html.mm-blocking, html.mm-blocking body {
|
2319
|
-
overflow: hidden;
|
2320
|
-
}
|
2321
|
-
|
2322
|
-
html.mm-background .mm-page {
|
2323
|
-
background: inherit;
|
2324
|
-
}
|
2325
|
-
|
2326
|
-
#mm-blocker {
|
2327
|
-
background: rgba(3, 2, 1, 0);
|
2328
|
-
display: none;
|
2329
|
-
width: 100%;
|
2330
|
-
height: 100%;
|
2331
|
-
position: fixed;
|
2332
|
-
top: 0;
|
2333
|
-
left: 0;
|
2334
|
-
z-index: 2;
|
2335
|
-
}
|
2336
|
-
|
2337
|
-
html.mm-blocking #mm-blocker {
|
2338
|
-
display: block;
|
2339
|
-
}
|
2340
|
-
|
2341
|
-
.mm-menu.mm-offcanvas {
|
2342
|
-
z-index: 0;
|
2343
|
-
display: none;
|
2344
|
-
position: fixed;
|
2345
|
-
width: 80%;
|
2346
|
-
min-width: 140px;
|
2347
|
-
max-width: 440px;
|
2348
|
-
}
|
2349
|
-
|
2350
|
-
.mm-menu.mm-offcanvas.mm-current {
|
2351
|
-
display: block;
|
2352
|
-
}
|
2353
|
-
|
2354
|
-
html.mm-opening .mm-slideout {
|
2355
|
-
-webkit-transform: translate3d(80%, 0, 0);
|
2356
|
-
transform: translate3d(80%, 0, 0);
|
2357
|
-
}
|
2358
|
-
|
2359
|
-
@media all and (max-width: 175px) {
|
2360
|
-
html.mm-opening .mm-slideout {
|
2361
|
-
-webkit-transform: translate3d(140px, 0, 0);
|
2362
|
-
transform: translate3d(140px, 0, 0);
|
2363
|
-
}
|
2364
|
-
}
|
2365
|
-
@media all and (min-width: 550px) {
|
2366
|
-
html.mm-opening .mm-slideout {
|
2367
|
-
-webkit-transform: translate3d(440px, 0, 0);
|
2368
|
-
transform: translate3d(440px, 0, 0);
|
2369
|
-
}
|
2370
|
-
}
|
2371
|
-
.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
|
2372
|
-
border-bottom: none;
|
2373
|
-
}
|
2374
|
-
|
2375
|
-
.mm-menu > .mm-navbar {
|
2376
|
-
background: inherit;
|
2377
|
-
padding: 0;
|
2378
|
-
z-index: 3;
|
2379
|
-
-webkit-transform: translate3d(0, 0, 0);
|
2380
|
-
transform: translate3d(0, 0, 0);
|
2381
|
-
}
|
2382
|
-
|
2383
|
-
.mm-navbar-bottom {
|
2384
|
-
border-top-width: 1px;
|
2385
|
-
border-top-style: solid;
|
2386
|
-
top: auto;
|
2387
|
-
bottom: 0;
|
2388
|
-
}
|
2389
|
-
|
2390
|
-
.mm-navbar-bottom ~ .mm-navbar-bottom {
|
2391
|
-
border-top: none;
|
2392
|
-
}
|
2393
|
-
|
2394
|
-
.mm-navbar.mm-hasbtns {
|
2395
|
-
padding: 0 40px;
|
2396
|
-
}
|
2397
|
-
|
2398
|
-
.mm-navbar[class*=mm-navbar-content-] > * {
|
2399
|
-
box-sizing: border-box;
|
2400
|
-
display: block;
|
2401
|
-
float: left;
|
2402
|
-
}
|
2403
|
-
|
2404
|
-
.mm-navbar .mm-breadcrumbs {
|
2405
|
-
text-overflow: ellipsis;
|
2406
|
-
white-space: nowrap;
|
2407
|
-
overflow: hidden;
|
2408
|
-
-webkit-overflow-scrolling: touch;
|
2409
|
-
overflow-x: auto;
|
2410
|
-
text-align: left;
|
2411
|
-
padding: 0 0 0 17px;
|
2412
|
-
}
|
2413
|
-
|
2414
|
-
.mm-navbar .mm-breadcrumbs > * {
|
2415
|
-
display: inline-block;
|
2416
|
-
padding: 10px 3px;
|
2417
|
-
}
|
2418
|
-
|
2419
|
-
.mm-navbar .mm-breadcrumbs > a {
|
2420
|
-
text-decoration: underline;
|
2421
|
-
}
|
2422
|
-
|
2423
|
-
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
|
2424
|
-
margin-left: -40px;
|
2425
|
-
}
|
2426
|
-
|
2427
|
-
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
|
2428
|
-
margin-left: 0;
|
2429
|
-
padding-left: 0;
|
2430
|
-
}
|
2431
|
-
|
2432
|
-
.mm-navbar-top-1 {
|
2433
|
-
top: 0;
|
2434
|
-
}
|
2435
|
-
|
2436
|
-
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
|
2437
|
-
top: 40px;
|
2438
|
-
}
|
2439
|
-
|
2440
|
-
.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
|
2441
|
-
top: 80px;
|
2442
|
-
}
|
2443
|
-
|
2444
|
-
.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
|
2445
|
-
top: 120px;
|
2446
|
-
}
|
2447
|
-
|
2448
|
-
.mm-hasnavbar-top-4 .mm-panels {
|
2449
|
-
top: 160px;
|
2450
|
-
}
|
2451
|
-
|
2452
|
-
.mm-navbar-bottom-1 {
|
2453
|
-
bottom: 0;
|
2454
|
-
}
|
2455
|
-
|
2456
|
-
.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
|
2457
|
-
bottom: 40px;
|
2458
|
-
}
|
2459
|
-
|
2460
|
-
.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
|
2461
|
-
bottom: 80px;
|
2462
|
-
}
|
2463
|
-
|
2464
|
-
.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
|
2465
|
-
bottom: 120px;
|
2466
|
-
}
|
2467
|
-
|
2468
|
-
.mm-hasnavbar-bottom-4 .mm-panels {
|
2469
|
-
bottom: 160px;
|
2470
|
-
}
|
2471
|
-
|
2472
|
-
.mm-navbar-size-2 {
|
2473
|
-
height: 80px;
|
2474
|
-
}
|
2475
|
-
|
2476
|
-
.mm-navbar-size-3 {
|
2477
|
-
height: 120px;
|
2478
|
-
}
|
2479
|
-
|
2480
|
-
.mm-navbar-size-4 {
|
2481
|
-
height: 160px;
|
2482
|
-
}
|
2483
|
-
|
2484
|
-
.mm-navbar-content-2 > * {
|
2485
|
-
width: 50%;
|
2486
|
-
}
|
2487
|
-
|
2488
|
-
.mm-navbar-content-3 > * {
|
2489
|
-
width: 33.33%;
|
2490
|
-
}
|
2491
|
-
|
2492
|
-
.mm-navbar-content-4 > * {
|
2493
|
-
width: 25%;
|
2494
|
-
}
|
2495
|
-
|
2496
|
-
.mm-navbar-content-5 > * {
|
2497
|
-
width: 20%;
|
2498
|
-
}
|
2499
|
-
|
2500
|
-
.mm-navbar-content-6 > * {
|
2501
|
-
width: 16.67%;
|
2502
|
-
}
|
2503
|
-
|
2504
|
-
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
|
2505
|
-
color: #fff;
|
2506
|
-
font-size: 14px;
|
2507
|
-
}
|
2508
|
-
|
2509
|
-
.mm-menu {
|
2510
|
-
color: #fff;
|
2511
|
-
background: #151515;
|
2512
|
-
}
|
2513
|
-
.mm-menu > .mm-navbar {
|
2514
|
-
background: #333;
|
2515
|
-
}
|
2516
|
-
|
2517
|
-
.mm-panel {
|
2518
|
-
font-size: 12px;
|
2519
|
-
}
|
2520
|
-
|
2521
|
-
#mm-blocker {
|
2522
|
-
z-index: 2002;
|
2523
|
-
}
|
2524
|
-
|
2525
|
-
.mm-panel h1 {
|
2526
|
-
margin-top: 0;
|
2527
|
-
color: #245e83;
|
2528
|
-
font-size: 14px;
|
2529
|
-
}
|
2530
|
-
|
2531
|
-
.mm-menu .mm-listview > li .mm-next,
|
2532
|
-
.mm-menu .mm-listview > li .mm-next:before, .mm-menu .mm-listview > li:after,
|
2533
|
-
.mm-menu .mm-listview > li .mm-arrow:after,
|
2534
|
-
.mm-menu .mm-listview > li .mm-next:after {
|
2535
|
-
border-color: #fff;
|
2536
|
-
}
|
2537
|
-
|
2538
|
-
.mm-menu .mm-btn:after,
|
2539
|
-
.mm-menu .mm-btn:before {
|
2540
|
-
border-color: #fff;
|
2541
|
-
}
|
2542
|
-
|
2543
|
-
/* Needed to override mmenu style */
|
2544
|
-
html.mm-background .BookReader {
|
2545
|
-
background-color: black;
|
2546
|
-
}
|
2547
|
-
|
2548
|
-
.BRmobileMenu button {
|
2549
|
-
-webkit-appearance: initial;
|
2550
|
-
}
|
2551
|
-
.BRmobileMenu .BRaction {
|
1635
|
+
border: none;
|
1636
|
+
padding: 3px 0px 3px 10px;
|
1637
|
+
margin: 0;
|
1638
|
+
box-sizing: border-box;
|
1639
|
+
background: transparent;
|
2552
1640
|
display: block;
|
2553
|
-
|
2554
|
-
}
|
2555
|
-
.BRmobileMenu div.share-social button {
|
2556
|
-
padding: 0 5px;
|
2557
|
-
height: 40px;
|
2558
|
-
text-align: left;
|
2559
|
-
}
|
2560
|
-
.BRmobileMenu a {
|
2561
|
-
color: inherit;
|
2562
|
-
}
|
2563
|
-
|
2564
|
-
.BRtoolbarMobileTitle {
|
2565
|
-
overflow: hidden;
|
2566
|
-
width: 100%;
|
2567
|
-
white-space: nowrap;
|
2568
|
-
text-align: center;
|
1641
|
+
float: left;
|
2569
1642
|
font-size: 14px;
|
2570
|
-
line-height:
|
2571
|
-
display: block;
|
2572
|
-
margin-right: 10px;
|
2573
|
-
}
|
2574
|
-
|
2575
|
-
.BRmobileHamburgerWrapper {
|
2576
|
-
display: block;
|
2577
|
-
padding: 0 30px 0 50px;
|
1643
|
+
line-height: 1.2;
|
2578
1644
|
}
|
2579
|
-
|
2580
|
-
|
2581
|
-
|
2582
|
-
display: block;
|
2583
|
-
width: 40px;
|
2584
|
-
height: 40px;
|
2585
|
-
position: absolute;
|
2586
|
-
top: 0;
|
2587
|
-
left: 10px;
|
1645
|
+
.BookReader .BRbooksearch.desktop .BRsearchSubmit, .BRfloat .BRbooksearch.desktop .BRsearchSubmit {
|
1646
|
+
width: auto;
|
1647
|
+
height: 100%;
|
2588
1648
|
border: none;
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
|
1649
|
+
text-align: center;
|
1650
|
+
color: #fff;
|
1651
|
+
overflow: hidden;
|
1652
|
+
box-sizing: boder-box;
|
2593
1653
|
display: block;
|
1654
|
+
background: transparent;
|
2594
1655
|
float: left;
|
2595
|
-
|
2596
|
-
height: 20px;
|
2597
|
-
margin-right: 10px;
|
2598
|
-
text-align: center;
|
2599
|
-
position: relative;
|
2600
|
-
}
|
2601
|
-
|
2602
|
-
.DrawerIcon {
|
2603
|
-
height: 18px;
|
2604
|
-
width: auto;
|
2605
|
-
position: absolute;
|
2606
|
-
left: 0;
|
2607
|
-
top: 1px;
|
1656
|
+
cursor: pointer;
|
2608
1657
|
}
|
2609
|
-
|
2610
|
-
|
1658
|
+
.BookReader .BRsearch-navigation, .BRfloat .BRsearch-navigation {
|
1659
|
+
position: relative;
|
1660
|
+
z-index: 1;
|
1661
|
+
display: flex;
|
1662
|
+
justify-content: space-between;
|
1663
|
+
align-items: center;
|
2611
1664
|
color: #fff;
|
2612
|
-
|
2613
|
-
|
2614
|
-
margin-bottom: 10px;
|
1665
|
+
background-color: #333;
|
1666
|
+
padding: 5px 0;
|
2615
1667
|
}
|
2616
|
-
|
2617
|
-
|
2618
|
-
|
2619
|
-
padding: 0;
|
2620
|
-
margin-bottom: 20px;
|
1668
|
+
.BookReader .BRsearch-navigation button.toggle-sidebar, .BRfloat .BRsearch-navigation button.toggle-sidebar {
|
1669
|
+
width: unset;
|
1670
|
+
padding: 0 10px;
|
2621
1671
|
}
|
2622
|
-
|
2623
|
-
|
2624
|
-
|
2625
|
-
|
1672
|
+
.BookReader .BRsearch-navigation button.toggle-sidebar h4, .BRfloat .BRsearch-navigation button.toggle-sidebar h4 {
|
1673
|
+
padding: 0;
|
1674
|
+
margin: 0;
|
1675
|
+
font-size: 15px;
|
1676
|
+
font-weight: normal;
|
2626
1677
|
color: #fff;
|
2627
|
-
line-height: 18px;
|
2628
1678
|
}
|
2629
|
-
|
2630
|
-
|
2631
|
-
color: grey;
|
1679
|
+
.BookReader .BRsearch-navigation button.toggle-sidebar h4 span, .BRfloat .BRsearch-navigation button.toggle-sidebar h4 span {
|
1680
|
+
vertical-align: middle;
|
2632
1681
|
}
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
2636
|
-
|
2637
|
-
|
1682
|
+
.BookReader .BRsearch-navigation .pagination, .BRfloat .BRsearch-navigation .pagination {
|
1683
|
+
position: absolute;
|
1684
|
+
left: 50%;
|
1685
|
+
top: 50%;
|
1686
|
+
transform: translate(-50%, -50%);
|
1687
|
+
margin: 0;
|
2638
1688
|
}
|
2639
|
-
.
|
2640
|
-
|
1689
|
+
.BookReader .BRsearch-navigation .pagination span, .BRfloat .BRsearch-navigation .pagination span {
|
1690
|
+
display: inline-block;
|
1691
|
+
padding: 0 5px;
|
2641
1692
|
}
|
2642
|
-
.
|
2643
|
-
|
1693
|
+
.BookReader .BRsearch-navigation .pagination button[disabled], .BRfloat .BRsearch-navigation .pagination button[disabled] {
|
1694
|
+
opacity: 0.3;
|
1695
|
+
cursor: default;
|
2644
1696
|
}
|
2645
|
-
.
|
1697
|
+
.BookReader .BRsearch-navigation .pagination button span, .BRfloat .BRsearch-navigation .pagination button span {
|
1698
|
+
width: 8px;
|
1699
|
+
height: 13px;
|
2646
1700
|
padding: 0;
|
2647
|
-
|
2648
|
-
margin-bottom: 30px;
|
2649
|
-
}
|
2650
|
-
.BRmobileShare fieldset label {
|
2651
|
-
display: block;
|
2652
|
-
}
|
2653
|
-
.BRmobileShare fieldset input[type=text] {
|
2654
|
-
width: 95%;
|
2655
|
-
}
|
2656
|
-
.BRmobileShare button.share-finished {
|
2657
|
-
display: none;
|
2658
|
-
}
|
2659
|
-
.BRmobileShare div.share-embed {
|
2660
|
-
border: 1px solid #ccc;
|
2661
|
-
padding: 0 10px;
|
2662
|
-
}
|
2663
|
-
.BRmobileShare .open-to-this-page {
|
2664
|
-
display: block;
|
2665
|
-
margin: 10px 0;
|
2666
|
-
}
|
2667
|
-
|
2668
|
-
.BRmobileHamburgerWrapper {
|
2669
|
-
display: none;
|
1701
|
+
background-size: 100% auto;
|
2670
1702
|
}
|
2671
|
-
|
2672
|
-
|
2673
|
-
|
1703
|
+
.BookReader .BRsearch-navigation .clear span, .BRfloat .BRsearch-navigation .clear span {
|
1704
|
+
width: 18px;
|
1705
|
+
height: 18px;
|
2674
1706
|
}
|
2675
|
-
|
2676
|
-
.BRtoolbar.responsive {
|
1707
|
+
.BookReader .BRsearch-navigation + .BRnav .BRnavCntl, .BRfloat .BRsearch-navigation + .BRnav .BRnavCntl {
|
2677
1708
|
display: none;
|
2678
1709
|
}
|
2679
1710
|
|
2680
|
-
|
2681
|
-
|
2682
|
-
|
2683
|
-
.BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRtoolbar.responsive {
|
2684
|
-
display: block;
|
2685
|
-
height: 40px;
|
2686
|
-
box-sizing: border-box;
|
2687
|
-
width: 100%;
|
2688
|
-
color: #fff;
|
2689
|
-
background: #333;
|
2690
|
-
}
|
2691
|
-
.BRbodyMobileNavEnabled .BRtoolbar.responsive .BRtoolbarbuttons,
|
2692
|
-
.BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRtoolbar.responsive .BRtoolbarbuttons {
|
2693
|
-
display: none;
|
2694
|
-
}
|
2695
|
-
.BRbodyMobileNavEnabled .BRtoolbar.responsive .BRmobileHamburgerWrapper,
|
2696
|
-
.BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRtoolbar.responsive .BRmobileHamburgerWrapper {
|
2697
|
-
display: block;
|
2698
|
-
}
|
2699
|
-
.BRbodyMobileNavEnabled .BRtoolbar.responsive .BRmobileMenu,
|
2700
|
-
.BRbodyMobileNavEnabledFullscreen.BRfullscreenActive .BRtoolbar.responsive .BRmobileMenu {
|
2701
|
-
display: block;
|
1711
|
+
@keyframes highlightFocus {
|
1712
|
+
to {
|
1713
|
+
stroke-width: 20px;
|
2702
1714
|
}
|
2703
1715
|
}
|
2704
|
-
|
2705
|
-
|
2706
|
-
|
2707
|
-
|
2708
|
-
|
2709
|
-
|
2710
|
-
|
2711
|
-
.
|
2712
|
-
|
1716
|
+
/* Mid size breakpoint */
|
1717
|
+
@media (max-width: 1050px) {
|
1718
|
+
.BookReader .BRbooksearch .BRsearchInput, .BRfloat .BRbooksearch .BRsearchInput {
|
1719
|
+
padding: 0 0 0 8px;
|
1720
|
+
width: 110px;
|
1721
|
+
min-width: 110px;
|
1722
|
+
}
|
1723
|
+
.BookReader .BRbooksearch .BRsearchSubmit, .BRfloat .BRbooksearch .BRsearchSubmit {
|
1724
|
+
float: left;
|
2713
1725
|
}
|
2714
1726
|
}
|
2715
|
-
li.BRtable-contents-el {
|
2716
|
-
line-height: 150%;
|
2717
|
-
padding: 10px 10px 10px 20px;
|
2718
|
-
overflow: hidden;
|
2719
|
-
color: #fff;
|
2720
|
-
}
|
2721
|
-
li.BRtable-contents-el.chapter-clickable {
|
2722
|
-
font-weight: normal;
|
2723
|
-
}
|
2724
|
-
li.BRtable-contents-el.current-chapter {
|
2725
|
-
background-color: lightblue;
|
2726
|
-
}
|
2727
|
-
li.BRtable-contents-el > span {
|
2728
|
-
display: inline;
|
2729
|
-
padding: 0;
|
2730
|
-
white-space: normal;
|
2731
|
-
}
|
2732
|
-
li.BRtable-contents-el .BRTOCElementPage {
|
2733
|
-
font-size: 0.85em;
|
2734
|
-
opacity: 0.8;
|
2735
|
-
}
|
2736
|
-
|
2737
1727
|
/****************** Excerpt from jquery-ui *********************/
|
2738
1728
|
.ui-helper-hidden {
|
2739
1729
|
display: none;
|
@@ -2803,7 +1793,7 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
2803
1793
|
}
|
2804
1794
|
|
2805
1795
|
.icon-fullscreen-exit {
|
2806
|
-
background-image: url("icons/
|
1796
|
+
background-image: url("icons/fullscreen_exit.svg");
|
2807
1797
|
}
|
2808
1798
|
|
2809
1799
|
.icon-thumb {
|
@@ -2880,11 +1870,17 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
2880
1870
|
background-image: url("icons/close-circle.svg");
|
2881
1871
|
}
|
2882
1872
|
|
1873
|
+
.icon-close-dark {
|
1874
|
+
width: 12px;
|
1875
|
+
height: 12px;
|
1876
|
+
background-image: url("icons/close-circle-dark.svg");
|
1877
|
+
}
|
1878
|
+
|
2883
1879
|
.BRcontrols {
|
2884
1880
|
width: 100%;
|
2885
1881
|
/* BookReader defaults overrides */
|
2886
1882
|
}
|
2887
|
-
.BRcontrols .
|
1883
|
+
.BRcontrols .BRtooltip {
|
2888
1884
|
display: none;
|
2889
1885
|
position: absolute;
|
2890
1886
|
width: auto;
|
@@ -2897,8 +1893,9 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
2897
1893
|
color: #fff;
|
2898
1894
|
border-radius: 3px;
|
2899
1895
|
background: #333;
|
1896
|
+
pointer-events: none;
|
2900
1897
|
}
|
2901
|
-
.BRcontrols .full .
|
1898
|
+
.BRcontrols .full .BRtooltip {
|
2902
1899
|
left: auto;
|
2903
1900
|
right: 0;
|
2904
1901
|
transform: translateX(0);
|
@@ -2906,23 +1903,29 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
2906
1903
|
.BRfullscreenActive .BRcontrols .icon-fullscreen {
|
2907
1904
|
background-image: url("icons/fullscreen_exit.svg");
|
2908
1905
|
}
|
2909
|
-
.BRcontrols select.playback-speed {
|
2910
|
-
width: 24px;
|
1906
|
+
.BRcontrols select.playback-speed, .BRcontrols select.playback-voices {
|
2911
1907
|
padding-top: 18px;
|
2912
1908
|
-moz-appearance: none;
|
2913
1909
|
-webkit-appearance: none;
|
2914
1910
|
appearance: none;
|
2915
1911
|
font-size: 10px;
|
2916
|
-
text-align: center;
|
2917
1912
|
text-align-last: center;
|
2918
1913
|
color: #fff;
|
2919
1914
|
border: none;
|
2920
1915
|
cursor: pointer;
|
2921
|
-
background: transparent url("icons/playback-speed.svg") 50% 0 no-repeat;
|
2922
1916
|
}
|
2923
|
-
.BRcontrols select.playback-speed option {
|
1917
|
+
.BRcontrols select.playback-speed option, .BRcontrols select.playback-speed optgroup, .BRcontrols select.playback-voices option, .BRcontrols select.playback-voices optgroup {
|
2924
1918
|
background: #333;
|
2925
1919
|
}
|
1920
|
+
.BRcontrols select.playback-speed {
|
1921
|
+
width: 30px;
|
1922
|
+
background: transparent url("icons/playback-speed.svg") 50% 0 no-repeat;
|
1923
|
+
}
|
1924
|
+
.BRcontrols select.playback-voices {
|
1925
|
+
width: 30px;
|
1926
|
+
background: transparent url("icons/voice.svg") 50% 0 no-repeat;
|
1927
|
+
background-size: 18px;
|
1928
|
+
}
|
2926
1929
|
.BRcontrols .active {
|
2927
1930
|
background: #fff;
|
2928
1931
|
}
|
@@ -2975,6 +1978,10 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
2975
1978
|
display: flex;
|
2976
1979
|
animation: slideUp 0.2s;
|
2977
1980
|
}
|
1981
|
+
.BRcontrols .read-aloud.visible button {
|
1982
|
+
width: unset;
|
1983
|
+
height: unset;
|
1984
|
+
}
|
2978
1985
|
.BRcontrols .read-aloud li {
|
2979
1986
|
padding: 0 10px;
|
2980
1987
|
}
|
@@ -3094,34 +2101,58 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
3094
2101
|
background-color: #ccc;
|
3095
2102
|
}
|
3096
2103
|
|
3097
|
-
.
|
3098
|
-
|
2104
|
+
.BRtextLayer {
|
2105
|
+
z-index: 2;
|
3099
2106
|
position: absolute;
|
3100
|
-
height: 100%;
|
3101
2107
|
top: 0;
|
3102
2108
|
left: 0;
|
2109
|
+
color: transparent;
|
2110
|
+
transform-origin: 0 0;
|
3103
2111
|
pointer-events: none;
|
2112
|
+
cursor: text;
|
2113
|
+
}
|
2114
|
+
|
2115
|
+
.BRparagraphElement {
|
2116
|
+
margin: 0;
|
2117
|
+
cursor: text;
|
2118
|
+
font-family: Georgia, serif;
|
2119
|
+
line-height: 0;
|
3104
2120
|
}
|
3105
|
-
|
2121
|
+
|
2122
|
+
.BRlineElement {
|
3106
2123
|
pointer-events: all;
|
2124
|
+
white-space: nowrap;
|
2125
|
+
display: inline-block;
|
3107
2126
|
}
|
3108
|
-
.
|
3109
|
-
|
3110
|
-
|
2127
|
+
.BRtextLayer[dir=ltr] .BRlineElement {
|
2128
|
+
margin-right: 100%;
|
2129
|
+
}
|
2130
|
+
.BRtextLayer[dir=rtl] .BRlineElement {
|
2131
|
+
margin-left: 100%;
|
3111
2132
|
}
|
3112
|
-
|
3113
|
-
|
2133
|
+
|
2134
|
+
.BRwordElement::selection, .BRspace::selection, .BRparagraphElement::selection, .BRparagraphElement br::selection {
|
2135
|
+
background: hsla(210, 74%, 62%, 0.4);
|
3114
2136
|
}
|
3115
|
-
.
|
3116
|
-
background:
|
2137
|
+
.BRwordElement::-moz-selection, .BRspace::-moz-selection, .BRparagraphElement::-moz-selection, .BRparagraphElement br::-moz-selection {
|
2138
|
+
background: hsla(210, 74%, 62%, 0.4);
|
3117
2139
|
color: transparent;
|
3118
2140
|
}
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
2141
|
+
|
2142
|
+
.BRparagraphElement br {
|
2143
|
+
visibility: hidden;
|
2144
|
+
}
|
2145
|
+
|
2146
|
+
.BRwordElement--hyphen::after {
|
2147
|
+
content: "-";
|
2148
|
+
}
|
2149
|
+
|
2150
|
+
.BRsmooth-zooming .BRpagecontainer:not(.BRpagecontainer--hasSelection) .BRtextLayer, .BRscrolling-active .BRpagecontainer:not(.BRpagecontainer--hasSelection) .BRtextLayer {
|
2151
|
+
display: none;
|
2152
|
+
}
|
2153
|
+
|
2154
|
+
.BRmode1up .BRpagecontainer:not(.BRpage-visible) .BRtextLayer {
|
2155
|
+
display: none;
|
3125
2156
|
}
|
3126
2157
|
|
3127
2158
|
.BRpagecontainer img {
|
@@ -3130,19 +2161,37 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
3130
2161
|
user-select: none;
|
3131
2162
|
}
|
3132
2163
|
|
3133
|
-
.
|
3134
|
-
|
2164
|
+
.BRwordElement[_istranslated="1"], .BRwordElement[_msttexthash], .BRspace[_istranslated="1"], .BRspace[_msttexthash] {
|
2165
|
+
background-color: #e4dccd;
|
2166
|
+
color: black;
|
2167
|
+
letter-spacing: unset !important;
|
2168
|
+
background: #ccbfa7;
|
3135
2169
|
}
|
3136
2170
|
|
3137
|
-
.
|
3138
|
-
|
2171
|
+
.BRlineElement font[_mstmutation="1"] {
|
2172
|
+
background: #ccbfa7;
|
2173
|
+
}
|
2174
|
+
|
2175
|
+
.BRlineElement:has([_istranslated="1"], [_msttexthash]) {
|
2176
|
+
background-color: #e4dccd;
|
2177
|
+
color: black;
|
2178
|
+
text-align: justify;
|
2179
|
+
width: inherit;
|
2180
|
+
}
|
2181
|
+
.BRlineElement:has([_istranslated="1"], [_msttexthash]):not(:nth-last-child(2)) {
|
2182
|
+
text-align-last: justify;
|
2183
|
+
}
|
2184
|
+
|
2185
|
+
.BRlineElement[_msttexthash] {
|
2186
|
+
background: #ccbfa7;
|
2187
|
+
word-spacing: unset !important;
|
3139
2188
|
}
|
3140
2189
|
|
3141
2190
|
/**
|
3142
2191
|
* Hide modal-manager that loads item-navigator-modal
|
3143
2192
|
* loading bookmarks related alert messages
|
3144
2193
|
*/
|
3145
|
-
|
2194
|
+
modal-manager[mode=closed] {
|
3146
2195
|
display: none;
|
3147
2196
|
}
|
3148
2197
|
|
@@ -3161,7 +2210,7 @@ li.BRtable-contents-el .BRTOCElementPage {
|
|
3161
2210
|
opacity: 0;
|
3162
2211
|
}
|
3163
2212
|
|
3164
|
-
.
|
2213
|
+
.BRmode2up .BRpagecontainer[data-side=L] .bookmark-button {
|
3165
2214
|
right: auto;
|
3166
2215
|
left: 0;
|
3167
2216
|
}
|