MediaWiki:Vector.css: Difference between revisions

From SCEE Cambridge Wiki
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .infobox, .topnav { border: 1px solid #a2a9b1; font-size: 0.85em; margin-bottom: 10px; backgrou...")
(No difference)

Revision as of 22:00, 29 June 2023

/* All CSS here will be loaded for users of the Vector skin */

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

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

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