User:C.Ezra.M/vector.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#bodyContent {
  line-height: 1.5;
}

/* In general, a very Bulba-fied look (only on old Vector) */

body:not(.skin-vector-2022) {
    font-size: 1em;
    #content {
        border-radius: 25px 0 0 25px;
        border-color: #80964B;
    }
    
    .vector-menu-tabs li {
        border-color: #80964B;
    }
    
    .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
        background-image: linear-gradient(to bottom,rgba(128,150,75,0) 0,#80964B 100%);
    }
    
    .vector-menu-tabs li {
        background-image: linear-gradient(to top,#80964B 0,#f9fcf1 1px,#ffffff 100%);
    }
    
    .editCheckboxes .oo-ui-horizontalLayout {
        margin-bottom: 2px;
    }
    
    #left-navigation .vector-menu-tabs {
        margin-left: 25px;
    }
}