MediaWiki:Geshi.css

From SpinetiX Support Wiki

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to GeSHi syntax highlighting */

/* Add dashed border, from http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi */
div.mw-geshi {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px dashed #2F6FAB;
  line-height: 1.2em;
  margin: 1.1em 0;
  overflow-x: visible;
  padding: 1em;
}
This page was last modified on 22 November 2011, at 17:22.