像这样/Like this:
教程开始
Tutorial start
点它/Click it:
中文/Chiness:
① 信息中心 --> 设计 --> 修改HTML
② 按Ctrl+F找
.post blockquote {③ 将以下代码放在.post blockquote {的下面
background:url(背景网址); padding:5px;④ 背景网址-引用文字的背景
Border:1px solid #000000;
-moz-border-radius: 40px 10px; border-radius: 40px 10px;colour:#FFFFFF}
⑤ 绿色字体 - 引用文字的外形,你可以选择你喜欢的外形来取代绿色字体
第1种:
-moz-border-radius: 40px 10px; border-radius: 40px 10px;
第2种:
-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;
第3种:
-moz-border-radius-bottomright: 50px 25px;border-bottom-right-radius: 50px 25px;
第4种:
-moz-border-radius-bottomright: 25px 50px;border-bottom-right-radius: 25px 50px;
第5种:
-moz-border-radius: 25px 10px / 10px 25px;border-radius: 25px 10px / 10px 25px;⑥ Border:1px solid #000000;
solid可以换成
dashed#000000 可以换你喜欢的外框颜色 >>颜色代码<<
dotted
inset
outset
⑦ 预览,储存模板
完成!!
祝你成功!!
英文/English:
① Dashboard --> Design --> Edit HTML
② Press Ctrl+F found out the code below
.post blockquote {③ Copy the code below and put it under .post blockquote {
background:url(Background URL); padding:5px;④ Background URL - Blockquote backgound URL
Border:1px solid #000000;
-moz-border-radius: 40px 10px; border-radius: 40px 10px;colour:#FFFFFF}
⑤ Border:1px solid #000000;
solid you can change it becomes
dashed , dotted , inset , outset#000000 you can changed it with others colour >>Colour Code Here<<
⑥ Green colour code - This is the shape of blockquote,you can choose the blockquote's shape that you like and replace the green colour code
1st Shape:
-moz-border-radius: 40px 10px; border-radius: 40px 10px;
2nd Shape:
-moz-border-radius-bottomright: 50px;border-bottom-right-radius: 50px;
3rd Shape:
-moz-border-radius-bottomright: 50px 25px;border-bottom-right-radius: 50px 25px;
4th Shape:
-moz-border-radius-bottomright: 25px 50px;border-bottom-right-radius: 25px 50px;
5th Shape:
-moz-border-radius: 25px 10px / 10px 25px;border-radius: 25px 10px / 10px 25px;
⑦ Preview,Save Template
Done!!
Wish you good luck!!
链接我/Link Me
2 Oreo ♥:
好棒 ! 终于成功了 ^^
Post a Comment