-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
91 lines (77 loc) · 1.05 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
79
80
81
82
83
84
85
86
87
88
89
90
91
/*limpar padroes*/
*{
margin: 0;
padding: 0;
}
body{
font-size: 16px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
background: #F3f3f3;}
h2{
color: #b9c941;
}
#navegacao{
background: #Fff;
border-bottom:1px solid #d8d8d8;
height: 45px;
}
#area{
width: 720px;
margin: 0 auto;
}
.verde{
color: #b9c941;
}
#menu{
float: right;
padding: 10px;
}
#postagem{
background: #ffffff;
padding: 10px;
margin-bottom: 10px;
}
#logo{
float: left;
}
#area_principal{
width: 720px;
margin: 10px auto 10px auto;
}
a{
text-decoration: none;
border: 1px;
color: green;
}
a:link{
color: gray;
}
a:visited{
text-decoration: none;
}
a:hover{color: #ffffff;
background: gray;}
}
a:active {
color: #535353;
}
.datapostagem{
font-size: 14px;
border-bottom:1px solid #f4f4f4;
display: block;
padding-bottom: 10px;
margin-bottom: 10px;
}
.imagem_postagem
{
float: left;
margin: 0 10px 5px 0;
padding-bottom: 2px
}
#postado{
border-left: 5px solid #d8d8d8;
padding-left: 5px;
padding-top: 5px;
display: block;
margin-top: 10px;
}