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
08887067
Commit
08887067
authored
Mar 14, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cosmetics
parent
16453a05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
56 deletions
+56
-56
main.css
cps/static/css/main.css
+54
-54
style.css
cps/static/css/style.css
+2
-2
No files found.
cps/static/css/main.css
View file @
08887067
...
@@ -202,14 +202,19 @@ body {
...
@@ -202,14 +202,19 @@ body {
#panels
a
::before
{
visibility
:
visible
;
}
#panels
a
::before
{
visibility
:
visible
;
}
#panels
a
:hover
{
color
:
#aaa
;
}
#panels
a
:hover
{
color
:
#aaa
;
}
.list_item.currentChapter
>
a
,
.list_item
a
:hover
{
color
:
#f1f1f1
;
}
.list_item
a
{
.list_item
a
{
color
:
#aaa
;
color
:
#aaa
;
text-decoration
:
none
;
text-decoration
:
none
;
}
}
.list_item.currentChapter
>
a
,
#searchResults
a
{
.list_item
a
:hover
{
color
:
#aaa
;
color
:
#f1f1f1
;
text-decoration
:
none
;
}
}
#panels
a
:active
{
#panels
a
:active
{
...
@@ -284,6 +289,17 @@ input:-moz-placeholder { color: #454545; }
...
@@ -284,6 +289,17 @@ input:-moz-placeholder { color: #454545; }
display
:
block
;
display
:
block
;
}
}
.list_item
ul
{
padding-left
:
10px
;
margin-top
:
8px
;
display
:
none
;
}
.list_item.currentChapter
>
ul
,
.list_item.openChapter
>
ul
{
display
:
block
;
}
#tocView
>
ul
,
#tocView
>
ul
,
#bookmarksView
>
ul
{
#bookmarksView
>
ul
{
margin-top
:
15px
;
margin-top
:
15px
;
...
@@ -310,6 +326,22 @@ input:-moz-placeholder { color: #454545; }
...
@@ -310,6 +326,22 @@ input:-moz-placeholder { color: #454545; }
color
:
#f1f1f1
;
color
:
#f1f1f1
;
}
}
#searchResults
li
{
margin-bottom
:
10px
;
width
:
225px
;
font-family
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
list-style
:
none
;
}
#notes
li
{
color
:
#eee
;
font-size
:
12px
;
width
:
240px
;
border-top
:
1px
#fff
solid
;
padding-top
:
6px
;
margin-bottom
:
6px
;
}
#tocView
li
:active
,
#tocView
li
:active
,
#tocView
li
.currentChapter
{
#tocView
li
.currentChapter
{
list-style
:
none
;
list-style
:
none
;
...
@@ -328,17 +360,6 @@ input:-moz-placeholder { color: #454545; }
...
@@ -328,17 +360,6 @@ input:-moz-placeholder { color: #454545; }
color
:
#e2e2e2
;
color
:
#e2e2e2
;
}
}
.list_item
ul
{
padding-left
:
10px
;
margin-top
:
8px
;
display
:
none
;
}
.list_item.currentChapter
>
ul
,
.list_item.openChapter
>
ul
{
display
:
block
;
}
#tocView
.hidden
{
#tocView
.hidden
{
display
:
none
;
display
:
none
;
}
}
...
@@ -353,7 +374,7 @@ input:-moz-placeholder { color: #454545; }
...
@@ -353,7 +374,7 @@ input:-moz-placeholder { color: #454545; }
user-select
:
none
;
user-select
:
none
;
}
}
.toc_toggle
:before
{
.toc_toggle
:
:
before
{
content
:
'▸'
;
content
:
'▸'
;
color
:
#fff
;
color
:
#fff
;
margin-right
:
-4px
;
margin-right
:
-4px
;
...
@@ -378,18 +399,6 @@ input:-moz-placeholder { color: #454545; }
...
@@ -378,18 +399,6 @@ input:-moz-placeholder { color: #454545; }
display
:
block
;
display
:
block
;
}
}
#searchResults
li
{
margin-bottom
:
10px
;
width
:
225px
;
font-family
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
list-style
:
none
;
}
#searchResults
a
{
color
:
#aaa
;
text-decoration
:
none
;
}
#searchResults
p
{
#searchResults
p
{
text-decoration
:
none
;
text-decoration
:
none
;
font-size
:
12px
;
font-size
:
12px
;
...
@@ -410,6 +419,12 @@ input:-moz-placeholder { color: #454545; }
...
@@ -410,6 +419,12 @@ input:-moz-placeholder { color: #454545; }
color
:
#aaa
;
color
:
#aaa
;
}
}
#notes
li
a
{
color
:
#fff
;
display
:
inline-block
;
margin-left
:
6px
;
}
#searchResults
li
a
:hover
{
#searchResults
li
a
:hover
{
color
:
#e2e2e2
;
color
:
#e2e2e2
;
}
}
...
@@ -423,21 +438,6 @@ input:-moz-placeholder { color: #454545; }
...
@@ -423,21 +438,6 @@ input:-moz-placeholder { color: #454545; }
padding
:
0
0
0
34px
;
padding
:
0
0
0
34px
;
}
}
#notes
li
{
color
:
#eee
;
font-size
:
12px
;
width
:
240px
;
border-top
:
1px
#fff
solid
;
padding-top
:
6px
;
margin-bottom
:
6px
;
}
#notes
li
a
{
color
:
#fff
;
display
:
inline-block
;
margin-left
:
6px
;
}
#notes
li
a
:hover
{
#notes
li
a
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
@@ -480,17 +480,17 @@ input:-moz-placeholder { color: #454545; }
...
@@ -480,17 +480,17 @@ input:-moz-placeholder { color: #454545; }
border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;
}
}
.md-content
>
div
ul
{
margin
:
0
;
padding
:
0
0
30px
20px
;
}
#settingsPanel
h3
{
#settingsPanel
h3
{
color
:
#f1f1f1
;
color
:
#f1f1f1
;
font-family
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
font-family
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
.md-content
>
div
ul
{
margin
:
0
;
padding
:
0
0
30px
20px
;
}
#settingsPanel
ul
{
#settingsPanel
ul
{
margin-top
:
60px
;
margin-top
:
60px
;
list-style-type
:
none
;
list-style-type
:
none
;
...
@@ -682,7 +682,7 @@ input:-moz-placeholder { color: #454545; }
...
@@ -682,7 +682,7 @@ input:-moz-placeholder { color: #454545; }
@media
only
screen
@media
only
screen
and
(
min-device-width
:
768px
)
and
(
min-device-width
:
768px
)
and
(
max-device-width
:
1024px
)
and
(
max-device-width
:
1024px
)
and
(
orientation
:
landscape
)
and
(
orientation
:
landscape
)
/* and (-webkit-min-device-pixel-ratio: 2)*/
{
/* and (-webkit-min-device-pixel-ratio: 2)*/
{
#viewer
{
#viewer
{
width
:
80%
;
width
:
80%
;
...
@@ -711,8 +711,8 @@ input:-moz-placeholder { color: #454545; }
...
@@ -711,8 +711,8 @@ input:-moz-placeholder { color: #454545; }
}
}
#viewer
iframe
{
#viewer
iframe
{
width
:
300px
;
width
:
300px
;
height
:
480px
;
height
:
480px
;
}
}
}
}
...
@@ -724,8 +724,8 @@ input:-moz-placeholder { color: #454545; }
...
@@ -724,8 +724,8 @@ input:-moz-placeholder { color: #454545; }
}
}
#viewer
iframe
{
#viewer
iframe
{
width
:
450px
;
width
:
450px
;
height
:
300px
;
height
:
300px
;
}
}
}
}
...
@@ -737,8 +737,8 @@ input:-moz-placeholder { color: #454545; }
...
@@ -737,8 +737,8 @@ input:-moz-placeholder { color: #454545; }
}
}
#viewer
iframe
{
#viewer
iframe
{
width
:
256px
;
width
:
256px
;
height
:
432px
;
height
:
432px
;
}
}
}
}
...
...
cps/static/css/style.css
View file @
08887067
...
@@ -93,6 +93,8 @@ a.editable-click:hover { border-bottom: None; }
...
@@ -93,6 +93,8 @@ a.editable-click:hover { border-bottom: None; }
}
}
.book-meta
.tags
a
{
display
:
inline
;
}
.book-meta
.tags
a
{
display
:
inline
;
}
table
.bg-primary
a
{
color
:
#fff
;
}
table
.bg-dark-danger
a
{
color
:
#fff
;
}
.book-meta
.identifiers
a
{
display
:
inline
;
}
.book-meta
.identifiers
a
{
display
:
inline
;
}
.navigation
.create-shelf
a
{
.navigation
.create-shelf
a
{
...
@@ -227,8 +229,6 @@ span.glyphicon.glyphicon-tags {
...
@@ -227,8 +229,6 @@ span.glyphicon.glyphicon-tags {
}
}
.book-meta
{
padding-bottom
:
20px
;
}
.book-meta
{
padding-bottom
:
20px
;
}
table
.bg-primary
a
{
color
:
#fff
;
}
table
.bg-dark-danger
a
{
color
:
#fff
;
}
.navbar-default
.navbar-toggle
.icon-bar
{
background-color
:
#000
;
}
.navbar-default
.navbar-toggle
.icon-bar
{
background-color
:
#000
;
}
.navbar-default
.navbar-toggle
{
border-color
:
#000
;
}
.navbar-default
.navbar-toggle
{
border-color
:
#000
;
}
...
...
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