-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_player.css
76 lines (66 loc) · 1.19 KB
/
test_player.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
body {
/*background-color: white;*/
font-family: sans-serif;
color: white;
}
h1 {
color: #004f94;
}
#dash {
/*padding: -0.5em;*/
/*border: 1px solid #004f94;*/
position: absolute;
bottom: 0;
height: 15em;
margin: 0 auto;
}
#dash_upper {
/*padding: -0.5em;*/
/*border: 1px solid #004f94;*/
width: 80%;
position: absolute;
top: 0;
height: 15em;
margin: 0 auto;
padding: 1em;
}
#dash_upper_inner {
padding: 1em;
}
.butt:focus {
background-color: rgba(0,0,0,0.8);
border: 1px solid transparent;
color: rgba(255,255,255,1.0);
}
.butt:hover {
background-color: rgba(0,0,0,0.8);
border: 1px solid transparent;
color: rgba(255,255,255,1.0);
}
.butt{
background-color: rgba(0,0,0,0.5);
color: white;
/*border-radius: 1em;*/
border: 1px solid transparent;
padding: 1em;
margin: 0.125em 0.125em;
}
p {
background-color: rgba(0,0,0,0.5);
padding: 1em;
width: 40%;
}
.short_input {
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid transparent;
color: white;
width: 2em;
padding: 1em;
}
.long_input {
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid transparent;
color: white;
width: 12em;
padding: 1em;
}