User:Bfdifan2006/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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Make the page text less spacey, closer to prior behaviour (credit to Soulweaver!) */
#bodyContent {
  line-height: 1.5;
  font-size: 0.8em;
}

/* In general, a very Bulba-fied look */

#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;
}
body {
    font-size: 1em;
}