From 3452e3d008556e83913a3a783f3a69afa9cc6c22 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Thu, 20 Feb 2014 17:48:17 -0300 Subject: [PATCH] updating theme - blocks titles --- style.css | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 4e15eb8..7075a69 100644 --- a/style.css +++ b/style.css @@ -168,7 +168,7 @@ p { /*margin: 0;*/ } -.action-content_viewer-view_page #content .box-1 .block-title { +#content .box-1 .block-title { background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF; border-bottom: medium none; border-top: 0px solid #757575; @@ -179,12 +179,24 @@ p { text-transform: uppercase; } -.action-content_viewer-view_page #content .box-1 .block-title span{ +#content .box-1 .block-title span{ background-color: #fff; background-image: none; padding: 0 1em 0 0; } +.action-home-index #content .box-1 .block-title, +.action-environment_design-index #content .box-1 .block-title { + background: none repeat-x scroll 0 0 transparent; + padding: 8px 8px 24px 10px; + +} + +.action-home-index #content .box-1 .block-title span, +.action-environment_design-index #content .box-1 .block-title span { + background-image: none; +} + /**/ /*#content .box-1 .block-title { @@ -628,6 +640,16 @@ p { text-decoration: none; width: 35px; } + +#content .pagination a.prev_page, +#content .pagination a.next_page{ + background-image: none; + color: #888888; + font-size: 14px; + width: auto; +} + + #content #article .pagination .next_page, #content #article .pagination .prev_page{ background-image: none; @@ -1071,6 +1093,8 @@ div#article-parent { .pagination .prev_page{margin-right: 0.5em; font-weight: bold;} .pagination .next_page{margin-left: 0.5em; font-weight: bold;} + + #public-profile-search, #profile-search-results form, .profile-search-block form { background-color: transparent; } @@ -2031,7 +2055,8 @@ input.button.with-text { /*alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ .people-block .common-profile-list-block span span.helper, -.friends-block .common-profile-list-block span span.helper{ +.friends-block .common-profile-list-block span span.helper, +.search-results-people .common-profile-list-block span span.helper{ display: inline-block; height: 56px; vertical-align: middle; @@ -2039,7 +2064,8 @@ input.button.with-text { } .people-block .common-profile-list-block img, -.friends-block .common-profile-list-block img { +.friends-block .common-profile-list-block img, +.search-results-people .common-profile-list-block img { margin-bottom: 5px; vertical-align: top; } @@ -2061,6 +2087,7 @@ input.button.with-text { margin: -1px;*/ } + /*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ .action-home-index .box-1 .common-profile-list-block span.banner-span, -- libgit2 0.21.2