-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyles-50s.css
61 lines (55 loc) · 1.11 KB
/
styles-50s.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
/*
* 50s theme to go with the Gamer42 2021 theme
*
* To change to this theme copy the contents of this file to style.css
*
* Theme colors:
* rgb(237, 134, 93); // Orange
* rgb(218, 71, 39); // ROrange
* rgb(9, 80, 83); // Teal
* rgb(213, 197, 172); // Tan
* rgb(147, 158, 139); // Lt. Green
* rgb(50, 41, 38); // Midnight Brown
*/
html {
font-size: 1rem;
}
body {
font-family: "Antonio", "Anton", helvetica, arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: rgb(50, 41, 38);
margin: 0;
}
#tracking-container {
border: 5px solid;
position: relative;
background-color: rgb(214, 198, 172);
border-color: rgb(218, 71, 39);
border-radius: 3px;
color: rgb(50, 41, 38);
}
#header {
background-color: rgb(214, 198, 172);
display: block;
border-radius: 5px 5px 0px 0px;
border-bottom: 5px solid rgb(50, 41, 38);
font-size: 0.9em;
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;
}