+ 更新日志 +

23.04.12 【图像及列表更改 ② 少许WIDGETS删除
====
29.05.11 【①音乐器添加】 【②少许页内更动】【③小图更换】【④列表更新】【⑤新增闪耀BANNER】
====

+ AnN0UncEmENt +

新增域名:www.de-feeling.co.cc
此链接可转接至本站【果酱の容器】,此为转接测试,无任何仿冒意图,请各位放心。
====

Friday, February 26, 2010

0 【tRiCks】添加/修改bL0gSp0t背景图

进入Dashboard > Layout > Edit HTML
找到body {
body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}


红色部分,将其修改为

【背景重复】
background:url (http://背景圖位址) repeat;



【背景居中】
background:url(http://背景圖位址) no-repeat top center;

【横向重复,背景图置于上方靠左】
background:url(http://背景圖位址) repeat-x top left;

【固定背景不動】(后面再加上background-attachment:fixed;)
background:url(http://背景圖位址) repeat;
background-attachment:fixed;


【其他语法参考】
top left 置上靠左
top right 置上靠右
bottom left 置下靠左
bottom right 置下靠右
bottom center 置下居中
top center 置上居中


+ Quote from GotoAndPlay() + Thanks for teaching ++

No comments:

Post a Comment

 
back to top