forked from grompe/Drawception-ANBT
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathretro.css
53 lines (53 loc) · 818 Bytes
/
retro.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
/* "Retro" style */
#colors {
padding: 10px;
float: right;
}
.panel {
background: #666;
}
#colors b {
line-height: 30px;
margin: 4px 7px;
width: 32px;
height: 32px;
border: 2px solid #333;
border-radius: 100px;
}
#colors #eraser:before {
content: '';
}
#colors b:before {
opacity: 0;
}
#colors #eraser {
background: #fff url(http://drawception.com/img/draw_eraser.png) center no-repeat;
background-size: 50%;
}
#timer {
font-size: 26pt;
color: #aaa;
width: 120px;
float: right;
}
#tools {
width: 500px;
position: absolute;
left: 300px;
bottom: -70px;
}
#tools hr {
display: inline;
border: none;
margin: 5px;
}
#seekbar {
position: absolute;
bottom: -110px;
}
button, #play {
background-color: #FFFB8D;
}
button:hover, #play:hover {
background-color: #F6F166;
}