http://hi.baidu.com/tag/%E7%99%BE%E5%BA%A6%E7%A9%BA%E9%97%B4%E6%8A%80%E5%B7%A7/feeds
—————————CSS系列————————————— /*背景设置*/ body{}中加入background:url(http://hi.baidu.com/xiao416jun) repeat-x #FFFFFF 注: repeat 背景图像在纵向和横向上平铺 no-repeat 背景图像不平铺 repeat-x 背景图像在横向上平铺 repeat-y 背景图像在纵向平铺 /*半透明设置*/ (此代码前面不用加任何东西,直接添加,本人试了后不是什么透明度,而是空间对比的模糊程度) .modbox,.modbl,.modbc,.modbr{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%} /*解决回车换两行的问题*/ Shift+回车 /*全能隐藏代码*/ display:none /*不停变换空间背景图片*/ 参数 color:green 表示字体颜色。 font-size:14px 表示字体大小。 font-family:Georgia,黑体 表示英文字体和中文字体 border:1px 表示边框的粗细。 solid green 表示边框的颜色。 background-color:black 表示背景色。 /*最顶部加字方法!*/ #tabline{margin-top:-490px;right:0px;line-height:8px; background:url(图片地址) no-repeat bottom; padding-bottom: 40px; margin-bottom: 10px} 图片上面打上你要的字~欢迎光临http://hi.baidu.com/xiao416jun /*添加LOGO*/ #main {background:url(顶部LOGO) no-repeat 10px 0px;} /*10px 0px;距顶 |
|