MediaWiki:Vector.css

From LeikaRO wiki
Revision as of 23:51, 30 November 2014 by Frost (Talk | contribs)

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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */


/* title */
.iwMainTitle {
    margin: 0px;
    background-color: #A7BDF4;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    font-size: 120%;
    font-weight: bold;
    border: 1px solid #A7BDF4;
    text-align: left;
    color: #3B3B3B;
    padding: 0.2em 0.4em;
}
/* border */
.iwMainFrame {
    border: 1px solid #A7D7F9;
    padding: 0.5em 1em;
    margin: 1em;
    background-color: #E7EDFB;
}