Emmet@JAPAN

Emmetに関する日本語情報

CSSチートシート

目次

表示の位置・方法・回り込み

pos

展開後
1
position:relative;

pos:s

展開後
1
position:static;

pos:a

展開後
1
position:absolute;

pos:r

展開後
1
position:relative;

pos:f

展開後
1
position:fixed;

t

展開後
1
top:;

t:a

展開後
1
top:auto;

r

展開後
1
right:;

r:a

展開後
1
right:auto;

b

展開後
1
bottom:;

b:a

展開後
1
bottom:auto;

l

展開後
1
left:;

l:a

展開後
1
left:auto;

z

展開後
1
z-index:;

z:a

展開後
1
z-index:auto;

fl

展開後
1
float:left;

fl:n

展開後
1
float:none;

fl:l

展開後
1
float:left;

fl:r

展開後
1
float:right;

cl

展開後
1
clear:both;

cl:n

展開後
1
clear:none;

cl:l

展開後
1
clear:left;

cl:r

展開後
1
clear:right;

cl:b

展開後
1
clear:both;

d

展開後
1
display:block;

d:n

展開後
1
display:none;

d:b

展開後
1
display:block;

d:i

展開後
1
display:inline;

d:ib

展開後
1
display:inline-block;

d:li

展開後
1
display:list-item;

d:ri

展開後
1
display:run-in;

d:cp

展開後
1
display:compact;

d:tb

展開後
1
display:table;

d:itb

展開後
1
display:inline-table;

d:tbcp

展開後
1
display:table-caption;

d:tbcl

展開後
1
display:table-column;

d:tbclg

展開後
1
display:table-column-group;

d:tbhg

展開後
1
display:table-header-group;

d:tbfg

展開後
1
display:table-footer-group;

d:tbr

展開後
1
display:table-row;

d:tbrg

展開後
1
display:table-row-group;

d:tbc

展開後
1
display:table-cell;

d:rb

展開後
1
display:ruby;

d:rbb

展開後
1
display:ruby-base;

d:rbbg

展開後
1
display:ruby-base-group;

d:rbt

展開後
1
display:ruby-text;

d:rbtg

展開後
1
display:ruby-text-group;

v

展開後
1
visibility:hidden;

v:v

展開後
1
visibility:visible;

v:h

展開後
1
visibility:hidden;

v:c

展開後
1
visibility:collapse;

ov

展開後
1
overflow:hidden;

ov:v

展開後
1
overflow:visible;

ov:h

展開後
1
overflow:hidden;

ov:s

展開後
1
overflow:scroll;

ov:a

展開後
1
overflow:auto;

ovx

展開後
1
overflow-x:hidden;

ovx:v

展開後
1
overflow-x:visible;

ovx:h

展開後
1
overflow-x:hidden;

ovx:s

展開後
1
overflow-x:scroll;

ovx:a

展開後
1
overflow-x:auto;

ovy

展開後
1
overflow-y:hidden;

ovy:v

展開後
1
overflow-y:visible;

ovy:h

展開後
1
overflow-y:hidden;

ovy:s

展開後
1
overflow-y:scroll;

ovy:a

展開後
1
overflow-y:auto;

ovs

展開後
1
overflow-style:scrollbar;

ovs:a

展開後
1
overflow-style:auto;

ovs:s

展開後
1
overflow-style:scrollbar;

ovs:p

展開後
1
overflow-style:panner;

ovs:m

展開後
1
overflow-style:move;

ovs:mq

展開後
1
overflow-style:marquee;

zoo, zm

展開後
1
zoom:1;

cp

展開後
1
clip:;

cp:a

展開後
1
clip:auto;

cp:r

展開後
1
clip:rect(top right bottom left);

rsz

展開後
1
resize:;

rsz:n

展開後
1
resize:none;

rsz:b

展開後
1
resize:both;

rsz:h

展開後
1
resize:horizontal;

rsz:v

展開後
1
resize:vertical;

cur

展開後
1
cursor:${pointer};

cur:a

展開後
1
cursor:auto;

cur:d

展開後
1
cursor:default;

cur:c

展開後
1
cursor:crosshair;

cur:ha

展開後
1
cursor:hand;

cur:he

