朋友圈圈吧 关注:585贴子:292
  • 0回复贴,共1

/*百度搜索板块美化*/ ---百度空间CSS美化精品

只看楼主收藏回复

/*百度搜索板块美化*/
#mod_search div.modhead span{display:none;}/*去除百度搜搜字样*/
#mod_search div.modbox label{display:;}/*去除radio选项,当然在这里也可以控制选项字体*/
#mod_search div.modbox div{display:block!important;text-align:center!important;}/*让搜索模块左对齐*/
/*输入框样式*/
#mod_search div.modbox .text{
 border:transparent;/*边框透明化既去除边框*/
 font-family: "Times New Roman";
 font-size: 12px;
 width:413px!important;
 height:43px;
 padding-top:15px;/*这三句padding是为了给“上下左”各加一个补丁,把光标固定在图片的适当位置*/
 padding-bottom:15px;
padding-left:20px;
 background:url(http://fdfx.199.hezu1.com/baidu/2.gif) no-repeat center;
}
/*提交按钮样式*/
#mod_search div.modbox .submit{
background:url(http://fdfx.199.hezu1.com/baidu/1.gif) no-repeat center center;
width:120px;
height:35px;
color:transparent;
border:transparent;
padding-top:35px;/*这句话是为了让百度搜索那几个字从视线上消失从而不影响背景图片效果*/
margin-top: 5px;/*按钮离搜索框的距离*/
}



IP属地:河北1楼2007-03-19 21:24回复