-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
128 lines (94 loc) · 1.5 KB
/
style.css
File metadata and controls
128 lines (94 loc) · 1.5 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
122
123
124
125
126
127
128
/* * {
outline: 1px solid red;
} */
#content {
display: flex;
flex-direction: column;
}
.content1 {
display: flex;
justify-content: space-around;
}
div {
padding: 10px;
outline: 1px solid black;
}
#frm1 {
background-color: #d2edf5;
flex: auto;
}
#firstRow, #secondRow, #thirdRow {
display: flex;
align-items: baseline;
}
#fourthRow {
display: flex;
justify-content: space-around;
}
#btn1frm2, #btn2frm2, #btn3frm2 {
width: 100px;
}
#btnS, #btnP {
width: 80px;
}
#frm2 {
background-color: #83f5a9;
flex: auto;
}
#keysfrm2, #keysfrm3 {
width: 180px;
}
#frm2_2, #frm2_3 {
display: flex;
justify-content: space-around;
}
.btnfrm {
width: 80px;
}
#btn1frm3, #btn2frm3, #btn3frm3 {
width: 100px;
}
#btn4frm3, #btn5frm3 {
width: 140px;
}
#frm3 {
background-color: #e3f0b4;
flex: auto;
}
#frm3_2, #frm3_3 {
display: flex;
justify-content: space-around;
}
.content2 {
background-color: #d8cdcd;
display: flex;
justify-content: space-around;
}
#tbl1 {
background-color: #f7e3a5;
flex: 1;
}
#tbl2 {
background-color: #98fdfd;
flex: 1;
}
#tbl3 {
background-color: #feb8b8;
flex: 1;
}
th, td {
border: 1px solid black;
text-align: center;
padding-left: 5px;
padding-right: 5px;
border-collapse: collapse;
width: 100px;
}
#btnName, #btnColor, #btnQty, #btnLoad {
width: 115px;
height: 22px;
}
#btntbl {
display: flex;
justify-content: start;
}