-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
78 lines (64 loc) · 1.08 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
body {
background: #d2d2c1 url('img/fundo.png');
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
#principal {
width: 900px;
display: block;
margin-left: auto;
margin-right: auto;
}
#menu {
background-color: #c5c5b2;
padding: 18px;
}
#menu a {
color: #4b566a;
text-decoration: none;
font-weight: bold;
padding: 5px;
}
.conteudo {
background: #e8e8d9;
padding: 10px;
text-align: justify;
}
.centralizar {
text-align: center;
}
h1 {
color: #828271;
font-size: 1.5em;
}
.img-campanha {
border: 10px solid #c3c3ae;
display: block;
margin-left: auto;
margin-right: auto;
}
.tel-email {
padding: 10px;
}
.tel-email a {
color: #4b566a;
}
.tel-email a:hover {
color: #000;
}
#tab-bio {
padding: 15px;
}
#tab-bio th, td {
padding: 12px;
}
#tab-bio th {
background-color: #C5C5B2;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
#tab-bio td {
background-color: #f0f0e6;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}