MediaWiki:Common.css

From Dothack Wikipedia
Revision as of 15:32, 16 March 2018 by Erroneous (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; } →‎Infobox template style: .infobox { font-family: Tahoma;...")
(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.
/* CSS placed here will be applied to all skins */

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

/* Infobox template style */
.infobox {
    font-family: Tahoma;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

/** Blue Rectangle Boxes */

.roundcont {
   background: #A0C6E3;
   color: white;
   -moz-border-radius:7px;
}

/** Grey Rectangle Boxes */

.roundcont2 {
   background: #f1f1f1;
   color: black;
   -moz-border-radius:7px;
}

/* CSS placed here will be applied to all skins */