Difference between revisions of "User:Polymorph-Ash/vector.css"

Jump to navigation Jump to search
no edit summary
Line 47: Line 47:
   border:none;
   border:none;
}
}
/*Welcome page/main page*/
.header-box {
  background-image:var(--background-image);
  background-repeat:no-repeat;
  background-clip:border-box;
  background-position:0% 75%;
  background-size:cover;
  background-attachment: fixed;
  color:var(--whitetextandbg);
  font-size:150%;
  text-shadow:0px 0px 15px black;
  font-weight:bold;
  font-family:var(--headerfont);
  border-color:var(--bordercolour);
  border-radius:15px;
  border-style:groove;
  border-width:3px;
  box-shadow:none;
  outline:1px solid var(--whitetextandbg);
  outline-offset:-6px;
}
/*main body*/


#content.mw-body {
#content.mw-body {

Navigation menu