View Single Post
r3D w0LF
Senior Member
Join Date: Dec 2013
Location: Albania
Old 12-11-2017 , 15:04   Re: Motd with snow effect, i'ts possible?
Reply With Quote #7

Its such a pity as that effect shows but text doesnt. Maybe give this one a last try
PHP Code:
<html>
<
head>
<
style>
#snow{
    
backgroundnone;
    
font-familyAndrogyne;
    
background-imageurl('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    
height100%;
    
left0;
    
positionabsolute;
    
top0;
    
width100%;
    
z-index:-1;
    -
webkit-animationsnow 10s linear infinite;
    -
moz-animationsnow 10s linear infinite;
    -
ms-animationsnow 10s linear infinite;
    
animationsnow 10s linear infinite;
}

center {
  
z-index:10;
}

@
keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}
@-
moz-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position400px 1000px200px 400px100px 300px;}
}
@-
webkit-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}
@-
ms-keyframes snow {
  
0% {background-position0px 0px0px 0px0px 0px;}
  
50% {background-position500px 500px100px 200px, -100px 150px;}
  
100% {background-position500px 1000px200px 400px, -100px 300px;}
}    
</
style
</
head>  
<
body style="background-color: black;">
<
div id="snow">
</
div>
  <
title>MERRY CHRISTMAS;</title
<
center
<
h2 style="color: rgb(255, 66, 40);"><small><small><font 
 face
="arial"><span style="color: rgb(0,255,0);"># MERRY CHRISTMAS #</span><br> 
</font></small></small></h2
<
img style="border: 0px solid ; width: 411px; height: 175px; z-index:10;" 
 
alt="" src="http://fastdownloadcs.tk/czero/feliznatalalpha.jpg"><br
<
br
<
small><span
 style
="font-family: Arial; font-weight: bold; color: rgb(224, 65, 36);"><span 
 style
="color: rgb(204, 204, 204); background-color: transparent;"><span 
 style
="color: rgb(255,255,0);">ADD ON FAVORITES;</span><br
<
span style="color: rgb(255, 255, 255);">SERVER IP</span><br
</
span><span style="color: rgb(255, 255, 255);"><span 
 style
="color: rgb(204, 204, 204);"></span></span></span></small></center
</
body
</
html
r3D w0LF is offline