Commit 35990080cc60f04020b2bfeeab5048c2608c1d90
1 parent
7997d332
Exists in
master
and in
2 other branches
mais ajustes
Showing
1 changed file
with
64 additions
and
8 deletions
Show diff stats
style.css
... | ... | @@ -357,7 +357,7 @@ body { |
357 | 357 | |
358 | 358 | /*Modificações*/ |
359 | 359 | |
360 | -html {background-image: none;background-color: #EEE;} | |
360 | +html {background-image: none;background-color: #ddd;} | |
361 | 361 | |
362 | 362 | #navigation, |
363 | 363 | #navigation-control, |
... | ... | @@ -365,7 +365,7 @@ html {background-image: none;background-color: #EEE;} |
365 | 365 | #site-title {display: none;} |
366 | 366 | |
367 | 367 | |
368 | -#wrap-2 {background-image: none;background-color: #EEE;} | |
368 | +#wrap-2 {background-image: none;background-color: rgba(0, 0, 0, 0);} | |
369 | 369 | |
370 | 370 | #content {margin-top: 10px;} |
371 | 371 | #content .box-1 {margin-left: 262px;} |
... | ... | @@ -395,6 +395,19 @@ html {background-image: none;background-color: #EEE;} |
395 | 395 | font-size: 14px; |
396 | 396 | } |
397 | 397 | |
398 | +#content .box-2 .block-inner-2 h3.block-title:before { | |
399 | + content: "+"; | |
400 | + display: inline-block; | |
401 | + float: right; | |
402 | + position: relative; | |
403 | + margin-top: 10px; | |
404 | + margin-right: 12px; | |
405 | +} | |
406 | + | |
407 | +#content .box-1 .video-plugin_video-block h3.block-title { | |
408 | + padding-bottom: 1.5em; | |
409 | +} | |
410 | + | |
398 | 411 | #content .box-2 .link-list-block h3.block-title span { |
399 | 412 | } |
400 | 413 | |
... | ... | @@ -411,7 +424,11 @@ html {background-image: none;background-color: #EEE;} |
411 | 424 | padding-left: 10px; |
412 | 425 | } |
413 | 426 | |
414 | -#content .link-list-block li a {background-color: rgba(0, 0, 0, 0);} | |
427 | +#content .link-list-block li a { | |
428 | + background-color: rgba(0, 0, 0, 0); | |
429 | + padding-left: 40px; | |
430 | + background-position: 15px 50%; | |
431 | +} | |
415 | 432 | #content .link-list-block li a:hover {background-color: #eee;color: #333;} |
416 | 433 | |
417 | 434 | .main-content {border-width: 0;border-radius: 0;box-shadow: 2px 2px 4px #CCC;background-color: #FFF;} |
... | ... | @@ -419,7 +436,7 @@ html {background-image: none;background-color: #EEE;} |
419 | 436 | #content .box .profile-image-block { |
420 | 437 | background-color: #FFF; |
421 | 438 | box-shadow: 2px 2px 4px #CCC; |
422 | - margin-bottom: 20px; | |
439 | + margin-bottom: 0px; | |
423 | 440 | padding: 10px 0; |
424 | 441 | } |
425 | 442 | #theme-header { |
... | ... | @@ -432,7 +449,8 @@ html {background-image: none;background-color: #EEE;} |
432 | 449 | height: 34px; |
433 | 450 | font-family: 'Open Sans', sans-serif; |
434 | 451 | } |
435 | -#theme-header:before { | |
452 | + | |
453 | +/*#theme-header:before { | |
436 | 454 | content: ""; |
437 | 455 | display: inline-block; |
438 | 456 | width: 20px; |
... | ... | @@ -445,12 +463,17 @@ html {background-image: none;background-color: #EEE;} |
445 | 463 | padding: 4px 0; |
446 | 464 | background-clip: content-box; |
447 | 465 | margin-right: 20px; |
466 | + margin-top: 4px; | |
448 | 467 | } |
449 | 468 | |
450 | 469 | #theme-header:after { |
451 | 470 | content: "Planejamento Estratégico"; |
452 | 471 | color: #FFF; |
472 | +position: relative; | |
473 | +top: -44px; | |
474 | +left: 50px; | |
453 | 475 | } |
476 | +*/ | |
454 | 477 | |
455 | 478 | #user {top: -30px;} |
456 | 479 | |
... | ... | @@ -482,6 +505,15 @@ padding-left: 0px; |
482 | 505 | |
483 | 506 | /*Dentro do Main Block*/ |
484 | 507 | |
508 | +#wrap-1, #theme-footer { | |
509 | +width: 100%; | |
510 | +} | |
511 | + | |
512 | +#wrap-2 { | |
513 | + width: 960px; | |
514 | + margin: auto; | |
515 | +} | |
516 | + | |
485 | 517 | #content .block h3.block-title { |
486 | 518 | font-size: 20px; |
487 | 519 | } |
... | ... | @@ -520,8 +552,6 @@ font-size: 20px; |
520 | 552 | top: 30px; |
521 | 553 | } |
522 | 554 | |
523 | - | |
524 | - | |
525 | 555 | #content .main-block .publishing-info, |
526 | 556 | #article-sub-header {display: none;} |
527 | 557 | |
... | ... | @@ -547,7 +577,7 @@ font-size: 20px; |
547 | 577 | background-color: #FFFFFF; |
548 | 578 | display: block; |
549 | 579 | margin: 1em 0; |
550 | - padding: 3em; | |
580 | + padding: 1.5em; | |
551 | 581 | } |
552 | 582 | |
553 | 583 | #content .box-1 .block-outer .block.breadcrumbs-plugin_content-breadcrumbs-block { |
... | ... | @@ -565,6 +595,32 @@ font-size: 20px; |
565 | 595 | margin-top: 2em; |
566 | 596 | } |
567 | 597 | |
598 | +.breadcrumbs-plugin_content-breadcrumbs-block .section-name { | |
599 | + display: none; | |
600 | +} | |
601 | + | |
602 | +.profile-image-block .profile-info-options, | |
603 | +.profile-image-block .admin-link { | |
604 | + display: none; | |
605 | +} | |
606 | + | |
607 | +/*a barra azul de cima é 100% - as informações ficam no centro*/ | |
608 | + | |
609 | +.tiny-mce-article .article-body h2 strong span { | |
610 | + font-weight: normal; | |
611 | + color: #666; | |
612 | + font-size: 18px !important; | |
613 | +} | |
614 | + | |
615 | +.article-body-tiny-mce-article .comment-paragraph-plugin span { | |
616 | +color: #666; | |
617 | +} | |
618 | + | |
619 | +.article-body .comment-paragraph-plugin span { | |
620 | +color: #666; | |
621 | +font-size: 10px; | |
622 | +} | |
623 | + | |
568 | 624 | .pe_btn_interno { |
569 | 625 | display: inline-block; |
570 | 626 | padding: 10px; | ... | ... |