Jump to content

Recommended Posts

Posted

Salut! Stie cineva cum popt scoate definitiv functia/butonul 'Search' din dreapta sus? folosesc ipb 3.4.6 Pe multe forumuri am vz ca este scoasa..dar eu nu reusesc..Merci

Posted

Cauta in ipb_style.css expresia

#search

şi ştergi tot ce ţine de search.

„Omul din betie se mai desteapta, dar prostul din prostia lui niciodata”

„Niciodata nu te pune la mintea unui idiot, te duce la nivelul sau si te bate cu experienta.”

Am ramas o legenda peste tot pe unde am fost, am sa raman o legenda peste tot pe unde voi merge - Frenzy

 

Posted

Ti-am lasat PM cu rezolvarea dar hai ca ti-o arat si aici :

ACP - Look Feel TAB - CSS- ipb_styles.css

CTRL + F

#search .submit_input {

si stergi expresia :

#search .submit_input {
    background: #7ba60d url('{style_images_url}/search_icon.png') no-repeat 50%;
    text-indent: -3000em;
    padding: 0; border: 0;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0; top: 0; bottom: 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
}
Posted

Asta :

#search { margin-top: 33px; }
#search {margin: -140px 10px 0px 0px; }

#main_search {
    font-size: 12px;
    border: 0;
    padding: 0;
    background: transparent;
    width: 138px;
    outline: 0;
}

#main_search.inactive {    color: #bcbcbc;    }

#search_wrap {
    position: relative;
    background: #fff;
    display: block;
    padding: 0 26px 0 4px;
    height: 26px;
    line-height: 25px;
    -moz-border-radius: 3px 4px 4px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 3px;
    border-radius: 3px 4px 4px 3px;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    min-width: 230px;
}

#adv_search {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url('{style_images_url}/advanced_search.png') no-repeat 50% 50%;
    text-indent: -3000em;
    display: inline-block;
    margin-left: 3px;
}

#adv_search:hover{ background-color: rgba(0,0,0,0.2); }


#search .submit_input {
    background: #7ba60d url('{style_images_url}/search_icon.png') no-repeat 50%;
    text-indent: -3000em;
    padding: 0; border: 0;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0; top: 0; bottom: 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
}

#search .submit_input:hover{ background-color: #91bb25; }

#search_options {
    max-width: 80px;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 3px 3px 3px 0;
    padding: 0 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eaeaea url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;
    color: #222;
    display: inline-block;
    text-shadow: #fff 0px 1px 0px;
    float: right;
}

#search_options_menucontent { min-width: 130px; padding: 0; background: #1a1a1a; border: 1px solid #393939; }
#search_options_menucontent input { margin-right: 10px; }
#search_options_menucontent li { border-top: 1px solid #252525; border-bottom: 1px solid #111111; background: url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 -1px; white-space: nowrap; }
#search_options_menucontent li:last-of-type{ border-bottom: 0; }
#search_options_menucontent label:hover{ background: #202020 url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 -1px; }
#search_options_menucontent label { cursor: pointer; display: block; padding: 0 6px; }
#search_options_menucontent li.title{ padding: 3px 6px; }   

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.