CSSで利用できる略記の一覧 その3
CSSで利用できる略記の一覧です。量が多いので、4つのパートに分けています。
- CSSで利用できる略記の一覧 その1
- CSSで利用できる略記の一覧 その2
- CSSで利用できる略記の一覧 その3
- CSSで利用できる略記の一覧 その4
table
table関係のプロパティーの略記一覧です。table-layout
略記 | 展開される内容 |
---|---|
tbl | table-layout:; |
tbl:a | table-layout:auto; |
tbl:f | table-layout:fixed; |
caption-side
略記 | 展開される内容 |
---|---|
cps | caption-side:; |
cps:t | caption-side:top; |
cps:b | caption-side:bottom; |
empty-cells
略記 | 展開される内容 |
---|---|
ec | empty-cells:; |
ec:s | empty-cells:show; |
ec:h | empty-cells:hide; |
list
list関係のプロパティーの略記一覧です。list-style
略記 | 展開される内容 |
---|---|
lis | list-style:; |
lis:n | list-style:none; |
list-style-position
略記 | 展開される内容 |
---|---|
lisp | list-style-position:; |
lisp:i | list-style-position:inside; |
lisp:o | list-style-position:outside; |
list-style-type
略記 | 展開される内容 |
---|---|
list | list-style-type:; |
list:n | list-style-type:none; |
list:d | list-style-type:disc; |
list:c | list-style-type:circle; |
list:s | list-style-type:square; |
list:dc | list-style-type:decimal; |
list:dclz | list-style-type:decimal-leading-zero; |
list:lr | list-style-type:lower-roman; |
list:ur | list-style-type:upper-roman; |
list-style-image
略記 | 展開される内容 |
---|---|
lisi | list-style-image:; |
lisi:n | list-style-image:none; |
quotes
quotes関係のプロパティーの略記一覧です。略記 | 展開される内容 |
---|---|
q | quotes:; |
q:n | quotes:none; |
content
content関係のプロパティーの略記一覧です。略記 | 展開される内容 |
---|---|
ct | content:; |
ct:n | content:normal; |
ct:oq | content:open-quote; |
ct:noq | content:no-open-quote; |
ct:cq | content:close-quote; |
ct:ncq | content:no-close-quote; |
ct:a | content:attr(); |
ct:c | content:counter(); |
ct:cs | content:counters(); |
counter
contentプロパティーの略記一覧です。略記 | 展開される内容 |
---|---|
coi | counter-increment:; |
cor | counter-reset:; |
text
text関係のプロパティーの略記一覧です。vertical-align
略記 | 展開される内容 |
---|---|
va | vertical-align:; |
va:sup | vertical-align:super; |
va:t | vertical-align:top; |
va:tt | vertical-align:text-top; |
va:m | vertical-align:middle; |
va:bl | vertical-align:baseline; |
va:b | vertical-align:bottom; |
va:tb | vertical-align:text-bottom; |
va:sub | vertical-align:sub; |
text-align
略記 | 展開される内容 |
---|---|
ta | text-align:; |
ta:l | text-align:left; |
ta:c | text-align:center; |
ta:r | text-align:right; |
text-align-last
略記 | 展開される内容 |
---|---|
tal | text-align-last:; |
tal:a | text-align-last:auto; |
tal:l | text-align-last:left; |
tal:c | text-align-last:center; |
tal:r | text-align-last:right; |
text-decoration
略記 | 展開される内容 |
---|---|
td | text-decoration:; |
td:n | text-decoration:none; |
td:u | text-decoration:underline; |
td:o | text-decoration:overline; |
td:l | text-decoration:line-through; |
text-emphasis
略記 | 展開される内容 |
---|---|
te | text-emphasis:; |
te:n | text-emphasis:none; |
te:ac | text-emphasis:accent; |
te:dt | text-emphasis:dot; |
te:c | text-emphasis:circle; |
te:ds | text-emphasis:disc; |
te:b | text-emphasis:before; |
te:a | text-emphasis:after; |
text-height
略記 | 展開される内容 |
---|---|
th | text-height:; |
th:a | text-height:auto; |
th:f | text-height:font-size; |
th:t | text-height:text-size; |
th:m | text-height:max-size; |
text-indent
略記 | 展開される内容 |
---|---|
ti | text-indent:; |
ti:- | text-indent:-9999px; |
text-justify
略記 | 展開される内容 |
---|---|
tj | text-justify:; |
tj:a | text-justify:auto; |
tj:iw | text-justify:inter-word; |
tj:ii | text-justify:inter-ideograph; |
tj:ic | text-justify:inter-cluster; |
tj:d | text-justify:distribute; |
tj:k | text-justify:kashida; |
tj:t | text-justify:tibetan; |
text-outline
略記 | 展開される内容 |
---|---|
to | text-outline:; |
to+ | text-outline:0 0 #000; |
to:n | text-outline:none; |
text-replace
略記 | 展開される内容 |
---|---|
tr | text-replace:; |
tr:n | text-replace:none; |
text-transform
略記 | 展開される内容 |
---|---|
tt | text-transform:; |
tt:n | text-transform:none; |
tt:c | text-transform:capitalize; |
tt:u | text-transform:uppercase; |
tt:l | text-transform:lowercase; |
text-wrap
略記 | 展開される内容 |
---|---|
tw | text-wrap:; |
tw:n | text-wrap:normal; |
tw:no | text-wrap:none; |
tw:u | text-wrap:unrestricted; |
tw:s | text-wrap:suppress; |
text-shadow
略記 | 展開される内容 |
---|---|
tsh | text-shadow:; |
tsh+ | text-shadow:0 0 0 #000; |
tsh:n | text-shadow:none; |
line-height
略記 | 展開される内容 |
---|---|
lh | line-height:; |
white-space
略記 | 展開される内容 |
---|---|
whs | white-space:; |
whs:n | white-space:normal; |
whs:p | white-space:pre; |
whs:nw | white-space:nowrap; |
whs:pw | white-space:pre-wrap; |
whs:pl | white-space:pre-line; |
white-space-collapse
略記 | 展開される内容 |
---|---|
whsc | white-space-collapse:; |
whsc:n | white-space-collapse:normal; |
whsc:k | white-space-collapse:keep-all; |
whsc:l | white-space-collapse:loose; |
whsc:bs | white-space-collapse:break-strict; |
whsc:ba | white-space-collapse:break-all; |
word-break
略記 | 展開される内容 |
---|---|
wob | word-break:; |
wob:n | word-break:normal; |
wob:k | word-break:keep-all; |
wob:l | word-break:loose; |
wob:bs | word-break:break-strict; |
wob:ba | word-break:break-all; |
word-spacing
略記 | 展開される内容 |
---|---|
wos | word-spacing:; |
word-wrap
略記 | 展開される内容 |
---|---|
wow | word-wrap:; |
wow:nm | word-wrap:normal; |
wow:n | word-wrap:none; |
wow:u | word-wrap:unrestricted; |
wow:s | word-wrap:suppress; |
letter-spacing
略記 | 展開される内容 |
---|---|
lts | letter-spacing:; |