MediaWiki:Common.css

From DelDOT Project Development Manual
Revision as of 19:05, 29 October 2021 by Chayes (talk | contribs) (Created page with "CSS placed here will be applied to all skins: .tocnumber { display:none } div ol { list-style-type:upper-alpha } div ol ol { list-style-type:decimal } div...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

.tocnumber {
    display:none
}

div ol {
    list-style-type:upper-alpha
}

div ol ol {
    list-style-type:decimal
}

div ol ol ol {
    list-style-type:lower-alpha
}

div ol ol ol ol {
    list-style-type:lower-roman
}

div ol ol ol ol ol {
    list-style:none
}

div ol ol ol ol ol > li {
    counter-increment:section
}

div ol ol ol ol ol > li:before {
    content: "(" counter(section, decimal) ") "
}
}

div ol ol ol ol ol ol {
    list-style:none;
    margin:0;
    padding:0
}

div ol ol ol ol ol ol > li {
    counter-increment:subsection
}

div ol ol ol ol ol ol > li:before {
    content:counter(subsection, disc)" "
}