MediaWiki:Common.css

From zooid Wiki
Revision as of 16:44, 13 November 2009 by WikiSysop (talk | contribs) (Created page with '.noticebox { -moz-border-radius: 1em; -webkit-border-radius: 1em; background: #cde; padding: 5px; } .toc { -moz-border-radius: 1em; } /* make a few corners round, only s...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
.noticebox {
 -moz-border-radius: 1em;
 -webkit-border-radius: 1em;
  background: #cde;
  padding: 5px;
}

.toc {
 -moz-border-radius: 1em;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
        -moz-border-radius: .5em;
        -webkit-border-radius: .5em;
        border: none;
}
#content {
        -moz-border-radius-bottomleft: 1em;
        -moz-border-radius-topleft: 1em;
        -webkit-border-bottom-left-radius: 1em;
        -webkit-border-top-left-radius: 1em;
        border: none;
        min-height: 400px;
}
div.pBody {
        -moz-border-radius-bottomright: 1em;
        -moz-border-radius-topright: 1em;
        -webkit-border-bottom-right-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        background: white;
        border: none;
        padding-top: 4px;
        valign: top;
}