이메일용 AMP 지원 CSS
Important: this documentation is not applicable to your currently selected format websites!
이 문서는 현재 AMP 이메일에서 지원되는 CSS 기능을 간략하게 설명합니다.
CSS 적용
내부 스타일시트
내부 스타일시트를 사용할 경우 이메일의 <head>
태그에 포함된 단일한 <style amp-custom>
태그 내부에 CSS가 지정됩니다.
인라인 스타일
내부 스타일시트에 추가로 style
속성을 사용하여 모든 요소에 인라인 스타일을 지정할 수 있습니다.
외부 스타일시트
이메일용 AMP에서 외부 스타일시트는 지원되지 않습니다.
이메일 어디에도 <link rel="stylesheet" href="...">
는 허용되지 않습니다.
지원되는 CSS 선택자
단순 선택자
결합자
의사 클래스
:active
:checked
:default
:disabled
:empty
:enabled
:first-child
:first-of-type
:focus
:focus-within
:hover
:in-range
:indeterminate
:invalid
:last-child
:last-of-type
:last-of-type
:not
:nth-child
:nth-last-child
:nth-last-of-type
:nth-of-type
:only-child
:only-of-type
:optional
:out-of-range
:read-only
:read-write
:required
:valid
지원되는 CSS 속성
-moz-appearance
-webkit-appearance
-webkit-tap-highlight-color
align-content
align-items
align-self
appearance
azimuth
background
background-attachment
background-blend-mode
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-collapse
border-color
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-spacing
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
bottom
box-shadow
box-sizing
break-after
break-before
break-inside
caption-side
caret-color
clear
color
color-adjust
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
columns
counter-increment
counter-reset
cursor
direction
display
elevation
empty-cells
filter
flex
flex-basis
flex-direction
flex-flow
flex-grow
flex-shrink
flex-wrap
float
font
font-family
font-feature-settings
font-kerning
font-size
font-size-adjust
font-stretch
font-style
font-synthesis
font-variant
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-ligatures
font-variant-numeric
font-variation-settings
font-weight
gap
grid
grid-area
grid-auto-columns
grid-auto-flow
grid-auto-rows
grid-column
grid-column-end
grid-column-start
grid-row
grid-row-end
grid-row-start
grid-template
grid-template-areas
grid-template-columns
grid-template-rows
height
hyphens
image-orientation
image-resolution
inline-size
isolation
justify-content
justify-items
justify-self
left
letter-spacing
line-break
line-height
list-style
list-style-position
list-style-type
margin
margin-bottom
margin-left
margin-right
margin-top
max-height
max-width
min-height
min-width
mix-blend-mode
object-fit
object-position
offset-distance
opacity
order
outline
outline-color
outline-offset
outline-style
outline-width
overflow
overflow-x
overflow-y
overflow-wrap
padding
padding-bottom
padding-left
padding-right
padding-top
pause
pause-after
pause-before
perspective
perspective-origin
pitch
pitch-range
place-items
position
quotes
resize
richness
right
row-gap
speak
speak-header
speak-numeral
speak-punctuation
speech-rate
stress
table-layout
text-align
text-align-last
text-combine-upright
text-decoration
text-decoration-color
text-decoration-line
text-decoration-skip
text-decoration-style
text-emphasis
text-emphasis-color
text-emphasis-position
text-emphasis-style
text-indent
text-justify
text-orientation
text-overflow
text-shadow
text-transform
text-underline-position
top
transform
transform-box
transform-origin
transform-style
transition
transition-delay
transition-duration
transition-property
transition-timing-function
unicode-bidi
vertical-align
visibility
voice-family
white-space
width
word-break
word-spacing
word-wrap
writing-mode
z-index
추가 제한 사항
다음 CSS 속성에는 추가 제한 사항이 있습니다.
속성 | 제한 사항 |
---|---|
cursor |
허용되는 값은 pointer 및 initial 뿐입니다. |
filter |
url() 은 허용되지 않습니다. |
transition |
opacity , transform , visibility 및 offset-distance 에만 애니메이션 적용이 가능합니다. |
visibility |
허용되는 값은 hidden , visible 및 initial 뿐입니다. |
z-index |
-100~100 사이의 값만 허용됩니다. |
@-규칙
현재 지원되는 @-규칙은 @media
뿐입니다. 자세한 내용은 미디어 기능을 참조하세요.
사용자 지정 글꼴(@font-face
)
이메일용 AMP에서 사용자 지정 글꼴은 지원되지 않습니다.
미디어 기능
@media
쿼리를 통한 조건부 적용 규칙에 지원되는 미디어 기능 목록입니다.
device-width
max-device-width
min-device-width
hover
orientation
pointer
resolution
max-resolution
min-resolution
width
max-width
min-width