★ CCS 語 法 ★
樣式種類 | 說明 |
background-color | 背景顏色 |
background-image | 背景圖片 |
border-top | 設定上邊框線 |
border-bottom | 設定下邊框線 |
border-left | 設定左邊框線 |
border-right | 設定右邊框線 |
border-color | 設定邊框顏色 |
color | 設定文字顏色 |
height | 設定高度 |
width | 設定寬度 |
text-align | 對齊方式 |
text-decoration | 文字修飾方式 |
font-size | 字型大小 |
font-weight | 字型粗細 |
background-attachment | 背景是否固定 |
background-position | 背景圖片的位置 |
background-repeat | 重複貼圖方式 |
border-top-width | 設定上邊框線厚度 |
border-bottom-width | 設定下邊框線厚度 |
border-left-width | 設定左邊框線厚度 |
border-right-width | 設定右邊框線厚度 |
border-width | 設定邊框厚度 |
border-style | 設定邊框樣式 |
border-collapse | 邊框線重疊 |
float | 設定文繞圖 |
text-indent | 縮排 |
text-transform | 大小寫轉換 |
font-family | 字型名稱 |
font-style | 字型樣式 |
font-variant | 大小寫變換 |
letter-spacing | 文字間距 |
line-height | 設定行高 |
list-style-type | 項目符號樣式 |
margin | 設定邊界 |
margin-top | 設定上邊界 |
margin-bottom | 設定下邊界 |
margin-left | 設定左邊界 |
margin-right | 設定右邊界 |
padding | 設定邊距 |
table-layout | 表格配置方式 |
*CSS『文字屬性一覽』*
color : #525050 /*文字色彩*/
font-family : 新細明體 /*文字字型*/
font-size : 9pt /*文字大小*/
font-style:itelic /*文字斜體*/
font-variant:small-caps/*小字體*/
letter-spacing : 1pt/*字間距離*/
line-height : 200% /*設定行高*/
font-weight:bold /*文字粗體*/
vertical-align:sub /*下標字*/
vertical-align:super/*上標字*/
text-decoration:line-through/*加刪除線*/
text-decoration:overline /*加頂線*/
text-decoration:underline /*加底線*/
text-decoration:none /*刪除連結底線*/
text-transform : capitalize /*首字大寫*/
text-transform : uppercase /*英文大寫*/
text-transform : lowercase /*英文小寫*/
text-align:right /*文字靠右對齊*/
text-align:left /*文字靠左對齊*/
text-align:center /*文字置中對齊*/
*CSS『連結屬性分類』*
A /*所有超連結*/
A:link /*超連結文字格式*/ (是代表普通狀態的連結)
A:visited /*瀏覽過的連結文字格式*/ (是代表造訪過的連結)
A:active /*按下連結的格式*/ (是代表按下去連結)
A:hover /*滑鼠移至連結*/ (是代表滑鼠移到連結)
color是代表連結顏色
font-size 是代表連結文字大小,適用 point(pt) 或是 pixels(px)
text-decoration 是代表文字樣式,none 代表沒有底線