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
cd973868
Commit
cd973868
authored
Mar 14, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cosmetics
parent
3c35f02c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
42 deletions
+41
-42
style.css
cps/static/css/style.css
+41
-42
No files found.
cps/static/css/style.css
View file @
cd973868
...
...
@@ -28,6 +28,11 @@ html.http-error {
height
:
100%
;
}
body
{
background
:
#f2f2f2
;
margin-bottom
:
40px
;
}
.http-error
body
{
margin
:
0
;
height
:
100%
;
...
...
@@ -41,11 +46,6 @@ html.http-error {
text-align
:
center
;
}
body
{
background
:
#f2f2f2
;
margin-bottom
:
40px
;
}
body
h2
{
font-weight
:
normal
;
color
:
#444
;
...
...
@@ -56,12 +56,17 @@ a,
.book-remove
,
.editable-empty
,
.editable-empty
:hover
{
color
:
#45b29d
;
}
.book-remove
:hover
{
color
:
#23527c
;
}
.user-remove
:hover
{
color
:
#23527c
;
}
.btn-default
a
{
color
:
#444
;
}
.panel-title
>
a
{
text-decoration
:
none
;
}
.navigation
li
a
{
color
:
#444
;
text-decoration
:
none
;
display
:
block
;
padding
:
10px
;
}
.btn-default
a
:hover
{
color
:
#45b29d
;
...
...
@@ -87,11 +92,16 @@ a.editable-click:hover { border-bottom: None; }
padding-top
:
20px
;
}
.navigation
li
a
{
color
:
#444
;
.book-meta
.tags
a
{
display
:
inline
;
}
.book-meta
.identifiers
a
{
display
:
inline
;
}
.navigation
.create-shelf
a
{
color
:
#fff
;
background
:
#45b29d
;
padding
:
10px
20px
;
border-radius
:
5px
;
text-decoration
:
none
;
display
:
block
;
padding
:
10px
;
}
.navigation
li
a
:hover
{
...
...
@@ -107,14 +117,6 @@ a.editable-click:hover { border-bottom: None; }
text-align
:
center
;
}
.navigation
.create-shelf
a
{
color
:
#fff
;
background
:
#45b29d
;
padding
:
10px
20px
;
border-radius
:
5px
;
text-decoration
:
none
;
}
.row.display-flex
{
display
:
flex
;
flex-wrap
:
wrap
;
...
...
@@ -136,18 +138,32 @@ a.editable-click:hover { border-bottom: None; }
display
:
flex
;
flex-direction
:
column
;
}
.cover
{
margin-bottom
:
10px
;
}
.container-fluid
.book
.cover
{
height
:
225px
;
position
:
relative
;
}
.author-link
img
{
display
:
block
;
height
:
100%
;
}
.container-fluid
.book
.cover
span
.img
{
bottom
:
0
;
height
:
100%
;
position
:
absolute
;
}
.container-fluid
.single
.cover
img
{
border
:
1px
solid
#fff
;
box-sizing
:
border-box
;
-webkit-box-shadow
:
0
5px
8px
-6px
#777
;
-moz-box-shadow
:
0
5px
8px
-6px
#777
;
box-shadow
:
0
5px
8px
-6px
#777
;
}
.container-fluid
.book
.cover
span
img
{
position
:
relative
;
top
:
0
;
...
...
@@ -161,6 +177,7 @@ a.editable-click:hover { border-bottom: None; }
}
.container-fluid
.book
.meta
{
margin-top
:
10px
;
}
.media-body
p
{
text-align
:
justify
;
}
.container-fluid
.book
.meta
p
{
margin
:
0
;
}
.container-fluid
.book
.meta
.title
{
...
...
@@ -210,20 +227,12 @@ span.glyphicon.glyphicon-tags {
}
.book-meta
{
padding-bottom
:
20px
;
}
.book-meta
.tags
a
{
display
:
inline
;
}
.book-meta
.identifiers
a
{
display
:
inline
;
}
.container-fluid
.single
.cover
img
{
border
:
1px
solid
#fff
;
box-sizing
:
border-box
;
-webkit-box-shadow
:
0
5px
8px
-6px
#777
;
-moz-box-shadow
:
0
5px
8px
-6px
#777
;
box-shadow
:
0
5px
8px
-6px
#777
;
}
table
.bg-primary
a
{
color
:
#fff
;
}
table
.bg-dark-danger
a
{
color
:
#fff
;
}
.author-bio
img
{
margin
:
0
1em
1em
0
;
}
.navbar-default
.navbar-toggle
.icon-bar
{
background-color
:
#000
;
}
.navbar-default
.navbar-toggle
{
border-color
:
#000
;
}
.cover
{
margin-bottom
:
10px
;
}
.cover
.badge
{
position
:
absolute
;
...
...
@@ -310,10 +319,8 @@ table .bg-dark-danger {
background-color
:
#d9534f
;
color
:
#fff
;
}
table
.bg-dark-danger
a
{
color
:
#fff
;
}
table
.bg-dark-danger
:hover
{
background-color
:
#c9302c
;
}
table
.bg-primary
:hover
{
background-color
:
#1c5484
;
}
table
.bg-primary
a
{
color
:
#fff
;
}
.block-label
{
display
:
block
;
}
.fake-input
{
...
...
@@ -347,19 +354,12 @@ input.pill:checked + label {
input
.pill
:not
(
:checked
)
+
label
.glyphicon
{
display
:
none
;
}
.author-bio
img
{
margin
:
0
1em
1em
0
;
}
.author-link
{
display
:
inline-block
;
margin-top
:
10px
;
width
:
100px
;
}
.author-link
img
{
display
:
block
;
height
:
100%
;
}
#remove-from-shelves
.btn
,
#shelf-action-errors
{
margin-left
:
5px
;
}
...
...
@@ -373,7 +373,6 @@ input.pill:not(:checked) + label .glyphicon { display: none; }
}
.media-list
{
padding-right
:
15px
;
}
.media-body
p
{
text-align
:
justify
;
}
#meta-info
img
{
max-height
:
150px
;
...
...
@@ -386,7 +385,7 @@ input.pill:not(:checked) + label .glyphicon { display: none; }
#btn-upload-format
{
display
:
none
;
}
.upload-cover-input-text
{
display
:
initial
;
}
#btn-upload-cover
{
display
:
none
;
}
.panel-title
>
a
{
text-decoration
:
none
;
}
.editable-buttons
{
display
:
inline-block
;
margin-left
:
7px
;
...
...
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