-
Notifications
You must be signed in to change notification settings - Fork 0
/
BSoverload.css
67 lines (56 loc) · 927 Bytes
/
BSoverload.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
@font-face {
font-family: LCD;
src: url('fonts/LCD.ttf');
}
.button {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #7aa2e2;
border: none;
border-radius: 10px;
box-shadow: 0 9px #777;
}
.button:hover {background-color: #5a83c4}
.button:active {
background-color: #a5442e;
box-shadow: 0 5px #555;
transform: translateY(4px);
}
#lcd {
text-align: right;
height: 60px;
background-color: #a9d689;
margin-top: 30px;
border-radius: 5px;
padding-right: 10px;
font-family: LCD, Arial;
font-size: 2.8em;
}
.colG {
padding: 0;
}
.colC {
padding: 0;
}
.colD {
padding: 0;
}
.pushKey {
margin-left: 32px;
}
#touchesG {
margin: 4px;
text-align: right;
}
#touchesD {
margin-top: 5px;
}
.symbole {
width: 64px;
}