展開後
1
cursor:help;

cur:m

展開後
1
cursor:move;

cur:p

展開後
1
cursor:pointer;

cur:t

展開後
1
cursor:text;

余白の設定

m

展開後
1
margin:;

m:a

展開後
1
margin:auto;

mt

展開後
1
margin-top:;

mt:a

展開後
1
margin-top:auto;

mr

展開後
1
margin-right:;

mr:a

展開後
1
margin-right:auto;

mb

展開後
1
margin-bottom:;

mb:a

展開後
1
margin-bottom:auto;

ml

展開後
1
margin-left:;

ml:a

展開後
1
margin-left:auto;

p

展開後
1
padding:;

pt

展開後
1
padding-top:;

pr

展開後
1
padding-right:;

pb

展開後
1
padding-bottom:;

pl

展開後
1
padding-left:;

ボックスモデルの基準と大きさ

bxz

展開後
1
box-sizing:border-box;

bxz:cb

展開後
1
box-sizing:content-box;

bxz:bb

展開後
1
box-sizing:border-box;

bxsh

展開後
1
box-shadow:inset hoff voff blur color;

bxsh:r

展開後
1
box-shadow:inset hoff voff blur spread rgb(0, 0, 0);

bxsh:ra

展開後
1
box-shadow:inset h v blur spread rgba(0, 0, 0, .5);

bxsh:n

展開後
1
box-shadow:none;

w

展開後
1
width:;

w:a

展開後
1
width:auto;

h

展開後
1
height:;

h:a

展開後
1
height:auto;

maw

展開後
1
max-width:;

maw:n

展開後
1
max-width:none;

mah

展開後
1
max-height:;

mah:n

展開後
1
max-height:none;

miw

展開後
1
min-width:;

mih

展開後
1
min-height:;

フォントに関わる指定

f

展開後
1
font:;

f+

展開後
1
font:1em Arial,sans-serif;

fw

展開後
1
font-weight:;

fw:n

展開後
1
font-weight:normal;

fw:b

展開後
1
font-weight:bold;

fw:br

展開後
1
font-weight:bolder;

fw:lr

展開後
1
font-weight:lighter;

fs

展開後
1
font-style:${italic};

fs:n

展開後
1
font-style:normal;

fs:i

展開後
1
font-style:italic;

fs:o

展開後
1
font-style:oblique;

fv

展開後
1
font-variant:;

fv:n

展開後
1
font-variant:normal;

fv:sc

展開後
1
font-variant:small-caps;

fz

展開後
1
font-size:;

fza

展開後
1
font-size-adjust:;

fza:n

展開後
1
font-size-adjust:none;

ff

展開後
1
font-family:;

ff:s

展開後
1
font-family:serif;

ff:ss

展開後
1
font-family:sans-serif;

ff:c

展開後
1
font-family:cursive;

ff:f

展開後
1
font-family:fantasy;

ff:m

展開後
1
font-family:monospace;

ff:a

展開後
1
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

fef

展開後
1
font-effect:;

fef:n

展開後
1
font-effect:none;

fef:eg

展開後
1
font-effect:engrave;

fef:eb

展開後
1
font-effect:emboss;

fef:o

展開後
1
font-effect:outline;

fem

展開後
1
font-emphasize:;

femp

展開後
1
font-emphasize-position:;

femp:b

展開後
1
font-emphasize-position:before;

femp:a

展開後
1
font-emphasize-position:after;

fems

展開後
1
font-emphasize-style:;

fems:n

展開後
1
font-emphasize-style:none;

fems:ac

展開後
1
font-emphasize-style:accent;

fems:dt

展開後
1
font-emphasize-style:dot;

fems:c

展開後
1
font-emphasize-style:circle;

fems:ds

展開後
1
font-emphasize-style:disc;

fsm

展開後
1
font-smooth:;

fsm:a

展開後
1
font-smooth:auto;

fsm:n

展開後
1
font-smooth:never;

fsm:aw

展開後
1
font-smooth:always;

fst

展開後
1
font-stretch:;

fst:n

展開後
1
font-stretch:normal;

fst:uc

展開後
1
font-stretch:ultra-condensed;

fst:ec

展開後
1
font-stretch:extra-condensed;

