-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnes_chr.css
More file actions
55 lines (47 loc) · 683 Bytes
/
nes_chr.css
File metadata and controls
55 lines (47 loc) · 683 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
body {
background-color: #333333;
color: #ffffff;
text-align: center;
}
#CHRarray {
color: #000000;
-ms-user-drag: none;
-ms-user-select: none;
-moz-user-drag: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
user-drag: none;
user-select: none;
}
#CHRarray td {
height: 50px;
width: 50px;
}
#CHRoutput {
width: 200px;
}
#CHRcolors {
height: 100px;
display: block;
}
.CHRcolor1 {
cursor: pointer;
height: 100px;
width: 100px;
}
.CHRcolor2 {
cursor: pointer;
height: 100px;
width: 100px;
}
.CHRcolor3 {
cursor: pointer;
height: 100px;
width: 100px;
}
.CHRcolor4 {
cursor: pointer;
height: 100px;
width: 100px;
}