Jump to content

Cum Scot Butonul Si Functia Search Din Ipb?


Cypy

Recommended Posts

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

 

Link to comment
Share on other sites

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);
}
Link to comment
Share on other sites

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; }   
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.