User:Kirbylover4000/monobook.css

From 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.
body {
  font: 11px system-ui, -apple-system, sans-serif;
}

.mw-body, .pBody, #p-cactions li {
  border-color: #bbb;
}

.mw-body {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#p-cactions li, #p-cactions li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#p-cactions li a {
  padding-left: .7em;
  padding-right: .7em;
}

.pBody {
  border-radius: 3px;
}

.portlet {
  margin-left: .25em;
}

.portlet ul {
  margin-left: 1.3em;
}

div#footer {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  margin: 1.5em .75em .75em 12rem;
  text-align: right;
  font-size: .85em;
}

div#footer li, #f-poweredbyico, #f-copyrightico {
  margin: 0 .5em;
}

div#footer #lastmod, div#footer #copyright {
  margin-bottom: .5em;
}

#f-poweredbyico, #f-copyrightico {
  float: none;
  display: inline-block;
}

#f-list {
  margin-top: .5em;
}