Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group17
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
Vaughn Nephi Fajardo
widget_group17
Commits
7f425b1c
Commit
7f425b1c
authored
May 23, 2022
by
Miguel Luis D. Bandelaria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: added background image in css file
parent
4990f64f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
9 deletions
+16
-9
.DS_Store
widget_group_17/.DS_Store
+0
-0
.DS_Store
widget_group_17/forum/.DS_Store
+0
-0
.DS_Store
widget_group_17/forum/static/.DS_Store
+0
-0
peppa_bg.jpg
widget_group_17/forum/static/forum/peppa_bg.jpg
+0
-0
style.css
widget_group_17/forum/static/forum/style.css
+15
-8
post_add.html
widget_group_17/forum/templates/forum/post_add.html
+1
-1
No files found.
widget_group_17/.DS_Store
View file @
7f425b1c
No preview for this file type
widget_group_17/forum/.DS_Store
View file @
7f425b1c
No preview for this file type
widget_group_17/forum/static/.DS_Store
0 → 100644
View file @
7f425b1c
File added
widget_group_17/forum/static/forum/peppa_bg.jpg
0 → 100644
View file @
7f425b1c
484 KB
widget_group_17/forum/static/forum/style.css
View file @
7f425b1c
p
{
color
:
white
;
font-weight
:
bold
;
font-family
:
Helvetica
;
font-family
:
Trebuchet
MS
;
font-size
:
25px
;
}
h1
{
position
:
sticky
;
text-align
:
left
;
color
:
white
;
color
:
gainsboro
;
font-size
:
55px
;
font-family
:
Helvetica
;
font-family
:
Trebuchet
MS
;
}
h2
{
position
:
sticky
;
text-align
:
left
;
color
:
#f8f8ff
;
font-size
:
20px
;
font-family
:
Trebuchet
MS
;
}
body
{
background-image
:
url("/static/
bg.pn
g")
;
background-image
:
url("/static/
forum/peppa_bg.jp
g")
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
background-position
:
center
;
background-attachment
:
fixed
;
font-family
:
Helvetica
;
font-family
:
Trebuchet
MS
;
}
a
{
a
{
color
:
white
;
font-family
:
Helvetica
;
font-family
:
Trebuchet
MS
;
font-weight
:
bold
;
}
ol
{
font-size
:
35px
;
font-family
:
Helvetica
;
font-family
:
Trebuchet
MS
;
color
:
white
;
font-weight
:
bold
;
}
...
...
widget_group_17/forum/templates/forum/post_add.html
View file @
7f425b1c
{% extends "base.html" %}
{% extends "
forum/
base.html" %}
{% block page-title %}New Forum Post{% endblock %}
...
...
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