-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (92 loc) · 1.37 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
100
101
102
103
104
105
106
107
108
109
110
111
header {
background-color: #add8e6 ;
padding: 25px ;
text-align: center ;
font-size: 30px ;
}
div {
padding: 2px ;
}
body {
background-color: #312c38 ;
}
h2 {
font-family: "Open Sans" ;
color: #000000 ;
}
h3 {
font-family: "Open Sans" ;
color: #FFFFFF ;
}
h4 {
font-family: "Open Sans" ;
color: #e2fffb ;
}
a {
font-family: "Open Sans" ;
}
p {
font-family: "Open Sans" ;
color: #FFFFFF ;
}
table {
font-family: "Open Sans" ;
color: #FFFFFF
}
td {
padding-right: 25px ;
}
img {
color: #00ff00 ;
font-family: monospace ;
}
img.one {
display: block ;
margin-left: auto ;
margin-right: auto ;
padding: 15px ;
height: 45% ;
width: 45% ;
}
img.wrap {
float: left ;
padding-left: 10px ;
padding-right: 15px ;
height: 35% ;
width: 35% ;
}
a:link {
font-family: "Open Sans" ;
color: #c0c0c0 ;
}
a:visited {
font-family: "Open Sans" ;
color: #b69ddd
}
a:hover {
font-family: "Open Sans" ;
color: #add8e6 ;
}
.navigationBar {
font-family: "Open Sans" ;
color: #ffffff ;
background-color: #45404f ;
padding: 15px ;
display: flex ;
justify-content: flex-start ;
gap: 5px ;
}
div.blueBackground {
background-color: #314952;
}
div.bottom {
background-color: #000000 ;
}
.open-sans-<openSans> {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <300>;
font-style: normal;
font-variation-settings:
"wdth" 100;
}