MediaWiki:Common.css: Difference between revisions

From Dragonsphere Wiki, a Drakengard & NieR project
(Created page with "→‎CSS placed here will be applied to all skins: .chronology td { vertical-align: top; }")
 
No edit summary
Line 3: Line 3:
.chronology td {
.chronology td {
   vertical-align: top;
   vertical-align: top;
}
.infobox {
    border: 1px solid #a2a9b1;
    font-size: 0.85em;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    padding: 10px;
}
.infobox {
  margin-left: 15px;
  float: right;
}
.infobox th {
    font-size: 1.25em;
}
}

Revision as of 09:45, 27 January 2024

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

.chronology td {
   vertical-align: top;
}

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

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

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