gif, html
2015-03-15 02:43:49 -0400
body {
【网页背景色为绿】
background-color:green;
【默认字颜色为红】
color: red;
【文字居中,居左用left,居右用right】
text-align: center;
【字体尺寸为默认的120%,小字体用9px】
font-size:120%;
【字体浓淡为粗体】
font-weight: bold;
【文字行距】
line-height: 18px;
【背景图片】
background-image: url(/down/20121124/44582/a.jpg);
【背景图片重复属性.
这个属性和background-image属性连在一起使用,决定背景图片是否重复。如果只设置background-image属性,没设置background-repeat属性,在缺省状态下,图片既横向重复,又竖向重复。
repeat-x 背景图片横向重复
repeat-y 背景图片竖向重复
no-repeat 背景图片不重复】
background-repeat:repeat-y;
【背景图片显示大小】
width:340px;height:580px;
}
span {
【扩展名和"首页上页下页末页"区域背景色】
background-color:white;
【位置同上,文字颜色】
color:orange;
【边框样式为槽线式】
border-style: groove;
【位置同上,文字边框颜色】
border-color:red;
【位置同上,文字边框粗细,左为横框,右为竖框】
border-width: 1px 1px;
}
a {
【边框样式为直线式】
border-style: solid;
【链接文字的边框粗细,左为横框,右为竖框】
border-width:1px 1px;
【同上位置,边框颜色】
border-color: blue;
【同上位置,文字颜色】
color:gold;
【链接文字的背景颜色】
background-color:gold;
}
form{
【评论区域背景颜色】
background-color:#000011;
【评论区域字体颜色】
color:red;
}
.file_list{
【文件列表区域背景颜色为白】
background-color:white;
【扩展名字体颜色,*若前面已用了span部分修改将优先显示span部分】
color:#556688;
【文件列表区域的文字尺寸为小字体】
font-size:9px;
}
div {
【默认字颜色】
color:red;
【边框样式为双线式】
border-style: double;
【网页边框颜色,分别为上右下左框】
border-color: #ff5566 #446600#0033ff #1122ff;
【网页边框粗细,左为横框,右为竖框】
border-width: 4px 1px;
【文字与网页边框的距离】
padding:3px;
【网页边框内的颜色,如果与body{background-color:red;}同时存在,则网页边框外为红色,边框内为绿色】
background-color:green;
}
p {
【"首页上页下页末页"区域背景色】
background-color:white;
【"首页上页下页末页"区域字体颜色】
color:red;
}
Back to home
Subscribe |
Register |
Login
| N