-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
99 lines (78 loc) · 1.54 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
@font-face {
font-family: Renogare;
src: url("assets/fonts/Renogare-Regular.otf") format("opentype");
}
body {
font-family: 'Renogare', 'Inclusive Sans', 'Trebuchet MS', sans-serif;
margin: 0px;
padding: 0px;
background: #282828;
}
#header {
width: 100vw;
height: 250px;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#header p {
text-align: center;
color: white;
margin: 0px;
padding: 0px;
z-index: 1;
user-select: none;
}
#header_title {
font-size: 50px;
}
#header_subtitle {
margin-top: 10px !important;
font-size: 22px;
}
#header_img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0px;
left: 0px;
filter: brightness(80%);
}
#header_gradient {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 40px;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #141414 100%);
}
#temp {
text-align: center;
color: white;
font-size: 18px;
font-family: 'Inclusive Sans', 'Trebuchet MS', sans-serif;
}
a {
color: #0099ff !important;
}
#temp p {
margin-bottom: 0px;
}
#temp_text3 {
font-size: 24px;
font-family: 'Renogare', 'Inclusive Sans', 'Trebuchet MS', sans-serif;
color: #95dddd;
}
#temp_title {
font-size: 40px;
margin-top: 10px;
margin-bottom: 10px;
font-family: 'Renogare', 'Inclusive Sans', 'Trebuchet MS', sans-serif;
}
hr {
width: 70vw;
color: white;
}