bookreader 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a1c3f57c68c6f83818bdd37cba8fe85efcde6945e04feeb3511532cb61c7da2
4
- data.tar.gz: dffb2f12f3c0cf5dad2100b27a704e1e39ea693826727ce0e09fa1a7b2fa1245
3
+ metadata.gz: f1580998c1d0b60ae0ceee31d3729882eadceda36573bc09c1acc60594684223
4
+ data.tar.gz: 00e1ee32d8999c47f0f49324f3bd3b318cbed6af51d177a356bcd61a9e4267a0
5
5
  SHA512:
6
- metadata.gz: e45037eddf85eb0c61413e434390ab24517ef42acb4d05d1731fb7acbe6cf6de622702b130078212d5742e57eb6865c45a5cce2b75b2ce1c11a9e0b658dab166
7
- data.tar.gz: 63c82484a1721e888b749dcd36ba212843c3d1cd379abbb2123526ea7c24cb19c786f1b497163666e22a0280b7f3a0b2291d807349664476a56000924b65935a
6
+ metadata.gz: 4692a8c0194a95338cb6057facdf19e2ad9a4057b865301dd08db69d2f537380e8f52598d6cdd3f57ed2a1c0effbcbc4bcd4979b0bca1aa6caac298cb008fe36
7
+ data.tar.gz: 38334d64c5369c38e23d25ec53245258bf0f0611c8cfdb47366e9929f693722236c39f1f7660cc5ad6ce3c73de3299d3d844b91f55eca85b6a46bf1b6ea98595
@@ -1,3 +1,3 @@
1
1
  module Bookreader
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -124,7 +124,7 @@
124
124
  font-size: 1.2em;
125
125
  }
126
126
  .BookReader .loader, .BRmobileMenu .loader, .BRfloat .loader {
127
- background: url(assets/loading.gif) no-repeat 50%;
127
+ background: url(/assets/loading.gif) no-repeat 50%;
128
128
  height: 16px;
129
129
  min-width: 16px;
130
130
  }
@@ -171,7 +171,7 @@
171
171
  width: auto;
172
172
  height: 100%;
173
173
  margin: 0 10px;
174
- background: transparent url(assets/icon_home.svg) no-repeat center center;
174
+ background: transparent url(/assets/icon_home.svg) no-repeat center center;
175
175
  background-size: contain;
176
176
  }
177
177
 
@@ -204,7 +204,7 @@
204
204
  }
205
205
 
206
206
  .BRprogressbar {
207
- background-image: url("assets/progressbar.gif");
207
+ background-image: url("/assets/progressbar.gif");
208
208
  background-repeat: no-repeat;
209
209
  background-position: center top;
210
210
  }
@@ -562,14 +562,14 @@ body.BRfullscreenActive .mm-menu {
562
562
  }
563
563
 
564
564
  .BRonePageImage {
565
- background: url(assets/loading.gif) 50% no-repeat;
565
+ background: url(/assets/loading.gif) 50% no-repeat;
566
566
  }
567
567
 
568
568
  .BRleafEdgeR {
569
569
  border-style: solid solid solid none;
570
570
  border-color: #333322;
571
571
  border-width: 1px 1px 1px 0px;
572
- background: transparent url(assets/back_pages.png) repeat scroll 0% 0%;
572
+ background: transparent url(/assets/back_pages.png) repeat scroll 0% 0%;
573
573
  position: absolute;
574
574
  cursor: pointer;
575
575
  }
