Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 25
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
Andre Matthew Dumandan
widget_group 25
Commits
88723429
Commit
88723429
authored
May 17, 2022
by
Earl Edison B. Felizardo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.discs.ateneo.edu/andredumandan/widget_group-25
parents
f7adb4ea
46f2b53f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
0 deletions
+82
-0
forum_details_styles.css
...widget_group_25/static/forum/css/forum_details_styles.css
+53
-0
forum_list_styles.css
...25/widget_group_25/static/forum/css/forum_list_styles.css
+29
-0
No files found.
widget_group_25/widget_group_25/static/forum/css/forum_details_styles.css
0 → 100644
View file @
88723429
.center
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
50%
;
}
.replyheader
{
text-align
:
left
;
}
h1
{
color
:
cornflowerblue
;
font-family
:
'Futura'
;
text-align
:
center
;
}
h3
{
color
:
rgb
(
45
,
101
,
205
);
font-family
:
'Futura'
;
text-align
:
center
;
}
h4
{
color
:
black
;
font-family
:
'Futura'
;
text-align
:
center
;
font-weight
:
200
;
}
.replies
{
text-align
:
left
;
font-family
:
'Futura'
;
}
h2
{
font-size
:
22px
;
color
:
rgb
(
94
,
214
,
218
);
}
h5
{
font-size
:
16px
;
font-weight
:
100
;
}
p
{
color
:
darkslategrey
;
font-size
:
14px
;
}
body
{
background-color
:
rgb
(
221
,
249
,
249
);
}
\ No newline at end of file
widget_group_25/widget_group_25/static/forum/css/forum_list_styles.css
0 → 100644
View file @
88723429
header
{
color
:
white
;
background-color
:
pink
;
font-family
:
'Futura'
;
font-size
:
50px
;
text-align
:
center
;
}
h1
{
color
:
rgb
(
94
,
214
,
218
);
font-family
:
'Futura'
;
text-align
:
center
;
}
li
{
color
:
cornflowerblue
;
font-family
:
'Futura'
;
font-size
:
18px
;
text-align
:
center
;
}
a
:visited
{
color
:
black
;
}
body
{
background-color
:
azure
;
}
\ No newline at end of file
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