-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.css
168 lines (156 loc) · 3.08 KB
/
final.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
body {
width: 100%;
height: 100%;
margin: 10px;
padding: 20px;
background-color: white;
font-size:20px;
font-family: "Times New Roman", Times, serif;
background-image:url('indexbg.jpg');
background-size:cover;
background-attachment:fixed;
background-repeat:no-repeat;
opacity:1;
}
* {
box-sizing: border-box;
}
#page1 {
width: 250mm;
min-height: 297mm;
padding: 10mm;
margin: 10mm auto;
border: 1px #D3D3D3 solid;
border-radius: 5px;
background: white;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
}
.new
{
border:2px solid red;
}
@page {
size: A4;
margin: 0;
}
@media print {
html, body {
width: 210mm;
max-height: 295mm;
}
.page2 {
margin: 5;
border: initial;
border-radius: initial;
width: initial;
min-height: initial;
box-shadow: initial;
background: initial;
page-break-after: always;
}
}
tr
{
page-break-inside:avoid;
}
input[type=submit]
{
width:200px;
height:30px;
border-radius:4px;
border: 1px solid #ccc;
}
input[type=submit]:hover
{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
background-color:#4CAF50;
}
.row1 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column1 {
flex: 33%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.column2 {
flex: 67%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.row2 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column3 {
flex: 33%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.column4 {
flex: 67%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.row3 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column5 {
flex: 33%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.column6 {
flex: 67%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.row4 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column7 {
flex: 33%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.column8 {
flex: 67%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.row5 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column9 {
flex: 33%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.column10 {
flex: 67%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.row6 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column11 {
flex: 33%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
.column12 {
flex: 67%;
padding: 10px;
/* Should be removed. Only for demonstration */
}
#table1
{
text-align:left;
width:450px;
}