-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo-css.css
253 lines (211 loc) · 3.89 KB
/
estilo-css.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@font-face {
font-family: 'Fontelogo';
src: url("../_fonts/bubblegum-sans-regular.otf");
}
body{
font-family: Arial, sans-serif;
background-color: #dddddd;
color: rgba(0,0,0,1);
}
div#interface{
width: 1300px;
background-color: #ffffff;
margin: -20px auto 0px auto;
box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
padding: 10px;
}
p {
text-align: justify;
text-indent: 50px;
}
a{
color: #606060;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
header#cabecalho img#icone {
position: absolute;
left: 900px;
top: 50px;
}
header#cabecalho{
border-bottom: 1px #606060 dotted;
height: 150px;
background-image: url("chefscooking.jpg") no-repeat 0px 0px;
}
header#cabecalho h1{
font-family: "Fontelogo", sans-serif;
font-size: 30pt;
color: #606060;
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
padding: 0px;
margin-bottom: 0px;
}
header#cabecalho h2{
font-family: 'Titillium Web', sans-serif;
color: #888888;
font-size: 15pt;
padding: 0px;
margin-top: 0px;
}
/* Formatação de imagens com legendas */
figure.foto-legenda {
position: relative;
border: 8px solid white;
box-shadow: 1px 1px 4px black;
}
figure.foto-legenda img{
width: 100%;
height: 100%;
}
figure.foto-legenda figcaption {
opacity: 0;
position: absolute;
top: 0px;
background-color: rgba(0,0,0,0.4);
color: white;
width: 100%;
height: 100%;
padding: 10px;
box-sizing: border-box;
transition: opacity 1s;
}
figure.foto-legenda:hover figcaption{
opacity: 1;
}
/* Formatação do Menu */
nav#menu {
display: block;
}
nav#menu ul {
list-style: none;
text-transform: uppercase;
position: absolute;
top: -20px;
left: 350px;
}
nav#menu li {
display: inline-block;
background-color: #dddddd;
padding: 15px;
margin: 2px;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-ms-transition: background-color 1s;
-o-transition: background-color 1s;
transition: background-color 1s;
}
nav#menu li:hover {
background-color: #606060;
}
nav#menu h1 {
display: none;
}
nav#menu a{
color: #000000;
text-decoration: none;
}
nav#menu a:hover{
color: #ffffff;
text-decoration: underline;
}
section#corpo{
display:block;
width:520px;
float:left;
border-right: 1px solid #606060;
padding-right: 15px;
}
article#noticia-principal h2 {
font-size: 12pt;
color: #606060;
background-color: #dddddd;
padding: 5px 0px 5px 0px;
margin: 10px -5px 10px -5px;
}
header#cabecalho-artigo h1{
font-family: 'Fontelogo', sans-serif;
font-size: 20pt;
color: #606060;
margin-bottom: 0px;
margin-top: 0px;
}
header#cabecalho-artigo h2{
font-size: 14pt;
color: #cecece;
background-color: #ffffff;
margin: 0px;
}
header#cabecalho-artigo h3{
font-size: 12px;
color: #606060;
}
.direita {
text-align: right;
}
/* Formatação da tabela */
table#tabelaspec{
border:1px solid #606060;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}
table#tabelaspec td{
border:1px solid #606060;
padding: 10px;
text-align: center;
vertical-align: middle;
}
table#tabelaspec td.ce{
color: #ffffff;
background-color: #606060;
vertical-align: top;
font-weight: bold;
}
table#tabelaspec td.cd{
background-color: #cecece;
}
table#tabelaspec caption{
color: #888888;
font-size: 13pt;
font-weight: bolder;
}
table#tabelaspec caption span{
display: block;
float: right;
color: #000000;
font-size: 8pt;
margin-top: 10px
}
aside#lateral{
display:block;
width:500px;
float:right;
background-color: #dddddd;
padding: 10px;
margin-top: 10px;
box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
aside#lateral h1{
font-family: 'Fontelogo', sans-serif;
font-size: 20pt;
color: #606060;
margin-top: 0px;
}
aside#lateral h2{
background-color: #606060;
font-size: 15pt;
color: #ffffff;
padding: 5px;
}
footer#rodape{
clear: both;
border-top:1px solid #606060;
}
footer#rodape p{
text-align:center;
}