-
Postări
87 -
Înregistrat
-
Ultima Vizită
-
Zile Câștigate
1
Orice postat de Joky
-
Dai o nota sematurii si avatarului celui de deasupra ta
Joky a răspuns la subiect lui The Warden în Discuţii generale
a:NU MA BAG , MAN... s:9 -
Minecraft!
-
Dai o nota sematurii si avatarului celui de deasupra ta
Joky a răspuns la subiect lui The Warden în Discuţii generale
S:No Have! A:5 -
KayneCraft is a vibrant texture pack with a consistent and very distinctive cartoon theme. Download Here!
-
Jehkoba’s Fantasy Pack is a bright and colourful pack with lots of detail and creative textures. Download Direct!
-
Chroma Hills is a fantastic RPG themed pack with lots of detail and interesting textures. It is available in 128x, 64x and 32x textures although the 128×128 version is recommended. Download Here -NO MIRROR!
-
Ai de lucrat cu text-ul!
-
Copiata? 4/5! E frumoasa!
-
THX! Bro!
-
Condoleante acelor ziaristi de la Chearlie Hebdo.
-
Da tu vrei al launcher?
-
J>BALVINE IN LIVE EXLUSIVITATE.
-
THXXTH
-
IS CEL MAI TARE!!!
-
-
<html> <head> <script type="text/javascript" src="[Hidden Content]; <style> ul.demo1 li{ /* initial CSS for demo 1 (before it's animated) */ opacity: 0; /* animate opacity into view */ left: -100%; /* animate left property into view */ } ul.demo1-after li{ /* Post CSS for demo 1 (after it's animated). "demo1-after" dynamically added to UL */ opacity: 1; left: 0; } </style> <script type="text/javascript"> (function($){ var defaults = { duration: 0.5, pause: 0.5, delaybeforestart: 'onvisible', postclass: 'animated-after' } function css3propmap(){ // param: {css3prop1: value1, css3prop2: value2, etc} var vendorprefixes = ['-ms-', '-o-', '-moz-', '-webkit-'], propmap = {} for (var i=0; i<arguments.length; i++){ propmap[arguments[0]] = arguments[1] for (var t=0; t<vendorprefixes.length; t++){ propmap[vendorprefixes[t] + arguments[0]] = arguments[1] } } return propmap } $.fn.animatelist = function(options){ if (typeof $.animatedlists == "undefined") // global var to store ref to ULs that will be animated $.animatedlists=[] function inrange(range, field){ // check if "playing field" is inside range var rangespan = range[1]-range[0], fieldspan = field[1]-field[0] if ( (range[0]-field[0]) > 0 && (range[0]-field[0]) <= fieldspan ) // if top of range (viewport) is on field return true else{ if ( (range[0]-field[0]) < 0 && (range[0]+rangespan) >= field[0] ) // if part of range overlaps field return true } return false } if (Array.filter && !$(window).data('scrollbind')){ // on window scroll var $window = $(window) $window.bind('scroll.scrollbind', function(){ var scrolltop = $window.scrollTop(), animatedlists = $.animatedlists animatedlists = animatedlists.filter(function(el, index){ // find ULs that are visible on the screen and should be shown return (!el.shownflag && inrange([el.offsettop, el.offsettop+el.ulheight], [scrolltop, scrolltop+$window.height()])) }) for (var i=0; i < animatedlists.length; i++){ animatedlists.$ul.addClass(animatedlists.postclass) animatedlists.shownflag = true } }) $window.bind('load', function(){ // refresh UL top offsets when the page fully loads var animatedlists = $.animatedlists for (var i=0; i < animatedlists.length; i++){ animatedlists.offsettop = animatedlists.$ul.offset().top animatedlists.ulheight = animatedlists.$ul.outerHeight() } $window.trigger('scroll.scrollbind') }) $(window).data('scrollbind', true) } return this.each(function(){ var $ul = $(this).css({overflow:'hidden'}) var o = $.extend({}, defaults, options) var $lis = $ul.children('li').css({position:'relative'}) $lis.each(function(i){ $(this).css(css3propmap(['transition', 'all ' + o.duration + 's ease-in-out ' + i * (o.pause) + 's'])) }) if (typeof o.delaybeforestart == "number"){ setTimeout(function(){$ul.addClass(o.postclass)}, o.delaybeforestart * 1000) } else if (o.delaybeforestart == "onvisible" && Array.filter){ var offsettop = $ul.offset().top $.animatedlists.push({$ul:$ul, offsettop:offsettop, ulheight:$ul.outerHeight(), shownflag:false, postclass:o.postclass}) } else{ $ul.addClass(o.postclass) } }) // end return } })(jQuery); </script> <script> jQuery(function($){ // on DOM load $('ul.demo1').animatelist({pause: 1, postclass: 'demo1-after'}) }) </script> </head> <body> <ul class="demo1"> <li><a href="[Hidden Content] free HTML code</a></li> <li><a href="[Hidden Content] your website more interesting</a></li> <li><a href="[Hidden Content] easy</a></li> </ul> </body> </html>
-
<html> <head> <script type="text/javascript" src="[Hidden Content]; <script type="text/javascript"> jQuery.noConflict(); jQuery.extend(jQuery.easing, {easeOutExpo:function (x, t, b, c, d) { //see: [Hidden Content] return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; } }); (function($){ $.fn.overlaycontent=function(options) { var setting={id:'', dir:'up', speed:200, opacity:1} return this.each(function(){ $.extend(setting, options, (this.getAttribute('data-overlayid'))? {id:this.getAttribute('data-overlayid')} : {}) var $target=$(this).css({position:'relative', overflow:'hidden'}) //set anchor DIV position to relative var $overlay=$('#'+(setting.id)) //reference overlay DIV box var startpoint={} if (setting.dir=="up" || setting.dir=="down"){ //set initial position of overlay box (either "top" or "left" property affected) startpoint={top:$target.outerHeight()* (setting.dir=="down"? -1 : 1)} } else{ startpoint={left:$target.outerWidth()* (setting.dir=="right"? -1 : 1)} } var overlaydimenions={w:$target.outerWidth()-($overlay.outerWidth()-$overlay.width()), h:$target.outerHeight()-($overlay.outerHeight()-$overlay.height())} $overlay.css($.extend({position:'absolute', zIndex:'1000', width:overlaydimenions.w, height:overlaydimenions.h, left:0, top:0, visibility:'visible'}, startpoint)).appendTo($target) if (setting.opacity<1) $overlay.css({opacity:setting.opacity}) $target.hover( function(){ $overlay.dequeue().animate((setting.dir=="up" || setting.dir=="down")? {top:0} : {left:0}, setting.speed, 'easeOutExpo') }, function(){ $overlay.dequeue().animate(startpoint, setting.speed) } ) //end hover }) } })(jQuery); </script> <script> jQuery(function($){ //on document.ready $('#info').overlaycontent({ //initialize overlay on single DIV with id="info" speed:500, //duration of animation in milliseconds dir:'up' //supports 'up', 'down', 'left', or 'right' }) $('div.imagecontainers').overlaycontent({ //initialize overlay on DIVs with class="imagecontainers" speed:300, dir:'right', opacity:0.8 //opacity: 0 to 1 }) }) </script> <style type="text/css"> div#summerinfo{ background:white; padding:5px; } </style> </head> <body> <div class="imagecontainers" data-overlayid="summerinfo" style="display:block-inline;width:200px;height:150px"> <img src="[Hidden Content]; </div> <div id="summerinfo"> <a href="[Hidden Content] Scripts</a><br /> <a href="[Hidden Content] and well designed</a><br /> <a href="[Hidden Content] technologies</a><br /> <a href="[Hidden Content] /> </div> <br/> </body> </html>
-
<html> <head> </head> <body onload="disco()"> <script language="JavaScript"> <!-- //you can assign the initial color of the background here r=255; g=255; b=255; flag=0; t=new Array; o=new Array; d=new Array; function hex(a,c) { t[a]=Math.floor(c/16) o[a]=c%16 switch (t[a]) { case 10: t[a]='A'; break; case 11: t[a]='B'; break; case 12: t[a]='C'; break; case 13: t[a]='D'; break; case 14: t[a]='E'; break; case 15: t[a]='F'; break; default: break; } switch (o[a]) { case 10: o[a]='A'; break; case 11: o[a]='B'; break; case 12: o[a]='C'; break; case 13: o[a]='D'; break; case 14: o[a]='E'; break; case 15: o[a]='F'; break; default: break; } } function ran(a,c) { if ((Math.random()>2/3||c==0)&&c<255) { c++ d[a]=2; } else { if ((Math.random()<=1/2||c==255)&&c>0) { c-- d[a]=1; } else d[a]=0; } return c } function do_it(a,c) { if ((d[a]==2&&c<255)||c==0) { c++ d[a]=2 } else if ((d[a]==1&&c>0)||c==255) { c--; d[a]=1; } if (a==3) { if (d[1]==0&&d[2]==0&&d[3]==0) flag=1 } return c } function disco() { if (flag==0) { r=ran(1, r); g=ran(2, g); b=ran(3, b); hex(1,r) hex(2,g) hex(3,b) document.body.style.background="#"+t[1]+o[1]+t[2]+o[2]+t[3]+o[3] flag=50 } else { r=do_it(1, r) g=do_it(2,g) b=do_it(3,b) hex(1,r) hex(2,g) hex(3,b) document.body.style.background="#"+t[1]+o[1]+t[2]+o[2]+t[3]+o[3] flag-- } setTimeout('disco()',50) } //--> </script> <br/> <p><a target="_blank" href="trroolrto/"><span style="font-size: 8pt; text-decoration: none">ROLTROLBG DISCO PARTY</span></a></p> </body> </html>