Код:
<!--HTML--> <script type="text/javascript"> function move(id,spd) { var obj=document.getElementById(id); var max=-obj.offsetHeight+obj.parentNode.offsetHeight; var top=parseInt(obj.style.top); if ((spd>0&&top<=0)||(spd<0&&top>=max)){ obj.style.top=top+spd+"px"; move.to=setTimeout(function(){ move(id,spd); },20); } else obj.style.top=(spd>0?0:max)+"px"; } </script> <style type="text/css"> .bodylove55 { width: 620px; height: 200; margin-left: -3px; padding-top: 130px; padding-bottom: 30px; display: block; background: url(http://funkyimg.com/i/22Uw9.png) top no-repeat, url(http://funkyimg.com/i/22UwQ.png) bottom no-repeat, url(http://funkyimg.com/i/22UtW.png) repeat-y;} </style> <center> <div class="bodylove55"> <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,700italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'> <center> <div style="width: 450px; background: #; padding: 20px;"> <div style="font-family: lobster; font-size: 35px; color: #c97332; margin-left: 163px; line-height: 70%;">Just Smile</div> <div style="width: 220px; height: 8px; background: #69d17c; border-left: 80px solid #eb8d46; border-right: 150px solid #05bade;"></div> <div style="width: 400px; height: auto; font-family: Cuprum; font-size: 14px; line-height: 95%; color: #3b3b3b; overflow: auto; text-align: justify; padding-top: 20px; margin-bottom: -15px;"> <center>Наверное, вы уже догадались, для чего была создана данная тема. Правильно, чтобы мы все вместе собрали собственный набор k-pop смайлов. <p><font color="#e68b47" face="lobster"><br>ВЫКЛАДЫВАЕМ ЛЮБИМЫЕ ГИФКИ АЙДОЛОВ</font></p> <br>Мы обязательно внесем их в общий контейнер смайлов под полем сообщения.</center> <br> </div> <br><br><center> <div style="width: 450px; height: 30px; background: #eb8d46; font-family: cuprum; font-size: 15px; text-transform: lowercase; color: white; line-height: 30px;">Правила темы:</div> <div style="width: 450px; height: auto; padding: 5px; font-family: cuprum; text-transform: lowercase; font-size: 13px; line-height: 95%; color: #3b3b3b; overflow: auto; text-align: justify;"> <br>1. Каждый может выложить только 5 gif-изображений. <br>2. Графика должна быть интересной на эмоции. <br><br> </div> </center> <div style="width: 400px; height: auto; font-family: Cuprum; font-size: 13px; line-height: 95%; color: #3b3b3b; overflow: ; text-align: justify; padding-top: 20px; margin-bottom: 10px;"> <center><br>Помним, что от вашей активности зависит количество смайлов на будущем форуме. Не ленимся, выкладываем;3</center></div> <div style="width: 220px; height: 8px; background: #69d17c; border-left: 80px solid #eb8d46; border-right: 150px solid #05bade;"></div> </div> </center> <br><br><br><br> </div></center>
--