-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.css
56 lines (50 loc) · 844 Bytes
/
extra.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
#spin {
font-size:2vw;
color: white;
font-family: Georgia, serif;
font-weight: 900;
padding: 10px 10px;
border-radius: 15px;
background-size: cover;
background-color: #FFCC00;
border: .5vh solid #CDA400;
}
#spin:active {
background-color: #8A8A8A;
}
#output {
color: white;
font-family: Georgia, serif;
font-size:1vw;
font-weight: 900;
margin-top: 5px;
}
#output2 {
font-family: Georgia, serif;
font-size:2.2vw;
font-weight: 900;
margin-top: 5px;
text-align: center;
vertical-align: middle;
}
#status {
height:100%;
overflow:auto;
font-size:1vw;
color: blue;
font-family: 'Trebuchet MS', sans-serif;
font-weight: normal;
padding: 10px 10px;
}
#feedback {
font-size:1vw;
text-align: center;
color: blue;
font-family: monospace;
font-weight: normal;
padding: 10px 10px;
}
a:visited, a:link, a:active {
color: white;
text-decoration: none;
}