-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjboard.css
More file actions
85 lines (70 loc) · 1.58 KB
/
jboard.css
File metadata and controls
85 lines (70 loc) · 1.58 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
.jboard-key {
font-size: 18px;
font-family: Arial Unicode MS;
font-weight: 900;
margin: : 6px 6px;
padding: 6px;
text-shadow: 0px 1px 1px #ffffff;
box-shadow: 0px 1px 3px #000000;
border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background-color: #fff;
box-shadow: 0px 1px 3px #000000;
-webkit-box-shadow: 0px 1px 3px #000000;
-moz-box-shadow: 0px 1px 3px #000000;
-moz-border-radius: 5px;
min-width: 45px;
}
.jboard-key:hover {
box-shadow: 1px 2px 4px green;
}
.jboard-key:active {
background-color: #e3f2fd;
background: #e3f2fd ;
box-shadow: 0 3px #000000;
transform: translateY(0.2px);
}
.standard-jboard-container {
padding: 0;
cursor: pointer;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.num-jboard-container {
padding: 0;
cursor: pointer;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.standard-row{
width: 600px;
padding: 2px;
}
.num-row {
width: 100%;
padding: 2px;
}
.space-key {
padding-left: 20%;
padding-right: 20%;
}
.shift-key {
}
.extra-key {
display: inline-block;
}
.enter-key {
background: #76ff03;
}
.delete-key {
background: #ef5350;
}
.modal-content {
padding-left: 0;
background : #2196f3;
}
.blank-key {
}