User:Astronouth7303/monobook.css

From Meta, a Wikimedia project coordination wiki

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.
#p-logo, #p-navigation, #p-search, #p-tb {
  position: fixed;
}
#p-search {
  margin-top: 155px;
  top: 12.2em;
}
#p-tb {
  margin-top: 155px;
  top: 17.8em;
  z-index: 3;
}
body {
  background-attachment: fixed;
  padding-right: 1em;
}

#footer {
  margin-left: 13.6em;
  border-left: 1px solid #fabd23;
  border-right: 1px solid #fabd23;
}

.pBody {
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-left: none 0;
}

#content {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border: 1px solid #aaaaaa;
}

@media print {
#content {
border: none;
}
}

#footer {
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
}

#p-cactions li {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
}
#p-cactions li a {
  background: none transparent;
  border-bottom: solid white;
  padding-bottom: 1px;
}

#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}