Jump to content

MediaWiki:Common.css

From Altierrapedia
Revision as of 14:19, 18 February 2026 by LairaG (talk | contribs) (Created page with "CSS placed here will be applied to all skins: Common Infobox Styles: .myinfo { float: right; clear: right; width: 300px; margin: 0 0 1em 1em; border: 1px solid #a2a9b1; background-color: #f8f9fa; border-collapse: collapse; font-size: 88%; line-height: 1.5em; } .myinfo th { background-color: #DFE9F6; text-align: left; } .myinfo th, .myinfo td { border: 1px solid #a2a9b1; padding: 0.2em 0.4em; } .myinfotitle {...")
(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 */

/* Common Infobox Styles */
.myinfo {
    float: right;
    clear: right;
    width: 300px;
    margin: 0 0 1em 1em;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.5em;
}
.myinfo th {
    background-color: #DFE9F6;
    text-align: left;
}
.myinfo th, .myinfo td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
}
.myinfotitle {
    background-color: #AAC7E9; 
    font-size: 120%;
    padding: 0.3em 0.5em;
    text-align: center;
}