The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Easter Decorations?

4 posters

Go down

In progress Easter Decorations?

Post by Rog360 February 25th 2019, 3:58 pm

I've been trying to find the post for the Easter Decorations. Can someone please point me to the link... Smile
Rog360
Rog360
Forumember

Posts : 35
Reputation : 3
Language : english

Back to top Go down

In progress Re: Easter Decorations?

Post by skouliki February 25th 2019, 4:19 pm

hello

we will post an update about easter decorations soon
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Easter Decorations?

Post by Ape February 25th 2019, 7:48 pm

Yes sadly the old posts was removed as the codes no longer worked or they was running flash.

We remove them so we can update the codes and some files held by us on our servers

I hope that we will have them done before Easter so please keep an eye on theAnnouncements / Updates forum Wink


Easter Decorations? Left1212Easter Decorations? Center11Easter Decorations? Right112
Easter Decorations? Ape_b110
Easter Decorations? Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19109
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Easter Decorations?

Post by _Twisted_Mods_ March 1st 2019, 6:50 pm

javascript decorations

bar on bottom of screen


Easter Decorations? NBCKhFk
Easter Decorations? O8wtkek
Easter Decorations? RXDBZfI
change bimage to 0-2 to choose an image
Code:
$(function(){
var iheight = 50;
var bimage = 0;
var Sources=['https://i.imgur.com/zfJderA.png','https://i.imgur.com/4BXpjkW.png','https://i.imgur.com/MMGcfD4.png',];
var ii=(typeof bimage!=='undefined')?bimage:0;
var heit=(typeof iheight!=='undefined')?iheight:50;
var css=".deco_garland{ width: 100%;position: fixed;z-index:12;bottom: 0;left: 0;background-image: url('"+Sources[ii]+"');background-size: auto 100%;height: "+heit+"px;}";
$('body').append('<div class="deco_garland"></div>');
$('head').append("<style>"+css+"</style>");
});


Top side images

Easter Decorations? DSlC5ps
Easter Decorations? WhfWMjj
Easter Decorations? CFoOmmd

change source to 0-2 to choose an image

Code:
 $(function() {
var source = 0;
var position = 'absolute';
var ttop = 30;
var lleft = 80;
var mwidth =95;
var imgs=['https://i.imgur.com/DSlC5ps.gif','https://i.imgur.com/whfWMjj.gif','https://i.imgur.com/CFoOmmd.gif'];
var im=(typeof source!=='undefined')?source:0;
var posi=(typeof position!=='undefined')?position:'absolute';
$('body').prepend('<img src="'+imgs[im]+'" alt="" style="position:'+posi+'; max-width: '+mwidth+'px; top: '+ttop+'px; left: '+lleft+'px; " />');
});


Raining Images

Easter Decorations? V0Vz0gr
Code:
var snowsrc="https://i.imgur.com/v0Vz0gr.gif"; 
$(function() {  $.getScript('https://script.forumactif.com/10825.js');  });

Easter Decorations? ZSsoz43
Code:
var snowsrc="https://i.imgur.com/zSsoz43.png"; 
$(function() {  $.getScript('https://script.forumactif.com/10825.js');  });



Cursors "add to your css"

Easter Decorations? 98aqT95
Code:
body {cursor: url(https://i.imgur.com/98aqT95.png) 2 2, pointer;}

Easter Decorations? ITxp2Kx
Code:
body {cursor: url(https://i.imgur.com/iTxp2Kx.png) 2 2, pointer;}

Easter Decorations? NdPt6ZC
Code:
body {cursor: url(https://i.imgur.com/NdPt6ZC.png) 2 2, pointer;}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum