MelangeCSS Reference

Current Version: 1.0.0-RC4

Lists ( Medium Width )

Lists are a commonly-used semantic element that are thankfully short on special properties and configuration.

Properties

List Style Position
lsp-inside-m
List Style Position Inside
.lsp-inside-m {
  list-style-position: inside;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lsp-outside-m
List Style Position Outside
.lsp-outside-m {
  list-style-position: outside;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
List Style Type

There are a large number of possible list style types, so these values are arguably English-centric.

lst-none-m
List Style Type None
.lst-none-m {
  list-style-type: none;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lst-disc-m
List Style Type Disc
.lst-disc-m {
  list-style-type: disc;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lst-circle-m
List Style Type Circle
.lst-circle-m {
  list-style-type: circle;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lst-square-m
List Style Type Square
.lst-square-m {
  list-style-type: square;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lst-decimal-m
List Style Type Decimal
.lst-decimal-m {
  list-style-type: decimal;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lst-lower-roman-m
List Style Type Lower Roman
.lst-lower-roman-m {
  list-style-type: lower-roman;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lst-upper-roman-m
List Style Type Upper Roman
.lst-upper-roman-m {
  list-style-type: upper-roman;
}

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC