MediaWiki:Darkvector.css

From GemMarkle DND
Revision as of 19:06, 6 August 2024 by Markle (talk | contribs)
Jump to: navigation, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the DarkVector skin */
body {
    font-size: large;
    line-height: 1.6;
}

.catlinks li {
    display: inline-block;
    line-height: 1.25em;
    margin: 0.125em 0;
    border-left: 1px solid #a2a9b1;
    padding: 0 0.5em;
}

#catlinks {
    text-align: left;
}

.catlinks ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}