-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpratica07exercicio03.css
76 lines (75 loc) · 1.13 KB
/
pratica07exercicio03.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
table {
border: 1px solid #3b5998;
border-collapse: collapse;
width: 60%;
height: 700px;
margin: 0 auto;
margin-top: 40px;
border-right: 0;
border-left: 0;
}
thead {
color: white;
background-color: #1061cc;
font-size: 33px;
font-weight: bold;
text-align: center;
}
.discip {
vertical-align: top;
color: black;
background-color: white;
padding-top: 20px;
width: 130px;
}
tbody{
font-size: 24px;
}
td {
border: 1px solid white;
padding-left: 50px;
}
#discEsp {
border-left: 0;
}
#aln01, #aln02, #aln03, #aln04, #web, #web02 {
background-color: #a6dbc9;
}
#aln05, #aln06, #aln07, #aln08, #aln09, #logProg, #logProg02 {
background-color: #f2bf29;
}
.med {
color: black;
}
.cabecalho {
height: 60px;
}
tbody td:hover {
background-color: black;
color: white;
}
thead td:hover {
color: black;
}
#textPost {
position: relative;
font-size: 30px;
color: white;
text-align: center;
top: -400px;
background-color: #3b5998;
width:500px;
}
#textPost02 {
position: relative;
font-size: 30px;
color: black;
text-align: center;
top: -400px;
background-color: #3f8437;
width:500px;
}
h1 {
text-align: center;
font-size: 38px;
}