• Overview
    • Introduction
    • User Interface Description
    • Installing Umajin
    • Shortcuts
    • Asset Management
    • Responsive Content
    • Project Icon
    • Text Styles
    • Guidewires
    • Presets
    • Glossary
    • Multi-user
  • Components
    • Intro
    • Page
    • Basic
      • Arrow
      • Button
      • Circle
      • HTML Article
      • Image
      • Image Zoomer
      • Nine Slice
      • Rectangle
      • Text
      • Tiler
      • Toggle Button
      • Web View
    • Navigation
      • Carousel
      • Dropdown Menu
      • Glass Shelf
      • Hamburger Menu
      • Tool Bar
    • Data Driven
      • Animated Feed
      • Dynamic Article
      • Feed Item View
      • Feed List
    • Forms
      • Form
      • Text Entry
    • Layout
      • Gallery
      • Group
      • Layout Group
      • Scroll Panel
    • Media
      • 3D Model
      • Spine Animation
      • Lottie Animation
      • Avatar
      • Canvas
      • Particle
      • Render Kit
      • Speech Player
      • Video
    • Maps
      • Google Maps
      • Offline Map
      • Offline Map Route Editor
      • Map creation guide
      • Beacon installation for indoor mapping
    • Internet of Things (IoT)
      • Bluetooth BLE
    • Masters
    • Custom Components
  • Actions
    • Add and Configure Actions
    • Basic Actions
    • Navigation Actions
    • Layout Actions
    • Appearance Actions
    • Animation Actions
    • Media Actions
    • Avatar Actions
    • Gallery Actions
    • Form Actions
    • Data Driven Actions
    • Maps Actions
    • IOT (Internet of Things) Actions
    • Advanced Actions
    • Custom Actions
  • Tutorials
  • Cloud Services
    • Overview of Cloud Services
    • Google Analytics
    • Umajin Analytics
  • Publishing
    • Introduction
    • Umajin Editor Lite
    • iOS – Apple App Store
    • Android – Google Play Store
    • Mac
    • Windows
Menu
  • Overview
    • Introduction
    • User Interface Description
    • Installing Umajin
    • Shortcuts
    • Asset Management
    • Responsive Content
    • Project Icon
    • Text Styles
    • Guidewires
    • Presets
    • Glossary
    • Multi-user
  • Components
    • Intro
    • Page
    • Basic
      • Arrow
      • Button
      • Circle
      • HTML Article
      • Image
      • Image Zoomer
      • Nine Slice
      • Rectangle
      • Text
      • Tiler
      • Toggle Button
      • Web View
    • Navigation
      • Carousel
      • Dropdown Menu
      • Glass Shelf
      • Hamburger Menu
      • Tool Bar
    • Data Driven
      • Animated Feed
      • Dynamic Article
      • Feed Item View
      • Feed List
    • Forms
      • Form
      • Text Entry
    • Layout
      • Gallery
      • Group
      • Layout Group
      • Scroll Panel
    • Media
      • 3D Model
      • Spine Animation
      • Lottie Animation
      • Avatar
      • Canvas
      • Particle
      • Render Kit
      • Speech Player
      • Video
    • Maps
      • Google Maps
      • Offline Map
      • Offline Map Route Editor
      • Map creation guide
      • Beacon installation for indoor mapping
    • Internet of Things (IoT)
      • Bluetooth BLE
    • Masters
    • Custom Components
  • Actions
    • Add and Configure Actions
    • Basic Actions
    • Navigation Actions
    • Layout Actions
    • Appearance Actions
    • Animation Actions
    • Media Actions
    • Avatar Actions
    • Gallery Actions
    • Form Actions
    • Data Driven Actions
    • Maps Actions
    • IOT (Internet of Things) Actions
    • Advanced Actions
    • Custom Actions
  • Tutorials
  • Cloud Services
    • Overview of Cloud Services
    • Google Analytics
    • Umajin Analytics
  • Publishing
    • Introduction
    • Umajin Editor Lite
    • iOS – Apple App Store
    • Android – Google Play Store
    • Mac
    • Windows
