diff --git a/old-theme/chat_and_hub.css b/old-theme/chat_and_hub.css index acea02f..ab04d15 100644 --- a/old-theme/chat_and_hub.css +++ b/old-theme/chat_and_hub.css @@ -16,32 +16,32 @@ /*estilos do HUB*/ .hub .post{ - background: url("images/hub-time-bg.gif") repeat-y left top #fff; + background: url("../images/hub-time-bg.gif") repeat-y left top #fff; } .hub .remove{ - background: url("images/hub-remove-icon.png") no-repeat center center #fff; + background: url("../images/hub-remove-icon.png") no-repeat center center #fff; } /* .hub .promote{ - background: url("images/hub-promote-icon.png") no-repeat center center #fff; + background: url("../images/hub-promote-icon.png") no-repeat center center #fff; } .hub .pin{ - background: url("images/hub-pin-icon.png") no-repeat center center #fff; + background: url("../images/hub-pin-icon.png") no-repeat center center #fff; } */ .hub ul.settings li{ position: relative; - background: url("images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01; + background: url("../images/hub-arrow-right.png") no-repeat scroll 98% 50% #ED8E01; overflow: hidden; z-index:999; } .hub ul.settings li.twitter:hover{ - background: url("images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; + background: url("../images/hub-arrow-up.png") no-repeat scroll 95% 50% #ED8E01; min-height: 50px; height: auto; } diff --git a/old-theme/internacionalization.css b/old-theme/internacionalization.css index 003301b..e5e7773 100644 --- a/old-theme/internacionalization.css +++ b/old-theme/internacionalization.css @@ -21,8 +21,8 @@ margin-left: 5px; } -.flag-en { background-image: url(images/flag-en.png) } -.flag-pt { background-image: url(images/flag-pt_br.png) } +.flag-en { background-image: url('../images/flag-en.png') } +.flag-pt { background-image: url('../images/flag-pt_br.png') } #participa-languages a span{ display: none } diff --git a/old-theme/like_and_vote.css b/old-theme/like_and_vote.css index d69ad0c..162c06d 100644 --- a/old-theme/like_and_vote.css +++ b/old-theme/like_and_vote.css @@ -13,11 +13,11 @@ } .action .dislike:before { - content: url(images/negative-hand.png); + content: url('../images/negative-hand.png'); } .action .like:before { - content: url(images/positive-hand.png); + content: url('../images/positive-hand.png'); } .action .vote-detail { diff --git a/old-theme/pairwise.css b/old-theme/pairwise.css index 09111e2..b832afc 100644 --- a/old-theme/pairwise.css +++ b/old-theme/pairwise.css @@ -124,7 +124,7 @@ } #pairwise_main .skip_vote a { - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; + background: url("../images/btn_duvida_pairwise.png") no-repeat center center #fff !important; color: transparent !important; display: inline-block; height: 1px; @@ -135,7 +135,7 @@ } #pairwise_main .skip_vote a:hover { - background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; + background: url("../images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; } #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} @@ -189,7 +189,7 @@ } #pairwise_main div#suggestions_box #new_idea_button { - background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent; + background: url("../images/botao-enviar-pairwise.png") no-repeat top center transparent; color: transparent; border-radius: 0px; cursor: pointer; diff --git a/old-theme/search.css b/old-theme/search.css index bb8a42c..69636a6 100644 --- a/old-theme/search.css +++ b/old-theme/search.css @@ -19,7 +19,6 @@ } .formfield input, .formfield textarea{ - /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ background-image: none; border: 1px solid #DDDDDD; color: #585858; @@ -42,7 +41,7 @@ } #search-page form.search_form input.icon-search { - background: url("images/btn_busca.png") no-repeat scroll 50% 50% transparent; + background: url("../images/btn_busca.png") no-repeat scroll 50% 50% transparent; border: 1px solid #DDDDDD; min-height: 31px; padding-right: 20px; diff --git a/old-theme/signin_and_signup.css b/old-theme/signin_and_signup.css index c63671f..1c0ad41 100644 --- a/old-theme/signin_and_signup.css +++ b/old-theme/signin_and_signup.css @@ -35,11 +35,11 @@ #colorbox .login-box{ width: 700px; - background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; + background: url("../images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; } #colorbox .login-box h2{ - background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; + background: url("../images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; color: #757575; font-size: 20px; font-style: italic; @@ -50,7 +50,6 @@ #colorbox .login-box form { margin: 0; width: 45%; - /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ } #colorbox .login-box .formfieldline input { @@ -58,7 +57,7 @@ } #colorbox .login-box .button-bar input.icon-login { - background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; + background: url("../images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; border: 0px none; font-family: arial,sans-serif; font-size: 16px; @@ -72,7 +71,7 @@ } #colorbox .login-box .button-bar input.icon-login:hover { - background-image: url("images/btn_entrar_login_hover.png"); + background-image: url("../images/btn_entrar_login_hover.png"); } #colorbox .login-box .button-bar a.icon-close { diff --git a/partial_sass/_old_internal_style.sass b/partial_sass/_old_internal_style.sass index b9e4707..6871fe9 100644 --- a/partial_sass/_old_internal_style.sass +++ b/partial_sass/_old_internal_style.sass @@ -124,7 +124,7 @@ font-size: 11px text-align: left .view_all a, a - background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent + background: url("../images/button-read-more-vazio.png") no-repeat scroll left 50% transparent color: #333 display: inline-block font-weight: bold @@ -179,7 +179,7 @@ .comment-wrapper-1, .comment-wrapper-2, .comment-wrapper-3, .comment-wrapper-4, .comment-wrapper-5, .comment-wrapper-6, .comment-wrapper-7, .comment-wrapper-8 background-image: none a.display-comment-form - background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE + background: url("../images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE border-color: #ddd margin: 14px #article @@ -193,7 +193,7 @@ list-style: none outside none margin: 10px 0 0 .comment-replies .article-comment - background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent + background: url("../images/black-alpha-pixel-5.png") repeat scroll left top transparent border: 1px solid #808080 border-radius: 5px 5px 5px 5px margin-top: 0px @@ -214,7 +214,7 @@ min-height: 100% #content .blog-post .short-post .read-more a text-decoration: none - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD + background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD border: 1px solid #CCC border-radius: 5px color: #666 @@ -269,7 +269,7 @@ margin-top: 0.5em margin-right: 8px a - background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE + background: url("../images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE border: 1px solid #CCCCCC border-radius: 5px 5px 5px 5px display: inline @@ -333,7 +333,7 @@ #content .box-1 .block-title - background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF + background: url("../images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF border-bottom: medium none border-top: 0px solid #757575 color: #757575 -- libgit2 0.21.2