MediaWiki:Common.css

From vwiki
Revision as of 23:26, 17 February 2012 by Sstrutt (talk | contribs) (Change font)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Default font */
* {
  font-family: verdana;
}

/* Remove logo space */
#p-logo a, #p-logo a:hover {
    display: none;
}

table.vwikitable {
        margin: 1em 1em 1em 0;
        background: #f6fff6;
        border: 1px #9EB19E solid;
        border-collapse: collapse;
        color: black;
}
.vwikitable th, .vwikitable td {
        border: 1px #9EB19E solid;
        padding: 0.2em;
}
.vwikitable th {
        background: #ddeddd;
        text-align: center;
}
.vwikitable caption {
        font-weight: bold;
}


/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers 
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}

*/