Jump to content

MediaWiki:Common.css

From PORNOGRAPHY WIKI
Revision as of 02:56, 20 March 2026 by Jasongeek (talk | contribs)
(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.
/* Professional Wiki Infobox Styling */
.infobox {
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    padding: 5px;
    float: right;
    clear: right;
    width: 280px;
    margin: 0.5em 0 1em 1em;
    background-color: #f8f9fa;
    color: #202122;
    font-size: 88%;
    line-height: 1.5em;
    border-spacing: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.infobox th {
    vertical-align: top;
    text-align: left;
    background-color: #eaf3ff; /* Light blue header for rows */
    padding: 0.4em;
    width: 40%;
}

.infobox td {
    vertical-align: top;
    padding: 0.4em;
}

.infobox-title {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    background-color: #cedff2;
    padding: 0.5em;
}

.infobox-image {
    text-align: center;
    border-bottom: 1px solid #a2a9b1;
    padding: 10px 0;
}

.infobox-caption {
    font-size: 90%;
    padding-top: 5px;
}