MediaWiki:Common.css

From LifeWiki
Revision as of 22:14, 11 January 2009 by Nathaniel (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.
/** CSS placed here will be applied to all skins */

.img_border { border: 1px solid #A7A8C1; border-spacing: 0px; line-height: 1px; margin-left: auto; margin-right: auto; padding: 0px; }

.infobox { background-color: #E8E8EE; border: 3px solid #A7A8C1; border-spacing: 4px; float: right; font-size: 88%; line-height: 1.5em; margin-left: 6px; padding: 10px; text-align: left; width: 22em; }

.infobox_head { font-size: 150%; font-weight: bold; text-align:center; }

.infobox_img { text-align:center; }

.infobox_animlink { padding-bottom: 0px; text-align:center; }
.infobox_link { padding-bottom: 4px; text-align:center; }

.infobox_subhead { font-size: 125%; font-weight: bold; padding-top: 12px; text-align:center; }

.page-Main_Page h1.firstHeading { display: none; }

table.wikitable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td {
    border: 1px #aaa solid;
    padding: 0.3em;
}
.wikitable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

code { background-color: #F0F0FF; border: 1px dashed #000040; display: block; font-size: 8pt; margin-bottom: 6px; padding: 6px; }