Commit 48747c23ed64e3645b63a6bef27fd2282c263218
1 parent
612131b5
Exists in
master
and in
2 other branches
ajustes na página
Showing
1 changed file
with
35 additions
and
4 deletions
Show diff stats
style.css
... | ... | @@ -452,6 +452,10 @@ padding-left: 0px; |
452 | 452 | |
453 | 453 | /*Dentro do Main Block*/ |
454 | 454 | |
455 | +#content .block h3.block-title { | |
456 | +font-size: 20px; | |
457 | +} | |
458 | + | |
455 | 459 | #content .main-block h1, #not-found h1, #access-denied h1 { |
456 | 460 | border-bottom: 0 solid #2E3436; |
457 | 461 | color: #0050A5; |
... | ... | @@ -469,6 +473,25 @@ padding-left: 0px; |
469 | 473 | width: 50px; |
470 | 474 | } |
471 | 475 | |
476 | +#content .box-1 .block h3.block-title { | |
477 | + border-bottom: 0 solid #2E3436; | |
478 | + color: #0050A5; | |
479 | + font-variant: small-caps; | |
480 | + text-align: left; | |
481 | +} | |
482 | + | |
483 | +#content .box-1 .block h3.block-title:before { | |
484 | + content: ""; | |
485 | + display: block; | |
486 | + background-color: #0050A5; | |
487 | + height: 2px; | |
488 | + width: 50px; | |
489 | + position: relative; | |
490 | + top: 30px; | |
491 | +} | |
492 | + | |
493 | + | |
494 | + | |
472 | 495 | #content .main-block .publishing-info, |
473 | 496 | #article-sub-header {display: none;} |
474 | 497 | |
... | ... | @@ -514,13 +537,21 @@ padding-left: 0px; |
514 | 537 | |
515 | 538 | .pe_btn_interno { |
516 | 539 | display: inline-block; |
517 | - padding: 0.5em; | |
518 | - border-radius: 50%; | |
540 | + padding: 10px; | |
541 | + border-radius: 20px; | |
542 | + font-weight: bold; | |
543 | + margin: 0 20px; | |
519 | 544 | } |
520 | 545 | |
521 | -.pe_btn_cinza {background-color: #ccc;} | |
546 | +.pe_btn_cinza { | |
547 | + background-color: #ccc; | |
548 | + color: #666; | |
549 | +} | |
522 | 550 | |
523 | -.pe_btn_azul {background-color: #0050A5;} | |
551 | +.pe_btn_azul { | |
552 | + background-color: #0050A5; | |
553 | + color: #FFF; | |
554 | +} | |
524 | 555 | |
525 | 556 | |
526 | 557 | ... | ... |