-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalcStyle.css
174 lines (146 loc) · 3.37 KB
/
calcStyle.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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
body {
background: #56CCF2;/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #56CCF2, #2F80ED56CCF2);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #56CCF2, #2F80ED);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*margin: 0;
padding: 0;*/
}
.left {
min-width: 295px;
max-width: 696px;
height: 506.5px;
background-color: white;
border-radius: 4px;
box-shadow: 3px 5px 20px 1px;
width: 40vw;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-113%, -50%);
overflow: hidden;
}
.top {
max-width: 696px;
height: 100px;
background-color: rgba(255, 209, 217, 0.9);
float: left;
width: 100%;
overflow: hidden;
}
.top p {
float: right;
padding-right: 18px;
font-family: Poppins;
font-size: 35px;
padding-top: 10px;
color: #2a2a2a;
}
table {
min-width: 295px;
margin-top: none;
float: left;
font-family: Poppins;
font-weight: 500;
font-size: 22px;
/*width: 100%;*/
color: #414141;
background: #ebebeb;
text-align: center;
vertical-align: middle;
line-height: 78px;
border-collapse: collapse;
user-select: none;
}
table tr td {
width: 10vw;
border: 1px solid #9a9999;
transition: all 0.2s;
box-sizing: border-box;
}
table tr td:hover {
background-color: rgba(255, 255, 103, 0.88);
}
table tr:nth-child(4) td:last-child {
background: #ff9200;
border-bottom: none;
}
table tr:nth-child(4) td:last-child:hover {
background: #83efa8;
color: white;
}
table tr:nth-child(4) td:last-child:active {
background: #62d958;
color: white;
}
table tr:first-child td:nth-child(2) {
background: url("images/delete1.png") no-repeat center center;
background-size: cover;
}
table tr:first-child td:nth-child(2):active {
background: url("images/delete2.png") no-repeat center center;
background-size: cover;
}
table tr:first-child td:nth-child(2):hover {
background-color: rgba(255, 255, 103, 0.88);
}
table tr:first-child td:first-child {
color: #ff7600;
font-weight: bold;
font-size: 105% !important;
letter-spacing: 1px;
}
table tr:first-child td:first-child:active {
background-color: #62d958;
color: white;
font-size: 105% !important;
}
table tr:last-child td {
border-bottom: none;
}
table tr td:first-child {
border-left: none;
}
table tr td:last-child {
border-right: none;
}
table tr td:active {
background-color: #d0d0d0;
font-size: 34px;
}
.cell_active {
background-color: #d0d0d0;
}
/*
.bottom tr:last-child td:last-child {
font-size: 500%;
font-weight: 700;
}*/
.right {
min-width: 295px;
max-width: 696px;
height: 506.5px;
border-radius: 4px;
border: 2px solid white;
width: 40vw;
position: absolute;
left: 50%;
top: 50%;
transform: translate(2%, -50%);
}
.right li {
list-style-type: none;/*
width: 100%;*/
float: left;
font-family: Poppins;
font-size: 35px;
padding-left: 8px;
color: #f0f0f0;
}
.right li:first-child {
padding-left: 25px;
}
.anim {
background-color: #4bffd5 !important;
}