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

User:PanchamBro/vector.css

From WiKirby, your independent source of Kirby knowledge.
< User:PanchamBro
Revision as of 20:53, 23 June 2021 by PanchamBro (talk | contribs) (adjusting font size)
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.
body {
  background: url(/w/images/d/da/Pink_Void.png) top left fixed;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
#mw-page-base {
    background: none;
}

#content { 
  background: rgba(255, 255, 255, 0.80);
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.vector-menu-tabs .selected {
  background: rgba(255, 255, 255, 0.80);
}

.vector-menu-tabs li, .vector-menu-dropdown {
  background: rgba(255, 255, 255, 0.40);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-left: 2px solid #A92C3C;
  border-top: 2px solid #A92C3C;
  border-right: 2px solid #A92C3C;
  margin-left: -1px;
  margin-top: -2px;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
  background: none;
}

.mw-body h1, .mw-body-content h1 {
  font-family: Delfino;
  font-size: 2.1em;
}

.mw-wiki-logo {
  background-image: url(/w/logo.png?e649f);
  background-size: contain;
}

#localNotice {
  background: #f8f9fa;
  border: solid #eaecf0;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  padding: 0;
  text-align: center;
}

.mw-body {
  border: 2px solid #A92C3C;
}

.vector-menu-dropdown .vector-menu-content-list {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

#pt-anonuserpage,
#pt-userpage a {
  background: url(https://wikirby.com/w/images/d/d5/Kirby_KCC_sprite.png)
		no-repeat;
  padding-left: 20px !important;
  background-position: 0 4px;
  background-size: 16px;
}

/* Sidebar adoptions from Nookipedia, under CC-BY-SA 3.0 */
#mw-panel {
  top: 15px;
}

#mw-panel .vector-menu-portal .body {
  background: none;
  border-radius: 10px;
  padding-bottom: 0.3em;
  padding-left: 1.0em;
}

.skin-vector #mw-panel .vector-menu-portal {
  background: rgba(255, 255, 255, 0.80);
  background-image: none;
  border-radius: 10px;
  border: 2px solid #A92C3C;
  margin-top: 2em;
  margin-right: 0.5em;
}

.skin-vector-legacy #mw-panel .vector-menu-portal {
  background: rgba(255, 255, 255, 0.80);
  background-image: none;
  border-radius: 10px;
  border: 2px solid #A92C3C;
  margin-top: 1em;
  margin-right: 0;
}

#mw-panel .vector-menu-portal .body {
  margin: 0;
  padding-top: 7px;
}


#mw-panel .vector-menu-portal h3 {
  background: none;
  border-radius: 0;
  font-size: 1.25em;
  font-family: Delfino;
  margin: 0;
  text-align: center;
}

.portal, .vector-menu-portal {
    margin: unset;
}

.portal h3, .vector-menu-portal h3 {
    color: #000;
}

/* "New Vector" fixes */
.mw-logo-wordmark {
  display: block;
  margin: 0 auto;
  font-size: 1.4em;
  font-family: Delfino;
  text-shadow: -0.04em -0.04em 0.02em #E23F7B, -0.04em 0 0.02em #E23F7B, -0.04em 0.04em 0.02em #E23F7B, 0 0.04em 0.02em #E23F7B, 0.04em 0.04em 0.02em #E23F7B, 0.04em 0 0.02em #E23F7B, 0.04em -0.04em 0.02em #E23F7B, 0 -0.04em 0.02em #E23F7B;
  color: #FFC6EB;
}