-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsilicio.css
executable file
·173 lines (144 loc) · 2.66 KB
/
silicio.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
body {
text-align:center;
background:url("imagens/fundobody.gif");
}
img {
border:0px;
}
p img {
vertical-align:top;
margin:2px 0px 0px;
}
hr {
display:none;
}
/*****************************
Div dos banners
*****************************/
.banner {
margin:15px 0px;
}
.banner img {
width:468px;
height:60px;
border:1px solid #939393;
}
/*****************************
Div que tem as linhas vermelhas
*****************************/
.vermelhos {
height:24px;
background:url("imagens/vermelho.gif") repeat-X;
}
/*****************************
Div MESTRE
*****************************/
#geral {
background:url("imagens/fundogeral.gif") #EAEAEA repeat-Y;
}
#geralhome {
background:url("imagens/fundogeral2.gif") #EAEAEA repeat-Y;
}
/*****************************
Topo
*****************************/
#topo {
height:79px;
background:url("imagens/logopb.gif") white no-repeat top right;
}
#topo .logo {
float:left;
}
#topo .right {
float:right;
margin:4px 10px 0px 0px;
font:bold 80% Trebuchet Ms, Verdana, Arial, Tahoma, Sans-Serif;
color:black;
}
#topo .right a {
color:black;
}
#topo .right a:hover {
text-decoration:none;
color:red;
}
#topo .right h1 {
margin:0px;
padding:0px;
}
/*****************************
Conteúdo
*****************************/
#conteudo {
margin:0px 0px 0px 156px;
}
#blog {
padding:0px 156px;
}
/*****************************
Lado Direito
*****************************/
.site img {
width:121px;
height:30px;
border:1px solid #939393;
}
/*****************************
Lado Esquerdo
*****************************/
#esquerda {
float:left;
}
#menu a:hover, #menu a:active {
color:#EA0000;
border-bottom:1px dashed #EA0000;
}
/*****************************
Comentário
*****************************/
#comentario {
margin:10px 0px 0px 15px;
font:90% Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
}
#comentario input, textarea {
margin:1px 0px 5px;
font:90% Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
vertical-align:middle;
}
.comentario {
margin:0px 0px 20px;
}
/*****************************
Inputs
*****************************/
.letras {
float:left;
text-align:right;
font:80% Trebuchet Ms, Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
margin:0px 10px 0px 30px;
}
.inputs {
margin:0px 0px 0px 132px;
}
input {
border:1px solid #939393;
}
.inputtexto {
width:200px;
margin:0px 0px 5px;
}
.botao {
width:200px;
text-align:right;
}
.botao input {
border:0px;
}
textarea {
background:white;
border:1px solid #939393;
width:200px;
}
pre{
margin:5px 15px;
}