MediaWiki:Vector.css

From Inkipedia, the Splatoon wiki
Revision as of 04:01, 16 August 2018 by Heddy (talk | contribs)

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.
/* CSS placed here will affect users of the Vector skin */

/*==================================================
  ALL PAGES
==================================================*/

body {
  background-image: url("//cdn.wikimg.net/en/splatoonwiki/images/d/d4/S2_background_stripe_pattern.svg");
  background-repeat: repeat;
}

/* Styles the account information box in the top right corner */
#p-personal {
  background-color: white;
  top: -0.09em;
  margin-right: 4em;
  padding: 2px 12px 2px 0;
  border-radius: 2px 2px 10px 10px;
  border-style: solid;
  border-color: #AADC00;
  border-width: 2px;
}

/* Tab stuff */
div.vectorTabs {
  background-image: none;
}

  div.vectorTabs ul {
    background-image: none;
  }

  div.vectorTabs span {
    background-image: none;
  }

  div.vectorTabs ul li {
    background-image: none;
    border-radius: 0.95em 0.95em 0 0;
    height: 1.9em;
    line-height: 1px;
    margin-right: 0.15em;
    margin-top: 0.5em;
    border-style: dashed dashed solid dashed;
    border-color: #aadc00;
    border-width: 1px;
    min-width: 30px;
  }

#ca-unwatch.icon a, #ca-watch.icon a {
  background-position: 90% 35%;
  width: 65px;
  overflow: visible;
  padding: 16px;
}

div#mw-head div.vectorMenu h3 {
  background: #fff;
  height: 28px;
  margin-top: 0.6em;
  border-style: dashed dashed solid dashed;
  border-color: #aadc00;
  border-width: 1px;
  border-radius: 10px 10px 0 0;
  margin-left: 0.1em;
  margin-right: 0.4em;
}

div.vectorMenu h3 span {
  padding-top: 6px;
}

#left-navigation {
  margin-left: 11em;
}

#right-navigation {
  margin-right: 4em;
  overflow: visible;
  display: inline;
}

#p-logo {
  left: -1em;
  margin-top: -185px;
  margin-left: -15px;
}

div#mw-page-base {
  background-image: none;
  background-color: rgba(255,255,255,0);
  opacity: 0;
}

#mw-panel {
  background-color: white;
  max-width: 8em;
  margin-left: 0.8em;
  margin-top: 11em;
  padding: 1em 0.5em 1em 0em;
  border-style: solid;
  border-color: #AADC00;
  border-width: 2px 2px 2px 10px;
  border-radius: 2px;
}

.mw-body {
  border-style: solid;
  border-color: #AADC00;
  border-width: 1px 2px 0 2px;
  margin-left: 11em;
  margin-right: 5em;
}

  .mw-body h1, .mw-body h2, .mw-body #firstHeading {
    font-family: sans-serif;
    background-image: url("//cdn.wikimg.net/splatoonwiki/images/5/5c/Drip-heading.png");
    background-position: 95% -1.75%;
    background-repeat: no-repeat;
  }

/* Fixes an issue where File:Drip-heading.png shows behind the word "Contents" in the table of contents */
div.toctitle > h2 {
  background-image: none
}

#footer {
  background-color: white;
  background-image: url("//cdn.wikimg.net/splatoonwiki/images/b/b4/Featured-bg.png");
  border-style: solid;
  border-color: #AADC00;
  border-width: 1px 2px 1px 2px;
  margin-right: 5em;
  margin-bottom: 5em;
  border-radius: 0 0 10px 10px;
}