User:Lakelimbo/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.
/* Some CSS improvements, wooo */

:root {
    --bp-1: #3e7614;
    --bp-2: #c4e673;   
    --bp-3: #e0f2b6;
    --bp-4: #ffffee;
}

body {
    background-color: #d1e5d9;
    background-image: url(https://ahost2.bulbagarden.net/content/bulbagarden/images/bg-green-2x-optim.png), linear-gradient(180deg, #e5f1ec 0%, #e5f1ec 322px, #d1e5d9 322px);
    background-repeat: no-repeat;
    background-size: 2250px, auto;
    background-position: center 83px, 0 0;
    max-width: 1530px;
    margin: auto
}

#content, .pBody {
    border-radius: 1em;
    border: 2px solid var(--bp-1)
}

#p-cactions li {
    border-width: 2px
}

#coverlines {
    background: var(--bp-3)!important
}

.mw-footer {
    background-color: #232c36;
    border: 2px solid #627f9f;
    color: #fff;
    border-radius: 1em;
    padding: 1em
}

.mw-footer a {
    color: #fff;
    text-decoration: underline
}