-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
97 lines (72 loc) · 1.43 KB
/
estilo.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
.tratamento{
position: relative;
top: 650px;
}
ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
}
ul li {
position: relative;
}
li ul {
position: absolute;
left: 149px;
top: 0;
display: none;
}
ul li a {
display: block;
text-decoration: none;
color: #E2144A;
background: #fff;
padding: 5px;
border: 1px solid #ccc;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul { display: block; }
ul li a:hover{
text-decoration:underline;
font-weight: bold;
background: #ccc; }
article{
position: absolute;
left: 250px;
top: -250px;
}
.pedido{
position: relative;
left: 250px;
top: 0px;
}
.table table,th,td{
border: 1px solid white;
}
.table table {
width: 100%;
border-collapse: collapse;
}
.table th{
height: 50px;
text-align: left;
}
.table td {
height: 50px;
vertical-align: bottom;
}
.table th, td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.table tr:hover {background-color: #f5f5f5;}
.table tr:nth-child(even) {background-color: #f2f2f2;}
.table th {
background-color: black;
color: white;
}