User`s guide

Publishing on Kindle: Guidelines for Publishers
Appendix B: CSS Selectors, Attributes, and Properties Supported in Kindle 11.2
Format 8
CSS Attribute
Supported on
KF8-Enabled
Devices & Apps
Notes
/*Comment*/
Yes
CSS comment
@import
Yes
Import external style sheets
@charset
Yes
Declares character encoding
@font-face
Yes
Allows for linking to fonts
*
Yes
Selects all elements
E
Yes
Matches any E element (div, span, p)
E.class
Yes
Class selector
E#id
Yes
ID selector
E:link
Yes
Link selector (not yet visited)
E:visited
No
Link selector (visited)
Margin
Yes
Sets margin properties
Padding
Yes
Sets padding properties
Width
Yes
Sets width of an element
Height
Yes
Sets height of an element
Float
Yes
Specifies if a box should float on the side
Clear
Yes
Specifies which side of an element where other floating
elements are not allowed
Display
Yes
Specifies the type of box an element should generate
min-width
Yes
Sets minimum width of an element
max-width
No
Sets maximum width of an element
min-height
Yes
Sets minimum height of an element
max-height
No
Sets maximum height of an element
Clip
Yes
Clips an absolutely positioned element
Visibility
Yes
Specifies whether or not an element is visible
Border
Yes
Sets all border properties
border-color
Yes
Sets the colors of all four borders
border-style
Yes
Sets the style of all four borders
Kindle Publishing Guidelines Amazon.com 80