Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_CtrlF
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
Fritzie Dianne Del Pilar
midterm_CtrlF
Commits
b0b7b1f4
Commit
b0b7b1f4
authored
May 17, 2023
by
Mary Adelaide A. Salto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified css styling
parent
357385ce
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
21 deletions
+22
-21
dashboard.html
widget_CtrlF/dashboard/templates/dashboard/dashboard.html
+6
-1
widgetuser-add.html
...t_CtrlF/dashboard/templates/dashboard/widgetuser-add.html
+3
-1
widgetuser-details.html
...rlF/dashboard/templates/dashboard/widgetuser-details.html
+4
-1
widgetuser-edit.html
..._CtrlF/dashboard/templates/dashboard/widgetuser-edit.html
+3
-1
style.css
widget_CtrlF/static/style.css
+6
-17
No files found.
widget_CtrlF/dashboard/templates/dashboard/dashboard.html
View file @
b0b7b1f4
...
...
@@ -42,7 +42,12 @@ li a:hover {
</body>
</html>
<h1>
Welcome to Widget!
</h1>
<header>
<link
href=
'https://fonts.googleapis.com/css?family=Dancing Script'
rel=
'stylesheet'
>
<div
class=
"overlay"
>
<h>
Welcome to Widget!
</h>
</div>
</header>
{% endblock %}
{% block content %}
...
...
widget_CtrlF/dashboard/templates/dashboard/widgetuser-add.html
View file @
b0b7b1f4
...
...
@@ -43,7 +43,9 @@ li a:hover {
</body>
</html>
<h1>
Add a new Widget User:
</h1>
{% endblock %}
<h2>
Add a new Widget User:
</h2>
{% endblock %}
{% block content %}
<form
method=
"post"
>
{% csrf_token %}
...
...
widget_CtrlF/dashboard/templates/dashboard/widgetuser-details.html
View file @
b0b7b1f4
...
...
@@ -43,7 +43,10 @@ li a:hover {
</body>
</html>
<h1>
{{ object.first_name }} {{ object.middle_name }} {{ object.last_name }}
</h1>
<link
href=
'https://fonts.googleapis.com/css?family=Dancing Script'
rel=
'stylesheet'
>
<section>
<span>
{{ object.first_name }} {{ object.middle_name }} {{ object.last_name }}
</span>
</section>
{% endblock %}
{% block content %}
...
...
widget_CtrlF/dashboard/templates/dashboard/widgetuser-edit.html
View file @
b0b7b1f4
...
...
@@ -43,7 +43,9 @@ li a:hover {
</body>
</html>
<h1>
Edit Widget User:
</h1>
{% endblock %}
<h2>
Edit Widget User:
</h2>
{% endblock %}
{% block content %}
<form
method=
"post"
>
{% csrf_token %}
...
...
widget_CtrlF/static/style.css
View file @
b0b7b1f4
...
...
@@ -18,6 +18,9 @@ body {
background-size
:
cover
;
background-position
:
center
;
background-attachment
:
fixed
;
background-color
:
thistle
;
font-size
:
120%
;
color
:
black
;
}
p
{
color
:
black
;
...
...
@@ -27,7 +30,7 @@ p{
}
/*
announcements page
style */
/*
pages
style */
header
{
text-align
:
center
;
width
:
100%
;
...
...
@@ -97,9 +100,9 @@ ol {
}
/*
announcement
details heading */
/*
page
details heading */
section
{
height
:
10
0vh
;
height
:
5
0vh
;
background
:
lightblue
;
}
section
span
{
...
...
@@ -111,18 +114,4 @@ section {
display
:
block
;
font-weight
:
700
;
font-family
:
'Dancing Script'
,
cursive
;
}
/* dashboard pages styling */
body
{
background-color
:
thistle
;
font-size
:
120%
;
color
:
black
;
font-family
:
'Sans Serif'
;
text-align
:
justify
;
}
h1
{
font-family
:
'Papyrus'
;
text-align
:
center
;
}
\ 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