-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
101 lines (81 loc) · 1.14 KB
/
main.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
body {
/* font: "Roboto"; */
font-family: 'Roboto', sans-serif;
}
h4 h2 .h1{
color: var(--white);
}
.blue{
background-color: var(--deep-blue);
}
.white {
color: var(--white);
}
.Good {
color: var(--reed);
font-size: 3rem;
}
.tiny{
font-size: 0.75rem;
}
h2 {
font-size: 3rem;
color: var(--white)
}
h1 {
color: var(--white);
font-family: 'Roboto', sans-serif;
font-size: 1.5rem;
}
h4 {
font-size: 1rem;
color: var(--white);
}
:root {
--light-gray: #aaaaaa;
--white: #ffffff;
--deep-blue: #012852;
--reed: #a70211;
--green: #115201;
}
tr th {
font-style: bold;
font-size: 0.8rem;
}
td {
font-size: 3rem;
color: var(--reed);
}
.bg-light-gray {
background-color: var(--light-gray);
}
.standard{
font-size: 0.8rem;
}
.smol{
font-size: 0.8rem;
}
header img {
max-height:100px;
}
.centra {
display: block;
margin-left: auto;
margin-right: auto;
}
.mouse {
cursor: pointer;
}
#dss-logo {
max-width: 200px;
}
.footer {
font-size: 0.9rem;
padding-top: 30px;
padding-bottom: 30px;
}
#twitter-widget-0 {
margin-left: auto;
margin-right: auto;
display: block !important;
}