-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathStyle.css
More file actions
66 lines (64 loc) · 1.38 KB
/
Style.css
File metadata and controls
66 lines (64 loc) · 1.38 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
form {
width: 300px;
height: 420px;
position: absolute;
left: 50%;
margin-left: -150px;
top: 50px;
border: 5px solid #D0ECF4;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#D0ECF4), to(#D0ECF4), color-stop(0.5, #5BC9E1));
}
input {
height: 90px;
width: 290px;
font-size: 150%;
text-align: right;
}
button {
background: -webkit-gradient(linear, 0 0, 0 100%, from(#D0ECF4), to(#D0ECF4), color-stop(0.5, #5BC9E1));
height: 80px;
position: absolute;
font-size: 150%;
width: 75px;
}
button[name*="0"] {
bottom: 0;
width: 75px;
}
button[name*="1"] {
bottom: 80px;
width: 75px;
}
button[name*="2"] {
bottom: 160px;
width: 75px;
}
button[name*="3"] {
bottom: 240px;
width: 75px;
}
button[name*="Ноль"] {
width: 150px;
}
button[name*="Точка"],[name*="Три"],[name*="Шесть"],[name*="Девять"] {
left: 150px;
}
button[name*="Два"],[name*="Пять"] ,[name*="Восемь"]{
left: 75px;
}
button[name*="Равно"],[name*="Плюс"],[name*="Минус"],[name*="Умножить"],[name*="Разделить"] {
right: 0;
height: 64px;
}
button[name*="Плюс"] {
bottom: 64px;
}
button[name*="Минус"] {
bottom: 128px;
}
button[name*="Умножить"] {
bottom: 192px;
}
button[name*="Разделить"] {
bottom: 256px;
}