User:Rusty Lugnuts/monobook.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* round tab corners */
#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
/* round side bar corners */
.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}


/* Fix sidebar 
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling 
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements 
pre {
  overflow: auto;
  max-height: 25em;
}
DOESN'T WORK for monobook */