-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss.css
More file actions
89 lines (78 loc) · 1.3 KB
/
css.css
File metadata and controls
89 lines (78 loc) · 1.3 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
.data-container{
height:32px;
width:100%;
}
.data-bit{
font-family:"Arial", Arial, serif;
font-size:20px;
text-align:center;
margin:0px;
padding-top:5px;
width:32px;
height:27px;
background-color:#F7F1D1;
border: 1px solid #F3E0BB;
display:inline-block;
cursor:pointer;
}
.data-selected{
border: 4px solid #F3E0BB;
}
.program-container{
display:inline-block;
}
.button{
display:inline-block;
font-family:"Arial", Arial, serif;
font-size:18px;
text-align:center;
text-decoration:none;
margin:0px;
width:32px;
height:32px;
border-radius:10px;
}
.play-button{
background-color:#4CFF00;
color:#3BC600;
border:2px solid #3BC600;
width:100px;
}
.play-button:hover{
background-color:#B6FF59;
}
.selector-container{
display:inline-block;
border:1px solid #f0f0f0;
}
.command-button{
background-color:#FFE049;
color:#E0C200;
border:2px solid #FFD800;
}
.command-button:hover{
background-color:#FFEF87;
}
.command-button-selected{
border:5px solid #FFD800;
}
.selector-container{
vertical-align:top;
padding:3px;
}
.path{
font-family:"Arial", Arial, serif;
font-size:20px;
text-align:center;
margin:0px;
padding-top:5px;
width:32px;
height:27px;
background-color:#F7F1D1;
border: 1px solid #F3E0BB;
display:inline-block;
cursor:pointer;
}
.path-selected{
background-color:#FFE875;
}