Difference between revisions of "MediaWiki:Vector.css"

From Geekworm Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: .mw-body-content { position: relative; line-height: 1.6; →‎font-size:0.875em;: f...")
 
 
(5 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 */
  
.mw-body-content {
+
toc,.mw-warning,.toccolours {
        position: relative;
+
    /* border: 1px solid #a2a9b1; */
         line-height: 1.6;
+
         border: 1px solid #64dd17;
        /* font-size:0.875em; */
+
 
         font-size:1em;
+
    /* background-color: #f8f9fa; */
         z-index: 0
+
         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%
    }