Difference between revisions of "MediaWiki:Vector.css"

From Geekworm Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
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; */
 +
        border: 1px solid #64dd17;
 +
 +
    /* background-color: #f8f9fa; */
 +
        background-color: white;
 +
        margin-bottom: 0.5em;
 +
        padding: 5px;
 +
        font-size: 95%
 +
    }

Latest revision as of 00:40, 17 April 2024

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

toc,.mw-warning,.toccolours {
     /* border: 1px solid #a2a9b1; */
        border: 1px solid #64dd17;

     /* background-color: #f8f9fa; */
        background-color: white;
        margin-bottom: 0.5em;
        padding: 5px;
        font-size: 95%
    }