-
Notifications
You must be signed in to change notification settings - Fork 2
/
bingada.css
73 lines (66 loc) · 1.36 KB
/
bingada.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
64
65
66
67
68
69
70
71
72
73
GtkButton {
background-image: none;
}
#myButton_white,
#myButton_white > label {
background-color: white;
color: red;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 0px;
padding: 1px;
}
#myButton_blue,
#myButton_blue > label {
background-color: blue;
color: white;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
padding: 1px;
}
#myButton_previous_1,
#myButton_previous_1 > label {
background-color: lightgreen;
color: black;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 10px;
padding: 1px;
}
#myButton_previous_2,
#myButton_previous_2 > label {
background-color: lightblue;
color: black;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 10px;
padding: 1px;
}
#myButton_previous_3,
#myButton_previous_3 > label {
background-color: grey;
color: black;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 10px;
padding: 1px;
}
#myButton_white:hover,
#myButton_blue:hover{
background-color: grey;
color: blue;
padding: 1px;
}
#drum_button {
background-color: white;
}