Commit e1151f152fcf592bbeaf250f96540089c8248c6e
1 parent
32d65881
Exists in
master
and in
10 other branches
Css for news pages.
Showing
1 changed file
with
73 additions
and
10 deletions
Show diff stats
pagina-artigos.css
... | ... | @@ -191,10 +191,15 @@ ol li { |
191 | 191 | } |
192 | 192 | |
193 | 193 | #content .main-block .article-body P { |
194 | - margin-bottom: 20px; | |
194 | + margin-bottom: 22px; | |
195 | 195 | font-family: arial; |
196 | 196 | } |
197 | 197 | |
198 | +#content .main-block .article-body P strong { | |
199 | + font-size: 16px; | |
200 | +} | |
201 | + | |
202 | + | |
198 | 203 | #content .main-block .article-body .zoomable-image { |
199 | 204 | overflow: auto; |
200 | 205 | display: block; |
... | ... | @@ -242,22 +247,31 @@ ol li { |
242 | 247 | .title_top { |
243 | 248 | color: #F91461; |
244 | 249 | text-transform: uppercase; |
245 | - font-size: 15px; | |
250 | + font-size: 16px; | |
246 | 251 | padding-bottom: 25px; |
252 | + padding-left: 1px; | |
253 | + font-family:"open_sansregular", Arial; | |
254 | + | |
247 | 255 | } |
248 | 256 | |
249 | 257 | .news_principal_block { |
250 | 258 | padding-bottom: 5px; |
251 | 259 | } |
252 | 260 | |
261 | +.news_principal_block hr { | |
262 | + margin: 23px 0 23px 0; | |
263 | +} | |
264 | + | |
253 | 265 | .news_principal_date { |
254 | 266 | padding-bottom: 5px; |
255 | 267 | } |
256 | 268 | |
257 | 269 | .news_principal_title { |
258 | - font-size: 32px; | |
270 | + font-size: 33px; | |
259 | 271 | font-weight: bold; |
260 | - padding-bottom: 15px; | |
272 | + padding-bottom: 14px; | |
273 | + line-height: 39px; | |
274 | + font-family: Arial, Helvetica, sans-serif; | |
261 | 275 | } |
262 | 276 | |
263 | 277 | .news_principal_image { |
... | ... | @@ -265,7 +279,7 @@ ol li { |
265 | 279 | } |
266 | 280 | |
267 | 281 | .news_principal_image img { |
268 | - width: 750px; | |
282 | + /*width: 750px;*/ | |
269 | 283 | max-width: 750px; |
270 | 284 | max-height: 320px; |
271 | 285 | border: 0px solid #c0c1c1; |
... | ... | @@ -273,8 +287,10 @@ ol li { |
273 | 287 | } |
274 | 288 | |
275 | 289 | .news_principal_text { |
276 | - font-size: 15px; | |
277 | - /* padding-bottom: 30px; */ | |
290 | + font-size: 14px; | |
291 | + line-height: 21px; | |
292 | + font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
293 | + padding-bottom: 3px; | |
278 | 294 | } |
279 | 295 | .news_small_block { |
280 | 296 | /*height: 300px;*/ |
... | ... | @@ -294,14 +310,13 @@ ol li { |
294 | 310 | } |
295 | 311 | |
296 | 312 | .news_small_image { |
297 | - padding-bottom: 15px; | |
313 | + padding-bottom: 13px; | |
298 | 314 | } |
299 | 315 | |
300 | 316 | |
301 | 317 | .news_small_image img { |
302 | - width: 230px; | |
303 | 318 | max-width: 230px; |
304 | - max-height: 136px; | |
319 | + height: 136px; | |
305 | 320 | border: 0px solid #c0c1c1; |
306 | 321 | border-radius: 5px; |
307 | 322 | } |
... | ... | @@ -326,3 +341,51 @@ background: transparent; |
326 | 341 | color: #F91461; |
327 | 342 | } |
328 | 343 | |
344 | + | |
345 | +/* Pagina de visualizar noticia */ | |
346 | + | |
347 | +#content .view_news { | |
348 | + margin-right: 36px; | |
349 | + margin-left: 0px; | |
350 | +} | |
351 | + | |
352 | +#content .view_news .published-at { | |
353 | + font-family: open_sansregular, Arial, Helvetica, sans-serif; | |
354 | + font-size: 12px; | |
355 | + margin-bottom: 22px; | |
356 | +} | |
357 | + | |
358 | +#content .view_news hr { | |
359 | + margin: 25px 0 15px 0; | |
360 | +} | |
361 | + | |
362 | +#content .view_news .image { | |
363 | + float: left; | |
364 | + height: 194px; | |
365 | + width: 230px; | |
366 | + margin: 3px 29px 0 0; | |
367 | +} | |
368 | + | |
369 | +#content .view_news .image img { | |
370 | + max-width: 230px; | |
371 | +} | |
372 | + | |
373 | +#content .main-block .article-body .view_news .zoomable-image { | |
374 | + overflow: hidden; | |
375 | + margin-bottom: 5px; | |
376 | +} | |
377 | + | |
378 | +#content .main-block .article-body .view_news P { | |
379 | + line-height: 22px; | |
380 | + margin-left: 2px; | |
381 | +} | |
382 | + | |
383 | +#content .main-block .article-body .view_news .img-credit { | |
384 | + margin: 0 0 0 2px; | |
385 | +} | |
386 | + | |
387 | +#content .main-block .view_news .txt-credit a { | |
388 | + font-size: 12px; | |
389 | + color: #172938; | |
390 | + text-decoration: none; | |
391 | +} | ... | ... |