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
(Created page with "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;...")
 
mNo edit summary
Line 22: Line 22:
}
}


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

Revision as of 20:09, 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: url(/w/images/d/da/Pink_Void.png) -150px top left fixed;
  background-color: #fff7f8;
  background: rgba(255, 255, 255, 0.80);
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

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

.vector-menu-tabs li, .vector-menu-checkbox {
  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-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-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    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;
}