User:Blad/Themes/The Legend of Dark Witch Renovation

From Miraheze Meta, Miraheze's central coordination wiki

The Legend of Dark Witch Renovation is a theme based on the game of the same name. It is intended for Vector 2010.


  • Supported skins: Vector 2010

Common.css[edit source]

/* CSS placed here will be applied to all skins */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body  { 
	background:url(https://static.miraheze.org/darkwitchwiki/0/04/Site-background-light_%281%29.jpg) repeat;
}
div {
 color:black;
}
body #pageWrapper {
    margin-right: 10px;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background:none;
}

Vector.css[edit source]

/* All CSS here will be loaded for users of the Vector skin */
/* Background for Website */
#content {background-color:#BE74CE;border-left:1px solid black;border-top:1px solid black;position:relative;z-index:1;}
/* Sidebar (Credits to the Crappy Games Wiki) */
.vector-menu-portal {margin:0;background:#be74ce;padding-left:10px;padding-right:5px}
.vector-menu-portal {border-bottom:1px solid #d59ae2;border-top:1px solid #d07fe2;border-right:1px solid black;border-left:1px solid black;}
.vector-menu-portal:first-of-type {border-top-left-radius:0.2em;border-top-right-radius:0.2em;border-top:1px solid black;}
.vector-menu-portal:last-of-type {border-bottom-left-radius:0.2em;border-bottom-right-radius:0.2em;border-bottom:1px solid black;}
.vector-menu-portal .p-lang {border-top-left-radius:0.2em;border-top-right-radius:0.2em;}
/* User links (Credits to the Crappy Games Wiki) */
#p-personal > div > ul {background:#BE74CE;border:1px solid black;width:auto;right: -7px;}
#p-personal ul {padding-left: 3px;padding-right: 1em;border-bottom-left-radius: 0.5em;border-bottom-right-radius: 0.5em;}
#p-personal {top:0;}

Notes[edit source]

  • I am unsure if this works on every wiki. Consider adding a local override if it doesn't work as intended.