Difference between revisions of "MediaWiki:Vector.css"

From Geekworm Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
toc,.mw-warning,.toccolours {
 +
        border: 1px solid #a2a9b1;
 +
        /* background-color:#f8f9fa; */
 +
margin-bottom: 1em;
 +
        padding: 5px;
 +
        font-size: 95%
 +
    }

Revision as of 00:24, 17 April 2024

/* CSS placed here will affect users of the Vector skin */

toc,.mw-warning,.toccolours {
        border: 1px solid #a2a9b1;
        /* background-color:#f8f9fa; */
margin-bottom: 1em;
        padding: 5px;
        font-size: 95%
    }