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

Jump to navigation Jump to search
no edit summary
Line 51: Line 51:
   font-family: var(--headerfont);
   font-family: var(--headerfont);


   /* thin black outline + drop shadow */
   /* bottom-left grey outline + drop shadow */
   text-shadow:
   text-shadow:
     /* thin outline around text */
     /* subtle grey outline, bottom-left only */
    -1px -1px 0 #000,
     -1px 1px 0 #888,
     1px -1px 0 #000,
     /* drop shadow for depth, bottom-left */
    -1px 1px 0 #000,
    1px  1px 0 #000,
     /* drop shadow for depth */
     3px 3px 6px rgba(0,0,0,0.6);
     3px 3px 6px rgba(0,0,0,0.6);


Navigation menu