-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyles-80s.css
51 lines (45 loc) · 909 Bytes
/
styles-80s.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
/*
* 80s theme to go with the Gamer42 2020 theme
*
* To change to this theme copy the contents of this file to style.css
*/
html {
font-size: 1rem;
}
body {
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
margin: 0;
}
#tracking-container {
border: 2px solid;
position: relative;
background-image: linear-gradient(#bf01a6, rgb(34, 38, 90));
border-color: rgb(44, 211, 231);
border-radius: 5px;
color: #ffffff;
}
#header {
background-image: linear-gradient(#bf01a6, rgb(34, 38, 90));
display: block;
border-radius: 5px 5px 0px 0px;
border-bottom: 1px solid rgb(179, 210, 236);
font-size: 0.9em;
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;
}