Jump to content

MediaWiki:Htmlhelp.css

From BCI2000 Wiki
Revision as of 16:56, 13 November 2007 by Admin (talk | contribs)

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.
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

body {
 font-family: sans-serif;
}

h1.pagetitle { font-size: 250%; }

#quickbar {
 font-size: 75%;
 font-weight: bold;
 line-height: 1.5em;

ul {
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding:0 0 0 0;
}
ol {
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    list-style-image: none;
}
li {
  background: blue; 
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
}