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

Jump to navigation Jump to search
no edit summary
Line 50: Line 50:
   font-weight: bold;
   font-weight: bold;
   font-family: var(--headerfont);
   font-family: var(--headerfont);
   text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
 
  /* thin black outline + drop shadow */
   text-shadow:
    /* thin outline around text */
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px  1px 0 #000,
    1px  1px 0 #000,
    /* drop shadow for depth */
    3px 3px 6px rgba(0,0,0,0.6);
 
   border-radius: 10px;
   border-radius: 10px;
   border: 3px groove var(--bordercolour);
   border: 3px groove var(--bordercolour);

Navigation menu