@@ -578,8 +578,8 @@ body.BRfullscreenActive .mm-menu {
578
578
  /* border-style: solid none solid solid;
579
579
  border-color: rgb(51, 51, 34);
580
580
  border-width: 1px 0px 1px 1px; */
581
- /* background: transparent url(assets/left_edges.png) repeat scroll 0% 0%; */
582
- background: transparent url(assets/back_pages.png) repeat scroll 0% 0%;
581
+ /* background: transparent url(/assets/left_edges.png) repeat scroll 0% 0%; */
582
+ background: transparent url(/assets/back_pages.png) repeat scroll 0% 0%;
583
583
  /* XXXmang replace file */
584
584
  position: absolute;
585
585
  cursor: pointer;
@@ -589,8 +589,8 @@ body.BRfullscreenActive .mm-menu {
589
589
  /* border-style: solid none solid solid;
590
590
  border-color: rgb(51, 51, 34);
591
591
  border-width: 1px 0px 1px 1px; */
592
- /* background: transparent url(assets/left_edges.png) repeat scroll 0% 0%; */
593
- background: transparent url(assets/back_pages.png) repeat scroll 0% 0%;
592
+ /* background: transparent url(/assets/left_edges.png) repeat scroll 0% 0%; */
593
+ background: transparent url(/assets/back_pages.png) repeat scroll 0% 0%;
594
594
  /* XXXmang replace file */
595
595
  position: absolute;
596
596
  }
@@ -598,7 +598,7 @@ body.BRfullscreenActive .mm-menu {
598
598
  .BRgutter {
599
599
  /* border: 1px solid rgb(68, 25, 17); */
600
600
  position: absolute;
601
- background: transparent url(assets/booksplit.png) repeat scroll 0% 0%;
601
+ background: transparent url(/assets/booksplit.png) repeat scroll 0% 0%;
602
602
  }
603
603
 
604
604
  .BRtwoPagePopUp {
@@ -619,7 +619,7 @@ body.BRfullscreenActive .mm-menu {
619
619
  border: none;
620
620
  cursor: pointer;
621
621
  background-color: transparent;
622
- background-image: url(assets/BRicons.svg);
622
+ background-image: url(/assets/BRicons.svg);
623
623
  background-repeat: no-repeat;
624
624
  }
625
625
  .BRicon:hover {
@@ -939,7 +939,7 @@ i.BRicon {
939
939
  height: 32px;
940
940
  border: none;
941
941
  background-color: transparent;
942
- background-image: url("assets/icon_close-pop.png");
942
+ background-image: url("/assets/icon_close-pop.png");
943
943
  background-position: 0 0;
944
944
  background-repeat: no-repeat;
945
945
  }
@@ -1032,7 +1032,7 @@ i.BRicon {
1032
1032
  }
1033
1033
 
1034
1034
  .BRfloatMeta p.moreInfo span {
1035
- background: url("assets/icon_OL-logo-xs.png") no-repeat;
1035
+ background: url("/assets/icon_OL-logo-xs.png") no-repeat;
1036
1036
  display: block;
1037
1037
  float: left;
1038
1038
  width: 26px;
@@ -1065,7 +1065,7 @@ i.BRicon {
1065
1065
  }
1066
1066
 
1067
1067
  .BRfloatFoot a.problem, a.problem-icon {
1068
- background: url("assets/icon_alert-xs.png") no-repeat;
1068
+ background: url("/assets/icon_alert-xs.png") no-repeat;
1069
1069
  padding-left: 20px;
1070
1070
  }
1071
1071
 
@@ -1187,7 +1187,7 @@ i.BRicon {
1187
1187
  width: 25px;
1188
1188
  height: 25px;
1189
1189
  margin: 0 10px;
1190
- background: transparent url(assets/icon_home.svg) no-repeat center center;
1190
+ background: transparent url(/assets/icon_home.svg) no-repeat center center;
1191
1191
  background-size: contain;
1192
1192
  }
1193
1193
  .BRnav a {
@@ -1354,12 +1354,12 @@ i.BRicon {
1354
1354
  }
1355
1355
 
1356
1356
  .BRup {
1357
- background-image: url("assets/nav_control-up.png");
1357
+ background-image: url("/assets/nav_control-up.png");
1358
1358
  background-repeat: no-repeat;
1359
1359
  }
1360
1360
 
1361
1361
  .BRdn {
1362
- background-image: url("assets/nav_control-dn.png");
1362
+ background-image: url("/assets/nav_control-dn.png");
1363
1363
  background-repeat: no-repeat;
1364
1364
  }
1365
1365
 
@@ -1513,14 +1513,14 @@ i.BRicon {
1513
1513
  background-color: blue;
1514
1514
  }
1515
1515
  .BookReader .BRsearch, .BRmobileMenu .BRsearch, .BRfloat .BRsearch {
1516
- background-image: url(assets/marker_srch-off.svg);
1516
+ background-image: url(/assets/marker_srch-off.svg);
1517
1517
  width: 20px;
1518
1518
  height: 25px;
1519
1519
  margin-left: -20px;
1520
1520
  /* Center icon */
1521
1521
  }
1522
1522
  .BookReader .BRsearch.front, .BRmobileMenu .BRsearch.front, .BRfloat .BRsearch.front {
1523
- background-image: url(assets/marker_srch-on.svg);
1523
+ background-image: url(/assets/marker_srch-on.svg);
1524
1524
  }
1525
1525
  .BookReader .BRsearch .BRquery, .BRmobileMenu .BRsearch .BRquery, .BRfloat .BRsearch .BRquery {
1526
1526
  display: none;
@@ -1540,7 +1540,7 @@ i.BRicon {
1540
1540
  bottom: -14px;
1541
1541
  width: 18px;
1542
1542
  height: 27px;
1543
- background: transparent url(assets/marker_srch-on.png) no-repeat;
1543
+ background: transparent url(/assets/marker_srch-on.png) no-repeat;
1544
1544
  }
1545
1545
  .BookReader .BRmobileSearchResultWrapper, .BRmobileMenu .BRmobileSearchResultWrapper, .BRfloat .BRmobileSearchResultWrapper {
1546
1546
  margin-top: 20px;
@@ -1641,7 +1641,7 @@ i.BRicon {
1641
1641
  height: 30px;
1642
1642
  border: none;
1643
1643
  background-color: #0074D1;
1644
- background-image: url("assets/icon_search_button.svg");
1644
+ background-image: url("/assets/icon_search_button.svg");
1645
1645
  background-repeat: no-repeat;
1646
1646
  background-position: center center;
1647
1647
  text-align: center;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookreader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huang Feilong