Happy New Year 鑲鑽紫緞蕾絲面版語法 面版預覽↓

喜歡這款面版的話,只要把下列的語法,貼到CSS 語法裡面就可以了。
若是CSS裡面已有相同的指令,請記得要先刪除,再貼上新的指令語法。
作法:
1.在部落格右上角點管理部落格進入→選擇左欄的面版設定↓
→點進階樣式→選各式樣板 > 美式類↓按確定

2.將下列↓所有語法複製,然後進入自訂樣式
CSS內容已換成剛剛選的樣版語法→再把複製的語法貼入CSS內容裡面,就完成了。
/*Background image for whole page自設背景圖固定*/ body {background-image: url(http://zxc2036a.googlepages.com/a14.jpg); background-repeat: repeat;background-attachment: fixed;}
/*隱藏主標題橫框線 若不想隱主標題橫框線,這段語法就不要貼入*/ #yblogtitle .rctop{background:url() left top no-repeat;margin-right:0px} #yblogtitle .rctop div{background:url() right top no-repeat;height:20px;right:-0px} #yblogtitle .rcl{background:url() repeat-y} #yblogtitle .rcr{background:url() right repeat-y} #yblogtitle .rcbtm {zoom:1;background:url() left bottom no-repeat;margin-right:0px} #yblogtitle .rcbtm div {background:url() right bottom no-repeat;height:20px;right:-0px}
/*btnsbsrb 訂閱圖*/ div#btnsbsrb a{display:block;width:116px;height:88px;overflow:hidden;background:url(http://zxc2036a.googlepages.com/a12-1.gif) no-repeat;margin:0;} div#btnsbsrb_nologin a{display:block;width:116px;height:88px;overflow:hidden;background:url(http://zxc2036a.googlepages.com/a12-1.gif) no-repeat;margin:0;}
/*make coomment bar回應引用圖*/ div.btncomment a {display:block;width:100px;height:100px;background:url(http://zxc2036a.googlepages.com/a12-2.gif) no-repeat;} div.btntrackback a {display:block;width:100px;height:100px;background:url(http://zxc2036a.googlepages.com/a12-3.gif) no-repeat;}
/*捲軸*/ html{ border: #305379 1px double; background-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-base-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #E6DCE7; scrollbar-3dlight-color: #E6DCE7; scrollbar-shadow-color: #E6DCE7; scrollbar-darkshadow-color: #E6DCE7;}
|