MediaWiki:Common.css: Difference between revisions

From Dragonsphere Wiki, a Drakengard & NieR project
No edit summary
No edit summary
Line 6: Line 6:


.infobox {
.infobox {
    border: 1px solid #a2a9b1;
     font-size: 0.85em;
     font-size: 0.85em;
     margin-bottom: 10px;
     margin-bottom: 10px;

Revision as of 09:47, 27 January 2024

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

.chronology td {
   vertical-align: top;
}

.infobox {
    font-size: 0.85em;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    padding: 10px;
}

.infobox {
   margin-left: 15px;
   float: right;
}

.infobox th {
    font-size: 1.25em;
}