User:Astronouth7303/monobook.css

From Wikispecies
Jump to navigation Jump to search

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-nav, #p-navigation, #p-search, #p-tb/*, #p-lang*/ {
  position: fixed;
}
/* add ~1.5em every time they add a navigation link */
#p-search {
  margin-top: 160px;
  top: 11.6em;
}
#p-tb {
  margin-top: 160px;
  top: 16.9em;
}
#p-lang {
  display:none;
}

body {
  background-attachment: fixed;
  padding-right: 1em;
}

#footer {
  margin-left: 13.6em;
  border-left: 1px solid #fabd23;
  border-right: 1px solid #fabd23;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
}

.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;
}

#p-cactions li {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
}
#p-cactions li a {
  background: none transparent !important;
  border-bottom: solid white;
  padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}