Jump to content

MediaWiki:Common.css

From PORNOGRAPHY WIKI
Revision as of 02:53, 20 March 2026 by Jasongeek (talk | contribs) (Created page with "CSS placed here will be applied to all skins: Standard Infobox Styling: .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; width: 22em; font-size: 88%; line-height: 1.5em; } .infobox caption { font-size: 125%; font-weight: bold; padding: 0.2em; } .infobox th { vertical-align: top;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Standard Infobox Styling */
.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    width: 22em;
    font-size: 88%;
    line-height: 1.5em;
}

.infobox caption {
    font-size: 125%;
    font-weight: bold;
    padding: 0.2em;
}

.infobox th {
    vertical-align: top;
    text-align: left;
    background-color: #cedff2;
    width: 35%;
}

.infobox td {
    vertical-align: top;
}

.infobox-header {
    background-color: #adb5bd;
    text-align: center;
    font-weight: bold;
    line-height: 1.6em;
}