diff --git a/style.css b/style.css index 67b4bdb..ac409e7 100644 --- a/style.css +++ b/style.css @@ -357,7 +357,7 @@ body { /*Modificações*/ -html {background-image: none;background-color: #EEE;} +html {background-image: none;background-color: #ddd;} #navigation, #navigation-control, @@ -365,7 +365,7 @@ html {background-image: none;background-color: #EEE;} #site-title {display: none;} -#wrap-2 {background-image: none;background-color: #EEE;} +#wrap-2 {background-image: none;background-color: rgba(0, 0, 0, 0);} #content {margin-top: 10px;} #content .box-1 {margin-left: 262px;} @@ -395,6 +395,19 @@ html {background-image: none;background-color: #EEE;} font-size: 14px; } +#content .box-2 .block-inner-2 h3.block-title:before { + content: "+"; + display: inline-block; + float: right; + position: relative; + margin-top: 10px; + margin-right: 12px; +} + +#content .box-1 .video-plugin_video-block h3.block-title { + padding-bottom: 1.5em; +} + #content .box-2 .link-list-block h3.block-title span { } @@ -411,7 +424,11 @@ html {background-image: none;background-color: #EEE;} padding-left: 10px; } -#content .link-list-block li a {background-color: rgba(0, 0, 0, 0);} +#content .link-list-block li a { + background-color: rgba(0, 0, 0, 0); + padding-left: 40px; + background-position: 15px 50%; +} #content .link-list-block li a:hover {background-color: #eee;color: #333;} .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;} #content .box .profile-image-block { background-color: #FFF; box-shadow: 2px 2px 4px #CCC; - margin-bottom: 20px; + margin-bottom: 0px; padding: 10px 0; } #theme-header { @@ -432,7 +449,8 @@ html {background-image: none;background-color: #EEE;} height: 34px; font-family: 'Open Sans', sans-serif; } -#theme-header:before { + +/*#theme-header:before { content: ""; display: inline-block; width: 20px; @@ -445,12 +463,17 @@ html {background-image: none;background-color: #EEE;} padding: 4px 0; background-clip: content-box; margin-right: 20px; + margin-top: 4px; } #theme-header:after { content: "Planejamento Estratégico"; color: #FFF; +position: relative; +top: -44px; +left: 50px; } +*/ #user {top: -30px;} @@ -482,6 +505,15 @@ padding-left: 0px; /*Dentro do Main Block*/ +#wrap-1, #theme-footer { +width: 100%; +} + +#wrap-2 { + width: 960px; + margin: auto; +} + #content .block h3.block-title { font-size: 20px; } @@ -520,8 +552,6 @@ font-size: 20px; top: 30px; } - - #content .main-block .publishing-info, #article-sub-header {display: none;} @@ -547,7 +577,7 @@ font-size: 20px; background-color: #FFFFFF; display: block; margin: 1em 0; - padding: 3em; + padding: 1.5em; } #content .box-1 .block-outer .block.breadcrumbs-plugin_content-breadcrumbs-block { @@ -565,6 +595,32 @@ font-size: 20px; margin-top: 2em; } +.breadcrumbs-plugin_content-breadcrumbs-block .section-name { + display: none; +} + +.profile-image-block .profile-info-options, +.profile-image-block .admin-link { + display: none; +} + +/*a barra azul de cima é 100% - as informações ficam no centro*/ + +.tiny-mce-article .article-body h2 strong span { + font-weight: normal; + color: #666; + font-size: 18px !important; +} + +.article-body-tiny-mce-article .comment-paragraph-plugin span { +color: #666; +} + +.article-body .comment-paragraph-plugin span { +color: #666; +font-size: 10px; +} + .pe_btn_interno { display: inline-block; padding: 10px; -- libgit2 0.21.2