MediaWiki:Common.css

From TalossaWiki
Revision as of 08:27, 28 June 2012 by AD (talk | contribs)
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.
/* [[Template:Hatnote]] */
 
.hatnote {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

/* Standard navbox formatting: green, round, and shadowed.  No other operators. */

.navbox {
    background-color:#BAF0A5;
    border-top:solid 2px #BAF0A5;
    border-left:solid 2px #BAF0A5;
    border-radius:1em;
    padding: 0em;
    box-shadow: 5px 5px 5px #777;
}