HTML – CSS selector and properties support
HTML – CSS selector and properties support

CSS Selectors

SelectorIs Supported
.classYes
#idYes
*Yes
elementYes
element,elementYes
element elementYes
element>elementYes
element+elementYes
[attribute]Yes
[attribute=value]Yes
[attribute~=value]Yes
 [attribute|=value]Yes
:linkYes
:visited
:activeYes
:hoverYes
:focus
:first-letter
:first-line
:first-childYes
:beforeYes
:afterYes
:lang(language)
element1~element2 Yes
[attribute^=value]Yes
[attribute$=value]Yes
[attribute*=value]Yes
:first-of-typeYes
:last-of-typeYes
:only-of-typeYes
:only-childYes
:nth-child(n)Yes
:nth-last-child(n)Yes
:nth-of-type(n)Yes
:nth-last-of-type(n)Yes
:last-childYes
:root
:empty
:target
:enabled
:disabled
:checked
:not(selector)Yes
::selection

CSS Properties

PropertyIs SupportedRemarks
@keyframes
animation
animation-delay
animation-direction
animation-duration
animation-fill-mode
animation-iteration-count
animation-name
animation-timing-function
animation-play-state
appearance
backface-visibility
backgroundYes
background-attachmentYes
background-colorYes
background-imageYes
background-positionYes
background-repeatYes
background-clipYes
background-originYes
background-sizeYes
borderYes
border-bottomYes
border-bottom-colorYes
border-bottom-styleYes
border-bottom-widthYes
border-collapseYes
border-colorYes
border-leftYes
border-left-colorYes
border-left-styleYes
border-left-widthYes
border-rightYes
border-right-colorYes
border-right-styleYes
border-right-widthYes
border-spacingYes
border-styleYes
border-topYes
border-top-colorYes
border-top-styleYes
border-top-widthYes
border-widthYes
border-bottom-left-radius
border-bottom-right-radius
border-image
border-image-outset
border-image-repeat
border-image-slice
border-image-source
border-image-width
border-radius
border-top-left-radius
border-top-right-radius
bottomYes
box-align
box-direction
box-flex
box-flex-group
box-lines
box-ordinal-group
box-orient
box-pack
box-sizingYes
box-shadow
caption-side
clearYes
clip
colorYes
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
columns
contentYes Supports only strings, attr, url, none, normal values
counter-increment
counter-reset
cursorYes
direction
displayYes
empty-cells
floatYes
fontYes
font-familyYes
font-sizeYes
font-styleYes
font-variantYes
font-weightYes
@font-face
font-size-adjustYes
font-stretch
grid-columns
grid-rows
hanging-punctuation
heightYes
icon
leftYes
letter-spacing
line-heightYes
list-styleYes
list-style-imageYes
list-style-positionYes
list-style-typeYes
marginYes
margin-bottomYes
margin-leftYes
margin-rightYes
margin-topYes
max-heightYes
max-widthYes
min-heightYes
min-widthYes
nav-down
nav-index
nav-left
nav-right
nav-up
opacity
outline
outline-color
outline-offset
outline-style
outline-width
overflow
overflow-x
overflow-y
paddingYes
padding-bottomYes
padding-leftYes
padding-rightYes
padding-topYes
page-break-after
page-break-before
page-break-inside
perspective
perspective-origin
position Yes
punctuation-trim
quotes
resize
right Yes
rotation
rotation-point
table-layout
target
target-name
target-new
target-position
text-alignYes
text-decorationYes
text-indentYes
text-justify
text-outlineYes
text-overflow
text-shadow
text-transformYes
text-wrap
topYes
transform
transform-origin
transform-style
transition
transition-property
transition-duration
transition-timing-function
transition-delay
unicode-bidi
vertical-alignYes
visibilityYes
widthYes
white-spaceYes
word-spacing
word-break
word-wrap
z-indexYes
   
  • Umajin
  • Developers
  • Support Home
Menu
  • Umajin
  • Developers
  • Support Home