-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
108 lines (89 loc) · 1.35 KB
/
styles.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
* {
box-sizing: border-box;
}
body {
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 1.6rem;
font-weight: 200;
}
body.cover {
background: center / cover no-repeat url("bg.gif");
color: white;
}
main {
background: hsla(240, 5%, 34%, 0.8);
padding: 4vh;
}
h1 {
font-family: 'Gravitas One', monospace;
font-weight: 200;
font-size: 12rem;
margin: 0;
color: salmon;
}
h2 {
margin: 0;
font-size: 10rem;
}
h3 {
font-size: 3rem;
margin: 0;
font-weight: 200;
}
a {
color: hsla(190, 99%, 40%, 1);
font-weight: 600;
font-size: 1.8rem;
}
a:hover, a:active {
color: hsla(190, 99%, 60%, 1);
}
h4 {
font-family: 'Gravitas One', monospace;
font-size: 1.8rem;
color: salmon;
}
p {
font-size: 2rem;
margin: 0;
}
.interstitial {
font-size: 4rem;
margin: 4rem auto;
}
.shows {
margin: 2rem auto;
}
.show-info {
font-family: 'Open Sans', sans-serif;
font-size: 1.6rem;
color: white;
}
h4.ontheweb {
color: hsla(31, 100%, 54%, 1);
font-size: 2.8rem;
}
form a {
font-size: 1rem;
}
input[type=text] {
padding: .2rem;
width: 15rem;
height: 2rem
}
input[type=submit] {
box-sizing: content-box;
font-size: 1rem;
background-color: #161f93;
color: white;
vertical-align: bottom;
}
label {
font-size: 1.4rem;
font-style: italic;
margin: 0;
}
h3 a.outward {
font-size: 3rem;
}