fst:c

展開後
1
font-stretch:condensed;

fst:sc

展開後
1
font-stretch:semi-condensed;

fst:se

展開後
1
font-stretch:semi-expanded;

fst:e

展開後
1
font-stretch:expanded;

fst:ee

展開後
1
font-stretch:extra-expanded;

fst:ue

展開後
1
font-stretch:ultra-expanded;

テキストの位置と装飾

va

展開後
1
vertical-align:top;

va:sup

展開後
1
vertical-align:super;

va:t

展開後
1
vertical-align:top;

va:tt

展開後
1
vertical-align:text-top;

va:m

展開後
1
vertical-align:middle;

va:bl

展開後
1
vertical-align:baseline;

va:b

展開後
1
vertical-align:bottom;

va:tb

展開後
1
vertical-align:text-bottom;

va:sub

展開後
1
vertical-align:sub;

ta

展開後
1
text-align:left;

ta:l

展開後
1
text-align:left;

ta:c

展開後
1
text-align:center;

ta:r

展開後
1
text-align:right;

ta:j

展開後
1
text-align:justify;

ta-lst

展開後
1
text-align-last:;

tal:a

展開後
1
text-align-last:auto;

tal:l

展開後
1
text-align-last:left;

tal:c

展開後
1
text-align-last:center;

tal:r

展開後
1
text-align-last:right;

td

展開後
1
text-decoration:none;

td:n

展開後
1
text-decoration:none;

td:u

展開後
1
text-decoration:underline;

td:o

展開後
1
text-decoration:overline;

td:l

展開後
1
text-decoration:line-through;

te

展開後
1
text-emphasis:;

te:n

展開後
1
text-emphasis:none;

te:ac

展開後
1
text-emphasis:accent;

te:dt

展開後
1
text-emphasis:dot;

te:c

展開後
1
text-emphasis:circle;

te:ds

展開後
1
text-emphasis:disc;

te:b

展開後
1
text-emphasis:before;

te:a

展開後
1
text-emphasis:after;

th

展開後
1
text-height:;

th:a

展開後
1
text-height:auto;

th:f

展開後
1
text-height:font-size;

th:t

展開後
1
text-height:text-size;

th:m

展開後
1
text-height:max-size;

ti

展開後
1
text-indent:;

ti:-

展開後
1
text-indent:-9999px;

tj

展開後
1
text-justify:;

tj:a

展開後
1
text-justify:auto;

tj:iw

展開後
1
text-justify:inter-word;

tj:ii

展開後
1
text-justify:inter-ideograph;

tj:ic

展開後
1
text-justify:inter-cluster;

tj:d

展開後
1
text-justify:distribute;

tj:k

展開後
1
text-justify:kashida;

tj:t

展開後
1
text-justify:tibetan;

to

展開後
1
text-outline:;

to+

展開後
1
text-outline:0 0 #000;

to:n

展開後
1
text-outline:none;

tr

展開後
1
text-replace:;

tr:n

展開後
1
text-replace:none;

tt

展開後
1
text-transform:uppercase;

tt:n

展開後
1
text-transform:none;

tt:c

展開後
1
text-transform:capitalize;

tt:u

展開後
1
text-transform:uppercase;

tt:l

展開後
1
text-transform:lowercase;

tw

展開後
1
text-wrap:;

tw:n

展開後
1
text-wrap:normal;

tw:no

展開後
1
text-wrap:none;

tw:u

展開後
1
text-wrap:unrestricted;

tw:s

展開後
1
text-wrap:suppress;

tsh

展開後
1
text-shadow:hoff voff blur #000;

tsh:r

展開後
1
text-shadow:h v blur rgb(0, 0, 0);

tsh:ra

展開後
1
text-shadow:h v blur rgba(0, 0, 0, .5);

tsh+

展開後
1
text-shadow:0 0 0 #000;

tsh:n

展開後
1
text-shadow:none;

lh

展開後
1
line-height:;

lts

展開後
1
letter-spacing:;

whs

展開後
1
white-space:;

whs:n

展開後
1
white-space:normal;

whs:p

展開後
1
white-space:pre;

whs:nw

展開後
1
white-space:nowrap;

whs:pw

