scalacss

DslBase

Related Docs: object DslBase | package scalacss

abstract class DslBase extends AttrAliasesAndValueTRules with TypedLiteralAliases with ColorOps[ValueT[Color]]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DslBase
  2. ColorOps
  3. TypedLiteralAliases
  4. AttrAliasesAndValueTRules
  5. Rules
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DslBase()

Abstract Value Members

  1. abstract def styleS(t: ToStyle*)(implicit c: Compose): StyleS

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def 0: Length[Int]

    Definition Classes
    TypedLiteralAliases
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. implicit final def CondMediaQuery(x: Query): Cond

    Annotations
    @inline()
  6. implicit final def CondPseudo(x: Pseudo): Cond

    Annotations
    @inline()
  7. implicit final def DslCond[C](x: C)(implicit arg0: (C) ⇒ Cond): DslCond

    Annotations
    @inline()
  8. implicit final def ToAVToAV(x: ToAV): AV

    Annotations
    @inline()
  9. implicit final def ToStyleAV(x: AV): ToStyle

    Annotations
    @inline()
  10. implicit final def ToStyleAVs(x: AVs): ToStyle

  11. implicit final def ToStyleCAV[C](x: (C, AV))(implicit arg0: (C) ⇒ Cond): ToStyle

  12. implicit final def ToStyleCAVs[C](x: (C, AVs))(implicit arg0: (C) ⇒ Cond): ToStyle

  13. implicit final def ToStyleStyleA(x: StyleA): ToStyle

    Annotations
    @inline()
  14. implicit final def ToStyleStyleS(x: StyleS): ToStyle

    Annotations
    @inline()
  15. implicit final def ToStyleToAV(x: ToAV): ToStyle

    Annotations
    @inline()
  16. implicit final def ToStyleUnsafeExt(x: UnsafeExt): ToStyle

    Annotations
    @inline()
  17. implicit final def ToStyleUnsafeExts(x: UnsafeExts): ToStyle

  18. def addClassName(cn: String): StyleS

  19. def addClassNames(cn: String*): StyleS

  20. final def aliceblue: ValueT[Color]

    Definition Classes
    ColorOps
  21. final def alignContent: Attrs.alignContent.type

    The CSS align-content property aligns a flex container's lines within the flex container when there is extra space on the cross-axis.

    The CSS align-content property aligns a flex container's lines within the flex container when there is extra space on the cross-axis. This property has no effect on single line flexible boxes.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  22. final def alignItems: Attrs.alignItems.type

    The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.

    The CSS align-items property aligns flex items of the current flex line the same way as justify-content but in the perpendicular direction.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  23. final def alignSelf: Attrs.alignSelf.type

    The align-self CSS property aligns flex items of the current flex line overriding the align-items value.

    The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  24. final def all: Attrs.all.type

    The CSS all shorthand property resets all properties, but unicode-bidi and direction to their initial or inherited value.

    The CSS all shorthand property resets all properties, but unicode-bidi and direction to their initial or inherited value.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  25. final def animation: Attr

    The animation CSS property is a shorthand property for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode and animation-play-state.

    The animation CSS property is a shorthand property for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode and animation-play-state.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  26. final def animationDelay: Attrs.animationDelay.type

    The animation-delay CSS property specifies when the animation should start.

    The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  27. final def animationDirection: Attr

    The animation-direction CSS property indicates whether the animation should play in reverse on alternate cycles.

    The animation-direction CSS property indicates whether the animation should play in reverse on alternate cycles.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  28. final def animationDuration: Attrs.animationDuration.type

    The animation-duration CSS property specifies the length of time that an animation should take to complete one cycle.

    The animation-duration CSS property specifies the length of time that an animation should take to complete one cycle.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  29. final def animationFillMode: Attr

    The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.

    The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  30. final def animationIterationCount: Attr

    The animation-iteration-count CSS property defines the number of times an animation cycle should be played before stopping.

    The animation-iteration-count CSS property defines the number of times an animation cycle should be played before stopping.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  31. final def animationName: Attr

    The animation-name CSS property specifies a list of animations that should be applied to the selected element.

    The animation-name CSS property specifies a list of animations that should be applied to the selected element. Each name indicates a @keyframes at-rule that defines the property values for the animation sequence.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  32. final def animationPlayState: Attr

    The animation-play-state CSS property determines whether an animation is running or paused.

    The animation-play-state CSS property determines whether an animation is running or paused. You can query this property's value to determine whether or not the animation is currently running; in addition, you can set its value to pause and resume playback of an animation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  33. final def animationTimingFunction: Attr

    The CSS animation-timing-function property specifies how a CSS animation should progress over the duration of each cycle.

    The CSS animation-timing-function property specifies how a CSS animation should progress over the duration of each cycle. The possible values are one or several <timing-function>.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  34. final def antiquewhite: ValueT[Color]

    Definition Classes
    ColorOps
  35. final def aqua: ValueT[Color]

    Definition Classes
    ColorOps
  36. final def aquamarine: ValueT[Color]

    Definition Classes
    ColorOps
  37. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  38. final def auto: Literal.Typed.auto.type

    Definition Classes
    TypedLiteralAliases
  39. implicit final def autoDslAV(a: AV): DslAV

    Annotations
    @inline()
  40. implicit final def autoDslAVs(a: AVs): DslAVs

    Annotations
    @inline()
  41. implicit final def autoDslAttr(a: Attr): DslAttr

    Annotations
    @inline()
  42. implicit final def autoDslAttrT(a: TypedAttrBase): DslAttrT

    Annotations
    @inline()
  43. implicit final def autoDslInt(a: Int): DslInt

    Annotations
    @inline()
  44. implicit final def autoDslNumD(a: Double): DslNum[Double]

    Annotations
    @inline()
  45. implicit final def autoDslNumI(a: Int): DslNum[Int]

    Annotations
    @inline()
  46. final def azure: ValueT[Color]

    Definition Classes
    ColorOps
  47. final def backfaceVisibility: Attrs.backfaceVisibility.type

    The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user.

    The CSS backface-visibility property determines whether or not the back face of the element is visible when facing the user. The back face of an element always is a transparent background, letting, when visible, a mirror image of the front face be displayed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  48. final def background: Attr

    The background CSS property is a shorthand for setting the individual background values in a single place in the style sheet.

    The background CSS property is a shorthand for setting the individual background values in a single place in the style sheet. background can be used to set the values for one or more of: background-clip, background-color, background-image, background-origin, background-position, background-repeat, background-size, and background-attachment.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  49. final def backgroundAttachment: Attr

    If a background-image is specified, the background-attachment CSS property determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.

    If a background-image is specified, the background-attachment CSS property determines whether that image's position is fixed within the viewport, or scrolls along with its containing block.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  50. final def backgroundBlendMode: Attr

    The background-blend-mode CSS property describes how the element's background images should blend with each other and the element's background color.

    The background-blend-mode CSS property describes how the element's background images should blend with each other and the element's background color.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  51. final def backgroundClip: Attr

    Technical review completed.

    Technical review completed. Editorial review completed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  52. final def backgroundColor: Attrs.backgroundColor.type

    The background-color CSS property sets the background color of an element, either through a color value or the keyword transparent.

    The background-color CSS property sets the background color of an element, either through a color value or the keyword transparent.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  53. final def backgroundImage: Attr

    The CSS background-image property sets one or several background images for an element.

    The CSS background-image property sets one or several background images for an element. The images are drawn on stacking context layers on top of each other. The first layer specified is drawn as if it is closest to the user. The borders of the element are then drawn on top of them, and the background-color is drawn beneath them.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  54. final def backgroundOrigin: Attr

    The background-origin CSS property determines the background positioning area, that is the position of the origin of an image specified using the background-image CSS property.

    The background-origin CSS property determines the background positioning area, that is the position of the origin of an image specified using the background-image CSS property.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  55. final def backgroundPosition: Attr

    The background-position CSS property sets the initial position, relative to the background position layer defined by background-origin for each defined background image.

    The background-position CSS property sets the initial position, relative to the background position layer defined by background-origin for each defined background image.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  56. final def backgroundRepeat: Attr

    The background-repeat CSS property defines how background images are repeated.

    The background-repeat CSS property defines how background images are repeated. A background image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  57. final def backgroundSize: Attr

    The background-size CSS property specifies the size of the background images.

    The background-size CSS property specifies the size of the background images. The size of the image can be fully constrained or only partially in order to preserve its intrinsic ratio.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  58. final def beige: ValueT[Color]

    Definition Classes
    ColorOps
  59. final def bisque: ValueT[Color]

    Definition Classes
    ColorOps
  60. final def black: ValueT[Color]

    Definition Classes
    ColorOps
  61. final def blanchedalmond: ValueT[Color]

    Definition Classes
    ColorOps
  62. final def blockSize: Attrs.blockSize.type

    The block-size CSS property defines the horizontal or vertical size of an element's block depending on it's writing mode.

    The block-size CSS property defines the horizontal or vertical size of an element's block depending on it's writing mode. It corresponds to the width or the height property depending on the value defined for writing-mode.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  63. final def blue: ValueT[Color]

    Definition Classes
    ColorOps
  64. final def blueviolet: ValueT[Color]

    Definition Classes
    ColorOps
  65. final def border: Attrs.border.type

    The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet.

    The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet. border can be used to set the values for one or more of: border-width, border-style, border-color.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  66. final def borderBlockEnd: Attrs.borderBlockEnd.type

    The border-block-end CSS property is a shorthand property for setting the individual logical block end border property values in a single place in the style sheet.

    The border-block-end CSS property is a shorthand property for setting the individual logical block end border property values in a single place in the style sheet. border-block-end can be used to set the values for one or more of: border-block-end-width, border-block-end-style, border-block-end-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  67. final def borderBlockEndColor: Attrs.borderBlockEndColor.type

    The border-block-end-color CSS property defines the color of the logical block end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation.

    The border-block-end-color CSS property defines the color of the logical block end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  68. final def borderBlockEndStyle: Attrs.borderBlockEndStyle.type

    The border-block-end-style CSS property defines the style of the logical block end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation.

    The border-block-end-style CSS property defines the style of the logical block end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  69. final def borderBlockEndWidth: Attrs.borderBlockEndWidth.type

    The border-block-end-width CSS property defines the width of the logical block end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation.

    The border-block-end-width CSS property defines the width of the logical block end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  70. final def borderBlockStart: Attrs.borderBlockStart.type

    The border-block-start CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet.

    The border-block-start CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet. border-block-start can be used to set the values for one or more of: border-block-start-width, border-block-start-style, border-block-start-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  71. final def borderBlockStartColor: Attrs.borderBlockStartColor.type

    The border-block-start-color CSS property defines the color of the logical block start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation.

    The border-block-start-color CSS property defines the color of the logical block start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  72. final def borderBlockStartStyle: Attrs.borderBlockStartStyle.type

    The border-block-start-style CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation.

    The border-block-start-style CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  73. final def borderBlockStartWidth: Attrs.borderBlockStartWidth.type

    The border-block-start-width CSS property defines the width of the logical block start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation.

    The border-block-start-width CSS property defines the width of the logical block start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  74. final def borderBottom: Attrs.borderBottom.type

    The border-bottom CSS property is a shorthand that sets the values of border-bottom-color, border-bottom-style, and border-bottom-width.

    The border-bottom CSS property is a shorthand that sets the values of border-bottom-color, border-bottom-style, and border-bottom-width. These properties describe the bottom border of elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  75. final def borderBottomColor: Attrs.borderBottomColor.type

    The border-bottom-color CSS property sets the color of the bottom border of an element.

    The border-bottom-color CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties border-color or border-bottom are more convenient and preferable.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  76. final def borderBottomLeftRadius: Attrs.borderBottomLeftRadius.type

    The border-bottom-left-radius CSS property sets the rounding of the bottom-left corner of the element.

    The border-bottom-left-radius CSS property sets the rounding of the bottom-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  77. final def borderBottomRightRadius: Attrs.borderBottomRightRadius.type

    The border-bottom-right-radius CSS property sets the rounding of the bottom-right corner of the element.

    The border-bottom-right-radius CSS property sets the rounding of the bottom-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  78. final def borderBottomStyle: Attrs.borderBottomStyle.type

    The border-bottom-style CSS property sets the line style of the bottom border of a box.

    The border-bottom-style CSS property sets the line style of the bottom border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  79. final def borderBottomWidth: Attrs.borderBottomWidth.type

    The border-bottom-width CSS property sets the width of the bottom border of a box.

    The border-bottom-width CSS property sets the width of the bottom border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  80. final def borderCollapse: Attrs.borderCollapse.type

    The border-collapse CSS property selects a table's border model.

    The border-collapse CSS property selects a table's border model. This has a big influence on the look and style of the table cells.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  81. final def borderColor: Attrs.borderColor.type

    The border-color CSS property is a shorthand for setting the color of the four sides of an element's border: border-top-color, border-right-color, border-bottom-color, border-left-color

    The border-color CSS property is a shorthand for setting the color of the four sides of an element's border: border-top-color, border-right-color, border-bottom-color, border-left-color

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  82. final def borderImage: Attr

    The border-image CSS property allows drawing an image on the borders of elements.

    The border-image CSS property allows drawing an image on the borders of elements. This makes drawing complex looking widgets much simpler than it has been and removes the need for nine boxes in some cases.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  83. final def borderImageOutset: Attr

    The border-image-outset property describes by what amount the border image area extends beyond the border box.

    The border-image-outset property describes by what amount the border image area extends beyond the border box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  84. final def borderImageRepeat: Attr

    The border-image-repeat CSS property defines how the middle part of a border image is handled so that it can match the size of the border.

    The border-image-repeat CSS property defines how the middle part of a border image is handled so that it can match the size of the border. It has a one-value syntax that describes the behavior of all the sides, and a two-value syntax that sets a different value for the horizontal and vertical behavior.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  85. final def borderImageSlice: Attr

    The border-image-slice CSS property divides the image specified by border-image-source in nine regions: the four corners, the four edges and the middle.

    The border-image-slice CSS property divides the image specified by border-image-source in nine regions: the four corners, the four edges and the middle. It does this by specifying 4 inwards offsets.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  86. final def borderImageSource: Attr

    The border-image-source CSS property defines the <image> to use instead of the style of the border.

    The border-image-source CSS property defines the <image> to use instead of the style of the border. If this property is set to none, the style defined by border-style is used instead.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  87. final def borderImageWidth: Attr

    The border-image-width CSS property defines the width of the border.

    The border-image-width CSS property defines the width of the border. If specified, it overrides the border-width property.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  88. final def borderInlineEnd: Attrs.borderInlineEnd.type

    The border-inline-end CSS property is a shorthand property for setting the individual logical inline end border property values in a single place in the style sheet.

    The border-inline-end CSS property is a shorthand property for setting the individual logical inline end border property values in a single place in the style sheet. border-inline-end can be used to set the values for one or more of: border-inline-end-width, border-inline-end-style, border-inline-end-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  89. final def borderInlineEndColor: Attrs.borderInlineEndColor.type

    The border-inline-end-color CSS property defines the color of the logical inline end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation.

    The border-inline-end-color CSS property defines the color of the logical inline end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  90. final def borderInlineEndStyle: Attrs.borderInlineEndStyle.type

    The border-inline-end-style CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation.

    The border-inline-end-style CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  91. final def borderInlineEndWidth: Attrs.borderInlineEndWidth.type

    The border-inline-end-width CSS property defines the width of the logical inline end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation.

    The border-inline-end-width CSS property defines the width of the logical inline end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  92. final def borderInlineStart: Attrs.borderInlineStart.type

    The border-inline-start CSS property is a shorthand property for setting the individual logical inline start border property values in a single place in the style sheet.

    The border-inline-start CSS property is a shorthand property for setting the individual logical inline start border property values in a single place in the style sheet. border-inline-start can be used to set the values for one or more of: border-inline-start-width, border-inline-start-style, border-inline-start-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  93. final def borderInlineStartColor: Attrs.borderInlineStartColor.type

    The border-inline-start-color CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation.

    The border-inline-start-color CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  94. final def borderInlineStartStyle: Attrs.borderInlineStartStyle.type

    The border-inline-start-style CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation.

    The border-inline-start-style CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  95. final def borderInlineStartWidth: Attrs.borderInlineStartWidth.type

    The border-inline-start-width CSS property defines the width of the logical inline start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation.

    The border-inline-start-width CSS property defines the width of the logical inline start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  96. final def borderLeft: Attrs.borderLeft.type

    The border-left CSS property is a shorthand that sets the values of border-left-color, border-left-style, and border-left-width.

    The border-left CSS property is a shorthand that sets the values of border-left-color, border-left-style, and border-left-width. These properties describe the left border of elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  97. final def borderLeftColor: Attrs.borderLeftColor.type

    The border-left-color CSS property sets the color of the bottom border of an element.

    The border-left-color CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties border-color or border-left are more convenient and preferable.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  98. final def borderLeftStyle: Attrs.borderLeftStyle.type

    The border-left-style CSS property sets the line style of the left border of a box.

    The border-left-style CSS property sets the line style of the left border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  99. final def borderLeftWidth: Attrs.borderLeftWidth.type

    The border-left-width CSS property sets the width of the left border of a box.

    The border-left-width CSS property sets the width of the left border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  100. final def borderRadius: Attrs.borderRadius.type

    The border-radius CSS property allows Web authors to define how rounded border corners are.

    The border-radius CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  101. final def borderRight: Attrs.borderRight.type

    The border-right CSS property is a shorthand that sets the values of border-right-color, border-right-style, and border-right-width.

    The border-right CSS property is a shorthand that sets the values of border-right-color, border-right-style, and border-right-width. These properties describe the right border of elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  102. final def borderRightColor: Attrs.borderRightColor.type

    The border-right-color CSS property sets the color of the right border of an element.

    The border-right-color CSS property sets the color of the right border of an element. Note that in many cases the shorthand CSS properties border-color or border-right are more convenient and preferable.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  103. final def borderRightStyle: Attrs.borderRightStyle.type

    The border-right-style CSS property sets the line style of the right border of a box.

    The border-right-style CSS property sets the line style of the right border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  104. final def borderRightWidth: Attrs.borderRightWidth.type

    The border-right-width CSS property sets the width of the right border of a box.

    The border-right-width CSS property sets the width of the right border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  105. final def borderSpacing: Attrs.borderSpacing.type

    The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model).

    The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  106. final def borderStyle: Attrs.borderStyle.type

    The border-style CSS property is a shorthand property for setting the line style for all four sides of the elements border.

    The border-style CSS property is a shorthand property for setting the line style for all four sides of the elements border.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  107. final def borderTop: Attrs.borderTop.type

    The border-top CSS property is a shorthand that sets the values of border-top-color, border-top-style, and border-top-width.

    The border-top CSS property is a shorthand that sets the values of border-top-color, border-top-style, and border-top-width. These properties describe the top border of elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  108. final def borderTopColor: Attrs.borderTopColor.type

    The border-top-color CSS property sets the color of the top border of an element.

    The border-top-color CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties border-color or border-top are more convenient and preferable.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  109. final def borderTopLeftRadius: Attrs.borderTopLeftRadius.type

    The border-top-left-radius CSS property sets the rounding of the top-left corner of the element.

    The border-top-left-radius CSS property sets the rounding of the top-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0,no rounding is done and the corner is square.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  110. final def borderTopRightRadius: Attrs.borderTopRightRadius.type

    The border-top-right-radius CSS property sets the rounding of the top-right corner of the element.

    The border-top-right-radius CSS property sets the rounding of the top-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is 0 no rounding is done and the corner is square.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  111. final def borderTopStyle: Attrs.borderTopStyle.type

    The border-top-style CSS property sets the line style of the top border of a box.

    The border-top-style CSS property sets the line style of the top border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  112. final def borderTopWidth: Attrs.borderTopWidth.type

    The border-top-width CSS property sets the width of the top border of a box.

    The border-top-width CSS property sets the width of the top border of a box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  113. final def borderWidth: Attrs.borderWidth.type

    The border-width CSS property sets the width of the border of a box.

    The border-width CSS property sets the width of the border of a box. Using the shorthand property border is often more convenient.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  114. final def bottom: Attrs.bottom.type

    The bottom CSS property participates in specifying the position of positioned elements.

    The bottom CSS property participates in specifying the position of positioned elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  115. final def boxDecorationBreak: Attrs.boxDecorationBreak.type

    The box-decoration-break CSS property specifies how the background, padding, border, border-image, box-shadow, margin and clip of an element is applied when the box for the element is fragmented.

    The box-decoration-break CSS property specifies how the background, padding, border, border-image, box-shadow, margin and clip of an element is applied when the box for the element is fragmented. Fragmentation occurs when an inline box wraps onto multiple lines, or when a block spans more than one column inside a column layout container, or spans a page break when printed. Each piece of the rendering for the element is called a fragment.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  116. final def boxReflect: Attr

    The -webkit-box-reflect CSS property lets you reflect the content of an element in one specific direction.

    The -webkit-box-reflect CSS property lets you reflect the content of an element in one specific direction.

    Note: This feature is not intended to be used by Web sites. To achieve reflection on the Web, the standard way is to use the CSS element() function.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  117. final def boxShadow: Attr

    The box-shadow CSS property describes one or more shadow effects as a comma-separated list.

    The box-shadow CSS property describes one or more shadow effects as a comma-separated list.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  118. final def boxSizing: Attrs.boxSizing.type

    The box-sizing CSS property is used to alter the default CSS box model used to calculate widths and heights of elements.

    The box-sizing CSS property is used to alter the default CSS box model used to calculate widths and heights of elements. It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  119. final def breakAfter: Attrs.breakAfter.type

    The break-after CSS property describes how the page, column or region break behavior after the generated box.

    The break-after CSS property describes how the page, column or region break behavior after the generated box. If there is no generated box, the property is ignored.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  120. final def breakBefore: Attrs.breakBefore.type

    The break-before CSS property describes how the page, column or region break behavior before the generated box.

    The break-before CSS property describes how the page, column or region break behavior before the generated box. If there is no generated box, the property is ignored.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  121. final def breakInside: Attrs.breakInside.type

    The break-inside CSS property describes how the page, column or region break inside the generated box.

    The break-inside CSS property describes how the page, column or region break inside the generated box. If there is no generated box, the property is ignored.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  122. final def brown: ValueT[Color]

    Definition Classes
    ColorOps
  123. final def burlywood: ValueT[Color]

    Definition Classes
    ColorOps
  124. final def cadetblue: ValueT[Color]

    Definition Classes
    ColorOps
  125. final def captionSide: Attrs.captionSide.type

    The caption-side CSS property positions the content of a table's <caption> on the specified side.

    The caption-side CSS property positions the content of a table's <caption> on the specified side.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  126. final def chartreuse: ValueT[Color]

    Definition Classes
    ColorOps
  127. final def chocolate: ValueT[Color]

    Definition Classes
    ColorOps
  128. final def clear: Attrs.clear.type

    The clear CSS property specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them.

    The clear CSS property specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  129. final def clip: Attrs.clip.type

    The clip CSS property defines what portion of an element is visible.

    The clip CSS property defines what portion of an element is visible. The clip property applies only to absolutely positioned elements, that is elements with position:absolute or position:fixed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  130. final def clipPath: Attr

    The clip-path property prevents a portion of an element from drawing by defining a clipping region.

    The clip-path property prevents a portion of an element from drawing by defining a clipping region.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  131. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def color: Attrs.color.type

    The CSS color property sets the foreground color of an element's text content, and its decorations.

    The CSS color property sets the foreground color of an element's text content, and its decorations. It doesn't affect any other characteristic of the element; it should really be called text-color and would have been named so, save for historical reasons and its appearance in CSS Level 1.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  133. implicit def colourLiteralMacro(sc: StringContext): ColourLiteral

    Annotations
    @inline()
  134. final def columnCount: Attrs.columnCount.type

    The column-count CSS property describes the number of columns of the element.

    The column-count CSS property describes the number of columns of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  135. final def columnFill: Attrs.columnFill.type

    The column-fill CSS property controls how contents are partitioned into columns.

    The column-fill CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using auto, just take up the room the content needs.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  136. final def columnGap: Attrs.columnGap.type

    The column-gap CSS property sets the size of the gap between columns for elements which are specified to display as a multi-column element.

    The column-gap CSS property sets the size of the gap between columns for elements which are specified to display as a multi-column element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  137. final def columnRule: Attrs.columnRule.type

    In multi-column layouts, the column-rule CSS property specifies a straight line, or "rule")( to be drawn between each column.

    In multi-column layouts, the column-rule CSS property specifies a straight line, or "rule")( to be drawn between each column. It is a convenient shorthand to avoid setting each of the individual column-rule-* properties separately : column-rule-width, column-rule-style and column-rule-color.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  138. final def columnRuleColor: Attrs.columnRuleColor.type

    The column-rule-color CSS property lets you set the color of the rule drawn between columns in multi-column layouts.

    The column-rule-color CSS property lets you set the color of the rule drawn between columns in multi-column layouts.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  139. final def columnRuleStyle: Attrs.columnRuleStyle.type

    The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.

    The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  140. final def columnRuleWidth: Attrs.columnRuleWidth.type

    The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.

    The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  141. final def columnSpan: Attrs.columnSpan.type

    The column-span CSS property makes it possible for an element to span across all columns when its value is set to all.

    The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  142. final def columnWidth: Attrs.columnWidth.type

    The column-width CSS property suggests an optimal column width.

    The column-width CSS property suggests an optimal column width. This is not a absolute value but a mere hint. Browser will adjust the width of the column around that suggested value, allowing to achieve scalable designs that fit different screen size. Especially in presence of the column-count CSS property which has precedence, to set an exact column width, all length values must be specified. In horizontal text these are width, column-width, column-gap, and column-rule-width.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  143. final def columns: Attr

    The columns CSS property is a shorthand property allowing to set both the column-width and the column-count properties at the same time.

    The columns CSS property is a shorthand property allowing to set both the column-width and the column-count properties at the same time.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  144. final def content: Attr

    The content CSS property is used with the ::before and ::after pseudo-elements to generate content in an element.

    The content CSS property is used with the ::before and ::after pseudo-elements to generate content in an element. Objects inserted using the content property are anonymous replaced elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  145. final def coral: ValueT[Color]

    Definition Classes
    ColorOps
  146. final def cornflowerblue: ValueT[Color]

    Definition Classes
    ColorOps
  147. final def cornsilk: ValueT[Color]

    Definition Classes
    ColorOps
  148. final def counterIncrement: Attr

    The counter-increment CSS property is used to increase the value of CSS Counters by a given value.

    The counter-increment CSS property is used to increase the value of CSS Counters by a given value. The counter's value can be reset using the counter-reset CSS property.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  149. final def counterReset: Attr

    The counter-reset CSS property is used to reset CSS Counters to a given value.

    The counter-reset CSS property is used to reset CSS Counters to a given value.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  150. final def crimson: ValueT[Color]

    Definition Classes
    ColorOps
  151. final def currentColor: ValueT[Color]

    The currentColor keyword represents the calculated value of the element's color property.

    The currentColor keyword represents the calculated value of the element's color property. It allows to make the color properties inherited by properties or child's element properties that do not inherit it by default.

    It can also be used on properties that inherit the calculated value of the element's color property and will be equivalent to the inherit keyword on these elements, if any.

    Definition Classes
    ColorOps
  152. final def cursor: Attrs.cursor.type

    The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.

    The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  153. final def cyan: ValueT[Color]

    Definition Classes
    ColorOps
  154. final def darkblue: ValueT[Color]

    Definition Classes
    ColorOps
  155. final def darkcyan: ValueT[Color]

    Definition Classes
    ColorOps
  156. final def darkgoldenrod: ValueT[Color]

    Definition Classes
    ColorOps
  157. final def darkgray: ValueT[Color]

    Definition Classes
    ColorOps
  158. final def darkgreen: ValueT[Color]

    Definition Classes
    ColorOps
  159. final def darkgrey: ValueT[Color]

    Definition Classes
    ColorOps
  160. final def darkkhaki: ValueT[Color]

    Definition Classes
    ColorOps
  161. final def darkmagenta: ValueT[Color]

    Definition Classes
    ColorOps
  162. final def darkolivegreen: ValueT[Color]

    Definition Classes
    ColorOps
  163. final def darkorange: ValueT[Color]

    Definition Classes
    ColorOps
  164. final def darkorchid: ValueT[Color]

    Definition Classes
    ColorOps
  165. final def darkred: ValueT[Color]

    Definition Classes
    ColorOps
  166. final def darksalmon: ValueT[Color]

    Definition Classes
    ColorOps
  167. final def darkseagreen: ValueT[Color]

    Definition Classes
    ColorOps
  168. final def darkslateblue: ValueT[Color]

    Definition Classes
    ColorOps
  169. final def darkslategray: ValueT[Color]

    Definition Classes
    ColorOps
  170. final def darkslategrey: ValueT[Color]

    Definition Classes
    ColorOps
  171. final def darkturquoise: ValueT[Color]

    Definition Classes
    ColorOps
  172. final def darkviolet: ValueT[Color]

    Definition Classes
    ColorOps
  173. final def dashed: Literal.Typed.dashed.type

    Definition Classes
    TypedLiteralAliases
  174. final def deeppink: ValueT[Color]

    Definition Classes
    ColorOps
  175. final def deepskyblue: ValueT[Color]

    Definition Classes
    ColorOps
  176. final def dimgray: ValueT[Color]

    Definition Classes
    ColorOps
  177. final def dimgrey: ValueT[Color]

    Definition Classes
    ColorOps
  178. final def direction: Attrs.direction.type

    Set the direction CSS property to match the direction of the text: rtl for languages written from right-to-left (like Hebrew or Arabic) text and ltr for other scripts.

    Set the direction CSS property to match the direction of the text: rtl for languages written from right-to-left (like Hebrew or Arabic) text and ltr for other scripts. This is typically done as part of the document (e.g., using the dir attribute in HTML) rather than through direct use of CSS.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  179. final def display: Attrs.display.type

    The display CSS property specifies the type of rendering box used for an element.

    The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  180. final def dodgerblue: ValueT[Color]

    Definition Classes
    ColorOps
  181. final def dotted: Literal.Typed.dotted.type

    Definition Classes
    TypedLiteralAliases
  182. final def double: Literal.Typed.double.type

    Definition Classes
    TypedLiteralAliases
  183. final def eachLine: Literal.Typed.eachLine.type

    Definition Classes
    TypedLiteralAliases
  184. final def emptyCells: Attrs.emptyCells.type

    The empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

    The empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  185. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  186. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  187. final def filter: Attr

    The CSS filter property provides for effects like blurring or color shifting on an element’s rendering before the element is displayed.

    The CSS filter property provides for effects like blurring or color shifting on an element’s rendering before the element is displayed. Filters are commonly used to adjust the rendering of an image, a background, or a border.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  188. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  189. final def firebrick: ValueT[Color]

    Definition Classes
    ColorOps
  190. final def flex: Attr

    The flex CSS property is a shorthand property specifying the ability of a flex item to alter its dimensions to fill available space.

    The flex CSS property is a shorthand property specifying the ability of a flex item to alter its dimensions to fill available space. Flex items can be stretched to use available space proportional to their flex grow factor or their flex shrink factor to prevent overflow.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  191. final def flexBasis: Attr

    The CSS flex-basis property specifies the flex basis which is the initial main size of a flex item.

    The CSS flex-basis property specifies the flex basis which is the initial main size of a flex item. The property determines the size of the content-box unless specified otherwise using box-sizing.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  192. final def flexDirection: Attrs.flexDirection.type

    The CSS flex-direction property specifies how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

    The CSS flex-direction property specifies how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  193. final def flexFlow: Attr

    The CSS flex-flow property is a shorthand property for flex-direction and flex-wrap individual properties.

    The CSS flex-flow property is a shorthand property for flex-direction and flex-wrap individual properties.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  194. final def flexGrow: Attrs.flexGrow.type

    The CSS flex-grow property specifies the flex grow factor of a flex item.

    The CSS flex-grow property specifies the flex grow factor of a flex item.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  195. final def flexShrink: Attrs.flexShrink.type

    The CSS flex-shrink property specifies the flex shrink factor of a flex item.

    The CSS flex-shrink property specifies the flex shrink factor of a flex item.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  196. final def flexWrap: Attrs.flexWrap.type

    The CSS flex-wrap property specifies whether the children are forced into a single line or if the items can be flowed on multiple lines.

    The CSS flex-wrap property specifies whether the children are forced into a single line or if the items can be flowed on multiple lines.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  197. final def float: Attrs.float.type

    The float CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it.

    The float CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it. A floating element is one where the computed value of float is not none.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  198. final def floralwhite: ValueT[Color]

    Definition Classes
    ColorOps
  199. final def flowFrom: Attr

    Flows content from a named flow (specified by a corresponding flow-into) through selected elements to form a dynamic chain of layout regions.

    Flows content from a named flow (specified by a corresponding flow-into) through selected elements to form a dynamic chain of layout regions.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    WPD

  200. final def flowInto: Attr

    Diverts the selected element's content into a named flow, used to thread content through different layout regions specified by flow-from.

    Diverts the selected element's content into a named flow, used to thread content through different layout regions specified by flow-from.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    WPD

  201. final def font: Attr

    The font CSS property is either a shorthand property for setting font-style, font-variant, font-weight, font-size, line-height and font-family, or a way to set the element's font to a system font, using specific keywords.

    The font CSS property is either a shorthand property for setting font-style, font-variant, font-weight, font-size, line-height and font-family, or a way to set the element's font to a system font, using specific keywords.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  202. final def fontFamily: Attr

    The font-family CSS property allows for a prioritized list of font family names and/or generic family names to be specified for the selected element.

    The font-family CSS property allows for a prioritized list of font family names and/or generic family names to be specified for the selected element. Unlike most other CSS properties, values are separated by a comma to indicate that they are alternatives. The browser will select the first font on the list that is installed on the computer, or that can be downloaded using the information provided by a @font-face at-rule.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  203. final def fontFeatureSettings: Attr

    The font-feature-settings CSS property allows control over advanced typographic features in OpenType fonts.

    The font-feature-settings CSS property allows control over advanced typographic features in OpenType fonts.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  204. final def fontKerning: Attrs.fontKerning.type

    The font-kerning CSS property controls the usage of the kerning information; that is, it controls how letters are spaced.

    The font-kerning CSS property controls the usage of the kerning information; that is, it controls how letters are spaced. The kerning information is stored in the font, and if the font is well-kerned, this feature allows spacing between characters to be very similar, whatever the characters are.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  205. final def fontSize: Attrs.fontSize.type

    The font-size CSS property specifies the size of the font – specifically the desired height of glyphs from the font.

    The font-size CSS property specifies the size of the font – specifically the desired height of glyphs from the font. Setting the font size may, in turn, change the size of other items, since it is used to compute the value of em and ex length units.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  206. final def fontSizeAdjust: Attrs.fontSizeAdjust.type

    The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters.

    The font-size-adjust CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  207. final def fontStretch: Attrs.fontStretch.type

    The font-stretch CSS property selects a normal, condensed, or expanded face from a font.

    The font-stretch CSS property selects a normal, condensed, or expanded face from a font.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  208. final def fontStyle: Attrs.fontStyle.type

    The font-style CSS property allows italic or oblique faces to be selected within a font-family.

    The font-style CSS property allows italic or oblique faces to be selected within a font-family.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  209. final def fontSynthesis: Attr

    The font-synthesis CSS property controls which missing typefaces, bold or italic, may be synthesized by the browser.

    The font-synthesis CSS property controls which missing typefaces, bold or italic, may be synthesized by the browser.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  210. final def fontVariant: Attr

    The font-variant CSS property selects a normal, or small-caps face from a font family.

    The font-variant CSS property selects a normal, or small-caps face from a font family. Setting the CSS Level 2 (Revision 1) values of the font-variant property, that is normal or small-caps, is also possible by using the font shorthand.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  211. final def fontVariantAlternates: Attr

    The font-variant-alternates CSS property controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values.

    The font-variant-alternates CSS property controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  212. final def fontVariantCaps: Attrs.fontVariantCaps.type

    The font-variant-caps CSS property controls the usage of alternate glyphs for capital letters.

    The font-variant-caps CSS property controls the usage of alternate glyphs for capital letters. Scripts can have capital letter glyphs of different sizes, the normal uppercase glyphs, small capital glyphs, and petite capital glyphs. This property controls which alternate glyphs to use.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  213. final def fontVariantEastAsian: Attr

    The font-variant-east-asian CSS property controls the usage of alternate glyphs for East Asian scripts, like Japanese and Chinese.

    The font-variant-east-asian CSS property controls the usage of alternate glyphs for East Asian scripts, like Japanese and Chinese.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  214. final def fontVariantLigatures: Attr

    The font-variant-ligatures CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to.

    The font-variant-ligatures CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  215. final def fontVariantNumeric: Attr

    The font-variant-numeric CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.

    The font-variant-numeric CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  216. final def fontVariantPosition: Attrs.fontVariantPosition.type

    The font-variant-position CSS property controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font, which is set unchanged.

    The font-variant-position CSS property controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font, which is set unchanged. These glyphs are likely to be used in <sub> and <sup> elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  217. final def fontWeight: Attrs.fontWeight.type

    The font-weight CSS property specifies the weight or boldness of the font.

    The font-weight CSS property specifies the weight or boldness of the font. However, some fonts are not available in all weights; some are available only on normal and bold.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  218. final def forestgreen: ValueT[Color]

    Definition Classes
    ColorOps
  219. final def fuchsia: ValueT[Color]

    Definition Classes
    ColorOps
  220. final def gainsboro: ValueT[Color]

    Definition Classes
    ColorOps
  221. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  222. final def ghostwhite: ValueT[Color]

    Definition Classes
    ColorOps
  223. final def gold: ValueT[Color]

    Definition Classes
    ColorOps
  224. final def goldenrod: ValueT[Color]

    Definition Classes
    ColorOps
  225. final def gray: ValueT[Color]

    Definition Classes
    ColorOps
  226. final def green: ValueT[Color]

    Definition Classes
    ColorOps
  227. final def greenyellow: ValueT[Color]

    Definition Classes
    ColorOps
  228. final def grey: ValueT[Color]

    Definition Classes
    ColorOps
  229. final def grey(amount: Int): ValueT[Color]

    Definition Classes
    ColorOps
  230. final def grid: Attr

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    css3-grid-layout#grid

  231. final def gridArea: Attr

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    css3-grid-layout#common-uses

  232. final def gridAutoColumns: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  233. final def gridAutoFlow: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  234. final def gridAutoPosition: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  235. final def gridAutoRows: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  236. final def gridColumn: Attr

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    css3-grid-layout#placement-shorthands

  237. final def gridColumnEnd: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  238. final def gridColumnStart: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  239. final def gridRow: Attr

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    css3-grid-layout#placement-shorthands

  240. final def gridRowEnd: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  241. final def gridRowStart: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  242. final def gridTemplate: Attr

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    css3-grid-layout#grid-template

  243. final def gridTemplateAreas: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  244. final def gridTemplateColumns: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  245. final def gridTemplateRows: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  246. final def groove: Literal.Typed.groove.type

    Definition Classes
    TypedLiteralAliases
  247. final def hanging: Literal.Typed.hanging.type

    Definition Classes
    TypedLiteralAliases
  248. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  249. final def height: Attrs.height.type

    The height CSS property specifies the height of the content area of an element.

    The height CSS property specifies the height of the content area of an element. The content area is inside the padding, border, and margin of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  250. final def hidden: Literal.Typed.hidden.type

    Definition Classes
    TypedLiteralAliases
  251. final def honeydew: ValueT[Color]

    Definition Classes
    ColorOps
  252. final def hotpink: ValueT[Color]

    Definition Classes
    ColorOps
  253. final def hsl(h: Int, s: Percentage[_], l: Percentage[_]): ValueT[Color]

    Definition Classes
    ColorOps
  254. final def hsla(h: Int, s: Percentage[_], l: Percentage[_], a: Double): ValueT[Color]

    Definition Classes
    ColorOps
  255. final def hyphens: Attrs.hyphens.type

    The hyphens CSS property tells the browser how to go about splitting words to improve the layout of text when line-wrapping.

    The hyphens CSS property tells the browser how to go about splitting words to improve the layout of text when line-wrapping. On HTML, the language is determined by the lang attribute: browsers will hyphenate only if this attribute is present and if an appropriate hyphenation dictionary is available. On XML, the xml:lang attribute must be used.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  256. final def imageOrientation: Attr

    The image-orientation CSS property describes how to correct the default orientation of an image.

    The image-orientation CSS property describes how to correct the default orientation of an image.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  257. final def imageRendering: Attrs.imageRendering.type

    The image-rendering CSS property provides a hint to the user agent about how to handle its image rendering.

    The image-rendering CSS property provides a hint to the user agent about how to handle its image rendering. It applies to any images appearing on the element properties, but has no effect on non-scaled images.. For example, if the natural size of the image is 100×100px but the page author specifies the dimensions to 200×200px (or 50×50px), then the image will be upscaled (or downscaled) to the new dimensions using the specified algorithm. Scaling may also apply due to user interaction (zooming).

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  258. final def imageResolution: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  259. final def imeMode: Attrs.imeMode.type

    The ime-mode CSS property controls the state of the input method editor for text fields.

    The ime-mode CSS property controls the state of the input method editor for text fields.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  260. final def indianred: ValueT[Color]

    Definition Classes
    ColorOps
  261. final def indigo: ValueT[Color]

    Definition Classes
    ColorOps
  262. final def inherit: Literal.Typed.inherit.type

    Definition Classes
    TypedLiteralAliases
  263. final def initial: Literal.Typed.initial.type

    Definition Classes
    TypedLiteralAliases
  264. final def inlineSize: Attrs.inlineSize.type

    The inline-size CSS property defines the horizontal or vertical size of an element's block depending on it's writing mode.

    The inline-size CSS property defines the horizontal or vertical size of an element's block depending on it's writing mode. It corresponds to the width or the height property depending on the value defined for writing-mode.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  265. final def inset: Literal.Typed.inset.type

    Definition Classes
    TypedLiteralAliases
  266. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  267. final def isolation: Attrs.isolation.type

    The isolation CSS property defines if the element must create a new stacking context.

    The isolation CSS property defines if the element must create a new stacking context.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  268. final def ivory: ValueT[Color]

    Definition Classes
    ColorOps
  269. final def justifyContent: Attrs.justifyContent.type

    The CSS justify-content property defines how a browser distributes available space between and around elements when aligning flex items in the main-axis of the current line.

    The CSS justify-content property defines how a browser distributes available space between and around elements when aligning flex items in the main-axis of the current line. The alignment is done after the lengths and auto margins are applied, meaning that, if there is at least one flexible element, with flex-grow different than 0, it will have no effect as there won't be any available space.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  270. final def khaki: ValueT[Color]

    Definition Classes
    ColorOps
  271. final def lavender: ValueT[Color]

    Definition Classes
    ColorOps
  272. final def lavenderblush: ValueT[Color]

    Definition Classes
    ColorOps
  273. final def lawngreen: ValueT[Color]

    Definition Classes
    ColorOps
  274. final def left: Attrs.left.type

    The left CSS property specifies part of the position of positioned elements.

    The left CSS property specifies part of the position of positioned elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  275. final def lemonchiffon: ValueT[Color]

    Definition Classes
    ColorOps
  276. final def letterSpacing: Attrs.letterSpacing.type

    The letter-spacing CSS property specifies spacing behavior between text characters.

    The letter-spacing CSS property specifies spacing behavior between text characters.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  277. final def lightblue: ValueT[Color]

    Definition Classes
    ColorOps
  278. final def lightcoral: ValueT[Color]

    Definition Classes
    ColorOps
  279. final def lightcyan: ValueT[Color]

    Definition Classes
    ColorOps
  280. final def lightgoldenrodyellow: ValueT[Color]

    Definition Classes
    ColorOps
  281. final def lightgray: ValueT[Color]

    Definition Classes
    ColorOps
  282. final def lightgreen: ValueT[Color]

    Definition Classes
    ColorOps
  283. final def lightgrey: ValueT[Color]

    Definition Classes
    ColorOps
  284. final def lightpink: ValueT[Color]

    Definition Classes
    ColorOps
  285. final def lightsalmon: ValueT[Color]

    Definition Classes
    ColorOps
  286. final def lightseagreen: ValueT[Color]

    Definition Classes
    ColorOps
  287. final def lightskyblue: ValueT[Color]

    Definition Classes
    ColorOps
  288. final def lightslategray: ValueT[Color]

    Definition Classes
    ColorOps
  289. final def lightslategrey: ValueT[Color]

    Definition Classes
    ColorOps
  290. final def lightsteelblue: ValueT[Color]

    Definition Classes
    ColorOps
  291. final def lightyellow: ValueT[Color]

    Definition Classes
    ColorOps
  292. final def lime: ValueT[Color]

    Definition Classes
    ColorOps
  293. final def limegreen: ValueT[Color]

    Definition Classes
    ColorOps
  294. final def lineBreak: Attrs.lineBreak.type

    The line-break CSS property is used to specify how (or if) to break lines.

    The line-break CSS property is used to specify how (or if) to break lines.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  295. final def lineHeight: Attrs.lineHeight.type

    On block level elements, the line-height CSS property specifies the minimal height of line boxes within the element.

    On block level elements, the line-height CSS property specifies the minimal height of line boxes within the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  296. final def linen: ValueT[Color]

    Definition Classes
    ColorOps
  297. final def listStyle: Attr

    The list-style CSS property is a shorthand property for setting list-style-type, list-style-image and list-style-position.

    The list-style CSS property is a shorthand property for setting list-style-type, list-style-image and list-style-position.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  298. final def listStyleImage: Attr

    The list-style-image CSS property sets the image that will be used as the list item marker.

    The list-style-image CSS property sets the image that will be used as the list item marker.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  299. final def listStylePosition: Attrs.listStylePosition.type

    The list-style-position CSS property specifies the position of the marker box in the principal block box.

    The list-style-position CSS property specifies the position of the marker box in the principal block box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  300. final def listStyleType: Attr

    The list-style-type CSS property specifies appearance of a list item element.

    The list-style-type CSS property specifies appearance of a list item element. As it is the only one which defaults to display:list-item, this is usually a <li> element, but can be any element with this display value.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  301. final def magenta: ValueT[Color]

    Definition Classes
    ColorOps
  302. final def margin: Attrs.margin.type

    The margin CSS property sets the margin for all four sides.

    The margin CSS property sets the margin for all four sides. It is a shorthand to avoid setting each side separately with the other margin properties: margin-top, margin-right, margin-bottom and margin-left.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  303. final def marginBlockEnd: Attrs.marginBlockEnd.type

    The margin-block-end CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.

    The margin-block-end CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the margin-top, margin-right, margin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  304. final def marginBlockStart: Attrs.marginBlockStart.type

    The margin-block-start CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.

    The margin-block-start CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the margin-top, margin-right, margin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  305. final def marginBottom: Attrs.marginBottom.type

    The margin-bottom CSS property of an element sets the margin space required on the bottom of an element.

    The margin-bottom CSS property of an element sets the margin space required on the bottom of an element. A negative value is also allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  306. final def marginInlineEnd: Attrs.marginInlineEnd.type

    The margin-inline-end CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.

    The margin-inline-end CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the margin-top, margin-right, margin-bottom or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  307. final def marginInlineStart: Attrs.marginInlineStart.type

    The margin-inline-start CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.

    The margin-inline-start CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the margin-top, margin-right, margin-bottom, or margin-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  308. final def marginLeft: Attrs.marginLeft.type

    The margin-left CSS property of an element sets the margin space required on the left side of a box associated with an element.

    The margin-left CSS property of an element sets the margin space required on the left side of a box associated with an element. A negative value is also allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  309. final def marginRight: Attrs.marginRight.type

    The margin-right CSS property of an element sets the margin space required on the right side of an element.

    The margin-right CSS property of an element sets the margin space required on the right side of an element. A negative value is also allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  310. final def marginTop: Attrs.marginTop.type

    The margin-top CSS property of an element sets the margin space required on the top of an element.

    The margin-top CSS property of an element sets the margin space required on the top of an element. A negative value is also allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  311. final def marks: Attr

    The marks CSS property adds crop and/or cross marks to the presentation of the document.

    The marks CSS property adds crop and/or cross marks to the presentation of the document. Crop marks indicate where the page should be cut. Cross marks are used to align sheets.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  312. final def maroon: ValueT[Color]

    Definition Classes
    ColorOps
  313. final def mask: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  314. final def maskType: Attr

    The CSS mask-type properties defines if a SVG <mask> element is a luminance or an alpha mask.

    The CSS mask-type properties defines if a SVG <mask> element is a luminance or an alpha mask.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  315. final def maxBlockSize: Attrs.maxBlockSize.type

    The max-block-size CSS property defines the horizontal or vertical maximal size of an element's block depending on its writing mode.

    The max-block-size CSS property defines the horizontal or vertical maximal size of an element's block depending on its writing mode. It corresponds to the max-width or the max-height property, depending on the value defined for writing-mode. If the writing mode is vertically oriented, the value of max-block-size relates to the maximal width of the element, otherwise it relates to the maximal height of the element. It relates to max-inline-size, which defines the other dimension of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  316. final def maxHeight: Attrs.maxHeight.type

    The max-height CSS property is used to set the maximum height of a given element.

    The max-height CSS property is used to set the maximum height of a given element. It prevents the used value of the height property from becoming larger than the value specified for max-height.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  317. final def maxInlineSize: Attrs.maxInlineSize.type

    The max-inline-size CSS property defines the horizontal or vertical maximal size of an element's block depending on its writing mode.

    The max-inline-size CSS property defines the horizontal or vertical maximal size of an element's block depending on its writing mode. It corresponds to the max-width or the max-height property depending on the value defined for writing-mode. If the writing mode is vertically oriented, the value of max-inline-size relates to the maximal height of the element, otherwise it relates to the maximal width of the element. It relates to max-block-size, which defines the other dimension of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  318. final def maxWidth: Attrs.maxWidth.type

    The max-width CSS property is used to set the maximum width of a given element.

    The max-width CSS property is used to set the maximum width of a given element. It prevents the used value of the width property from becoming larger than the value specified for max-width.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  319. def media: MediaQueryEmpty.type

  320. final def medium: Literal.Typed.medium.type

    Definition Classes
    TypedLiteralAliases
  321. final def mediumaquamarine: ValueT[Color]

    Definition Classes
    ColorOps
  322. final def mediumblue: ValueT[Color]

    Definition Classes
    ColorOps
  323. final def mediumorchid: ValueT[Color]

    Definition Classes
    ColorOps
  324. final def mediumpurple: ValueT[Color]

    Definition Classes
    ColorOps
  325. final def mediumseagreen: ValueT[Color]

    Definition Classes
    ColorOps
  326. final def mediumslateblue: ValueT[Color]

    Definition Classes
    ColorOps
  327. final def mediumspringgreen: ValueT[Color]

    Definition Classes
    ColorOps
  328. final def mediumturquoise: ValueT[Color]

    Definition Classes
    ColorOps
  329. final def mediumvioletred: ValueT[Color]

    Definition Classes
    ColorOps
  330. final def midnightblue: ValueT[Color]

    Definition Classes
    ColorOps
  331. final def minBlockSize: Attrs.minBlockSize.type

    The min-block-size CSS property defines the horizontal or vertical minimal size of an element's block depending on its writing mode.

    The min-block-size CSS property defines the horizontal or vertical minimal size of an element's block depending on its writing mode. It corresponds to the min-width or the min-height property, depending on the value defined for writing-mode. If the writing mode is vertically oriented, the value of min-block-size relates to the minimal width of the element, otherwise it relates to the minimal height of the element. It relates to min-inline-size, which defines the other dimension of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  332. final def minHeight: Attrs.minHeight.type

    The min-height CSS property is used to set the minimum height of a given element.

    The min-height CSS property is used to set the minimum height of a given element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  333. final def minInlineSize: Attrs.minInlineSize.type

    The min-inline-size CSS property defines the horizontal or vertical minimal size of an element's block depending on its writing mode.

    The min-inline-size CSS property defines the horizontal or vertical minimal size of an element's block depending on its writing mode. It corresponds to the min-width or the min-height property, depending on the value defined for writing-mode. If the writing mode is vertically oriented, the value of min-inline-size relates to the minimal height of the element, otherwise it relates to the minimal width of the element. It relates to min-block-size, which defines the other dimension of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  334. final def minWidth: Attrs.minWidth.type

    The min-width CSS property is used to set the minimum width of a given element.

    The min-width CSS property is used to set the minimum width of a given element. It prevents the used value of the width property from becoming smaller than the value specified for min-width.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  335. final def mintcream: ValueT[Color]

    Definition Classes
    ColorOps
  336. final def mistyrose: ValueT[Color]

    Definition Classes
    ColorOps
  337. final def mixBlendMode: Attr

    The mix-blend-mode CSS property describes how an element content should blend with the content of the element that is below it and the element's background.

    The mix-blend-mode CSS property describes how an element content should blend with the content of the element that is below it and the element's background.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  338. def mixin(t: ToStyle*)(implicit c: Compose): StyleS

    Annotations
    @inline()
  339. def mixinIf(b: Boolean)(t: ToStyle*)(implicit c: Compose): StyleS

    Annotations
    @inline()
  340. def mixinIfElse(b: Boolean)(t: ToStyle*)(f: ToStyle*)(implicit c: Compose): StyleS

    Annotations
    @inline()
  341. final def mkColor(s: String): ValueT[Color]

    Attributes
    protected
    Definition Classes
    DslBaseColorOps
    Annotations
    @inline()
  342. final def moccasin: ValueT[Color]

    Definition Classes
    ColorOps
  343. final def navajowhite: ValueT[Color]

    Definition Classes
    ColorOps
  344. final def navy: ValueT[Color]

    Definition Classes
    ColorOps
  345. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  346. final def none: Literal.Typed.none.type

    Definition Classes
    TypedLiteralAliases
  347. final def notify(): Unit

    Definition Classes
    AnyRef
  348. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  349. final def objectFit: Attrs.objectFit.type

    The object-fit CSS property specifies how the contents of a replaced element should be fitted to the box established by its used height and width.

    The object-fit CSS property specifies how the contents of a replaced element should be fitted to the box established by its used height and width.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  350. final def objectPosition: Attr

    The object-position property determines the alignment of the replaced element inside its box.

    The object-position property determines the alignment of the replaced element inside its box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  351. final def offsetBlockEnd: Attrs.offsetBlockEnd.type

    The offset-block-end CSS property defines the logical block end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation.

    The offset-block-end CSS property defines the logical block end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  352. final def offsetBlockStart: Attrs.offsetBlockStart.type

    The offset-block-start CSS property defines the logical block start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation.

    The offset-block-start CSS property defines the logical block start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  353. final def offsetInlineEnd: Attrs.offsetInlineEnd.type

    The offset-inline-end CSS property defines the logical inline end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation.

    The offset-inline-end CSS property defines the logical inline end offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  354. final def offsetInlineStart: Attrs.offsetInlineStart.type

    The offset-inline-start CSS property defines the logical inline start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation.

    The offset-inline-start CSS property defines the logical inline start offset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the top, right, bottom, or left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  355. final def oldlace: ValueT[Color]

    Definition Classes
    ColorOps
  356. final def olive: ValueT[Color]

    Definition Classes
    ColorOps
  357. final def olivedrab: ValueT[Color]

    Definition Classes
    ColorOps
  358. final def opacity: Attrs.opacity.type

    The opacity CSS property specifies the transparency of an element, that is, the degree to which the background behind the element is overlaid.

    The opacity CSS property specifies the transparency of an element, that is, the degree to which the background behind the element is overlaid.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  359. final def orange: ValueT[Color]

    Definition Classes
    ColorOps
  360. final def orangered: ValueT[Color]

    Definition Classes
    ColorOps
  361. final def orchid: ValueT[Color]

    Definition Classes
    ColorOps
  362. final def order: Attrs.order.type

    The CSS order property specifies the order used to lay out flex items in their flex container.

    The CSS order property specifies the order used to lay out flex items in their flex container. Elements are laid out by ascending order of the order value. Elements with the same order value are laid out in the order they appear in the source code.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  363. final def orphans: Attrs.orphans.type

    The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page.

    The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page. This property is normally used to control how page breaks occur.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  364. final def outline: Attrs.outline.type

    The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single declaration.

    The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single declaration. In most cases the use of this shortcut is preferable and more convenient.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  365. final def outlineColor: Attrs.outlineColor.type

    The outline-color CSS property sets the color of the outline of an element.

    The outline-color CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  366. final def outlineOffset: Attrs.outlineOffset.type

    The outline-offset CSS property is used to set space between an outline and the edge or border of an element.

    The outline-offset CSS property is used to set space between an outline and the edge or border of an element. An outline is a line that is drawn around elements, outside the border edge.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  367. final def outlineStyle: Attrs.outlineStyle.type

    The outline-style CSS property is used to set the style of the outline of an element.

    The outline-style CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  368. final def outlineWidth: Attrs.outlineWidth.type

    The outline-width CSS property is used to set the width of the outline of an element.

    The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out:

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  369. final def outset: Literal.Typed.outset.type

    Definition Classes
    TypedLiteralAliases
  370. final def overflow: Attrs.overflow.type

    The overflow CSS property specifies whether to clip content, render scrollbars or just display content when it overflows its block level container.

    The overflow CSS property specifies whether to clip content, render scrollbars or just display content when it overflows its block level container.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  371. final def overflowWrap: Attr

    REDIRECT https://developer.mozilla.org/en-US/docs/CSS/word-wrap

    REDIRECT https://developer.mozilla.org/en-US/docs/CSS/word-wrap

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  372. final def overflowX: Attrs.overflowX.type

    The overflow-x CSS property specifies whether to clip content, render a scroll bar or display overflow content of a block-level element, when it overflows at the left and right edges.

    The overflow-x CSS property specifies whether to clip content, render a scroll bar or display overflow content of a block-level element, when it overflows at the left and right edges.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  373. final def overflowY: Attrs.overflowY.type

    The overflow-y CSS property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.

    The overflow-y CSS property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  374. final def padding: Attrs.padding.type

    The padding CSS property sets the required padding space on all sides of an element.

    The padding CSS property sets the required padding space on all sides of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  375. final def paddingBlockEnd: Attrs.paddingBlockEnd.type

    The padding-block-end CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

    The padding-block-end CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  376. final def paddingBlockStart: Attrs.paddingBlockStart.type

    The padding-block-start CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

    The padding-block-start CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  377. final def paddingBottom: Attrs.paddingBottom.type

    The padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element.

    The padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element. The padding area is the space between the content of the element and it's border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  378. final def paddingInlineEnd: Attrs.paddingInlineEnd.type

    The padding-inline-end CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

    The padding-inline-end CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  379. final def paddingInlineStart: Attrs.paddingInlineStart.type

    The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.

    The padding-inline-start CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation. It corresponds to the padding-top, padding-right, padding-bottom, or padding-left property depending on the values defined for writing-mode, direction, and text-orientation.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  380. final def paddingLeft: Attrs.paddingLeft.type

    The padding-left CSS property of an element sets the padding space required on the left side of an element.

    The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and it's border. A negative value is not allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  381. final def paddingRight: Attrs.paddingRight.type

    The padding-right CSS property of an element sets the padding space required on the right side of an element.

    The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  382. final def paddingTop: Attrs.paddingTop.type

    The padding-top CSS property of an element sets the padding space required on the top of an element.

    The padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  383. final def pageBreakAfter: Attrs.pageBreakAfter.type

    The page-break-after CSS property adjusts page breaks after the current element.

    The page-break-after CSS property adjusts page breaks after the current element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  384. final def pageBreakBefore: Attrs.pageBreakBefore.type

    The page-break-before CSS property adjusts page breaks before the current element.

    The page-break-before CSS property adjusts page breaks before the current element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  385. final def pageBreakInside: Attrs.pageBreakInside.type

    The page-break-inside CSS property adjusts page breaks inside the current element.

    The page-break-inside CSS property adjusts page breaks inside the current element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  386. final def palegoldenrod: ValueT[Color]

    Definition Classes
    ColorOps
  387. final def palegreen: ValueT[Color]

    Definition Classes
    ColorOps
  388. final def paleturquoise: ValueT[Color]

    Definition Classes
    ColorOps
  389. final def palevioletred: ValueT[Color]

    Definition Classes
    ColorOps
  390. final def papayawhip: ValueT[Color]

    Definition Classes
    ColorOps
  391. final def peachpuff: ValueT[Color]

    Definition Classes
    ColorOps
  392. final def perspective: Attrs.perspective.type

    The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective.

    The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  393. final def perspectiveOrigin: Attr

    The perspective-origin CSS property determines the position the viewer is looking at.

    The perspective-origin CSS property determines the position the viewer is looking at. It is used as the vanishing point by the perspective property.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  394. final def peru: ValueT[Color]

    Definition Classes
    ColorOps
  395. final def pink: ValueT[Color]

    Definition Classes
    ColorOps
  396. final def plum: ValueT[Color]

    Definition Classes
    ColorOps
  397. final def pointerEvents: Attr

    The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events.

    The CSS property pointer-events allows authors to control under what circumstances (if any) a particular graphic element can become the target of mouse events. When this property is unspecified, the same characteristics of the visiblePainted value apply to SVG content.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  398. final def position: Attrs.position.type

    The position CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects.

    The position CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  399. final def powderblue: ValueT[Color]

    Definition Classes
    ColorOps
  400. final def purple: ValueT[Color]

    Definition Classes
    ColorOps
  401. final def quotes: Attrs.quotes.type

    The quotes CSS property indicates how user agents should render quotation marks.

    The quotes CSS property indicates how user agents should render quotation marks.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  402. final def rebeccapurple: ValueT[Color]

    Definition Classes
    ColorOps
  403. final def red: ValueT[Color]

    Definition Classes
    ColorOps
  404. final def regionFragment: Attr

    Controls whether the last region in a chain displays additional 'overset' content according its default overflow property, or if it displays a fragment of content as if it were flowing into a subsequent region.

    Controls whether the last region in a chain displays additional 'overset' content according its default overflow property, or if it displays a fragment of content as if it were flowing into a subsequent region.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    WPD

  405. final def resize: Attrs.resize.type

    The resize CSS property lets you control the resizability of an element.

    The resize CSS property lets you control the resizability of an element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  406. final def rgb(r: Percentage[_], g: Percentage[_], b: Percentage[_]): ValueT[Color]

    Definition Classes
    ColorOps
  407. final def rgb(r: Int, g: Int, b: Int): ValueT[Color]

    Definition Classes
    ColorOps
  408. final def rgba(r: Int, g: Int, b: Int, a: Double): ValueT[Color]

    Definition Classes
    ColorOps
  409. final def ridge: Literal.Typed.ridge.type

    Definition Classes
    TypedLiteralAliases
  410. final def right: Attrs.right.type

    The right CSS property specifies part of the position of positioned elements.

    The right CSS property specifies part of the position of positioned elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  411. final def rosybrown: ValueT[Color]

    Definition Classes
    ColorOps
  412. final def royalblue: ValueT[Color]

    Definition Classes
    ColorOps
  413. final def rubyAlign: Attrs.rubyAlign.type

    The ruby-align CSS property defines the distribution of the different ruby elements over the base.

    The ruby-align CSS property defines the distribution of the different ruby elements over the base.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  414. final def rubyMerge: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  415. final def rubyPosition: Attrs.rubyPosition.type

    The ruby-position CSS property defines the position of a ruby element relatives to its base element.

    The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (over), under it (under), or between the characters, on their right side (inter-character).

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  416. implicit def ruleAnywhere[L <: Literal with Anywhere, To <: ValueClass]: ==>[L, To]

    Definition Classes
    Rules
    Annotations
    @inline()
  417. implicit def ruleApply[From, To <: ValueClass](f: From)(implicit r: ==>[From, To]): ValueT[To]

    Definition Classes
    Rules
    Annotations
    @inline()
  418. implicit def ruleBrStyle_L[L <: Literal with BrStyle]: <==[BrStyle, L]

    Definition Classes
    Rules
    Annotations
    @inline()
  419. implicit def ruleBrWidth_1: <=<[BrWidth, Len]

    Definition Classes
    Rules
    Annotations
    @inline()
  420. implicit def ruleBrWidth_2[L <: Literal with BrWidth]: <==[BrWidth, L]

    Definition Classes
    Rules
    Annotations
    @inline()
  421. implicit def ruleChain[A, B <: ValueClass, C <: ValueClass](implicit ab: ==>[A, B], bc: >=>[B, C]): ==>[A, C]

    Definition Classes
    Rules
    Annotations
    @inline()
  422. implicit def ruleInteger_I: <==[Integer, Int]

    Definition Classes
    Rules
    Annotations
    @inline()
  423. implicit def ruleLenPctAuto_A: <==[LenPctAuto, Literal.Typed.auto.type]

    Definition Classes
    Rules
    Annotations
    @inline()
  424. implicit def ruleLenPctAuto_L: <=<[LenPctAuto, Len]

    Definition Classes
    Rules
    Annotations
    @inline()
  425. implicit def ruleLenPctAuto_LP: <=<[LenPctAuto, LenPct]

    Definition Classes
    Rules
    Annotations
    @inline()
  426. implicit def ruleLenPctAuto_P: <=<[LenPctAuto, Pct]

    Definition Classes
    Rules
    Annotations
    @inline()
  427. implicit def ruleLenPctNum_I: <==[LenPctNum, Int]

    Definition Classes
    Rules
    Annotations
    @inline()
  428. implicit def ruleLenPctNum_L: <=<[LenPctNum, Len]

    Definition Classes
    Rules
    Annotations
    @inline()
  429. implicit def ruleLenPctNum_LP: <=<[LenPctNum, LenPct]

    Definition Classes
    Rules
    Annotations
    @inline()
  430. implicit def ruleLenPctNum_N: <=<[LenPctNum, Number]

    Definition Classes
    Rules
    Annotations
    @inline()
  431. implicit def ruleLenPctNum_P: <=<[LenPctNum, Pct]

    Definition Classes
    Rules
    Annotations
    @inline()
  432. implicit def ruleLenPct_L: <=<[LenPct, Len]

    Definition Classes
    Rules
    Annotations
    @inline()
  433. implicit def ruleLenPct_P: <=<[LenPct, Pct]

    Definition Classes
    Rules
    Annotations
    @inline()
  434. implicit def ruleLen_L[N]: <==[Len, Length[N]]

    Definition Classes
    Rules
    Annotations
    @inline()
  435. implicit def ruleNumber_D: <==[Number, Double]

    Definition Classes
    Rules
    Annotations
    @inline()
  436. implicit def ruleNumber_I: <==[Number, Int]

    Definition Classes
    Rules
    Annotations
    @inline()
  437. implicit def rulePct_P[N]: <==[Pct, Percentage[N]]

    Definition Classes
    Rules
    Annotations
    @inline()
  438. implicit def ruleTime_FD: <==[Time, FiniteDuration]

    Definition Classes
    Rules
    Annotations
    @inline()
  439. implicit def ruleWidStyCol_C: <=<[WidStyCol, Color]

    Definition Classes
    Rules
    Annotations
    @inline()
  440. implicit def ruleWidStyCol_L: <=<[WidStyCol, Len]

    Definition Classes
    Rules
    Annotations
    @inline()
  441. implicit def ruleWidStyCol_P: <=<[WidStyCol, Pct]

    Definition Classes
    Rules
    Annotations
    @inline()
  442. implicit def ruleWidStyCol_S: <=<[WidStyCol, BrStyle]

    Definition Classes
    Rules
    Annotations
    @inline()
  443. implicit def ruleWidStyCol_W: <=<[WidStyCol, BrWidth]

    Definition Classes
    Rules
    Annotations
    @inline()
  444. final def saddlebrown: ValueT[Color]

    Definition Classes
    ColorOps
  445. final def salmon: ValueT[Color]

    Definition Classes
    ColorOps
  446. final def sandybrown: ValueT[Color]

    Definition Classes
    ColorOps
  447. final def scrollBehavior: Attrs.scrollBehavior.type

    The scroll-behavior CSS property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs.

    The scroll-behavior CSS property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs. Any other scrolls, e.g. those that are performed by the user, are not affected by this property. When this property is specified on the root element, it applies to the viewport instead.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  448. final def seagreen: ValueT[Color]

    Definition Classes
    ColorOps
  449. final def seashell: ValueT[Color]

    Definition Classes
    ColorOps
  450. final def shapeImageThreshold: Attrs.shapeImageThreshold.type

    The shape-image-threshold CSS property defines the alpha channel threshold used to extract the shape using an image as the value for shape-outside.

    The shape-image-threshold CSS property defines the alpha channel threshold used to extract the shape using an image as the value for shape-outside. A value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  451. final def shapeMargin: Attrs.shapeMargin.type

    The shape-margin CSS property adds a margin to shape-outside.

    The shape-margin CSS property adds a margin to shape-outside.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  452. final def shapeOutside: Attr

    The shape-outside CSS property uses shape values to define the float area for a float and will cause inline content to wrap around the shape instead of the float's bounding box.

    The shape-outside CSS property uses shape values to define the float area for a float and will cause inline content to wrap around the shape instead of the float's bounding box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  453. final def sienna: ValueT[Color]

    Definition Classes
    ColorOps
  454. final def silver: ValueT[Color]

    Definition Classes
    ColorOps
  455. final def skyblue: ValueT[Color]

    Definition Classes
    ColorOps
  456. final def slateblue: ValueT[Color]

    Definition Classes
    ColorOps
  457. final def slategray: ValueT[Color]

    Definition Classes
    ColorOps
  458. final def slategrey: ValueT[Color]

    Definition Classes
    ColorOps
  459. final def snow: ValueT[Color]

    Definition Classes
    ColorOps
  460. final def solid: Literal.Typed.solid.type

    Definition Classes
    TypedLiteralAliases
  461. final def springgreen: ValueT[Color]

    Definition Classes
    ColorOps
  462. final def steelblue: ValueT[Color]

    Definition Classes
    ColorOps
  463. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  464. final def tabSize: Attr

    The tab-size CSS property is used to customize the width of a tab (U+0009) character.

    The tab-size CSS property is used to customize the width of a tab (U+0009) character.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  465. final def tableLayout: Attrs.tableLayout.type

    The table-layout CSS property defines the algorithm to be used to layout the table cells, rows, and columns.

    The table-layout CSS property defines the algorithm to be used to layout the table cells, rows, and columns.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  466. final def tan: ValueT[Color]

    Definition Classes
    ColorOps
  467. final def teal: ValueT[Color]

    Definition Classes
    ColorOps
  468. final def textAlign: Attrs.textAlign.type

    The text-align CSS property describes how inline content like text is aligned in its parent block element.

    The text-align CSS property describes how inline content like text is aligned in its parent block element. text-align does not control the alignment of block elements itself, only their inline content.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  469. final def textAlignLast: Attrs.textAlignLast.type

    The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.

    The text-align-last CSS property describes how the last line of a block or a line, right before a forced line break, is aligned.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  470. final def textCombineUpright: Attr

    The documentation about this has not yet been written; please consider contributing!

    The documentation about this has not yet been written; please consider contributing!

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  471. final def textDecoration: Attr

    The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.

    The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. Underline and overline decorations are positioned under the text, line-through over it.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  472. final def textDecorationColor: Attrs.textDecorationColor.type

    The text-decoration-color CSS property sets the color used when drawing underlines, overlines, or strike-throughs specified by text-decoration-line.

    The text-decoration-color CSS property sets the color used when drawing underlines, overlines, or strike-throughs specified by text-decoration-line. This is the preferred way to color these text decorations, rather than using combinations of other HTML elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  473. final def textDecorationLine: Attrs.textDecorationLine.type

    The text-decoration-line CSS property sets what kind of line decorations are added to an element.

    The text-decoration-line CSS property sets what kind of line decorations are added to an element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  474. final def textDecorationStyle: Attrs.textDecorationStyle.type

    The text-decoration-style CSS property defines the style of the lines specified by text-decoration-line.

    The text-decoration-style CSS property defines the style of the lines specified by text-decoration-line. The style applies to all lines, there is no way to define different style for each of the line defined by text-decoration-line.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  475. final def textEmphasis: Attr

    The text-emphasis property will apply special emphasis marks to the elements text.

    The text-emphasis property will apply special emphasis marks to the elements text. Slightly similar to the text-decoration property only that this property can have affect on the line-height. It also is noted that this is shorthand for text-emphasis-style and for text-emphasis-color.

    Note that text-emphasis-position is not reset in this shorthand. This is because typically the shape and color vary, but the position is consistent for a particular language throughout the document. Therefore the position should inherit independently.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    WPD

  476. final def textEmphasisColor: Attr

    The text-emphasis-color property specifies the foreground color of the emphasis marks.

    The text-emphasis-color property specifies the foreground color of the emphasis marks.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    WPD

  477. final def textEmphasisPosition: Attr

    This property describes where emphasis marks are drawn at.

    This property describes where emphasis marks are drawn at.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    w3.org

  478. final def textEmphasisStyle: Attr

    The text-emphasis-style property applies special emphasis marks to an element's text.

    The text-emphasis-style property applies special emphasis marks to an element's text.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    WPD

  479. final def textIndent: Attrs.textIndent.type

    The text-indent CSS property specifies how much horizontal space should be left before the beginning of the first line of the text content of an element.

    The text-indent CSS property specifies how much horizontal space should be left before the beginning of the first line of the text content of an element. Horizontal spacing is with respect to the left (or right, for right-to-left layout) edge of the containing block element's box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  480. final def textOrientation: Attrs.textOrientation.type

    The text-orientation CSS property defines the orientation of the text in a line.

    The text-orientation CSS property defines the orientation of the text in a line. This property only has an effect in vertical mode, that is when writing-mode is not horizontal-tb. It is useful to control the display of writing in languages using vertical script, but also to deal with vertical table headers.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  481. final def textOverflow: Attr

    The text-overflow CSS property determines how overflowed content that is not displayed is signaled to the users.

    The text-overflow CSS property determines how overflowed content that is not displayed is signaled to the users. It can be clipped, or display an ellipsis ('…', U+2026 Horizontal Ellipsis) or a Web author-defined string.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  482. final def textRendering: Attr

    The text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text.

    The text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text. The browser makes trade-offs among speed, legibility, and geometric precision. The text-rendering property is an SVG property that is not defined in any CSS standard. However, Gecko and WebKit browsers let you apply this property to HTML and XML content on Windows, Mac OS X and Linux.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  483. final def textShadow: Attr

    The text-shadow CSS property adds shadows to text.

    The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and text-decorations of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  484. final def textSizeAdjust: Attrs.textSizeAdjust.type

    On mobile devices, the text-size-adjust CSS property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to.

    On mobile devices, the text-size-adjust CSS property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  485. final def textStroke: Attr

    Apple extension.

    Apple extension. Specifies the color of the outline (stroke) of text.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    Safari CSS Reference

  486. final def textStrokeColor: Attr

    Apple extension.

    Apple extension. Specifies the color of the outline (stroke) of text.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    Safari CSS Reference

  487. final def textStrokeWidth: Attr

    Apple extension.

    Apple extension. Specifies the width for the text outline.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    Safari CSS Reference

  488. final def textTransform: Attrs.textTransform.type

    The text-transform CSS property specifies how to capitalize an element's text.

    The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  489. final def textUnderlinePosition: Attrs.textUnderlinePosition.type

    The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.

    The CSS text-underline-position property specifies the position of the underline which is set using the text-decoration property underline value.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  490. final def thick: Literal.Typed.thick.type

    Definition Classes
    TypedLiteralAliases
  491. final def thin: Literal.Typed.thin.type

    Definition Classes
    TypedLiteralAliases
  492. final def thistle: ValueT[Color]

    Definition Classes
    ColorOps
  493. def toString(): String

    Definition Classes
    AnyRef → Any
  494. final def tomato: ValueT[Color]

    Definition Classes
    ColorOps
  495. final def top: Attrs.top.type

    The top CSS property specifies part of the position of positioned elements.

    The top CSS property specifies part of the position of positioned elements. It has no effect on non-positioned elements.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  496. final def touchAction: Attr

    The touch-action CSS property specifies whether and how a given region can be manipulated by the user (for instance, by panning or zooming).

    The touch-action CSS property specifies whether and how a given region can be manipulated by the user (for instance, by panning or zooming).

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  497. final def transform: Attr

    The CSS transform property lets you modify the coordinate space of the CSS visual formatting model.

    The CSS transform property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled, and skewed according to the values set.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  498. final def transformOrigin: Attr

    The transform-origin CSS property lets you modify the origin for transformations of an element.

    The transform-origin CSS property lets you modify the origin for transformations of an element. For example, the transform-origin of the rotate() function is the centre of rotation. (This property is applied by first translating the element by the negated value of the property, then applying the element's transform, then translating by the property value.)

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  499. final def transformStyle: Attrs.transformStyle.type

    The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.

    The transform-style CSS property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  500. final def transition: Attr

    The CSS transition property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.

    The CSS transition property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay. It allows to define the transition between two states of an element. Different states may be defined using pseudo-classes like :hover or :active or dynamically set using JavaScript.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  501. final def transitionDelay: Attrs.transitionDelay.type

    The transition-delay CSS property specifies the amount of time to wait between a change being requested to a property that is to be transitioned and the start of the transition effect.

    The transition-delay CSS property specifies the amount of time to wait between a change being requested to a property that is to be transitioned and the start of the transition effect.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  502. final def transitionDuration: Attrs.transitionDuration.type

    The transition-duration CSS property specifies the number of seconds or milliseconds a transition animation should take to complete.

    The transition-duration CSS property specifies the number of seconds or milliseconds a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  503. final def transitionProperty: Attr

    The transition-property CSS property is used to specify the names of CSS properties to which a transition effect should be applied.

    The transition-property CSS property is used to specify the names of CSS properties to which a transition effect should be applied.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  504. final def transitionTimingFunction: Attr

    The CSS transition-timing-function property is used to describe how the intermediate values of the CSS properties being affected by a transition effect are calculated.

    The CSS transition-timing-function property is used to describe how the intermediate values of the CSS properties being affected by a transition effect are calculated. This in essence lets you establish an acceleration curve, so that the speed of the transition can vary over its duration.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  505. final def transparent: ValueT[Color]

    The transparent keyword represents a fully transparent color, i.e.

    The transparent keyword represents a fully transparent color, i.e. the color seen will be the background color. Technically, it is a black with alpha channel at its minimum value and is a shortcut for rgba(0,0,0,0).

    Definition Classes
    ColorOps
  506. final def turquoise: ValueT[Color]

    Definition Classes
    ColorOps
  507. final def unicodeBidi: Attrs.unicodeBidi.type

    The unicode-bidi CSS property together with the direction property relates to the handling of bidirectional text in a document.

    The unicode-bidi CSS property together with the direction property relates to the handling of bidirectional text in a document. For example, if a block of text contains both left-to-right and right-to-left text then the user-agent uses a complex Unicode algorithm to decide how to display the text. This property overrides this algorithm and allows the developer to control the text embedding.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  508. final def unicodeRange: Attr

    The unicode-range CSS descriptor sets the specific range of characters to be downloaded from a font defined by @font-face and made available for use on the current page.

    The unicode-range CSS descriptor sets the specific range of characters to be downloaded from a font defined by @font-face and made available for use on the current page.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  509. def unsafeChild(n: String)(t: ToStyle*)(implicit c: Compose): UnsafeExt

  510. def unsafeExt(f: (String) ⇒ String)(t: ToStyle*)(implicit c: Compose): UnsafeExt

  511. def unsafeRoot(sel: String)(t: ToStyle*)(implicit c: Compose): UnsafeExt

  512. final def unset: Literal.Typed.unset.type

    Definition Classes
    TypedLiteralAliases
  513. final def userSelect: Attr

    Controls the actual Selection operation.

    Controls the actual Selection operation. This doesn't have any effect on content loaded as chrome, except in textboxes. A similar property 'user-focus' was proposed in early drafts of a predecessor of css3-ui but was rejected by the working group.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  514. final def verticalAlign: Attrs.verticalAlign.type

    The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.

    The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  515. final def violet: ValueT[Color]

    Definition Classes
    ColorOps
  516. final def visibility: Attrs.visibility.type

    The visibility CSS property has two purposes:

    The visibility CSS property has two purposes:

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  517. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  518. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  519. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  520. final def wheat: ValueT[Color]

    Definition Classes
    ColorOps
  521. final def white: ValueT[Color]

    Definition Classes
    ColorOps
  522. final def whiteSpace: Attrs.whiteSpace.type

    The white-space CSS property is used to to describe how white spaces inside the element is handled.

    The white-space CSS property is used to to describe how white spaces inside the element is handled.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  523. final def whitesmoke: ValueT[Color]

    Definition Classes
    ColorOps
  524. final def widows: Attrs.widows.type

    The widows CSS property defines how many minimum lines must be left on top of a new page, on a paged media.

    The widows CSS property defines how many minimum lines must be left on top of a new page, on a paged media. In typography, a widow is the last line of a paragraph appearing alone at the top of a page. Setting the widows property allows to prevent widows to be left.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  525. final def width: Attrs.width.type

    The width CSS property specifies the width of the content area of an element.

    The width CSS property specifies the width of the content area of an element. The content area is inside the padding, border, and margin of the element.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  526. final def willChange: Attr

    The will-change CSS property provides a way for authors to hint browsers about the kind of changes to be expected on an element, so that the browser can setup appropriate optimizations ahead of time before the element is actually changed.

    The will-change CSS property provides a way for authors to hint browsers about the kind of changes to be expected on an element, so that the browser can setup appropriate optimizations ahead of time before the element is actually changed.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  527. final def wordBreak: Attrs.wordBreak.type

    The word-break CSS property is used to specify how (or if) to break lines within words.

    The word-break CSS property is used to specify how (or if) to break lines within words.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  528. final def wordSpacing: Attrs.wordSpacing.type

    The word-spacing CSS property specifies spacing behavior between tags and words.

    The word-spacing CSS property specifies spacing behavior between tags and words.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  529. final def wordWrap: Attrs.wordWrap.type

    The word-wrap CSS property is used to specify whether or not the browser may break lines within words in order to prevent overflow (in other words, force wrapping) when an otherwise unbreakable string is too long to fit in its containing box.

    The word-wrap CSS property is used to specify whether or not the browser may break lines within words in order to prevent overflow (in other words, force wrapping) when an otherwise unbreakable string is too long to fit in its containing box.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  530. final def writingMode: Attrs.writingMode.type

    The writing-mode CSS property defines whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.

    The writing-mode CSS property defines whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

  531. final def yellow: ValueT[Color]

    Definition Classes
    ColorOps
  532. final def yellowgreen: ValueT[Color]

    Definition Classes
    ColorOps
  533. final def zIndex: Attrs.zIndex.type

    The z-index CSS property specifies the z-order of an element and its descendants.

    The z-index CSS property specifies the z-order of an element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one.

    Definition Classes
    AttrAliasesAndValueTRules
    Annotations
    @inline()
    See also

    MDN

Inherited from ColorOps[ValueT[Color]]

Inherited from TypedLiteralAliases

Inherited from AttrAliasesAndValueTRules

Inherited from Rules

Inherited from AnyRef

Inherited from Any

Ungrouped