Got a spare minute? The Archives need some love. See the to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an admin or see our FAQ page.

User:TheShinyMew/monobook.css

From Bulbagarden Archives
Jump to navigationJump 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.
html {
  background-color: black;
  color: white;
  font-family: bubbleboddy;
  background-image: url(http://magiccity.netii.net/images/background/starbg.gif);
}

body {
  background-color: black;
  color: white;
  font-family: bubbleboddy;
  background-image: url(http://magiccity.netii.net/images/background/starbg.gif);
}
.mw-wiki-logo {
  background-image: url(http://cdn.bulbagarden.net/upload/thumb/6/67/245Suicune_C.png/100px-245Suicune_C.png);
}
.noticebar {
  border: 1px solid #338da6;
  padding: 0.2em;
  background: #4fd9ff url(http://cdn.bulbagarden.net/upload/2/2b/Spr_2c_245.png) no-repeat scroll left center;
  margin-top: 0.2em;
  text-align: center;
}

#p-cactions ul li, #p-cactions ul li a {
  border-color: #338da6;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
#p-cactions ul li, #p-cactions ul li a {
  border-color: #338da6;
  -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: #4fd9ff none repeat scroll 0% 50%;
}
#p-cactions ul li.selected a {
  background: #ffffff none repeat scroll 0% 50%;
}
#p-cactions li.selected {
  border-color: #338da6;
}
#p-cactions li {
  border-color: #338da6;
}
div.editsection, div.editsectionnew {
  float: right;
}