展開後
1
white-space:pre-wrap;

whs:pl

展開後
1
white-space:pre-line;

whsc

展開後
1
white-space-collapse:;

whsc:n

展開後
1
white-space-collapse:normal;

whsc:k

展開後
1
white-space-collapse:keep-all;

whsc:l

展開後
1
white-space-collapse:loose;

whsc:bs

展開後
1
white-space-collapse:break-strict;

whsc:ba

展開後
1
white-space-collapse:break-all;

wob

展開後
1
word-break:;

wob:n

展開後
1
word-break:normal;

wob:k

展開後
1
word-break:keep-all;

wob:l

展開後
1
word-break:loose;

wob:bs

展開後
1
word-break:break-strict;

wob:ba

展開後
1
word-break:break-all;

wos

展開後
1
word-spacing:;

wow

展開後
1
word-wrap:;

wow:nm

展開後
1
word-wrap:normal;

wow:n

展開後
1
word-wrap:none;

wow:u

展開後
1
word-wrap:unrestricted;

wow:s

展開後
1
word-wrap:suppress;

wow:b

展開後
1
word-wrap:break-word;

背景の設定

bg

展開後
1
background:;

bg+

展開後
1
background:#fff url() 0 0 no-repeat;

bg:n

展開後
1
background:none;

bgc

展開後
1
background-color:#fff;

bgc:t

展開後
1
background-color:transparent;

bgi

展開後
1
background-image:url();

bgi:n

展開後
1
background-image:none;

bgr

展開後
1
background-repeat:;

bgr:n

展開後
1
background-repeat:no-repeat;

bgr:x

展開後
1
background-repeat:repeat-x;

bgr:y

展開後
1
background-repeat:repeat-y;

bgr:sp

展開後
1
background-repeat:space;

bgr:rd

展開後
1
background-repeat:round;

bga

展開後
1
background-attachment:;

bga:f

展開後
1
background-attachment:fixed;

bga:s

展開後
1
background-attachment:scroll;

bgp

展開後
1
background-position:0 0;

bgpx

展開後
1
background-position-x:;

bgpy

展開後
1
background-position-y:;

bgbk

展開後
1
background-break:;

bgbk:bb

展開後
1
background-break:bounding-box;

bgbk:eb

展開後
1
background-break:each-box;

bgbk:c

展開後
1
background-break:continuous;

bgcp

展開後
1
background-clip:padding-box;

bgcp:bb

展開後
1
background-clip:border-box;

bgcp:pb

展開後
1
background-clip:padding-box;

bgcp:cb

展開後
1
background-clip:content-box;

bgcp:nc

展開後
1
background-clip:no-clip;

bgo

展開後
1
background-origin:;

bgo:pb

展開後
1
background-origin:padding-box;

bgo:bb

展開後
1
background-origin:border-box;

bgo:cb

展開後
1
background-origin:content-box;

bgsz

展開後
1
background-size:;

bgsz:a

展開後
1
background-size:auto;

bgsz:ct

展開後
1
background-size:contain;

bgsz:cv

展開後
1
background-size:cover;

色と透過度の指定

c

展開後
1
color:#000;

c:r

展開後
1
color:rgb(0, 0, 0);

c:ra

展開後
1
color:rgba(0, 0, 0, .5);

op

展開後
1
opacity:;

CSSで生成されたコンテンツ

cnt

展開後
1
content:'';

cnt:n, ct:n

展開後
1
content:normal;

cnt:oq, ct:oq

展開後
1
content:open-quote;

cnt:noq, ct:noq

展開後
1
content:no-open-quote;

cnt:cq, ct:cq

展開後
1
content:close-quote;

cnt:ncq, ct:ncq

展開後
1
content:no-close-quote;

cnt:a, ct:a

展開後
1
content:attr();

cnt:c, ct:c

展開後
1
content:counter();

cnt:cs, ct:cs

展開後
1
content:counters();

ct

展開後
1
content:;

q

展開後
1
quotes:;

q:n

展開後
1
quotes:none;

q:ru

展開後
1
quotes:'\00AB' '\00BB' '\201E' '\201C';

q:en

展開後
1
quotes:'\201C' '\201D' '\2018' '\2019';

coi

展開後
1
counter-increment:;

cor

展開後
1
counter-reset:;

輪郭線

ol

展開後
1
outline:;

ol:n

展開後
1
outline:none;

olo

展開後
1
outline-offset:;

olw

展開後
1
outline-width:;

ols

展開後
1
outline-style:;

olc

展開後
1
outline-color:#000;

olc:i

展開後
1
outline-color:invert;

テーブル

tbl

展開後
1
table-layout:;

tbl:a

展開後
1
table-layout:auto;

tbl:f

展開後
1
table-layout:fixed;

cps

展開後
1
caption-side:;

cps:t

展開後
1
caption-side:top;

cps:b

展開後
1
caption-side:bottom;

ec

展開後
1
empty-cells:;

ec:s

展開後
1
empty-cells:show;

ec:h

展開後
1
empty-cells:hide;

ボーダー

bd

展開後
1
border:;

bd+

展開後
1
border:1px solid #000;

bd:n

展開後
1
border:none;

bdbk

展開後
1
border-break:close;

bdbk:c

展開後
1
border-break:close;

bdcl

展開後
1
border-collapse:;

bdcl:c

展開後
1
border-collapse:collapse;

bdcl:s

展開後
1
border-collapse:separate;

bdc

展開後
1
border-color:#000;

bdc:t

展開後
1
border-color:transparent;

bdi

展開後
1
border-image:url();

bdi:n

展開後
1
border-image:none;

bdti

展開後
1
border-top-image:url();

bdti:n

展開後
1
border-top-image:none;

bdri

展開後
1
border-right-image:url();

bdri:n

展開後
1
border-right-image:none;

bdbi

展開後
1
border-bottom-image:url();

bdbi:n

展開後
1
border-bottom-image:none;

bdli

展開後
1
border-left-image:url();

bdli:n

展開後
1
border-left-image:none;

bdci

展開後
1
border-corner-image:url();

bdci:n

展開後
1
border-corner-image:none;

bdci:c

展開後
1
border-corner-image:continue;

bdtli

展開後
1
border-top-left-image:url();

bdtli:n

展開後
1
border-top-left-image:none;

bdtli:c

展開後
1
border-top-left-image:continue;

bdtri

展開後
1
border-top-right-image:url();

bdtri:n

展開後
1
border-top-right-image:none;

bdtri:c

展開後
1
border-top-right-image:continue;

bdbri

展開後
1
border-bottom-right-image:url();

bdbri:n

展開後
1
border-bottom-right-image:none;

bdbri:c

展開後
1
border-bottom-right-image:continue;

bdbli

展開後
1
border-bottom-left-image:url();

bdbli:n

展開後
1
border-bottom-left-image:none;

bdbli:c

展開後
1
border-bottom-left-image:continue;

bdf

展開後
1
border-fit:repeat;

bdf:c

展開後
1
border-fit:clip;

bdf:r

展開後
1
border-fit:repeat;

bdf:sc

展開後
1
border-fit:scale;

bdf:st

展開後
1
border-fit:stretch;

bdf:ow

展開後
1
border-fit:overwrite;

bdf:of

展開後
1
border-fit:overflow;

bdf:sp

展開後
1
border-fit:space;

bdlen

展開後
1
border-length:;

bdlen:a

展開後
1
border-length:auto;

bdsp

展開後
1
border-spacing:;

bds

展開後
1
border-style:;

bds:n

展開後
1
border-style:none;

bds:h

展開後
1
border-style:hidden;

bds:dt

展開後
1
border-style:dotted;

bds:ds

展開後
1
border-style:dashed;

bds:s

展開後
1
border-style:solid;

bds:db

展開後
1
border-style:double;

bds:dtds

展開後
1
border-style:dot-dash;

bds:dtdtds

展開後
1
border-style:dot-dot-dash;

bds:w

展開後
1
border-style:wave;

bds:g

展開後
1
border-style:groove;

bds:r

展開後
1
border-style:ridge;

bds:i

展開後
1
border-style:inset;

bds:o

展開後
1
border-style:outset;

bdw

展開後
1
border-width:;

bdt, bt

展開後
1
border-top:;

bdt+

展開後
1
border-top:1px solid #000;

bdt:n

