-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlockDraw.css
More file actions
64 lines (57 loc) · 926 Bytes
/
BlockDraw.css
File metadata and controls
64 lines (57 loc) · 926 Bytes
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
@CHARSET "ISO-8859-1";
#palette {
min-height: 60px;
}
#palette td {
height: 50px;
width: 50px;
border-color: #000000;
border-style: solid;
border-width: thin;
}
#palette td.active {
border-color: yellow;
border-width: medium;
}
#reset{
margin-top: 3px;
float: left;
text-align: center;
vertical-align: middle;
height: 53px;
width: 50px;
border-color: #000000;
border-style: solid;
border-width: thin;
}
.blank {
background-color: transparent;
}
.red {
background-color: #902000;
}
.black {
background-color: #000000;
}
.blue {
background-color: #0000FF;
}
.green {
background-color: #007020;
}
.yellow {
background-color: #FFFF00;
}
#blockCanvas {
border-color: #000000;
border-style: solid;
border-width: thin;
border-collapse: collapse;
}
#blockCanvas td {
height: 10px;
width:10px;
border-color: #000000;
border-style: solid;
border-width: thin;
}