Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

MediaWiki:Timeless.css

From WiKirby, your independent source of Kirby knowledge.
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.
#mw-header-container {
 background: pink
}

div#mw-content-container {
  background: url(/w/images/9/92/WiKirby_monobook_background.png) top left no-repeat fixed;
}
.mw-body h1.firstHeading {
    border-bottom: solid 4px #A92C3C;
}

.color-left, .color-middle, .color-right {
    background: #A92C3C;
    height: 0.25em;
}
.mw-body h1.firstHeading {
    border-bottom: solid 2px #A92C3C;
}

#mw-site-navigation .sidebar-chunk, #mw-content, #mw-related-navigation .sidebar-chunk, #mw-footer-container {
  background: rgba(255, 255, 255, 0.80);
  border: 2px solid #A92C3C;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

#mw-site-navigation a:hover, #mw-related-navigation a:hover {
    text-decoration: underline;
}

#mw-content-container {
    border-bottom: solid 0px;
    color: #000;
}

#mw-footer-container {
    color: #000;
}

#mw-footer-container a {
    color: #0088dd;
}

pre, .mw-code {
    background-color: #F7F7F7;
    border: 1px solid #A92C3C;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

#mw-page-header-links li.selected {
    border-bottom-color: #A92C3C;
}

#personal h2 {
  background: url(/w/images/d/d5/Kirby_KCC_sprite.png) no-repeat;
  background-position: left 7px;
}

div.editOptions {
border: 1px solid #cccccc;
}

.previewnote {
    color: #990000;
}

#p-logo-text a {
    color: #000;
    font-family: 'Linux Libertine','Times New Roman',serif;
}