Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
9f8cbe8c
Commit
9f8cbe8c
authored
Nov 19, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge enhanced UI from ytilis repro
parent
8c573ff6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
354 additions
and
107 deletions
+354
-107
kthoom.css
cps/static/css/kthoom.css
+109
-33
kthoom.js
cps/static/js/kthoom.js
+131
-68
readcbr.html
cps/templates/readcbr.html
+114
-6
No files found.
cps/static/css/kthoom.css
View file @
9f8cbe8c
body
{
background
:
#444
;
overflow
:
hidden
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
color
:
white
;
font-family
:
sans-serif
;
margin
:
0px
;
}
.main
{
position
:
re
;
left
:
5px
;
overflow
:
hidden
;
right
:
5px
;
#main
{
text-align
:
center
;
top
:
5px
;
z-index
:
2
;
}
#sidebar
a
,
#sidebar
ul
,
#sidebar
li
,
#sidebar
li
img
{
max-width
:
100%
;
text-align
:
center
;
}
#sidebar
a
{
display
:
inline-block
;
position
:
relative
;
cursor
:
pointer
;
}
#sidebar
li
img
{
display
:
block
;
max-height
:
200px
;
}
#sidebar
li
img
+
span
{
position
:
absolute
;
bottom
:
0
;
right
:
0
;
padding
:
2px
;
min-width
:
25px
;
line-height
:
25px
;
background
:
#6b6b6b
;
border-top-left-radius
:
5px
;
}
#sidebar
#panels
{
z-index
:
1
;
}
#progress
{
position
:
absolute
;
display
:
inline
;
left
:
90px
;
right
:
160px
;
left
:
20%
;
right
:
20%
;
height
:
20px
;
margin-top
:
1
px
;
margin-top
:
4
px
;
text-align
:
right
;
}
...
...
@@ -29,6 +60,10 @@ body {
display
:
none
!important
;
}
#mainContent
{
overflow
:
auto
;
}
#mainText
{
text-align
:
left
;
width
:
90%
;
...
...
@@ -42,29 +77,9 @@ body {
word-wrap
:
break-word
;
}
#mainImage
{
margin-top
:
32px
;
}
#titlebar
.main
{
opacity
:
0
;
position
:
absolute
;
top
:
0
;
height
:
30px
;
left
:
0
;
right
:
0
;
background-color
:
black
;
padding-bottom
:
70px
;
-webkit-transition
:
opacity
0.2s
ease
;
-moz-transition
:
opacity
0.2s
ease
;
transition
:
opacity
0.2s
ease
;
background
:
-moz-linear-gradient
(
top
,
rgba
(
0
,
2
,
34
,
1
)
0%
,
rgba
(
0
,
1
,
24
,
1
)
30%
,
rgba
(
0
,
0
,
0
,
0
)
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
rgba
(
0
,
2
,
34
,
1
)),
color-stop
(
30%
,
rgba
(
0
,
1
,
24
,
1
)),
color-stop
(
100%
,
rgba
(
0
,
0
,
0
,
0
)));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
top
,
rgba
(
0
,
2
,
34
,
1
)
0%
,
rgba
(
0
,
1
,
24
,
1
)
30%
,
rgba
(
0
,
0
,
0
,
0
)
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
top
,
rgba
(
0
,
2
,
34
,
1
)
0%
,
rgba
(
0
,
1
,
24
,
1
)
30%
,
rgba
(
0
,
0
,
0
,
0
)
100%
);
/* Opera11.10+ */
background
:
-ms-linear-gradient
(
top
,
rgba
(
0
,
2
,
34
,
1
)
0%
,
rgba
(
0
,
1
,
24
,
1
)
30%
,
rgba
(
0
,
0
,
0
,
0
)
100%
);
/* IE10+ */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#000222'
,
endColorstr
=
'#00000000'
,
GradientType
=
0
);
/* IE6-9 */
background
:
linear-gradient
(
top
,
rgba
(
0
,
2
,
34
,
1
)
0%
,
rgba
(
0
,
1
,
24
,
1
)
30%
,
rgba
(
0
,
0
,
0
,
0
)
100%
);
/* W3C */
#titlebar
{
min-height
:
25px
;
height
:
auto
;
}
#prev
{
...
...
@@ -100,6 +115,67 @@ body {
color
:
#000
;
}
th
,
td
{
padding
:
5px
;
}
th
{
text-align
:
right
;
vertical-align
:
top
;
}
.modal
{
/* Makes the modal responsive. Note sure if this should be moved to main.css */
margin
:
0
;
max-width
:
96%
;
transform
:
translate
(
-50%
,
-50%
);
}
.md-content
{
min-height
:
320px
;
height
:
auto
;
}
.md-content
>
div
{
overflow
:
hidden
;
}
.md-content
>
div
p
{
padding
:
5px
0
;
}
.settings-column
{
float
:
left
;
min-width
:
35%
;
padding-bottom
:
10px
;
}
.inputs
{
margin
:
-5px
;
}
.inputs
input
{
vertical-align
:
middle
;
}
.inputs
label
{
display
:
inline-block
;
margin
:
5px
;
white-space
:
nowrap
;
}
.dark-theme
#main
{
background-color
:
#000
;
}
.dark-theme
#titlebar
{
color
:
#DDD
;
}
.dark-theme
#titlebar
a
:active
{
color
:
#FFF
;
}
.dark-theme
.overlay
{
background-color
:
rgba
(
0
,
0
,
0
,
0.8
);
}
cps/static/js/kthoom.js
View file @
9f8cbe8c
This diff is collapsed.
Click to expand it.
cps/templates/readcbr.html
View file @
9f8cbe8c
...
...
@@ -7,13 +7,14 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/libs/normalize.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/main.css') }}"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/kthoom.css') }}"
type=
"text/css"
/>
<link
href=
"{{ url_for('static', filename='css/libs/bootstrap.min.css') }}"
rel=
"stylesheet"
media=
"screen"
>
<script
src=
"{{ url_for('static', filename='js/libs/jquery.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/libs/bootstrap.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/libs/jquery.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/libs/screenfull.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/kthoom.js') }}"
></script>
<!--script src="{{ url_for('static', filename='js/archive.js') }}"></script-->
<script>
document
.
onreadystatechange
=
function
()
{
if
(
document
.
readyState
==
"complete"
)
{
...
...
@@ -23,8 +24,34 @@
</script>
</head>
<body>
<div
class=
"main"
id=
"main"
>
<div
id=
"titlebar"
>
<div
id=
"sidebar"
>
<div
id=
"panels"
>
<!-- <a id="show-Toc" class="show_view icon-list-1 active" data-view="Toc">TOC</a> -->
<!-- <a id="show-Bookmarks" class="show_view icon-bookmark" data-view="Bookmarks">Bookmarks</a> -->
</div>
<div
id=
"tocView"
class=
"view"
>
<ul
id=
"thumbnails"
></ul>
</div>
<div
id=
"bookmarksView"
class=
"view"
>
<ul
id=
"bookmarks"
></ul>
</div>
</div>
<div
id=
"main"
class=
"main"
>
<div
id=
"titlebar"
class=
"main"
>
<div
id=
"opener"
>
<a
id=
"slider"
class=
"icon-menu"
>
Menu
</a>
</div>
<div
id=
"metainfo"
>
<span
id=
"book-title"
></span>
<span
id=
"title-seperator"
>
–
</span>
<span
id=
"chapter-title"
></span>
</div>
<div
id=
"title-controls"
>
<a
id=
"setting"
class=
"icon-cog"
>
Settings
</a>
<a
id=
"fullscreen"
class=
"icon-resize-full"
>
Fullscreen
</a>
</div>
<div
id=
"progress"
class=
"hide"
></div>
<div
class=
"progress2"
style=
"display:none"
>
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"70"
...
...
@@ -33,6 +60,7 @@
</div>
</div>
</div>
<div
id=
"mainContent"
>
<div
id=
"mainText"
style=
"display:none"
></div>
<canvas
id=
"mainImage"
></canvas>
...
...
@@ -40,5 +68,85 @@
<div
id=
"prev"
class=
"arrow"
onclick=
"showPrevPage()"
>
‹
</div>
<div
id=
"next"
class=
"arrow"
onclick=
"showNextPage()"
>
›
</div>
</div>
<div
class=
"modal md-effect-1"
id=
"settings-modal"
>
<div
class=
"md-content"
>
<h3>
{{_('Settings')}}
</h3>
<div>
<div
class=
"settings-column"
>
<table>
<thead>
<tr><th
colspan=
"2"
>
{{_('Keyboard Shortcuts')}}
</th></tr>
</thead>
<tbody>
<tr><td>
←
</td>
<td>
{{_('Previous Page')}}
</td></tr>
<tr><td>
→
</td>
<td>
{{_('Next Page')}}
</td></tr>
<tr><td>
B
</td>
<td>
{{_('Scale to Best')}}
</td></tr>
<tr><td>
W
</td>
<td>
{{_('Scale to Width')}}
</td></tr>
<tr><td>
H
</td>
<td>
{{_('Scale to Height')}}
</td></tr>
<tr><td>
N
</td>
<td>
{{_('Scale to Native')}}
</td></tr>
<tr><td>
R
</td>
<td>
{{_('Rotate Right')}}
</td></tr>
<tr><td>
L
</td>
<td>
{{_('Rotate Left')}}
</td></tr>
<tr><td>
F
</td>
<td>
{{_('Flip Image')}}
</td></tr>
</tbody>
</table>
</div>
<div
class=
"settings-column"
>
<table
id=
"settings"
>
<thead>
<tr>
<th>
{{_('Settings')}}
</th>
</tr>
</thead>
<tbody>
<tr>
<th>
{{_('Theme')}}:
</th>
<td>
<div
class=
"inputs"
>
<label
for=
"lightTheme"
><input
type=
"radio"
id=
"lightTheme"
name=
"theme"
value=
"light"
/>
{{_('Light')}}
</label>
<label
for=
"darkTheme"
><input
type=
"radio"
id=
"darkTheme"
name=
"theme"
value=
"dark"
/>
{{_('Dark')}}
</label>
</div>
</td>
</tr>
<tr>
<th>
{{_('Scale')}}:
</th>
<td>
<div
class=
"inputs"
>
<label
for=
"fitBest"
><input
type=
"radio"
id=
"fitBest"
name=
"fitMode"
value=
"66"
/>
{{_('Best')}}
</label>
<label
for=
"fitWidth"
><input
type=
"radio"
id=
"fitWidth"
name=
"fitMode"
value=
"87"
/>
{{_('Width')}}
</label>
<label
for=
"fitHeight"
><input
type=
"radio"
id=
"fitHeight"
name=
"fitMode"
value=
"72"
/>
{{_('Height')}}
</label>
<label
for=
"fitNative"
><input
type=
"radio"
id=
"fitNative"
name=
"fitMode"
value=
"78"
/>
{{_('Native')}}
</label>
</div>
</td>
</tr>
<tr>
<th>
{{_('Rotate')}}:
</th>
<td>
<div
class=
"inputs"
>
<label
for=
"r0"
><input
type=
"radio"
id=
"r0"
name=
"rotateTimes"
value=
"0"
/>
0
°
</label>
<label
for=
"r90"
><input
type=
"radio"
id=
"r90"
name=
"rotateTimes"
value=
"1"
/>
90
°
</label>
<label
for=
"r180"
><input
type=
"radio"
id=
"r180"
name=
"rotateTimes"
value=
"2"
/>
180
°
</label>
<label
for=
"r270"
><input
type=
"radio"
id=
"r270"
name=
"rotateTimes"
value=
"3"
/>
270
°
</label>
</div>
</td>
</tr>
<tr>
<th>
{{_('Flip')}}:
</th>
<td>
<div
class=
"inputs"
>
<label
for=
"vflip"
><input
type=
"checkbox"
id=
"vflip"
name=
"vflip"
/>
{{_('Horizontal')}}
</label>
<label
for=
"hflip"
><input
type=
"checkbox"
id=
"hflip"
name=
"hflip"
/>
{{_('Vertical')}}
</label>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div
class=
"closer icon-cancel-circled"
></div>
</div>
</div>
<div
class=
"overlay"
></div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment