universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

chatname.css (413B)


      1 #chatname {
      2  font-family: "Trebuchet MS", Helvetica, sans-serif;
      3  font-size: 42px;
      4  letter-spacing: 3.4px;
      5  word-spacing: 3.6px;
      6  color: #00ffff;
      7  font-weight: 700;
      8  text-decoration: none;
      9  font-style: normal;
     10  font-variant: small-caps;
     11  text-transform: none;
     12 
     13  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5),
     14    0 0 10px rgba(255, 255, 255, 0.5), 2px 2px 2px rgba(230, 251, 230, 0);
     15 }