Commit 0b2d17bf5808f6941444572cd493f2bf446cb00d
1 parent
beb89bc0
Exists in
master
and in
10 other branches
css block recent content, measures block menu right side.
Showing
3 changed files
with
31 additions
and
14 deletions
Show diff stats
header.html.erb
... | ... | @@ -4,10 +4,6 @@ |
4 | 4 | </div> |
5 | 5 | <!--fim barra do governo --> |
6 | 6 | |
7 | -<!--<div id="barra-brasil"> | |
8 | - <a href="http://brasil.gov.br" style="background:#455ede; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">SPB</a> | |
9 | -</div> --> | |
10 | - | |
11 | 7 | |
12 | 8 | <div class="header-content"> |
13 | 9 | <div role="banner" id="header"> | ... | ... |
... | ... | @@ -0,0 +1,14 @@ |
1 | + | |
2 | +#content .recent-documents-block .block-inner-2 { | |
3 | + background-color: #eeeff1; | |
4 | + padding-bottom: 10px; | |
5 | + border: 1px solid #c0c1c1; | |
6 | + border-radius:8px; | |
7 | + margin:1px; | |
8 | + padding: 10px 0px; | |
9 | +} | |
10 | + | |
11 | +#content .recent-documents-block .block-inner-2 .block-title{ | |
12 | + background-color: #eeeff1; | |
13 | + border-top:none; | |
14 | +} | ... | ... |
style.css
... | ... | @@ -14,6 +14,9 @@ |
14 | 14 | /****************** Dropline Menu ********************/ |
15 | 15 | @import url(dropline_menu.css); |
16 | 16 | |
17 | +/****************** Recent content ********************/ | |
18 | +@import url(recent-content.css); | |
19 | + | |
17 | 20 | /****************** FIM cabecalho azul ****************/ |
18 | 21 | |
19 | 22 | |
... | ... | @@ -68,7 +71,6 @@ div#wrapper-barra-brasil { |
68 | 71 | */ |
69 | 72 | |
70 | 73 | /****************** Estilos basicos ******************/ |
71 | - | |
72 | 74 | /******* itens do gov-plone.css *******/ |
73 | 75 | /* |
74 | 76 | * { margin: 0; padding: 0; }*/ |
... | ... | @@ -352,6 +354,9 @@ p { |
352 | 354 | display: inline-block; |
353 | 355 | vertical-align: top; |
354 | 356 | } |
357 | +.box-3{ | |
358 | + width: 150px; | |
359 | +} | |
355 | 360 | |
356 | 361 | .box-2 .block .block-inner-2, |
357 | 362 | .box-3 .block .block-inner-2{ |
... | ... | @@ -407,18 +412,18 @@ p { |
407 | 412 | } |
408 | 413 | |
409 | 414 | #content .recent-documents-block li { |
410 | - background: none repeat scroll 0 0 #FFF; | |
411 | - border-bottom: 1px solid #CCCCCC; | |
415 | + background: none repeat scroll 0 0 #eeeff2;/*#FFF;*/ | |
416 | + border-bottom: 1px solid #c0c1c1; /*#CCCCCC;*/ | |
412 | 417 | display: block; |
413 | 418 | margin: 0; |
414 | 419 | min-height: 1em; |
415 | - padding: 8px; | |
420 | + padding: 20px; | |
416 | 421 | text-align: left; |
417 | 422 | } |
418 | 423 | |
419 | 424 | #content .recent-documents-block li a { |
420 | 425 | color: #464A55; |
421 | - line-height: 1em; | |
426 | + line-height: 1.2em; | |
422 | 427 | } |
423 | 428 | |
424 | 429 | #content .recent-documents-block li a:hover{ |
... | ... | @@ -445,7 +450,7 @@ p { |
445 | 450 | border-radius: 0 0 0 0; |
446 | 451 | border-right: medium none; |
447 | 452 | border-top: 0px solid #64946E !important; |
448 | - color: #436976; | |
453 | + color: #454545; /*#436976;*/ | |
449 | 454 | font-weight: normal; |
450 | 455 | width: auto; |
451 | 456 | font-size: 12px; |
... | ... | @@ -453,11 +458,13 @@ p { |
453 | 458 | padding-right: 5px; |
454 | 459 | background-position: 7px 50%; |
455 | 460 | } |
456 | -/* | |
457 | -#content .link-list-block li a.link-this-page{ | |
461 | + | |
462 | +#content .link-list-block li a.link-this-page, | |
463 | +#content .link-list-block li a.link-this-page:hover | |
464 | +{ | |
458 | 465 | border-right: none; |
459 | 466 | } |
460 | -*/ | |
467 | + | |
461 | 468 | |
462 | 469 | #content .box-2 .link-list-block li a:hover { |
463 | 470 | background-color: #eee; |
... | ... | @@ -1064,7 +1071,7 @@ div#article-parent { |
1064 | 1071 | border: 1px solid #DDDDDD; |
1065 | 1072 | color: #585858; |
1066 | 1073 | font-size: 16px; |
1067 | - width: 100%; | |
1074 | + /*width: 100%;*/ | |
1068 | 1075 | word-wrap: break-word; |
1069 | 1076 | } |
1070 | 1077 | ... | ... |