-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_style.css
84 lines (81 loc) · 1.5 KB
/
_style.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
74
75
76
77
78
79
80
81
82
83
84
@font-face {
font-family: 'vazir';
src: url('fonts/vazir.eot');
src: url('fonts/vazir.ttf') format('truetype'),
url('fonts/vazir.woff2') format('woff2'),
url('fonts/vazir.woff') format('woff');
}
body {
background: #585757;
margin: 0;
padding: 0;
font-family: 'vazir';
}
.container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #f1f3f3;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
padding-bottom: 20px;
width: 425px;
}
.display {
width: 100%;
height: 60px;
padding: 40px 0;
border-top-right-radius: 14px;
}
.buttons {
padding: 20px 20px 0 20px;
}
.row {
width: 420px;
float: left;
}
input[type="button"] {
width: 60px;
height: 60px;
float: left;
padding: 0;
margin: 5px;
box-sizing: border-box;
background: #fcfcfc;
border: none;
font-size: 30px;
line-height: 30px;
font-weight: 200;
color: #5e5858;
cursor: pointer;
}
input[type="text"] {
width: 270px;
height: 60px;
float: left;
padding: 0;
box-sizing: border-box;
border: none;
background: none;
color: #000000;
text-align: right;
font-weight: 700;
font-size: 60px;
line-height: 60px;
margin: 0 25px;
}
.clearScreen {
background: #d6d6d6 !important;
color: #5e5858 !important;
width: 412px !important;
}
.equal {
background: #d6d6d6 !important;
color: #5e5858 !important;
width: 200px !important;
}
h4 {
text-align: center;
margin: 1px 2px 3px 10px;
color: #a1a0a0;
}