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
99fda004
Commit
99fda004
authored
Oct 11, 2020
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'caliblur/issue/caliblur-1560' into master
parents
e16c0cae
f1e6f6e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
caliBlur.css
cps/static/css/caliBlur.css
+18
-1
shelfdown.html
cps/templates/shelfdown.html
+4
-3
No files found.
cps/static/css/caliBlur.css
View file @
99fda004
...
...
@@ -831,7 +831,10 @@ body:not(.read-frame) {
font-family
:
Open
Sans
Semibold
,
Helvetica
Neue
,
Helvetica
,
Arial
,
sans-serif
;
font-weight
:
400
;
overflow
:
hidden
;
margin
:
0
margin
:
0
;
/* scroll bar fix for firefox */
scrollbar-color
:
hsla
(
0
,
0%
,
100%
,
.2
)
transparent
;
scrollbar-width
:
thin
;
}
body
>
div
.navbar.navbar-default.navbar-static-top
>
div
>
form
>
div
{
...
...
@@ -3506,6 +3509,20 @@ body.shelf > div.container-fluid > div > div.col-sm-10 > div.discover > h2 {
padding-right
:
25px
!important
}
body
.shelf-down
>
.discover
>
h2
{
color
:
inherit
;
margin-bottom
:
20px
;
}
body
.shelf-down
>
.discover
>
.row
>
.book.col-sm-3.col-lg-2.col-xs-6
{
max-width
:
225px
!important
;
width
:
225px
!important
;
}
body
.shelf-down
.btn-group
button
#btnGroupDrop1
{
height
:
50px
;
}
.author
>
.container-fluid
>
.row-fluid
>
.col-sm-10
>
h2
:before
,
.plexBack
>
a
{
-moz-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
...
...
cps/templates/shelfdown.html
View file @
99fda004
...
...
@@ -12,8 +12,9 @@
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
href=
"{{ url_for('static', filename='css/libs/bootstrap.min.css') }}"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"{{ url_for('static', filename='css/style.css') }}"
rel=
"stylesheet"
media=
"screen"
>
{% if g.user.get_theme == 1 %}
<link
href=
"{{ url_for('static', filename='css/caliBlur-style.css') }}"
rel=
"stylesheet"
media=
"screen"
>
{% if g.current_theme == 1 %}
<link
href=
"{{ url_for('static', filename='css/caliBlur.css') }}"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"{{ url_for('static', filename='css/caliBlur_override.css') }}"
rel=
"stylesheet"
media=
"screen"
>
{% endif %}
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
...
...
@@ -24,7 +25,7 @@
{% block header %}{% endblock %}
</head>
<body
class=
"{{ page }}"
>
<body
class=
"{{ page }}
shelf-down
"
>
{% block body %}
<div
class=
"discover"
>
<h2>
{{title}}
</h2>
...
...
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