My world has been turned upside down

My awesomeness counteracts the code.

Brogan.webp

Just like this one :P
 
Gotta say I love what you guys did to the forum, turned it upside down... should really help the sales :P Haha nice april fools prank.

Out of everything I found this to be the most hilarious, dunno why though.

Capturesdsd.webp
 
Please tell me how to do that...i want to use it the next year!
http://xenforo.com/community/threads/my-world-has-been-turned-upside-down.14441/page-2#post-189065
Although the css has been changed since I posted that to this:
Code:
.avatarScaler img,
.avatar .img,
.avatar img,
.smilie,
#logo,
.listBlock.stats dd,
#jumpMenu
{
    transform: rotate(180deg); -webkit-transform:  rotate(180deg); -moz-transform:  rotate(180deg); -o-transform:  rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
}
 
Top Bottom