-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (62 loc) · 1003 Bytes
/
style.css
File metadata and controls
68 lines (62 loc) · 1003 Bytes
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
.display
{
width: 320px;
height: 50px;
background-color: #FFEBCD;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.buttonsPanel
{
width: 320px;
height: 320px;
background-color: #FFF5EE;
margin-top: 4px;
text-align: center;
line-height: 60px;
}
.button
{
width: 60px;
height: 60px;
background-color: #FFE4B5;
float: left;
cursor: pointer;
font-size: 24px;
font-family: century gothic;
margin: 2px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.buttonNum
{
width: 60px;
height: 60px;
background-color: #FFDAB9;
float: left;
cursor: pointer;
font-size: 24px;
font-family: century gothic;
margin: 2px;
box-shadow: 0 0 10px rgb(0,0,0);
}
.bigWidthButton
{
width: 124px;
height: 60px;
background-color: #FFE4B5;
float: left;
cursor: pointer;
font-size: 24px;
font-family: century gothic;
margin: 2px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#localExpression
{
font-size: 24px;
font-family: century gothic;
}
#globalExpression
{
font-size: 16px;
font-family: century gothic;
}