Jump to content

MediaWiki:Common.css

From LilyPond wiki

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.
pre {
  white-space: pre !important;
  overflow-x: auto !important;
}

/* Add ’quotes’ around <samp> to make its rendering more similar to the official documentation. */

body {
  quotes: '‘' '’';
}

samp:before {
  content: open-quote;
  font-family: sans-serif;
}

samp:after {
  content: close-quote;
  font-family: sans-serif;
}