【部落格素材教學法】羽月製可愛萬聖節小娃回應、引用、訂閱圖&告示牌
★寶貝自製‧{{萬用底版}} +14個 (告示牌底圖來源)
羽月今天又要開始上班嚕希望作品大家喜歡唷
/*make coomment bar回應跟引用更換圖片語法*/
div.btncomment a {display:block;height:(圖片高度)px;width:(圖片寬度)px;background:url(我要回應圖片網址) no-repeat;}
div.btntrackback a {display:block;height:(圖片高度)px;width:(圖片寬度)px;background:url(我要引用圖片網址) no-repeat;}
/*Subs list*//*訂閱部落格圖片-語法開始*/
div#btnsbsrb a{display:block;width:(圖片寬度)px;height:(圖片高度)px;overflow:hidden;background:url(圖片網址) no-repeat;margin:0;}
div#btnsbsrb_nologin a{display:block;width:(圖片寬度)px;height:(圖片高度)px;overflow:hidden;background:url(圖片網址) no-repeat;margin:0;}
#yblogtitle .tft {text-align:right;padding-bottom:0px;position:relative;}
/*訂閱部落格圖片-語法結束*/
/*文章內文下方加圖片*/
#yarticle .browsebtns{background:url(圖的網址) center bottom no-repeat;width:寬px;height:高(要多加60以上)px;}
/*回應欄位上面加圖片*/
#rtemodule {background:url(圖的網址) no-repeat scroll center top;padding-top:圖的高度px;}
標題欄語法
#yblogtitle h1 {
display:block;
float:left;
background:url(圖片網址) 0 0 no-repeat;
width:(圖片寬度)px;
height:(圖片高度)px;
font-size:0;
line-height:0;
text-indent:-5000px;
overflow:hidden;
cursor:pointer;
cursor:hand;}