-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathestilo.css
53 lines (44 loc) · 878 Bytes
/
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
@import url(http://fonts.googleapis.com/css?family=Oxygen|Buenard:400,700);
body {
font-family: Buenard, sans-serif;
font-size: 20px;
width: 900px;
margin: 0 auto;
}
strong {
font-weight: 700;
}
#header {
height: 80px;
margin-bottom: 30px;
}
#header h2 {
text-align: right;
color: #00864E;
margin: 20px 0 20px 20px;
font-family: Oxygen, sans-serif;
font-size: 18px;
}
#header img {
float: left;
}
#content a, #content a:active, #content a:visited {
color: #0069CC;
text-decoration: none;
}
.visualizacoes {
width: 500px;
margin: 5px auto;
}
#footer {
background-color: #00854E;
border-top: 1px solid #888877;
border-radius: 10px;
color: #fff;
font-size: 15px;
padding: 15px;
}
#footer a, #footer a:active, #footer a:visited {
color: #FFF;
text-decoration: none;
}