Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_father when can i be on my own i have the hello world to see
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
father when can i be on my own i have the hello world to see
widget_father when can i be on my own i have the hello world to see
Commits
77bdd156
Commit
77bdd156
authored
May 19, 2022
by
Charles Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stylings for forum.
parent
6d0d3258
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
forum_index.css
forum/static/forum/forum_index.css
+18
-0
post_detail.css
forum/static/forum/post_detail.css
+6
-0
post_detail.html
forum/templates/forum/post_detail.html
+2
-2
No files found.
forum/static/forum/forum_index.css
0 → 100644
View file @
77bdd156
.banner-text
{
margin
:
0
;
font-family
:
Khula
;
font-size
:
26px
;
}
.post-link
{
font-family
:
Khula
;
font-size
:
22px
;
font-weight
:
500
;
text-decoration
:
none
;
color
:
black
;
margin
:
10px
0
;
transition
:
0.2s
ease-in-out
;
}
.post-link
:hover
{
margin-left
:
20px
;
}
\ No newline at end of file
forum/static/forum/post_detail.css
0 → 100644
View file @
77bdd156
p
{
font-family
:
Khula
;
margin
:
10px
0
;
font-size
:
20px
;
font-weight
:
600
;
}
\ No newline at end of file
forum/templates/forum/post_detail.html
View file @
77bdd156
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
{% block title %}Homepage{% endblock %}
{% block title %}Homepage{% endblock %}
{% block styles %}
{% block styles %}
<link
rel=
"stylesheet"
href=
"{% static 'forum/
forum
_detail.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'forum/
post
_detail.css' %}"
>
{% endblock %}
{% endblock %}
{% block header %}
{% block header %}
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<ul>
<ul>
{% for reply in replies %}
{% for reply in replies %}
<li>
<li>
<p
class=
"post-link"
>
<p>
{{reply.author.first_name}}
{{reply.author.first_name}}
{{reply.author.last_name}},
{{reply.author.last_name}},
{{reply.pub_date | date:"d/m/o"}}:
{{reply.pub_date | date:"d/m/o"}}:
...
...
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