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
55ccbde0
Commit
55ccbde0
authored
May 15, 2023
by
Fritzie Dianne Del Pilar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated some formats
parent
af3f6f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
43 deletions
+84
-43
style.css
widget_CtrlF/static/style.css
+84
-43
No files found.
widget_CtrlF/static/style.css
View file @
55ccbde0
p
{
color
:
black
;
font-family
:
monaco
;
font-size
:
30px
;
text-align
:
center
;
}
/* basic styles */
h1
{
position
:
sticky
;
text-align
:
center
;
color
:
black
;
font-size
:
5
5px
;
font-family
:
papyrus
;
text-align
:
left
;
color
:
White
;
font-size
:
3
5px
;
font-family
:
arial
;
}
h2
{
position
:
sticky
;
text-align
:
center
;
color
:
b
lack
;
font-size
:
3
0
px
;
font-family
:
monaco
;
text-align
:
left
;
color
:
B
lack
;
font-size
:
3
5
px
;
font-family
:
arial
;
}
body
{
/* background-image: url("/static/bookshelf/books.jpg"); */
background-repeat
:
no-repeat
;
background-size
:
cover
;
background-position
:
center
;
background-attachment
:
fixed
;
}
p
{
color
:
black
;
font-family
:
monaco
;
font-size
:
20
x
;
text-align
:
left
;
}
/* announcements page style */
header
{
text-align
:
center
;
width
:
100%
;
height
:
auto
;
background-size
:
cover
;
background-attachment
:
fixed
;
position
:
relative
;
overflow
:
hidden
;
border-radius
:
0
0
85%
85%
/
30%
;
}
header
.overlay
{
width
:
100%
;
height
:
100%
;
padding
:
50px
;
color
:
#FFF
;
text-shadow
:
1px
1px
1px
#333
;
background-image
:
linear-gradient
(
135deg
,
#076585
10%
,
#fff
100%
);
opacity
:
0.7
;
}
h
{
font-family
:
'Dancing Script'
,
cursive
;
font-size
:
60px
;
margin-bottom
:
30px
;
}
h3
,
p
{
font-family
:
'Open Sans'
,
sans-serif
;
}
button
{
border
:
none
;
outline
:
none
;
padding
:
10px
20px
;
border-radius
:
50px
;
color
:
#333
;
background
:
#fff
;
margin-bottom
:
50px
;
box-shadow
:
0
3px
20px
0
#0000003
b
;
}
button
:hover
{
cursor
:
pointer
;
}
/* for links */
a
{
color
:
black
;
font-family
:
monaco
;
font-weight
:
bold
;
font-size
:
25px
;
font-family
:
'Open Sans'
,
sans-serif
;
;
font-size
:
15px
;
}
/* for ordered list */
ol
{
font-size
:
40px
;
font-family
:
monaco
;
...
...
@@ -44,30 +87,28 @@ ol {
text-align
:
left
;
}
.flex-parent
{
display
:
flex
;
}
.jc-center
{
justify-content
:
center
;
}
button
.margin-right
{
margin-right
:
30px
;
}
button
.margin-left
{
margin-left
:
30px
;
/* extra styles */
.b
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
40px
;
text-shadow
:
3px
3px
6px
black
;
}
.blue
{
background-color
:
#74b4ec
;
}
.pink
{
background-color
:
#eb73ad
;
/* announcement details heading */
section
{
height
:
100vh
;
background
:
lightblue
;
}
section
span
{
margin
:
0
;
font-size
:
400%
;
text-align
:
center
;
line-height
:
1
;
padding-top
:
calc
(
50vh
-
20pt
);
display
:
block
;
font-weight
:
700
;
font-family
:
'Dancing Script'
,
cursive
;
}
.green
{
background-color
:
#2de684
;
}
\ 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