MediaWiki:Vector.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
No edit summary
No edit summary
Line 3: Line 3:
.mw-htmlform-field-HTMLLegacySkinVersionField {
.mw-htmlform-field-HTMLLegacySkinVersionField {
   display: none;
   display: none;
}
.infobox {
    border: 1px solid #a2a9b1;
    float: right;
    font-size: 0.85em;
    margin-left: 15px;
    background-color: #f8f9fa;
    padding: 5px;
}
.client-dark-mode .infobox {
    border: 1px solid #222222;
    background-color: #121212;
}
}

Revision as of 17:41, 25 March 2022

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

.mw-htmlform-field-HTMLLegacySkinVersionField {
  display: none;
}

.infobox {
    border: 1px solid #a2a9b1;
    float: right;
    font-size: 0.85em;
    margin-left: 15px;
    background-color: #f8f9fa;
    padding: 5px;
}

.client-dark-mode .infobox {
    border: 1px solid #222222;
    background-color: #121212;
}