Jump to content

Thaltrad

Member
  • Posts

    16
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Discord
    Thaltrad#9482

Profile Information

  • Location
    Netherlands

Recent Profile Visitors

251 profile views

Thaltrad's Achievements

  1. yes it is, when you are on your stats page on f@h you can click on your points or WU's
  2. would also be possible to put some rgb puke into the client like: body { font-size: 14px; line-height: 1.4; /* background: #333333; */ text-align: center; animation: rainbow 2.5s linear; /* add rgb keyframes, playback time, mode*/ animation-iteration-count: infinite; /* loop keyframes */ } /* rgb keyframes */ @keyframes rainbow { 100%,0%{ background: rgb(255,0,0); } 8%{ background: rgb(255,127,0); } 16%{ background: rgb(255,255,0); } 25%{ background: rgb(127,255,0); } 33%{ background: rgb(0,255,0); } 41%{ background: rgb(0,255,127); } 50%{ background: rgb(0,255,255); } 58%{ background: rgb(0,127,255); } 66%{ background: rgb(0,0,255); } 75%{ background: rgb(127,0,255); } 83%{ background: rgb(255,0,255); } 91%{ background: rgb(255,0,127); } }
  3. I guess you could try replacing it with background: #333; won't be able to replace the image because it's probably hard baked into it. but can pretty much replace it with any hex color you desire
  4. I agree, though it's not a permanent solution. After page refresh it's gone
  5. though the change is client side, after refresh it's gone (so it's not permanent)
×