-
Notifications
You must be signed in to change notification settings - Fork 6
/
styles-avocado.css
57 lines (51 loc) · 907 Bytes
/
styles-avocado.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
/*
* GamePlan 2022 theme
*
* To change to this theme copy the contents of this file to style.css
*
* Theme colors:
* #6f741c; // Light Green
* #4a4f22; // Avocado Green
* #d99d22; // Harvest Gold
* #85620f; // Dark Gold
* #a24223; // Dusky Red
* #314556; // Dark Teal
* #e6dbcd; // Cream
*/
html {
font-size: 1rem;
}
body {
font-family: "Antonio", "Anton", helvetica, arial, sans-serif;
margin: 0;
}
#tracking-container {
border: 2px solid;
position: relative;
background-color: #e6dbcd;
border-color: #314556;
color: #a24223;
}
#header {
background-color: #314556;
display: block;
font-size: 1em;
font-weight: bold;
line-height: 1em;
padding: 3px;
position: relative;
left: -3px;
top: -3px;
width: 100%;
}
.elt {
font-size: 1.4em;
line-height: 1.4em;
padding: 3px;
position: relative;
text-align: center;
}
.small-text {
font-size: 0.6em;
line-height: 0.7em;
}