MelangeCSS Reference

Current Version: 1.0.0-RC4

Lists ( Large Width )

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

Properties

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

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC
lsp-outside-l
List Style Position Outside
.lsp-outside-l {
  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-l
List Style Type None
.lst-none-l {
  list-style-type: none;
}

Current Dunes:

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

Current Dunes:

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

Current Dunes:

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

Current Dunes:

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

Current Dunes:

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

Current Dunes:

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

Current Dunes:

  • Lynch Dune
  • Sci-Fi Dune
  • DUNC