教程tutorial♥//小工具添加外框

给 : Nikki


怎么在小工具添加边框 ?

第一

- 登入博客 > 自定义 > 修改HTML > 继续 

CTRL+F 找  /*Widgets

第二

然后在 ----------------------------------------------- */ 的下面添加
.sidebar .widget {
background: #FFFFFF;
border:1px dashed  #E0E0E0;
-moz-border-radius: 15px 15px;
border-radius:15px 15px;
padding:7px 10px 7px 10px;}

第三

好了按保存。

解释
红色 - 背景颜色
黄色 - 边框的厚度 , 数目越大边框越厚
粉红 - 边框种类
灰色 - 边框颜色
蓝色 - 边框外形

边框种类

边框外形

A形 代码
-moz-border-radius-bottomright: 50px;
 border-bottom-right-radius: 50px;
B形 代码
-moz-border-radius-bottomright: 50px 25px;
 border-bottom-right-radius: 50px 25px;
C形 代码 
-moz-border-radius-bottomright: 25px 50px;
 border-bottom-right-radius: 25px 50px;
D形 代码
-moz-border-radius: 1em 4em 1em 4em;
 border-radius: 1em 4em 1em 4em;
E形 代码
-moz-border-radius: 25px 10px / 10px 25px;
 border-radius: 25px 10px / 10px 25px;
F形 代码
-moz-border-radius: 35px;
 border-radius: 35px;
有什么问题留言吧 ;)

ENG


Login > Template > Edit HTML 

Press CTRL + F find  /*Widgets


at ----------------------------------------------- */ behind add the code.

.sidebar .widget {
background: #FFFFFF;
border:1px dashed  #E0E0E0;
-moz-border-radius: 15px 15px;
border-radius:15px 15px;
padding:7px 10px 7px 10px;}
 


Press save . 

Explanation
Red - Background color
Yellow - The thicker the thickness of the border, the larger the number of border
Pink - Border types
Gray - Border Color
Blue - Border shape

Border types

Border shape

A shaped code
-moz-border-radius-bottomright: 50px;
 border-bottom-right-radius: 50px;
B shaped code
-moz-border-radius-bottomright: 50px 25px;
 border-bottom-right-radius: 50px 25px;
C shaped code  
-moz-border-radius-bottomright: 25px 50px;
 border-bottom-right-radius: 25px 50px;
D shaped code  
-moz-border-radius: 1em 4em 1em 4em;
 border-radius: 1em 4em 1em 4em;
E shaped code  
-moz-border-radius: 25px 10px / 10px 25px;
 border-radius: 25px 10px / 10px 25px;
F shaped code  
-moz-border-radius: 35px;
 border-radius: 35px;
What problem leave a message ;)

2 条评论:

- 拿了素材 或 转了素材请奉上汗王子的连接 ! 谢谢。
- 转了素材也一样奉上汗王子的连接 谢谢。
- 评论不能一一回复 有问题就到CBOX问吧。
- 请尊重博主 要捣乱请不要在这里。

谢谢合作 :)