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.
The forum of the forums
4 posters

    Easter Decorations?

    Rog360
    Rog360
    Forumember


    Posts : 35
    Reputation : 3
    Language : english

    In progress Easter Decorations?

    Post by Rog360 Mon 25 Feb 2019 - 15:58

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


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: Easter Decorations?

    Post by skouliki Mon 25 Feb 2019 - 16:19

    hello

    we will post an update about easter decorations soon

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Easter Decorations?

    Post by Ape Mon 25 Feb 2019 - 19:48

    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
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


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

    In progress Re: Easter Decorations?

    Post by _Twisted_Mods_ Fri 1 Mar 2019 - 18:50

    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;}

      Current date/time is Mon 23 Sep 2024 - 9:24