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

User:PanchamBro/vector.css: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 9: Line 9:


#content {  
#content {  
  background: url(/w/images/d/da/Pink_Void.png) -150px top left fixed;
  background-color: #fff7f8;
   background: rgba(255, 255, 255, 0.80);
   background: rgba(255, 255, 255, 0.80);
  border-top-right-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
Line 17: Line 16:


.vector-menu-tabs .selected {
.vector-menu-tabs .selected {
  background: url(/w/images/d/da/Pink_Void.png) -150px top left fixed;
  background-color: #fff7f8;
   background: rgba(255, 255, 255, 0.80);
   background: rgba(255, 255, 255, 0.80);
}
}


.vector-menu-tabs li, .vector-menu-dropdown {
.vector-menu-tabs li, .vector-menu-dropdown {
  background: url(/w/images/d/da/Pink_Void.png) -150px top left fixed;
  background-color: #fff7f8;
   background: rgba(255, 255, 255, 0.40);
   background: rgba(255, 255, 255, 0.40);
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
Line 63: Line 58:


.vector-menu-dropdown .vector-menu-content-list {
.vector-menu-dropdown .vector-menu-content-list {
  background: url(/w/images/d/da/Pink_Void.png) -150px top left fixed;
  background-color: #fff7f8;
  background: rgba(255, 255, 255, 0.40);
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-right-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;
}
#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;
}
#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;
}
}

Revision as of 20:35, 23 June 2021

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;
}

.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;
}

#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;
}

#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;
}