-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimacoes.css
More file actions
81 lines (65 loc) · 1.24 KB
/
animacoes.css
File metadata and controls
81 lines (65 loc) · 1.24 KB
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
body {
background: #FFF1D6 url(images/noise.png);
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
line-height: 1.6;
}
.container {
margin: 0 auto;
width: 960px;
}
.place {
background-color: #FFF;
border-color: #CCC #999 #CCC;
border: 1px solid #CCC;
margin-bottom: 20px;
padding: 10px;
}
.place h2 {
border-bottom: 1px dashed #7E9F19;
margin: 0;
}
.place a {
color: #2C88A7;
font-weight: bold;
}
.place img {
border: 1px solid #7E9F19;
float: left;
margin: 10px 10px 0 0;
padding: 2px;
/*coloquei o width para diminuir a img*/
width: 300px;
}
.clear {
clear: both;
}
h1 a {
color: #7E9F19;
text-decoration: none;
}
h1 a:hover {
background-color: #7E9F19;
color: #FFF;
}
.sidenote {
background-color: #FFFBE4;
border: 1px solid #C9BC8F;
float: right;
padding: 10px;
width: 260px;
}
.sidenote h3 {
font-size: 14px;
margin-top: 0;
}
.sidenote ol {
font-size: 12px;
}
.places {
float: left;
width: 660px;
}
.footer {
font-size: 12px;
text-align: center;
}