Difference between revisions of "MediaWiki:Vector.css"

From Geekworm Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
toc,.mw-warning,.toccolours {
 
toc,.mw-warning,.toccolours {
        border: 1px solid #a2a9b1;
+
    /* border: 1px solid #a2a9b1; */
         /* background-color:#f8f9fa; */
+
         border: 1px solid #64dd17;
margin-bottom: 0.5em;
+
 
 +
    /* background-color: #f8f9fa; */
 +
        background-color: white;
 +
        margin-bottom: 0.5em;
 
         padding: 5px;
 
         padding: 5px;
 
         font-size: 95%
 
         font-size: 95%
 
     }
 
     }

Revision as of 00:34, 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%
    }