-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpratica07exercicio01.css
64 lines (62 loc) · 1.05 KB
/
pratica07exercicio01.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
table {
border-collapse: collapse;
width: 50%;
height: 400px;
border: 1px solid #3b5998;
border-bottom: 0px;
border-right: 0px;
margin: 0 auto; /* Centralizando a tabela */
}
thead {
color: white;
background-color: #3b5998;
font-size: 30px;
font-weight: bold;
text-align: center;
}
tbody tr:nth-child(even) {
background-color: #889dc3;
}
tbody tr:nth-child(odd) {
background-color: #dfe3ee;
}
tbody {
font-size: 28px;
text-align: right;
}
td {
border: 1px solid #3b5998; /* Bordas internas */
padding-right: 15px;
}
tfoot {
font-size: 28px;
background-color: #ff4500;
color: white;
text-align: right;
}
.alinEspec {
text-align: left;
padding-left: 15px;
}
tbody tr:hover, tfoot tr:hover { /* Aplicando hover em tbody e tfoot ao mesmo tempo */
background-color: white !important;
color: #ff4500;
font-weight: bold;
font-size: 30px;
}
caption {
font-size: 3.5em;
padding: 30 0 20 0;
}
h4 {
font-size: 24px;
margin: 50 0 10 480;
}
.campo {
margin: 0 0 0 480;
width: 200px;
height: 30px;
font-size: 1.1em;
}
.btt {
height: 30px;