Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.css
More file actions
Latest commit
97 lines (71 loc) · 1.04 KB
/
Copy pathdefault.css
File metadata and controls
97 lines (71 loc) · 1.04 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body,button {
background-color:#000000;
color:#FFFFFF;
font-family: monospace;
}
th,#textArea,#submitButtonArea {
margin:15px20px;
padding:15px20px;
border:2px solid grey;
border-radius:5px;
}
button {
font-size:24px;
margin:10px;
padding:10px;
border:0px;
}
.hair0 {
background-color:#000000;
}
.hair1 {
background-color:#3B3024;
}
.hair2 {
background-color:#6A4E42;
}
.hair3 {
background-color:#A56B46;
}
.hair4 {
background-color:#B55239;
}
.hair5 {
background-color:#E5C8A8;
}
.shirt0 {
background-color:#FF0000;
}
.shirt1 {
background-color:#006400;
}
.shirt2 {
background-color:#0000FF;
}
.pants0 {
background-color:#320000;
}
.pants1 {
background-color:#003200;
}
.pants2 {
background-color:#000032;
}
.pants3 {
background-color:#000000;
}
.skin0 {
background-color:#8d5524;
}
.skin1 {
background-color:#c68642;
}
.skin2 {
background-color:#e0ac69;
}
.skin3 {
background-color:#f1c27d;
}
.skin4 {
background-color:#ffdbac;
}