User:C.Ezra.M/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.
/* Fix z-index issues with RCs */
.mw-rcfilters-ui-menuSelectWidget, .oo-ui-popupWidget {
    z-index: 4 !important;
}

body.skin--responsive li#pt-userpage,
li#pt-userpage {
    background-image: none;
    padding-left: 0;
}

li#pt-userpage::before {
    content: "  ";
    background-image:url(https://archives.bulbagarden.net/media/upload/6/6e/Red_II_OD.png);
    background-size:12px;
    height: 12px;
    width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    filter: grayscale(1);
    vertical-align: middle;
}

body {
    background-color: #f9f9f9;
    background-image: url(https://archives.bulbagarden.net/media/upload/d/d4/Bulbapedia_bulb.png);
    background-size:48px;
    background-blend-mode:color-burn;
    background-position:-24px -24px;
    background-repeat:repeat;
}

body.skin--responsive #p-personal ul,
#p-personal ul {
    background: white;
    border: 1px solid #3E7614;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 10px;
    padding-left: 0;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar div {
    border-left: none;
}

#p-cactions li:hover a {
    background-color: #fd8 !important;
}