forked from grompe/Drawception-ANBT
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwhite.css
63 lines (63 loc) · 918 Bytes
/
white.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
/* "White" style */
body {
background: #FFF;
}
#myheader {
background: #6EE36E;
color: #FFF;
border-bottom: 1px solid #999;
}
a {
color: #AFE;
}
a.prominent {
color: #FFF;
}
a.prominent:hover {
color: #AFE;
}
#openmenu {
background-color: #6AD16A;
}
#openmenu:hover {
background-color: #6BCB6B;
}
#newcanvasyo {
background: #FFF;
}
.panel {
background: transparent;
border: 1px solid #e3e3e3;
}
#timer, #drawthis {
color: #333;
}
button, #play {
background-color: #FFFB8D;
}
button:hover, #play:hover {
background-color: #F6F166;
}
#palettename {
color: #eee;
background: #888;
border-radius: 5px;
}
#svgContainer {
border: 1px solid #c0c0c0;
}
#seekbar {
background: #DDD;
border: 10px solid #DDD;
}
.headerbutton {
background: #6ad16a;
color: #ded;
}
.headerbutton.active {
background: #337ab7;
color: #fff;
}
.headerbutton.active:hover {
background: #286090;
}