Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jaysonlim_reading
Project
Project
Details
Activity
Releases
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
Jayson Lim
jaysonlim_reading
Commits
00746cff
Commit
00746cff
authored
Mar 30, 2023
by
Jayson Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finalized the css styling to the pages
parent
511c3046
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
6 deletions
+22
-6
author_details.html
...reading/bookshelf/templates/bookshelf/author_details.html
+4
-1
authors.html
jaysonlim_reading/bookshelf/templates/bookshelf/authors.html
+4
-1
book_details.html
...m_reading/bookshelf/templates/bookshelf/book_details.html
+4
-1
books.html
jaysonlim_reading/bookshelf/templates/bookshelf/books.html
+5
-1
home.html
jaysonlim_reading/bookshelf/templates/bookshelf/home.html
+4
-1
base.html
jaysonlim_reading/templates/base.html
+1
-1
No files found.
jaysonlim_reading/bookshelf/templates/bookshelf/author_details.html
View file @
00746cff
...
@@ -5,7 +5,10 @@
...
@@ -5,7 +5,10 @@
<style>
<style>
h3
{
h3
{
border-bottom
:
2px
solid
black
;
border-bottom
:
2px
solid
white
;
}
h3
,
h1
,
ul
,
a
,
p
{
color
:
white
;
}
}
</style>
</style>
<h3>
{{ object }}
</h3>
<h3>
{{ object }}
</h3>
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/authors.html
View file @
00746cff
...
@@ -4,7 +4,10 @@
...
@@ -4,7 +4,10 @@
{% block content %}
{% block content %}
<style>
<style>
h3
{
h3
{
border-bottom
:
2px
solid
black
;
border-bottom
:
2px
solid
white
;
}
h3
,
h1
,
ul
,
a
{
color
:
white
;
}
}
</style>
</style>
<h3>
My Favourite Authors
</h3>
<h3>
My Favourite Authors
</h3>
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/book_details.html
View file @
00746cff
...
@@ -4,7 +4,10 @@
...
@@ -4,7 +4,10 @@
{% block content %}
{% block content %}
<style>
<style>
h3
{
h3
{
border-bottom
:
2px
solid
black
;
border-bottom
:
2px
solid
white
;
}
h3
,
h1
,
ul
,
a
,
p
{
color
:
white
;
}
}
</style>
</style>
<h3>
{{ object.title }}
</h3>
<h3>
{{ object.title }}
</h3>
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/books.html
View file @
00746cff
...
@@ -4,8 +4,12 @@
...
@@ -4,8 +4,12 @@
{% block content %}
{% block content %}
<style>
<style>
h3
{
h3
{
border-bottom
:
2px
solid
black
;
border-bottom
:
2px
solid
white
;
}
}
h3
,
h1
,
ul
,
a
{
color
:
white
;
}
</style>
</style>
</style>
<h3>
My Favourite Books
&
Authors
</h3>
<h3>
My Favourite Books
&
Authors
</h3>
<h1>
Jayson's Favorite Books:
</h1>
<h1>
Jayson's Favorite Books:
</h1>
...
...
jaysonlim_reading/bookshelf/templates/bookshelf/home.html
View file @
00746cff
...
@@ -5,7 +5,10 @@
...
@@ -5,7 +5,10 @@
<style>
<style>
h3
{
h3
{
border-bottom
:
2px
solid
black
;
border-bottom
:
2px
solid
white
;
}
h3
,
h1
,
h2
,
p
,
a
{
color
:
white
;
}
}
</style>
</style>
<h3>
My Favourite Books
&
Authors
</h3>
<h3>
My Favourite Books
&
Authors
</h3>
...
...
jaysonlim_reading/templates/base.html
View file @
00746cff
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<title>
{% block title %}My amazing site{% endblock %}
</title>
<title>
{% block title %}My amazing site{% endblock %}
</title>
{% block styles %}{% endblock %}
{% block styles %}{% endblock %}
</head>
</head>
<body
>
<body
style=
"background-color: 2c2d35;"
>
<div
id=
"content"
>
<div
id=
"content"
>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
</div>
</div>
...
...
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