-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (57 loc) · 877 Bytes
/
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
body.block {
background-color: orangered;
}
body.warn {
background-color: darkorange;
}
header {
background-color: white;
position: absolute;
right: 0px;
top: 0px;
width: 100%;
height: 5vh;
padding: 10px;
display: none;
}
.logo {
float: right;
height: 5vh;
display: none;
}
main {
padding: 10vw;
padding-top: 15vh;
margin: auto;
width: 70vw;
color: white;
}
.sign {
height: 5vh;
width: 5vh;
}
.title {
font-family: Tahoma, Montserrat, serif;
font-size: 4vh;
font-style: bold;
}
.text {
font-family: Lato, Raleway, sans-serif;
font-size: 2vh;
}
footer {
background-color: white;
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
height: 4vh;
padding: 5px;
font-size: 2.5vh;
}
.ring-0 {
float: right;
height: 4vh;
font-family: "Orbitron", Montserrat, serif;
color: #1c3678;
}