MediaWiki:Common.css

From vwiki
Revision as of 14:10, 21 February 2012 by Sstrutt (talk | contribs) (Updated for release)
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 */

/* Remove logo space */
#p-logo a, #p-logo a:hover {
    display: none;
}
 
#column-one {
padding-top: 21px;
}
 
 
/* Custom table */
table.vwikitable {
        margin: 1em 1em 1em 0;
        background: #fafffa;
        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;
}