-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (63 loc) · 1.13 KB
/
Copy pathstyle.css
File metadata and controls
73 lines (63 loc) · 1.13 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
.main-container {
background-color: #84B7C1;
margin: auto;
padding: 25px, 50px, 25px;
width: 500px;
}
.btn-container {
background-color: #338899;
padding: 10px 20px 10px;
align-content: center;
width: 450px;
margin: auto;
}
.bottom-container {
width: 450px;
margin: auto;
padding: 10px 10px 10px 80px;
}
div.bottom-container > input.btn {
border: solid;
border-color: white;
background-color: #338899;
}
div.bottom-container > input.btn:disabled {
background-color: grey;
color: black;
border-color: grey;
}
.btn, .btn-opr {
padding: 15px 30px 15px;
/*margin: 2px;*/
margin-left: 3px;
background-color: white;
border: none;
text-align: center;
width: 23%;
}
.btn#ENTER, .btn#INFIX {
padding-left: 20px;
}
.btn-opr:hover {
background-color: #D9BBB5;
color: white;
}
.btn:hover {
background-color: #B68C90;
color: white;
}
input {
font-size: 120%;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
input#txtbx {
display: inline-block;
border-color: black;
height: 50px;
width: 415px;
text-align: right;
margin: 20px 25px 20px 25px;
align-content: center;
}