展開後
1
border-top:none;

bdtw

展開後
1
border-top-width:;

bdts

展開後
1
border-top-style:;

bdts:n

展開後
1
border-top-style:none;

bdtc

展開後
1
border-top-color:#000;

bdtc:t

展開後
1
border-top-color:transparent;

bdr, br

展開後
1
border-right:;

bdr+

展開後
1
border-right:1px solid #000;

bdr:n

展開後
1
border-right:none;

bdrw

展開後
1
border-right-width:;

bdrst

展開後
1
border-right-style:;

bdrst:n

展開後
1
border-right-style:none;

bdrc

展開後
1
border-right-color:#000;

bdrc:t

展開後
1
border-right-color:transparent;

bdb, bb

展開後
1
border-bottom:;

bdb+

展開後
1
border-bottom:1px solid #000;

bdb:n

展開後
1
border-bottom:none;

bdbw

展開後
1
border-bottom-width:;

bdbs

展開後
1
border-bottom-style:;

bdbs:n

展開後
1
border-bottom-style:none;

bdbc

展開後
1
border-bottom-color:#000;

bdbc:t

展開後
1
border-bottom-color:transparent;

bdl, bl

展開後
1
border-left:;

bdl+

展開後
1
border-left:1px solid #000;

bdl:n

展開後
1
border-left:none;

bdlw

展開後
1
border-left-width:;

bdls

展開後
1
border-left-style:;

bdls:n

展開後
1
border-left-style:none;

bdlc

展開後
1
border-left-color:#000;

bdlc:t

展開後
1
border-left-color:transparent;

bdrs

展開後
1
border-radius:;

bdtrrs

展開後
1
border-top-right-radius:;

bdtlrs

展開後
1
border-top-left-radius:;

bdbrrs

展開後
1
border-bottom-right-radius:;

bdblrs

展開後
1
border-bottom-left-radius:;

リスト

lis

展開後
1
list-style:;

lis:n

展開後
1
list-style:none;

lisp

展開後
1
list-style-position:;

lisp:i

展開後
1
list-style-position:inside;

lisp:o

展開後
1
list-style-position:outside;

list

展開後
1
list-style-type:;

list:n

展開後
1
list-style-type:none;

list:d

展開後
1
list-style-type:disc;

list:c

展開後
1
list-style-type:circle;

list:s

展開後
1
list-style-type:square;

list:dc

展開後
1
list-style-type:decimal;

list:dclz

展開後
1
list-style-type:decimal-leading-zero;

list:lr

展開後
1
list-style-type:lower-roman;

list:ur

展開後
1
list-style-type:upper-roman;

lisi

展開後
1
list-style-image:;

lisi:n

展開後
1
list-style-image:none;

印刷用のスタイル指定

pgbb

展開後
1
page-break-before:;

pgbb:au

展開後
1
page-break-before:auto;

pgbb:al

展開後
1
page-break-before:always;

pgbb:l

展開後
1
page-break-before:left;

pgbb:r

展開後
1
page-break-before:right;

pgbi

展開後
1
page-break-inside:;

pgbi:au

展開後
1
page-break-inside:auto;

pgbi:av

展開後
1
page-break-inside:avoid;

pgba

展開後
1
page-break-after:;

pgba:au

展開後
1
page-break-after:auto;

pgba:al

展開後
1
page-break-after:always;

pgba:l

展開後
1
page-break-after:left;

pgba:r

展開後
1
page-break-after:right;

orp

展開後
1
orphans:;

wid

展開後
1
widows:;

その他

!

展開後
1
!important

@f

展開後
1
2
3
4
visibility:hidden;
    font-family:;
    src:url(|);
}

@f+

展開後
1
2
3
4
5
6
7
8
9
10
v:c
    font-family: 'FontName';
    src: url('FileName.eot');
    src: url('FileName.eot?#iefix') format('embedded-opentype'),
         url('FileName.woff') format('woff'),
         url('FileName.ttf') format('truetype'),
         url('FileName.svg#FontName') format('svg');
    font-style: normal;
    font-weight: normal;
}

@i, @import

展開後
1
@import url();

@kf

