Commit 0768f794f0755e55b28fd6480813b1d66e96a2f9
1 parent
eb197bab
Exists in
master
First version
Showing
3 changed files
with
5 additions
and
79 deletions
Show diff stats
header.rhtml
241 Bytes
style.css
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | /* Main style page */ |
4 | 4 | body { |
5 | - background: #FFF url('http://www.se.df.gov.br/wp-content/uploads/bg-gradient.png') top left repeat-x; | |
5 | + background: #FFF url('./images/bg-gradient.png') top left repeat-x; | |
6 | 6 | } |
7 | 7 | |
8 | 8 | #wrap-1 { |
... | ... | @@ -49,7 +49,6 @@ body { |
49 | 49 | } |
50 | 50 | |
51 | 51 | #profile-header { |
52 | - min-height: 150px; | |
53 | 52 | max-height: 200px; |
54 | 53 | overflow: hidden; |
55 | 54 | margin: 0px; |
... | ... | @@ -64,13 +63,6 @@ body { |
64 | 63 | |
65 | 64 | #user { top: -35px; } |
66 | 65 | |
67 | -#barra-brasil { | |
68 | - box-shadow: 0px 0px 10px #DFDFDF inset; | |
69 | - z-index: 9999; | |
70 | - position: relative; | |
71 | - width: 100%; | |
72 | -} | |
73 | - | |
74 | 66 | #barra-psocial { |
75 | 67 | position: relative; |
76 | 68 | width: 960px; |
... | ... | @@ -210,7 +202,8 @@ div#article-parent { |
210 | 202 | |
211 | 203 | /* Menu List left */ |
212 | 204 | |
213 | -#content .box-2 .block-title { | |
205 | +#content .box-2 .block-title, | |
206 | +#content .box-3 .block-title { | |
214 | 207 | font-size: 12px; |
215 | 208 | text-align: left; |
216 | 209 | border-top: 4px solid #757575; |
... | ... | @@ -258,8 +251,6 @@ div#article-parent { |
258 | 251 | |
259 | 252 | #content .box-1 .block { |
260 | 253 | background: #eeefff; |
261 | - width: 48%; | |
262 | - float: left; | |
263 | 254 | margin-right: 10px; |
264 | 255 | } |
265 | 256 | |
... | ... | @@ -285,18 +276,6 @@ div#article-parent { |
285 | 276 | text-align: left; |
286 | 277 | } |
287 | 278 | |
288 | -/* Box styles */ | |
289 | -.box-2 { | |
290 | - width: 160px; | |
291 | - margin-bottom: 40px; | |
292 | -} | |
293 | - | |
294 | -#content .box-3 .block { | |
295 | - width: 210px; | |
296 | - margin: 0px 0px 0px 30px; | |
297 | - float: left; | |
298 | -} | |
299 | - | |
300 | 279 | /* Editorial Area */ |
301 | 280 | |
302 | 281 | #content .box-1 .recent-content-block { |
... | ... | @@ -321,13 +300,8 @@ div#article-parent { |
321 | 300 | font-size: 20px; |
322 | 301 | } |
323 | 302 | |
324 | -#content .box-1 .recent-content-block .block-footer-content a { | |
325 | - position: relative; | |
326 | - background-color: #DFDFDF; | |
327 | - width: auto; | |
328 | - display: block; | |
329 | - text-align: right; | |
330 | - padding: 5px 15px; | |
303 | +.block-footer-content a { | |
304 | + top: 10px !important; | |
331 | 305 | } |
332 | 306 | |
333 | 307 | #content .box-1 .recent-content-block ul { |
... | ... | @@ -430,49 +404,6 @@ div#article-parent { |
430 | 404 | width: 250px; |
431 | 405 | } |
432 | 406 | |
433 | -/* Menu List footer */ | |
434 | - | |
435 | -#content .box-3 .block-title { | |
436 | - font-size: 12px; | |
437 | - text-align: left; | |
438 | - border-top: none; | |
439 | - background: #FFF; | |
440 | - border-bottom: none; | |
441 | - color: #757575; | |
442 | - padding: 5px; | |
443 | - text-transform: uppercase; | |
444 | - margin: 0; | |
445 | -} | |
446 | - | |
447 | -#content .box-3 .link-list-block li a.link-this-page { | |
448 | - width: auto; | |
449 | - border-right: none; | |
450 | - font-weight: bold; | |
451 | - background-color: #eeefff; | |
452 | - border-radius: 0px; | |
453 | -} | |
454 | - | |
455 | -#content .box-3 .link-list-block li a { | |
456 | - font-size: 14px; | |
457 | - line-height: 1em; | |
458 | - color: #545454; | |
459 | - background-color: #FFF; | |
460 | - border-radius: none; | |
461 | - padding: 0.6em 1.5em; | |
462 | -} | |
463 | - | |
464 | -#content .box-3 .link-list-block li a:hover { | |
465 | - background-color: #FFF; | |
466 | - color: #436976; | |
467 | -} | |
468 | - | |
469 | -#content .box-3 .link-list-block li { | |
470 | - border-bottom: none; | |
471 | - border-top: none; | |
472 | - padding: 0; | |
473 | - margin: 0; | |
474 | -} | |
475 | - | |
476 | 407 | /* Agenda Style */ |
477 | 408 | |
478 | 409 | #events-of-the-day h2 { | ... | ... |