User:Abcboy/monobook.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.
.mw-special-Recentchanges .mw-rollback-link, #zergnet-widget-44549, .widget-loaded, abbr.unpatrolled, #\34 316565 {
  display: none;
}

.mw-changeslist-date {
  font-size: 75%;
}

b, strong {
  font-weight: 700;
}

a.stub {
  color: #990;
}
a.mw-disambig {
  color: #909;
}
a.mw-redirect {
  color: #999;
}

a.stub:visited {
  color: #660;
}
a.mw-disambig:visited {
  color: #606;
}
a.mw-redirect:visited {
  color: #666;
}

#globalWrapper {
  overflow: inherit;
}

/* hover testing */
.hover {
  position: relative;
  display: inline-block;
  text-decoration: underline dotted;
}

.hover:hover > .hover-text {
  display: block;
}

.hover > .hover-text {
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #3E7614;
  border-radius: 6px;
  display: none;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 550px) {
  .mw-body {
    position: inherit !important;
  }
  
  .pBody {
    border: none;
  }
}