展開後
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
overflow-x:hidden;
    from {  }
    to {  }
}
@-o-keyframes identifier {
    from {  }
    to {  }
}
@-moz-keyframes identifier {
    from {  }
    to {  }
}
@keyframes identifier {
    from {  }
    to {  }
}

@m, @media

展開後
1
2
3
ovy:a
     
}

anim

展開後
1
animation:;

anim-

展開後
1
animation:name duration timing-function delay iteration-count direction fill-mode;

animdel

展開後
1
animation-delay:time;

animdir

展開後
1
animation-direction:normal;

animdir:a

展開後
1
animation-direction:alternate;

animdir:ar

展開後
1
animation-direction:alternate-reverse;

animdir:n

展開後
1
animation-direction:normal;

animdir:r

展開後
1
animation-direction:reverse;

animdur

展開後
1
animation-duration:0s;

animfm

展開後
1
animation-fill-mode:both;

animfm:b

展開後
1
animation-fill-mode:backwards;

animfm:bt, animfm:bh

展開後
1
animation-fill-mode:both;

animfm:f

展開後
1
animation-fill-mode:forwards;

animic

展開後
1
animation-iteration-count:1;

animic:i

展開後
1
animation-iteration-count:infinite;

animn

展開後
1
animation-name:none;

animps

展開後
1
animation-play-state:running;

animps:p

展開後
1
animation-play-state:paused;

animps:r

展開後
1
animation-play-state:running;

animtf

展開後
1
animation-timing-function:linear;

animtf:cb

展開後
1
animation-timing-function:cubic-bezier(0.1, 0.7, 1.0, 0.1);

animtf:e

展開後
1
animation-timing-function:ease;

animtf:ei

展開後
1
animation-timing-function:ease-in;

animtf:eio

展開後
1
animation-timing-function:ease-in-out;

animtf:eo

展開後
1
animation-timing-function:ease-out;

animtf:l

展開後
1
animation-timing-function:linear;

ap

展開後
1
appearance:${none};

bg:ie

展開後
1
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='x.png',sizingMethod='crop');

cm

展開後
1
/* ${child} */

colm

展開後
1
columns:;

colmc

展開後
1
column-count:;

colmf

展開後
1
column-fill:;

colmg

展開後
1
column-gap:;

colmr

展開後
1
column-rule:;

colmrc

展開後
1
column-rule-color:;

colmrs

展開後
1
column-rule-style:;

colmrw

展開後
1
column-rule-width:;

colms

展開後
1
column-span:;

colmw

展開後
1
column-width:;

mar

展開後
1
max-resolution:res;

mir

展開後
1
min-resolution:res;

op:ie

展開後
1
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

op:ms

展開後
1
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';

ori

展開後
1
orientation:;

ori:l

展開後
1
orientation:landscape;

ori:p

展開後
1
orientation:portrait;

tov

展開後
1
text-overflow:${ellipsis};

tov:c

展開後
1
text-overflow:clip;

tov:e

展開後
1
text-overflow:ellipsis;

trf

展開後
1
transform:;

trf:r

展開後
1
transform: rotate(angle);

trf:sc

展開後
1
transform: scale(x, y);

trf:scx

展開後
1
transform: scaleX(x);

trf:scy

展開後
1
transform: scaleY(y);

trf:skx

展開後
1
transform: skewX(angle);

trf:sky

展開後
1
transform: skewY(angle);

trf:t

展開後
1
transform: translate(x, y);

trf:tx

展開後
1
transform: translateX(x);

trf:ty

展開後
1
transform: translateY(y);

trfo

展開後
1
transform-origin:;

trfs

展開後
1
transform-style:preserve-3d;

trs

展開後
1
transition:prop time;

trsde

展開後
1
transition-delay:time;

trsdu

展開後
1
transition-duration:time;

trsp

展開後
1
transition-property:prop;

trstf

展開後
1
transition-timing-function:tfunc;

us

展開後
1
user-select:${none};

wfsm

展開後
1
-webkit-font-smoothing:${antialiased};

wfsm:a

展開後
1
-webkit-font-smoothing:antialiased;

wfsm:n

展開後
1
-webkit-font-smoothing:none;

wfsm:s, wfsm:sa

展開後
1
-webkit-font-smoothing:subpixel-antialiased;