css1

 

背景属性:
background;
background-color;
background-image;
background-repeat;(背景是否重复,有repeat-x 横式重复,repeat-y竖式重复,no-repeat不重复)
background-position;
background-attachment(fixed)


CSS文本
text-indent(缩进);
width;
text-align;
word-spacing(字间隔);
letter-spacing(字母间隔);
text-tranform;
text-docoration;
line-height(行高);
white-space(nowrap,禁止文本折行);
word-spacing(增加单词间距);
direction;

CSS字体
font-family(Arial,Verdana,Sans-serif....)
font-style;(normal,italic,oblique
font-variant(设置小型大写字母:small-caps,normal);
font-weight(文本粗细:bold,normal);
font-size;


链接:
样式:link,visited,hover,active
属性:text-decoration(underline,none)
背景色:background-color

CSS列表
list-style-type:(disc,circle,square,none;lower-roman,upper-roman,lower-alpha,upper-alpha)
list-style-image;
list-style-position;


CSS表格
border;
background-color;
border-collapse(是否把表格边框合并为单一的边框:collapse,separate(默认) );
border-spacing(相邻单元格的边框间的距离);
caption-side(表格标题的放置方式:bottom,top);
empty-cells(是否隐藏表格中空但愿格上的边框和背景(hide,show) );
table-layout(fixed,automatic,设置显示单元,行,列的算法)

 

CSS轮廓
outline-color
outline-style(dotted;dashed;solid;double;groove,ridge,inset,outset)
outline-width(轮廓宽度)
outline(在一个声明中设置所有轮廓属性)

posted @ 2016-05-22 23:32  紫陀螺Echo  阅读(205)  评论(0编辑  收藏  举报