-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
101 lines (87 loc) · 1.65 KB
/
style.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
body{
margin: 0;
padding: 0;
outline: none;
font-family: "Calibri";
}
h1{
position: absolute;
top: 50px;
left: 600px;
}
.txt{
height: 35px;
width: 250px;
border: none;
border-radius: 5px;
background-color: #EEE;
padding: 4px;
}
.txt:hover{
background-color: #CCC;
}
#ini_table{
height: 150px;
margin: 0 auto;
padding: 10px;
border: none;
margin-top: 15px;
}
#logo_table{
height: 500px;
width: 480px;
margin: 0 auto;
padding: 150px;
background-image: url('newlg.jpg');
margin-top: 100px;
}
#cad_table{
height: 250px;
margin: 0 auto;
padding: 10px;
border: none;
margin-top: 200px;
}
#btnCad{
width: 100px;
height: 30px;
background-color: #b0c4de;
border-radius: 4px;
border: 1px solid #CCC;
}
#btnChegada{
width: 100px;
height: 30px;
background-color: #b0c4de;
border-radius: 4px;
border: 1px solid #CCC;
}
.btn{
width: 100px;
height: 30px;
background-color: #b0c4de;
border-radius: 4px;
border: 1px solid #CCC;
}
#form_relatorio{
height: 10px;
margin: 0 auto;
padding: 10px;
border: none;
margin-top: 10px;
background-color: #b0c4de
}
#form_selecao{
height: 20px;
margin: 0 auto;
padding: 10px;
border: none;
margin-top: 10px;
}
#form_table{
height: 200px;
margin: 0 auto;
padding: 10px;
border: none;
margin-top: 150px;
}