-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·121 lines (105 loc) · 1.76 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·121 lines (105 loc) · 1.76 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
h1, h2, h3 {
font-family: 'Raleway', sans-serif;
font-size: 1.5vw;
font-weight: 100;
}
.cardBackground {
background-color: white;
height: 100%;
width: 100%;
position: absolute;
}
.cardContent {
background-color: white;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
width: 300px;
height: 500px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.numberDisplay {
background: white;
height: 120px;
margin-left: 2px;
padding-top: 20px;
padding-right: 14.5px;
border-style: inset;
border-width: 4px;
color: black;
font-weight: normal;
font-size: 3.5em;
text-align: right;
}
.inputPad {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.numberRow {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.numberButton {
background: #428bca;
padding: 25px;
width: 250px;
height: 75px;
color: white;
border-color: white;
font-weight: bold;
font-size: 1.15em;
text-align: center;
}
.functionButton {
background: #428bca;
padding: 25px;
width: 250px;
height: 75px;
color: white;
border-color: white;
font-weight: bold;
font-size: 1.15em;
text-align: center;
}
.inputButton {
background: #428bca;
padding: 25px;
width: 250px;
height: 75px;
color: white;
border-color: white;
font-weight: bold;
font-size: 1em;
text-align: center;
font-weight: normal;
}
.functionReturn {
background: #454545;
padding: 25px;
width: 250px;
height: 75px;
color: white;
border-color: white;
font-weight: bold;
font-size: 1.15em;
text-align: center;
}
#equal {
background-color: #f44336;
}
#clear {
font-size: 1.00em;
}
#ce {
font-weight: normal;
}
#exp {
font-weight: normal;
}