MediaWiki:Common.css

From Medalist Wiki

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 */
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0em 0.5em 1em 1em;
    padding: 0.3em 0.5em 0.3em 0.5em;
    width: 270px;
}
.infobox-title {
    font-size: 1.8em;
    text-align: center;
    vertical-align: top;
    max-width: 85%
    margin-left: auto;
    margin-right: auto;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: left;
    vertical-align: top;
    width: 40%;
    font-size: 0.80em;
}
.infobox-table td {
    vertical-align: top;
    width: 60%;
    font-size: 0.80em;
}
.flex-container {
    display: flex;
}
.flex-container > div {
    background-color: #d9d9d9
    margin: 0.5em;
    padding: 0.8em;
    font-size: 0.8em;
}
.hiddentext {
    display: none;
}
.hiddenshow:hover .hiddentext {
    display: block;
}