Commit 3452e3d008556e83913a3a783f3a69afa9cc6c22
1 parent
aa83194c
Exists in
master
and in
5 other branches
updating theme - blocks titles
Showing
1 changed file
with
31 additions
and
4 deletions
Show diff stats
style.css
| @@ -168,7 +168,7 @@ p { | @@ -168,7 +168,7 @@ p { | ||
| 168 | /*margin: 0;*/ | 168 | /*margin: 0;*/ |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | -.action-content_viewer-view_page #content .box-1 .block-title { | 171 | +#content .box-1 .block-title { |
| 172 | background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF; | 172 | background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF; |
| 173 | border-bottom: medium none; | 173 | border-bottom: medium none; |
| 174 | border-top: 0px solid #757575; | 174 | border-top: 0px solid #757575; |
| @@ -179,12 +179,24 @@ p { | @@ -179,12 +179,24 @@ p { | ||
| 179 | text-transform: uppercase; | 179 | text-transform: uppercase; |
| 180 | } | 180 | } |
| 181 | 181 | ||
| 182 | -.action-content_viewer-view_page #content .box-1 .block-title span{ | 182 | +#content .box-1 .block-title span{ |
| 183 | background-color: #fff; | 183 | background-color: #fff; |
| 184 | background-image: none; | 184 | background-image: none; |
| 185 | padding: 0 1em 0 0; | 185 | padding: 0 1em 0 0; |
| 186 | } | 186 | } |
| 187 | 187 | ||
| 188 | +.action-home-index #content .box-1 .block-title, | ||
| 189 | +.action-environment_design-index #content .box-1 .block-title { | ||
| 190 | + background: none repeat-x scroll 0 0 transparent; | ||
| 191 | + padding: 8px 8px 24px 10px; | ||
| 192 | + | ||
| 193 | +} | ||
| 194 | + | ||
| 195 | +.action-home-index #content .box-1 .block-title span, | ||
| 196 | +.action-environment_design-index #content .box-1 .block-title span { | ||
| 197 | + background-image: none; | ||
| 198 | +} | ||
| 199 | + | ||
| 188 | /**/ | 200 | /**/ |
| 189 | 201 | ||
| 190 | /*#content .box-1 .block-title { | 202 | /*#content .box-1 .block-title { |
| @@ -628,6 +640,16 @@ p { | @@ -628,6 +640,16 @@ p { | ||
| 628 | text-decoration: none; | 640 | text-decoration: none; |
| 629 | width: 35px; | 641 | width: 35px; |
| 630 | } | 642 | } |
| 643 | + | ||
| 644 | +#content .pagination a.prev_page, | ||
| 645 | +#content .pagination a.next_page{ | ||
| 646 | + background-image: none; | ||
| 647 | + color: #888888; | ||
| 648 | + font-size: 14px; | ||
| 649 | + width: auto; | ||
| 650 | +} | ||
| 651 | + | ||
| 652 | + | ||
| 631 | #content #article .pagination .next_page, | 653 | #content #article .pagination .next_page, |
| 632 | #content #article .pagination .prev_page{ | 654 | #content #article .pagination .prev_page{ |
| 633 | background-image: none; | 655 | background-image: none; |
| @@ -1071,6 +1093,8 @@ div#article-parent { | @@ -1071,6 +1093,8 @@ div#article-parent { | ||
| 1071 | .pagination .prev_page{margin-right: 0.5em; font-weight: bold;} | 1093 | .pagination .prev_page{margin-right: 0.5em; font-weight: bold;} |
| 1072 | .pagination .next_page{margin-left: 0.5em; font-weight: bold;} | 1094 | .pagination .next_page{margin-left: 0.5em; font-weight: bold;} |
| 1073 | 1095 | ||
| 1096 | + | ||
| 1097 | + | ||
| 1074 | #public-profile-search, #profile-search-results form, .profile-search-block form { | 1098 | #public-profile-search, #profile-search-results form, .profile-search-block form { |
| 1075 | background-color: transparent; | 1099 | background-color: transparent; |
| 1076 | } | 1100 | } |
| @@ -2031,7 +2055,8 @@ input.button.with-text { | @@ -2031,7 +2055,8 @@ input.button.with-text { | ||
| 2031 | 2055 | ||
| 2032 | /*alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ | 2056 | /*alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ |
| 2033 | .people-block .common-profile-list-block span span.helper, | 2057 | .people-block .common-profile-list-block span span.helper, |
| 2034 | -.friends-block .common-profile-list-block span span.helper{ | 2058 | +.friends-block .common-profile-list-block span span.helper, |
| 2059 | +.search-results-people .common-profile-list-block span span.helper{ | ||
| 2035 | display: inline-block; | 2060 | display: inline-block; |
| 2036 | height: 56px; | 2061 | height: 56px; |
| 2037 | vertical-align: middle; | 2062 | vertical-align: middle; |
| @@ -2039,7 +2064,8 @@ input.button.with-text { | @@ -2039,7 +2064,8 @@ input.button.with-text { | ||
| 2039 | } | 2064 | } |
| 2040 | 2065 | ||
| 2041 | .people-block .common-profile-list-block img, | 2066 | .people-block .common-profile-list-block img, |
| 2042 | -.friends-block .common-profile-list-block img { | 2067 | +.friends-block .common-profile-list-block img, |
| 2068 | +.search-results-people .common-profile-list-block img { | ||
| 2043 | margin-bottom: 5px; | 2069 | margin-bottom: 5px; |
| 2044 | vertical-align: top; | 2070 | vertical-align: top; |
| 2045 | } | 2071 | } |
| @@ -2061,6 +2087,7 @@ input.button.with-text { | @@ -2061,6 +2087,7 @@ input.button.with-text { | ||
| 2061 | margin: -1px;*/ | 2087 | margin: -1px;*/ |
| 2062 | } | 2088 | } |
| 2063 | 2089 | ||
| 2090 | + | ||
| 2064 | /*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ | 2091 | /*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ |
| 2065 | 2092 | ||
| 2066 | .action-home-index .box-1 .common-profile-list-block span.banner-span, | 2093 | .action-home-index .box-1 .common-profile-list-block span.banner-span, |