MyBB Community Forums

Full Version: April fools ideas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
(2013-03-14, 11:43 PM)Tom K. Wrote: [ -> ]javascript turn the page upside down always works with the message:

Quote: Attention Users. We have moved to Australia. Thanks

What coding is that to make the page turned upside down? Is there also one to make the forum flip backwards too?
(2013-04-01, 12:23 AM)Tim B. Wrote: [ -> ]There is something other than the usernames which surprisingly few people have noticed... Wink

Mod cp, or is that my computer messing up again lol.
(2013-04-01, 01:10 AM)Zueq Wrote: [ -> ]
(2013-03-14, 11:43 PM)Tom K. Wrote: [ -> ]javascript turn the page upside down always works with the message:

Quote: Attention Users. We have moved to Australia. Thanks

What coding is that to make the page turned upside down? Is there also one to make the forum flip backwards too?

Add this to css:

html {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(18deg);
}
Ow, now my username is there. Toungue
(2013-04-01, 01:17 AM)Jason L. Wrote: [ -> ]
(2013-04-01, 01:10 AM)Zueq Wrote: [ -> ]
(2013-03-14, 11:43 PM)Tom K. Wrote: [ -> ]javascript turn the page upside down always works with the message:

Quote: Attention Users. We have moved to Australia. Thanks

What coding is that to make the page turned upside down? Is there also one to make the forum flip backwards too?

Add this to css:

html {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(18deg);
}

Thanks very much! I got a couple of new pranks for my forum now. ^_^
hi,

just add :

transform:rotate(180deg);

In your admin panel Home » Themes » Default
in global.css where is Extra CSS Attributes Big Grin hope you injoy !
Nice one about modcp. Smile
Pages: 1 2 3 4 5 6 7 8 9