Spaces:
Running
Running
Update reader.html
Browse files- reader.html +16 -9
reader.html
CHANGED
|
@@ -69,17 +69,22 @@
|
|
| 69 |
background-color: #0056b3;
|
| 70 |
}
|
| 71 |
|
|
|
|
| 72 |
#page-input {
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
|
|
|
|
|
|
|
|
|
| 82 |
}
|
|
|
|
| 83 |
|
| 84 |
#page-input:focus {
|
| 85 |
outline: none;
|
|
@@ -198,6 +203,8 @@
|
|
| 198 |
currentPage = (pageNumber - 1) / 2;
|
| 199 |
}
|
| 200 |
updatePage();
|
|
|
|
|
|
|
| 201 |
}
|
| 202 |
}
|
| 203 |
|
|
|
|
| 69 |
background-color: #0056b3;
|
| 70 |
}
|
| 71 |
|
| 72 |
+
|
| 73 |
#page-input {
|
| 74 |
+
position: absolute;
|
| 75 |
+
top: 20px;
|
| 76 |
+
font-size: 24px;
|
| 77 |
+
padding: 10px 20px;
|
| 78 |
+
border: none;
|
| 79 |
+
border-radius: 10px;
|
| 80 |
+
text-align: center;
|
| 81 |
+
z-index: 1;
|
| 82 |
+
width: 200px;
|
| 83 |
+
@media (orientation: portrait) {
|
| 84 |
+
transform: translate(30px, 0px);
|
| 85 |
+
}
|
| 86 |
}
|
| 87 |
+
|
| 88 |
|
| 89 |
#page-input:focus {
|
| 90 |
outline: none;
|
|
|
|
| 203 |
currentPage = (pageNumber - 1) / 2;
|
| 204 |
}
|
| 205 |
updatePage();
|
| 206 |
+
|
| 207 |
+
|
| 208 |
}
|
| 209 |
}
|
| 210 |
|