Commit 59564900ef9a27f53855c6f4394568f6f81e0bf4
1 parent
0ebacfb6
Exists in
master
and in
5 other branches
fix image paths
Showing
7 changed files
with
24 additions
and
26 deletions
Show diff stats
old-theme/chat_and_hub.css
| @@ -16,32 +16,32 @@ | @@ -16,32 +16,32 @@ | ||
| 16 | /*estilos do HUB*/ | 16 | /*estilos do HUB*/ |
| 17 | 17 | ||
| 18 | .hub .post{ | 18 | .hub .post{ |
| 19 | - background: url("images/hub-time-bg.gif") repeat-y left top #fff; | 19 | + background: url("../images/hub-time-bg.gif") repeat-y left top #fff; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | .hub .remove{ | 22 | .hub .remove{ |
| 23 | - background: url("images/hub-remove-icon.png") no-repeat center center #fff; | 23 | + background: url("../images/hub-remove-icon.png") no-repeat center center #fff; |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | /* | 26 | /* |
| 27 | .hub .promote{ | 27 | .hub .promote{ |
| 28 | - background: url("images/hub-promote-icon.png") no-repeat center center #fff; | 28 | + background: url("../images/hub-promote-icon.png") no-repeat center center #fff; |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | .hub .pin{ | 31 | .hub .pin{ |
| 32 | - background: url("images/hub-pin-icon.png") no-repeat center center #fff; | 32 | + background: url("../images/hub-pin-icon.png") no-repeat center center #fff; |
| 33 | } | 33 | } |
| 34 | */ | 34 | */ |
| 35 | 35 | ||
| 36 | .hub ul.settings li{ | 36 | .hub ul.settings li{ |
| 37 | position: relative; | 37 | position: relative; |
| 38 | - background: url("images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01; | 38 | + background: url("../images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01; |
| 39 | overflow: hidden; | 39 | overflow: hidden; |
| 40 | z-index:999; | 40 | z-index:999; |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | .hub ul.settings li.twitter:hover{ | 43 | .hub ul.settings li.twitter:hover{ |
| 44 | - background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; | 44 | + background: url("../images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; |
| 45 | min-height: 50px; | 45 | min-height: 50px; |
| 46 | height: auto; | 46 | height: auto; |
| 47 | } | 47 | } |
old-theme/internacionalization.css
| @@ -21,8 +21,8 @@ | @@ -21,8 +21,8 @@ | ||
| 21 | margin-left: 5px; | 21 | margin-left: 5px; |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | -.flag-en { background-image: url(images/flag-en.png) } | ||
| 25 | -.flag-pt { background-image: url(images/flag-pt_br.png) } | 24 | +.flag-en { background-image: url('../images/flag-en.png') } |
| 25 | +.flag-pt { background-image: url('../images/flag-pt_br.png') } | ||
| 26 | 26 | ||
| 27 | #participa-languages a span{ display: none } | 27 | #participa-languages a span{ display: none } |
| 28 | 28 |
old-theme/like_and_vote.css
| @@ -13,11 +13,11 @@ | @@ -13,11 +13,11 @@ | ||
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | .action .dislike:before { | 15 | .action .dislike:before { |
| 16 | - content: url(images/negative-hand.png); | 16 | + content: url('../images/negative-hand.png'); |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | .action .like:before { | 19 | .action .like:before { |
| 20 | - content: url(images/positive-hand.png); | 20 | + content: url('../images/positive-hand.png'); |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | .action .vote-detail { | 23 | .action .vote-detail { |
old-theme/pairwise.css
| @@ -124,7 +124,7 @@ | @@ -124,7 +124,7 @@ | ||
| 124 | } | 124 | } |
| 125 | 125 | ||
| 126 | #pairwise_main .skip_vote a { | 126 | #pairwise_main .skip_vote a { |
| 127 | - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | 127 | + background: url("../images/btn_duvida_pairwise.png") no-repeat center center #fff !important; |
| 128 | color: transparent !important; | 128 | color: transparent !important; |
| 129 | display: inline-block; | 129 | display: inline-block; |
| 130 | height: 1px; | 130 | height: 1px; |
| @@ -135,7 +135,7 @@ | @@ -135,7 +135,7 @@ | ||
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | #pairwise_main .skip_vote a:hover { | 137 | #pairwise_main .skip_vote a:hover { |
| 138 | - background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; | 138 | + background: url("../images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; |
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} | 141 | #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} |
| @@ -189,7 +189,7 @@ | @@ -189,7 +189,7 @@ | ||
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | #pairwise_main div#suggestions_box #new_idea_button { | 191 | #pairwise_main div#suggestions_box #new_idea_button { |
| 192 | - background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent; | 192 | + background: url("../images/botao-enviar-pairwise.png") no-repeat top center transparent; |
| 193 | color: transparent; | 193 | color: transparent; |
| 194 | border-radius: 0px; | 194 | border-radius: 0px; |
| 195 | cursor: pointer; | 195 | cursor: pointer; |
old-theme/search.css
| @@ -19,7 +19,6 @@ | @@ -19,7 +19,6 @@ | ||
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | .formfield input, .formfield textarea{ | 21 | .formfield input, .formfield textarea{ |
| 22 | - /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ | ||
| 23 | background-image: none; | 22 | background-image: none; |
| 24 | border: 1px solid #DDDDDD; | 23 | border: 1px solid #DDDDDD; |
| 25 | color: #585858; | 24 | color: #585858; |
| @@ -42,7 +41,7 @@ | @@ -42,7 +41,7 @@ | ||
| 42 | } | 41 | } |
| 43 | 42 | ||
| 44 | #search-page form.search_form input.icon-search { | 43 | #search-page form.search_form input.icon-search { |
| 45 | - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; | 44 | + background: url("../images/btn_busca.png") no-repeat scroll 50% 50% transparent; |
| 46 | border: 1px solid #DDDDDD; | 45 | border: 1px solid #DDDDDD; |
| 47 | min-height: 31px; | 46 | min-height: 31px; |
| 48 | padding-right: 20px; | 47 | padding-right: 20px; |
old-theme/signin_and_signup.css
| @@ -35,11 +35,11 @@ | @@ -35,11 +35,11 @@ | ||
| 35 | 35 | ||
| 36 | #colorbox .login-box{ | 36 | #colorbox .login-box{ |
| 37 | width: 700px; | 37 | width: 700px; |
| 38 | - background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; | 38 | + background: url("../images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | #colorbox .login-box h2{ | 41 | #colorbox .login-box h2{ |
| 42 | - background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; | 42 | + background: url("../images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; |
| 43 | color: #757575; | 43 | color: #757575; |
| 44 | font-size: 20px; | 44 | font-size: 20px; |
| 45 | font-style: italic; | 45 | font-style: italic; |
| @@ -50,7 +50,6 @@ | @@ -50,7 +50,6 @@ | ||
| 50 | #colorbox .login-box form { | 50 | #colorbox .login-box form { |
| 51 | margin: 0; | 51 | margin: 0; |
| 52 | width: 45%; | 52 | width: 45%; |
| 53 | - /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ | ||
| 54 | } | 53 | } |
| 55 | 54 | ||
| 56 | #colorbox .login-box .formfieldline input { | 55 | #colorbox .login-box .formfieldline input { |
| @@ -58,7 +57,7 @@ | @@ -58,7 +57,7 @@ | ||
| 58 | } | 57 | } |
| 59 | 58 | ||
| 60 | #colorbox .login-box .button-bar input.icon-login { | 59 | #colorbox .login-box .button-bar input.icon-login { |
| 61 | - background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; | 60 | + background: url("../images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; |
| 62 | border: 0px none; | 61 | border: 0px none; |
| 63 | font-family: arial,sans-serif; | 62 | font-family: arial,sans-serif; |
| 64 | font-size: 16px; | 63 | font-size: 16px; |
| @@ -72,7 +71,7 @@ | @@ -72,7 +71,7 @@ | ||
| 72 | } | 71 | } |
| 73 | 72 | ||
| 74 | #colorbox .login-box .button-bar input.icon-login:hover { | 73 | #colorbox .login-box .button-bar input.icon-login:hover { |
| 75 | - background-image: url("images/btn_entrar_login_hover.png"); | 74 | + background-image: url("../images/btn_entrar_login_hover.png"); |
| 76 | } | 75 | } |
| 77 | 76 | ||
| 78 | #colorbox .login-box .button-bar a.icon-close { | 77 | #colorbox .login-box .button-bar a.icon-close { |
partial_sass/_old_internal_style.sass
| @@ -124,7 +124,7 @@ | @@ -124,7 +124,7 @@ | ||
| 124 | font-size: 11px | 124 | font-size: 11px |
| 125 | text-align: left | 125 | text-align: left |
| 126 | .view_all a, a | 126 | .view_all a, a |
| 127 | - background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent | 127 | + background: url("../images/button-read-more-vazio.png") no-repeat scroll left 50% transparent |
| 128 | color: #333 | 128 | color: #333 |
| 129 | display: inline-block | 129 | display: inline-block |
| 130 | font-weight: bold | 130 | font-weight: bold |
| @@ -179,7 +179,7 @@ | @@ -179,7 +179,7 @@ | ||
| 179 | .comment-wrapper-1, .comment-wrapper-2, .comment-wrapper-3, .comment-wrapper-4, .comment-wrapper-5, .comment-wrapper-6, .comment-wrapper-7, .comment-wrapper-8 | 179 | .comment-wrapper-1, .comment-wrapper-2, .comment-wrapper-3, .comment-wrapper-4, .comment-wrapper-5, .comment-wrapper-6, .comment-wrapper-7, .comment-wrapper-8 |
| 180 | background-image: none | 180 | background-image: none |
| 181 | a.display-comment-form | 181 | a.display-comment-form |
| 182 | - background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE | 182 | + background: url("../images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE |
| 183 | border-color: #ddd | 183 | border-color: #ddd |
| 184 | margin: 14px | 184 | margin: 14px |
| 185 | #article | 185 | #article |
| @@ -193,7 +193,7 @@ | @@ -193,7 +193,7 @@ | ||
| 193 | list-style: none outside none | 193 | list-style: none outside none |
| 194 | margin: 10px 0 0 | 194 | margin: 10px 0 0 |
| 195 | .comment-replies .article-comment | 195 | .comment-replies .article-comment |
| 196 | - background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent | 196 | + background: url("../images/black-alpha-pixel-5.png") repeat scroll left top transparent |
| 197 | border: 1px solid #808080 | 197 | border: 1px solid #808080 |
| 198 | border-radius: 5px 5px 5px 5px | 198 | border-radius: 5px 5px 5px 5px |
| 199 | margin-top: 0px | 199 | margin-top: 0px |
| @@ -214,7 +214,7 @@ | @@ -214,7 +214,7 @@ | ||
| 214 | min-height: 100% | 214 | min-height: 100% |
| 215 | #content .blog-post .short-post .read-more a | 215 | #content .blog-post .short-post .read-more a |
| 216 | text-decoration: none | 216 | text-decoration: none |
| 217 | - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD | 217 | + background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD |
| 218 | border: 1px solid #CCC | 218 | border: 1px solid #CCC |
| 219 | border-radius: 5px | 219 | border-radius: 5px |
| 220 | color: #666 | 220 | color: #666 |
| @@ -269,7 +269,7 @@ | @@ -269,7 +269,7 @@ | ||
| 269 | margin-top: 0.5em | 269 | margin-top: 0.5em |
| 270 | margin-right: 8px | 270 | margin-right: 8px |
| 271 | a | 271 | a |
| 272 | - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE | 272 | + background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE |
| 273 | border: 1px solid #CCCCCC | 273 | border: 1px solid #CCCCCC |
| 274 | border-radius: 5px 5px 5px 5px | 274 | border-radius: 5px 5px 5px 5px |
| 275 | display: inline | 275 | display: inline |
| @@ -333,7 +333,7 @@ | @@ -333,7 +333,7 @@ | ||
| 333 | #content | 333 | #content |
| 334 | .box-1 | 334 | .box-1 |
| 335 | .block-title | 335 | .block-title |
| 336 | - background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF | 336 | + background: url("../images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF |
| 337 | border-bottom: medium none | 337 | border-bottom: medium none |
| 338 | border-top: 0px solid #757575 | 338 | border-top: 0px solid #757575 |
| 339 | color: #757575 | 339 | color: #757575 |