MediaWiki:Common.css

From Pokemon Dungeon Explorers
Revision as of 22:45, 28 March 2013 by Eevee (talk | contribs) (porting stuff from main page sandbox)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* Nice sections -- used on front page */

section.blocky {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid hsl(200, 40%, 87%);
    background: hsl(200, 40%, 97%);
}
section.blocky h1 {
    font-size: 1.5em;
    padding: 0.33em;
    margin: -0.5em -0.5em 0.66em;
    background: hsl(200, 40%, 93%);
    color: #202020;
    text-shadow: 1px 1px 1px white;
}

/* Capsules -- the little inline labels used on the front page timeline */

.capsule {
    font-size: 0.8em;
    padding: 2px 3px;
    border-radius: 2px;
    color: white;
    background: #ddd;
    text-shadow: 1px 1px 0 #999;
    vertical-align: bottom;
}
.capsule.capsule-prompt {
    background: #d04d2b;
    text-shadow: 1px 1px 0 #a63922;
}
.capsule.capsule-plot {
    background: #b12bd0;
    text-shadow: 1px 1px 0 #9122a6;
}
.capsule.capsule-story {
    background: #2b87d0;
    text-shadow: 1px 1px 0 #226ca6;
}