monks/list_style_image

The list-style-image CSS property sets an image to be used as the list item marker.

It is often more convenient to use the shorthand {{ cssxref(“list-style”) }}.

Values

pub const bottom: #(String, String)

bottom value of list-style-image

pub const center: #(String, String)

center value of list-style-image

pub const circle: #(String, String)

circle value of list-style-image

pub const closest_corner: #(String, String)

closest-corner value of list-style-image

pub const closest_side: #(String, String)

closest-side value of list-style-image

pub const contain: #(String, String)

contain value of list-style-image

pub const cover: #(String, String)

cover value of list-style-image

pub const ellipse: #(String, String)

ellipse value of list-style-image

pub const farthest_corner: #(String, String)

farthest-corner value of list-style-image

pub const farthest_side: #(String, String)

farthest-side value of list-style-image

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const left: #(String, String)

left value of list-style-image

pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of list-style-image

pub const none: #(String, String)
  • : Specifies that no image is used as the marker. If this value is set, the marker defined in {{ Cssxref(“list-style-type”) }} will be used instead. This is the default value for {{cssxref(“list-style”)}}.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for list-style-image

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)

right value of list-style-image

pub const top: #(String, String)

top value of list-style-image

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for list-style-image. It will be wrapped in var() and have -- prepended.

Search Document