Help Names and Avatars...

Discussion in 'Feedback & Assistance' started by sonicfan23, Apr 1, 2013.

Thread Status:
Not open for further replies.
  1. sonicfan23 Traverse Town Homebody

    Joined:
    Oct 1, 2011
    Gender:
    Male
    Location:
    Somewhere...in the world
    40
    102
    Hello there, KHV staff,

    I've noticed that, today the Names and Avatars are upside down. I saw that I am not the only one too, just thought I'd bring that to your attention.
     
  2. Pinekaboo Chaser

    Joined:
    Feb 18, 2011
    Gender:
    Female
    1,389
    It's an April Fools joke. This kind of thing doesn't happen by accident.
     
  3. sonicfan23 Traverse Town Homebody

    Joined:
    Oct 1, 2011
    Gender:
    Male
    Location:
    Somewhere...in the world
    40
    102
    Oh, alright. Thanks!
     
  4. Daydreamer

    Joined:
    Jan 29, 2007
    Gender:
    Male
    Location:
    Los Angeles
    137
    If anyone is having a problem with this change, it will only last a day (I hope), otherwise you can add a custom user stylesheet to disable it if you can't wait.

    Add or edit a user stylesheet to include the following:
    Code:
    * {
     -o-transform: none !important;
     -moz-transform: none !important;
     -ms-transform: none !important;
     -webkit-transform: none !important;
    }
    Tip taken from: http://dev.webonomic.nl/how-to-disable-css-transforms-transistions-and-animations

    I'm using this now. The location of the text file that needs to be edited to apply this varies depending on operating system and browser. Here's a link that might help: http://brugbart.com/Articles/custom-style-sheets
     
  5. Misty gimme kiss

    Joined:
    Sep 25, 2006
    Gender:
    Cisgender Female
    Location:
    alderaan
    6,590
    Actually...
    Code:
    .avatarScaler img, .avatar .img, .avatar img, .mceSmilie, .listBlock.stats dd, .username, img.av, .messageUserBlock .userTitle {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -khtml-transform: none !important }
    I would not recommend using the wildcard because sites use CSS transformations for legitimate things. But it will only be up for another twelve hours so it's really just a "wait it out" type deal.
     
  6. CaptainMIG Gummi Ship Junkie

    Joined:
    Aug 4, 2011
    Gender:
    Male
    Location:
    the wii u
    85
    351
    why is everything upside down
     
  7. Cherry Berry Chaser

    Joined:
    Dec 4, 2006
    Location:
    Nudist Beach
    485
    [​IMG]
     
  8. Hiro ✩ Guardian

    Joined:
    Dec 28, 2010
    Gender:
    Enby
    3,222
    Read the posts above you. They literally JUST EXPLAINED IT.
     
  9. Plums Wakanda Forever

    Joined:
    Aug 21, 2009
    Gender:
    Male
    Location:
    Konoha
    4,346
    Question(s) answered, thread

    LOCKED
     
Thread Status:
Not open for further replies.