MediaWiki:Common.css: Difference between revisions

From Lost Shores
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-content-container {
  background: #11184e;
}


.infobox {
.infobox {

Revision as of 20:30, 22 August 2023

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

.mw-content-container {
   background: #11184e;
}

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.infobox td {
    vertical-align: center;
}