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

Jump to navigation Jump to search
no edit summary
Line 46: Line 46:
   background:transparent;
   background:transparent;
   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;
}
}


Line 78: Line 56:
   border-radius:10px;
   border-radius:10px;
   border-style:solid;
   border-style:solid;
   border-width:0.15em;
   border-width:0.05em;
   margin-right:1%;
   margin-right:0.5%;
}
}


Navigation menu