-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitblock.css
86 lines (65 loc) · 959 Bytes
/
bitblock.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
.tapper {
float: left;
height: 60px;
width: 60px;
}
.matrix {
float: left;
height: 30px;
width: 30px;
text-align: center;
padding-top: 5px;
}
.b01 {
clear: both;
color: #00a309;
background-color: #00a309;
width: 0px;
height: 10px;
}
.b02 {
clear: both;
color: #00a309;
background-color: #00a309;
width: 0px;
height: 0px;
}
#tappers {
padding-top: 5px;
}
#game01 {
padding-left: 10px;
padding-right: 10px;
}
#go2options, #replay, #newgame {
display: inline;
padding: 10px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: silver;
}
#go2options a {
color: black;
text-decoration: none;
}
#t00 {
background-color: #864bff;
color: #469bff;
}
#t01 {
background-color: #469bff;
color: #469bff;
}
#t02 {
background-color: #57ffaa;
color: #469bff;
}
#t03 {
background-color: #ffc81b;
color: #469bff;
}
#t04 {
background-color: #ff388b;
color: #469bff;
}