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
eef2112e
Commit
eef2112e
authored
Jun 03, 2020
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1430 (changed color of rating stars)
parent
b83d56ef
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
11 deletions
+12
-11
style.css
cps/static/css/style.css
+3
-2
author.html
cps/templates/author.html
+2
-2
detail.html
cps/templates/detail.html
+1
-1
discover.html
cps/templates/discover.html
+1
-1
index.html
cps/templates/index.html
+2
-2
list.html
cps/templates/list.html
+1
-1
search.html
cps/templates/search.html
+1
-1
shelf.html
cps/templates/shelf.html
+1
-1
No files found.
cps/static/css/style.css
View file @
eef2112e
...
...
@@ -133,8 +133,9 @@ a { color: #45b29d; }
}
.container-fluid
.book
.meta
.rating
{
margin-top
:
5px
;
}
.rating
.glyphicon-star
{
color
:
#999
;
}
.rating
.glyphicon-star.good
{
color
:
#45b29d
;
}
.rating
.glyphicon-star-empty
{
color
:
#444
;
}
.rating
.glyphicon-star.good
{
color
:
#444
;
}
.rating-clear
.glyphicon-remove
{
color
:
#333
}
.container-fluid
.author
.author-hidden
,
.container-fluid
.author
.author-hidden-divider
{
display
:
none
;
}
...
...
cps/templates/author.html
View file @
eef2112e
...
...
@@ -76,7 +76,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
@@ -119,7 +119,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
cps/templates/detail.html
View file @
eef2112e
...
...
@@ -105,7 +105,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
cps/templates/discover.html
View file @
eef2112e
...
...
@@ -40,7 +40,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
cps/templates/index.html
View file @
eef2112e
...
...
@@ -39,7 +39,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
@@ -107,7 +107,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
cps/templates/list.html
View file @
eef2112e
...
...
@@ -39,7 +39,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
cps/templates/search.html
View file @
eef2112e
...
...
@@ -82,7 +82,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
cps/templates/shelf.html
View file @
eef2112e
...
...
@@ -49,7 +49,7 @@
<span
class=
"glyphicon glyphicon-star good"
></span>
{% if loop.last and loop.index
<
5
%}
{%
for
numer
in
range
(
5
-
loop
.
index
)
%}
<
span
class=
"glyphicon glyphicon-star"
></span>
<
span
class=
"glyphicon glyphicon-star
-empty
"
></span>
{% endfor %}
{% endif %}
{% endfor %}
...
...
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