User:TheShinyMew/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
html {
  font-family: Comic Sans MS;
}
body {
  background-color: white;
}
.mw-wiki-logo {
  background-image: url(http://i748.photobucket.com/albums/xx124/Sis001_bucket/bulbapedia-logo_zpsay7sfgcb.png);
}
.noticebar {
  border: 1px solid #928db3;
  padding: 0.2em;
  background: #d0c9ff url(http://i748.photobucket.com/albums/xx124/Sis001_bucket/notice-bar_zps2rcyvnmh.png) no-repeat scroll left center;
  margin-top: 0.2em;
  text-align: center;
  color: black;
}
#p-cactions ul li, #p-cactions ul li a {
  border: 1px solid #928db3;
  padding: 0.2em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomleft: 0;
  margin-top: 0.2em;
  text-align: center;
  color: black;
}
#p-cactions ul li, #p-cactions ul li a {
  border-color: #928db3;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
#p-cactions ul li a {
  background: #d0c9ff none repeat scroll 0% 50%;
}
#p-cactions ul li.selected a {
  background: #ffffff none repeat scroll 0% 50%;
}
#p-cactions li.selected {
  border-color: #928db3;
}
#p-cactions li {
  border-color: #928db3;
}
div.editsection, div.editsectionnew {
  float: right;
}