Quên mật khẩu?

Ẩn quảng cáo - Esc

Thích bài này? Bài trướcBài sau

bom13love

Thu Oct 17, 2013 11:25 am

#1
  • bom13love

bom13love



Gia nhập : 17/09/2013
Tổng số bài gửi : 10
Đồng vàng : 24442
Cảm ơn : 0
trang chủ đẹp Empty trang chủ đẹp

Trang chủ đẹp
Code:

<a href="http://www.forumvi.com" target="_blank" style="display: none;"></a>





    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="author" content="Mái Trường Mến yêu" />
    <meta name="keywords" content="Diễn Đàn MTMY" />
    <meta name="description" content="Diễn Đàn MTMY http://maitruongmenyeu.org" />
    <html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns:fb="http://www.facebook.com/2008/fbml">
    <link rel="icon" href="http://ca7.upanh.com/17.157.21531835.m4G0/kinchakudrawstringbag.png" type="image/gif">



    <style>
    *{
        margin: 0px;
        padding: 0px;
    }
    a,a:link,a:hover{text-decoration:none}
    .buttom { width:100px;border-top: 1px solid #bdbdbd; background: #8d9296; background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#8d9296)); background: -moz-linear-gradient(top, #dbdbdb, #8d9296); padding: 20px 40px; -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: #000000; font-size: 19px; font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; vertical-align: middle; } .buttom:hover { border-top-color: #c7c7c7; background: #c7c7c7; color: #000000;box-shadow: 7px 7px 7px } .buttom:active { border-top-color: #cce4ed; background: #cce4ed; }
    body{
        background: url('http://ns2.upanh.com/b6.s33.d3/4c2de639e6f96222673d982b82aa93da_50566502.colorfullighttrailswallpaper1680.jpg');
    }
    #texttyping{
        width: 780px;
        margin: 20px 10px 20px 100px;
        font-weight: bold;
        position: absolute;
        top: 210px;
        left: 30px;
        float: left;
    }
    #marquee{
        height: 400px;
        width: 398px;
        position: absolute;
        top: 20px;
        left: 800px;
        z-index: 10;
        float: left;
    }
    </style>




    <script language="javascript">
    mensaje=
    '<font size="7" face="Comic Sans Ms" color="#f01">Chào các bạn!....<br></font>'+' <br>'+
    '<br>          '+
    '<font size="6" face="Comic Sans Ms" color="#f01">Chào mừng các bạn đến với forum KingOfGame. Hãy cùng nhau xây dựng forum và hòa mình cùng với những game hay nhé. Cùng nhau chat chit và nói chuyện nữa. Hehe.<br></font>'+' <br>'+
    '<br>          '+
    '<br>          '+
    '<font color="#f03" size="6">BQT chúc tất cả các thành viên vui vẻ nhé. WELCOME TO KINGOFGAME!</font> <br>          '+

    '<p align="left"></p>'
   
    line=0
   
    cursor='_'
   
    function teclear(){
   
    if(line==mensaje.length) cursor=''
   
    texttyping.innerHTML=mensaje.substring(0,line)+cursor
   
    if(line++<mensaje.length) setTimeout("teclear()",60)
   
    }
    </script>
    <script type="text/javascript">
    // Set the number of snowflakes (more than 30 - 40 not recommended)
    var snowmax=15
   
    // Set the colors for the snow. Add as many colors as you like
    var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD","#ffffff","#ffc0cb")
   
    // Set the fonts, that create the snowflakes. Add as many fonts as you like
    var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
   
    // **** CHANGE YOUR IMAGE HERE ****
   
    // Set the letter that creates your snowflake (recommended: * )
    var snowletter=" <img src=http://i1237.photobucket.com/albums/ff471/dangtuananaudition/hg_mark.png> "
   
    // Set the speed of sinking (recommended values range from 0.3 to 2)
    var sinkspeed=0.6
   
    // Set the maximal-size of your snowflaxes
    var snowmaxsize=40
   
    // Set the minimal-size of your snowflaxes
    var snowminsize=20
   
    // Set the snowing-zone
    // Set 1 for all-over-snowing, set 2 for left-side-snowing
    // Set 3 for center-snowing, set 4 for right-side-snowing
    var snowingzone=1
   
    ///////////////////////////////////////////////////////////////////////////
    // CONFIGURATION ENDS HERE
    ///////////////////////////////////////////////////////////////////////////
   
   
    // Do not edit below this line
    var snow=new Array()
    var marginbottom
    var marginright
    var timer
    var i_snow=0
    var x_mv=new Array();
    var crds=new Array();
    var lftrght=new Array();
    var browserinfos=navigator.userAgent
    var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
    var ns6=document.getElementById&&!document.all
    var opera=browserinfos.match(/Opera/)
    var browserok=ie5||ns6||opera
   
    function randommaker(range) {
        rand=Math.floor(range*Math.random())
        return rand
    }
   
    function initsnow() {
        teclear();
        if (ie5 || opera) {
          marginbottom = document.body.clientHeight
          marginright = document.body.clientWidth
      }
      else if (ns6) {
          marginbottom = window.innerHeight
          marginright = window.innerWidth
      }
        var snowsizerange=snowmaxsize-snowminsize
        for (i=0;i<=snowmax;i++) {
            crds[i] = 0;
            lftrght[i] = Math.random()*15;
            x_mv[i] = 0.03 + Math.random()/10;
            snow[i]=document.getElementById("s"+i)
            snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
            snow[i].size=randommaker(snowsizerange)+snowminsize
            snow[i].style.fontSize=snow[i].size
            snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
            snow[i].sink=sinkspeed*snow[i].size/5
            if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
            if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
            if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
            if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
            snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
            snow[i].style.left=snow[i].posx
            snow[i].style.top=snow[i].posy
        }
        movesnow()
    }
   
    function movesnow() {
        for (i=0;i<=snowmax;i++) {
            crds[i] += x_mv[i];
            snow[i].posy+=snow[i].sink
            snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
            snow[i].style.top=snow[i].posy
   
            if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
                if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
                if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
                if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
                if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
                snow[i].posy=0
            }
        }
        var timer=setTimeout("movesnow()",60)
    }
   
    for (i=0;i<=snowmax;i++) {
        document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
    }
    if (browserok) {
        window.onload=initsnow;
   
    }
    </script><div><a href="/index.htm">
    <object width="1" height="1"><param name="movie" value="http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://mp3.zing.vn/blog?MjAxMi8wNC8yOC9jLzEvInagaMEYzEwZDlkNjM3ODNjNmE2Y2E5MzZkNzgwZmE0NTMzY2QdUngWeBXAzfFdoaXN0WeBGV8RmxvInagaMEIFJpZGF8MXwy" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed width="1" height="1" src="http://static.mp3.zdn.vn/skins/mp3_main/flash/player/mp3Player_skin1.swf?xmlurl=http://mp3.zing.vn/blog?MjAxMi8wNC8yOC9jLzEvInagaMEYzEwZDlkNjM3ODNjNmE2Y2E5MzZkNzgwZmE0NTMzY2QdUngWeBXAzfFdoaXN0WeBGV8RmxvInagaMEIFJpZGF8MXwy" quality="high" wmode="transparent" type="application/x-shockwave-flash"></embed></object><br />></a></div><div id="marquee">
    <div class="buttom">
    <a href="http://vgame.5forum.net/forum"><font color="blue" face="Comic Sans Ms" size="4"><b>
    Vào Forum</b></a>
    </font></div>
    </div><div id="texttyping">
    </div>
Trả lời chủ đề này

Điện thoại: 050077777777777777 - Email: trihaivippro258@gmail.com - Yahoo: trihaivip_258@yahoo.com - Bảng báo giá