Hỗ trợ Forumotion
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

ST.Kun
  • Designs

ST.Kun

Designs


ST.Kun

ST.Kun
loading...

Skin Noel của tớ nó cùi anh em hok thích xài thì thôi ^^  (Nhưng Đừng Ném Gạch Tớ Nhe )
demon http://aelv1.forumvi.com/ 

 an

Trả lời nhanh


  • ST.Kun
    ST.Kun

    Bài gửi 10/12/2013, 10:28 pm ST.Kun

    Trả lời nhanh
  • ptcmenu
    ptcmenu

    Bài gửi 10/12/2013, 10:28 pm ptcmenu

    view

    Trả lời nhanh
  • ST.Kun
    ST.Kun

    Bài gửi 10/12/2013, 10:29 pm ST.Kun

    hered 

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
    <head>
    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
      <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
      <meta http-equiv="content-script-type" content="text/javascript" />
      <meta http-equiv="content-style-type" content="text/css" />
      <!-- BEGIN switch_compat_meta -->
      <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
      <!-- END switch_compat_meta -->
      <!-- BEGIN switch_canonical_url -->
      <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
      <!-- END switch_canonical_url -->
      {META_FAVICO}
      {META}
      {META_FB_LIKE}
      <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
      {T_HEAD_STYLESHEET}
      {CSS}
      <!--[if lte IE 6]>
            <style type="text/css">
                    .post-entry .entry-content img{display: block !important}
                    body{background-color: #FFFFFF!important}
              #mudimPanel,.minwidth_IE, #login_popup, #hitskin_preview{display:none!important}
          </style>
      <![endif]-->
      <noscript>
            <style type="text/css">
                    a.mainmenu[href='/groups'],a.mainmenu[href='/privmsg?folder=inbox']{display:block !important}
                    .post-entry .entry-content img{display: block !important}
              #left{display:block !important}
              .module .main-content{height: 12.3em !important}
              .toppost_width{width: 290px;}
              .recentWidth{width: 658px;}
              .latest_topics{overflow: hidden !important; height: 12.3em !important}
              .chatbox, .fmviToggle, #checktip .open{display:none}
          </style>
      </noscript>

      <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
      <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
      <script src="{JQUERY_PATH}" type="text/javascript"></script>

            <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
      <script type="text/javascript">
          function langEV() {
              if ($("html").attr("xml:lang") == "en") {
                  return true;
              } else if ($("html").attr("xml:lang") == "vi") {
                  return false;
              }
          }
      </script>
      <!-- BEGIN switch_fb_login -->
      <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
      <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
      <!-- END switch_fb_login -->

      <!-- BEGIN switch_ticker -->
      <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
      <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
      <!-- END switch_ticker -->
     
      <!-- BEGIN switch_ticker_new -->
      <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
      <script type="text/javascript">//<![CDATA[
          /* Definir le sens de direction en fonction du panneau admin */
          var tickerDirParam = "{switch_ticker.DIRECTION}";
          var slid_vert = false;
          var auto_dir = 'next';
          var h_perso = parseInt({switch_ticker.HEIGHT});

          switch( tickerDirParam )
          {
            case 'top' :
                slid_vert = true;
                break;

            case 'left':
                break;

            case 'bottom':
                slid_vert = true;
                auto_dir = 'prev';
                break;

            case 'right':
                auto_dir = 'prev';
                break;

            default:
                slid_vert = true;
          }

          $(document).ready(function() {

            var width_max = $('ul#fa_ticker_content').width();
            var width_item = Math.floor(width_max / {switch_ticker.SIZE});

            if (width_max > 0)
            {
                $('#fa_ticker_content').css('display','block');

                $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
                  if ($(this).width() > width_item)
                  {
                  var ratio      = $(this).width() / width_item;
                  var new_height = Math.round($(this).height() / ratio);
                  $(this).height(new_height).width(width_item);
                  }
                });

                if (slid_vert)
                {
                  var height_max = h_perso;

                  $('ul#fa_ticker_content li').each( function () {
                      if ($(this).height() > height_max)
                      {
                        height_max = $(this).height();
                      }
                  } );

                  $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
                  $('ul#fa_ticker_content li').height(height_max);
                }

                $('#fa_ticker_content').jcarousel({
                      vertical: slid_vert,
                  wrap: 'circular',
                  auto: {switch_ticker.STOP_TIME},
                  auto_direction: auto_dir,
                scroll: 1,
                size: {switch_ticker.SIZE},
                height_max: height_max,
                animation: {switch_ticker.SPEED}
                });
            }
            else
            {
                $('ul#fa_ticker_content li:not(:first)').css('display','none');
                $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
            }
          });
      //]]>
      </script>
      <!-- END switch_ticker_new -->

      <script type="text/javascript">
      //<![CDATA[
      $(document).ready(function(){
          <!-- BEGIN switch_enable_pm_popup -->
            pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
            pm.focus();
          <!-- END switch_enable_pm_popup -->
          <!-- BEGIN switch_report_popup -->
            report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
            report.focus();
          <!-- END switch_report_popup -->
          <!-- BEGIN switch_ticker -->
            ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
          <!-- END switch_ticker -->
      });

      <!-- BEGIN switch_login_popup -->
          var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
      <!-- END switch_login_popup -->

      <!-- BEGIN switch_login_popup -->
      $(document).ready( function() {
          $(window).resize(function() {
            var windowWidth = document.documentElement.clientWidth;
            var popupWidth = $("#login_popup").width();
            var mypopup = $("#login_popup");

            $("#login_popup").css({
            "left": windowWidth/2 - popupWidth/2
                });
          });
      });
      <!-- END switch_login_popup -->
      //]]>
      </script>
      {GREETING_POPUP}
      <!-- BEGIN switch_ticker_new -->
      <style>
      .jcarousel-skin-tango .jcarousel-item {
          text-align:center;
          width: 10px;
      }

      .jcarousel-skin-tango .jcarousel-item-horizontal {
          margin-right: {switch_ticker.SPACING}px;
      }

      .jcarousel-skin-tango .jcarousel-item-vertical {
          margin-bottom: {switch_ticker.SPACING}px;
      }
      </style>
      <!-- END switch_ticker_new -->
      {HOSTING_JS}
      <!-- BEGIN google_analytics_code --> 
      <script type="text/javascript">
      //<![CDATA[
        var _gaq = _gaq || [];
        _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
        _gaq.push(["_trackPageview"]);

        (function() {
          var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
          ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
          var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
        })();
      //]]>
      </script>
      <!-- END google_analytics_code -->
     
     <script>
        $(function(){
        $(".c3username").html($("#depgiai a").text());
        $(".dropdown-toggle").click(function(){
        $(this).parent().toggleClass("open");
        return false
        });
       

      if( my_getcookie("stylene") == null){
        my_setcookie("stylene", "greenhill", 1, 0);
        };
     
        });

       
      </script>
      <script>
    function c3style(a) {
        var s = document.createElement('link');
        s.type = "text/css";
        s.rel = "stylesheet";
        s.href = ( "http://me.ola.vn/w/theme/" + a + "/style.css");
        s.media = "screen";
        document.getElementsByTagName("head")[0].appendChild(s)
    }


    </script>
     
    <script>
    $(function(){c3style(my_getcookie("stylene"));$("dl:contains('dulieuava')").remove();});</script>
     
     
     
     <script type="text/javascript">
    jQuery(function(){
      jQuery("#pwd_bad").html('phải có cả chữ và số');
      jQuery("#pwd_middle").html('được rùi đấy');
      jQuery("#pwd_good").html('chuẩn hok cần chỉnh');
    });
    </script>
     
       
     
     
     
    </head>

    <body onload="zzcatfishclose();">

      <!-- BEGIN hitskin_preview -->
      <div id="hitskin_preview" dav"display: block;">
          <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
          <div class="content">
            <p>
                {hitskin_preview.L_THEME_SITE_PREVIEW}
                <br />
                <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
            </p>
          </div>
      </div>
      <!-- END hitskin_preview -->

      <!-- BEGIN switch_login_popup -->
      <div id="login_popup" class="module main">
          <div id="login_popup_title" class="main-head">
            <div class="h3">{SITENAME}</div>
          </div>
          <div class="main-content">
            {LOGIN_POPUP_MSG}
            <div id="login_popup_buttons">
                <form action="{S_LOGIN_ACTION}" method="get">
                  <input type="submit" class="button2" value="{L_LOGIN}" />
                  <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                  <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
                </form>
            </div>
          </div>
      </div>
      <!-- END switch_login_popup -->
      <a id="top" name="top" accesskey="t"></a> 
      <div><div class="bg1"></div> <div class="bg2"></div> <div class="bg3" dav"background-position: -251px 0px; "><img src="http://me.ola.vn/m/i.png"/></div> <div class="bg4"></div> <div class="bg5"></div></div>
     
      <!-- BEGIN switch_desc -->
      <div dav"display:none" class="depgiaiketao">{switch_desc.SITE_DESCRIPTION}</div>
    <!-- END switch_desc -->

     
                                             
                                           
                                             
      <div class="minwidth_IE">
          <div class="layout_IE">
            <div class="container_IE">
                                <div class="devsitePage">

       
            <div dav"height: 600px"></div>
             
                                              <div id="wrapper1">

                                       
                         
                        <div id="pun-navlinks">
                        <ul class="clearfix">
                          <li><b>{GENERATED_NAV_BAR}</b></li>
                        </ul>
                      </div>
                <div class="pun">
                 
                  <div id="pun-head">
                       
       
     

    <script src="http://root.vn/holiday_bells/js/swfobject.min.js"></script>
    <script src="http://www.hotrofm.com/47711.js"></script>
     
    <div class="b-page_newyear" dav"height: 10px;"><div class="b-page__content"><i class="b-head-decor"><i class="b-head-decor__inner b-head-decor__inner_n1"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i><i class="b-head-decor__inner b-head-decor__inner_n2"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i><i class="b-head-decor__inner b-head-decor__inner_n3"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i><i class="b-head-decor__inner b-head-decor__inner_n4"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i><i class="b-head-decor__inner b-head-decor__inner_n5"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i><i class="b-head-decor__inner b-head-decor__inner_n6"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i><i class="b-head-decor__inner b-head-decor__inner_n7"><div class="b-ball b-ball_n1 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n2 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n3 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n4 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n5 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n6 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n7 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n8 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_n9 b-ball_bounce"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i1"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i2"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i3"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i4"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i5"><div class="b-ball__right"></div><div class="b-ball__i"></div></div><div class="b-ball b-ball_i6"><div class="b-ball__right"></div><div class="b-ball__i"></div></div></i></i></div></div>


    <style>
    .b-page__content { min-height:120px; }
    .b-head-decor { display:none; }
    .b-page_newyear .b-head-decor { position:absolute; top:0; left:0; display:block; height:115px; width:100%; overflow:hidden; background:url('http://root.vn/holiday_bells/images/balls/b-head-decor_newyear.png') repeat-x 0 0; }
    .b-page_newyear .b-head-decor__inner { position:absolute; top:0; left:0; height:115px; display:block; width:373px; }
    .b-page_newyear .b-head-decor::before { content:''; display:block; position:absolute; top:-115px; left:0; z-index:3; height:115px; display:block; width:100%; }
    .b-page_newyear .b-head-decor__inner_n2 { left:373px; }
    .b-page_newyear .b-head-decor__inner_n3 { left:746px; }
    .b-page_newyear .b-head-decor__inner_n4 { left:1119px; }
    .b-page_newyear .b-head-decor__inner_n5 { left:1492px; }
    .b-page_newyear .b-head-decor__inner_n6 { left:1865px; }
    .b-page_newyear .b-head-decor__inner_n7 { left:2238px; }
    .b-ball { position:absolute; }
    .b-ball_n1 { top:0; left:3px; width:59px; height:83px; }
    .b-ball_n2 { top:-19px; left:51px; width:55px; height:70px; }
    .b-ball_n3 { top:9px; left:88px; width:49px; height:67px; }
    .b-ball_n4 { top:0; left:133px; width:57px; height:102px; }
    .b-ball_n5 { top:0; left:166px; width:49px; height:57px; }
    .b-ball_n6 { top:6px; left:200px; width:54px; height:70px; }
    .b-ball_n7 { top:0; left:240px; width:56px; height:67px; }
    .b-ball_n8 { top:0; left:283px; width:54px; height:53px; }
    .b-ball_n9 { top:10px; left:321px; width:49px; height:66px; }
    .b-ball_n1 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n1.png') no-repeat; }
    .b-ball_n2 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n2.png') no-repeat; }
    .b-ball_n3 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n3.png') no-repeat; }
    .b-ball_n4 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n4.png') no-repeat; }
    .b-ball_n5 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n5.png') no-repeat; }
    .b-ball_n6 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n6.png') no-repeat; }
    .b-ball_n7 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n7.png') no-repeat; }
    .b-ball_n8 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n8.png') no-repeat; }
    .b-ball_n9 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_n9.png') no-repeat; }
    .b-ball_i1 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_i1.png') no-repeat; }
    .b-ball_i2 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_i2.png') no-repeat; }
    .b-ball_i3 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_i3.png') no-repeat; }
    .b-ball_i4 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_i4.png') no-repeat; }
    .b-ball_i5 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_i5.png') no-repeat; }
    .b-ball_i6 .b-ball__i { background:url('http://root.vn/holiday_bells/images/balls/b-ball_i6.png') no-repeat; }
    .b-ball_i1{top:0; left:0; width:25px; height:71px; }
    .b-ball_i2{top:0; left:25px; width:61px; height:27px; }
    .b-ball_i3{top:0; left:176px; width:29px; height:31px; }
    .b-ball_i4{top:0; left:205px; width:50px; height:51px; }
    .b-ball_i5{top:0; left:289px; width:78px; height:28px; }
    .b-ball_i6{top:0; left:367px; width:6px; height:69px; }
    .b-ball__i { position:absolute; width:100%; height:100%; -webkit-transform-origin:50% 0; -moz-transform-origin:50% 0; -o-transform-origin:50% 0; transform-origin:50% 0; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out; pointer-events:none; }
    .b-ball_bounce .b-ball__right{position:absolute; top:0; right:0; left:50%; bottom:0; z-index:9; }
    .b-ball_bounce:hover .b-ball__right{ display:none; }
    .b-ball_bounce .b-ball__right:hover{ left:0; display:block!important; }
    .b-ball_bounce.bounce>.b-ball__i{ -webkit-transform:rotate(-9deg); -moz-transform:rotate(-9deg); -o-transform:rotate(-9deg); transform:rotate(-9deg); }
    .b-ball_bounce .b-ball__right.bounce+.b-ball__i { -webkit-transform:rotate(9deg); -moz-transform:rotate(9deg); -o-transform:rotate(9deg); transform:rotate(9deg); }
    .b-ball_bounce.bounce1>.b-ball__i {-webkit-transform:rotate(6deg); -moz-transform:rotate(6deg); -o-transform:rotate(6deg); transform:rotate(6deg); }
    .b-ball_bounce .b-ball__right.bounce1+.b-ball__i {-webkit-transform:rotate(-6deg); -moz-transform:rotate(-6deg); -o-transform:rotate(-6deg); transform:rotate(-6deg); }
    .b-ball_bounce.bounce2>.b-ball__i{ -webkit-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -o-transform:rotate(-3deg); transform:rotate(-3deg); }
    .b-ball_bounce .b-ball__right.bounce2+.b-ball__i{ -webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -o-transform:rotate(3deg); transform:rotate(3deg); }
    .b-ball_bounce.bounce3>.b-ball__i {-webkit-transform:rotate(1.5deg); -moz-transform:rotate(1.5deg); -o-transform:rotate(1.5deg); transform:rotate(1.5deg); }
    .b-ball_bounce .b-ball__right.bounce3+.b-ball__i { -webkit-transform:rotate(-1.5deg); -moz-transform:rotate(-1.5deg); -o-transform:rotate(-1.5deg); transform:rotate(-1.5deg); }
    #header {
    margin-top: 50px;
    }
    </style>
     
    <script type="text/javascript">
    //<![CDATA[
    var BaoTuyet1k=(function(window,document){this.flakesMax=150;this.flakesMaxActive=150;this.animationInterval=40;this.excludeMobile=true;this.flakeBottom=null;this.followMouse=true;this.snowColor='#fff';this.snowCharacter='*';this.snowStick=true;this.targetElement=null;this.useMeltEffect=true;this.useTwinkleEffect=false;this.usePositionFixed=false;this.freezeOnBlur=true;this.flakeLeftOffset=0;this.flakeRightOffset=0;this.flakeWidth=5;this.flakeHeight=5;this.vMaxX=2.5;this.vMaxY=2.5;this.zIndex=100000;var s=this,storm=this,i,isIE=navigator.userAgent.match(/msie/i),isIE6=navigator.userAgent.match(/msie 6/i),isWin98=navigator.appVersion.match(/windows 98/i),isMobile=navigator.userAgent.match(/mobile/i),isBackCompatIE=(isIE&&document.compatMode==='BackCompat'),noFixed=(isMobile||isBackCompatIE||isIE6),screenX=null,screenX2=null,screenY=null,scrollY=null,vRndX=null,vRndY=null,windOffset=1,windMultiplier=2,flakeTypes=6,fixedForEverything=false,opacitySupported=(function(){try{document.createElement('div').style.opacity='0.5';}catch(e){return false;}
    return true;}()),didInit=false,docFrag=document.createDocumentFragment();this.timers=[];this.flakes=[];this.disabled=false;this.active=false;this.meltFrameCount=20;this.meltFrames=[];this.events=(function(){var old=(!window.addEventListener&&window.attachEvent),slice=Array.prototype.slice,evt={add:(old?'attachEvent':'addEventListener'),remove:(old?'detachEvent':'removeEventListener')};function getArgs(oArgs){var args=slice.call(oArgs),len=args.length;if(old){args[1]='on'+args[1];if(len>3){args.pop();}}else if(len===3){args.push(false);}
    return args;}
    function apply(args,sType){var element=args.shift(),method=[evt[sType]];if(old){element[method](args[0],args[1]);}else{element[method].apply(element,args);}}
    function addEvent(){apply(getArgs(arguments),'add');}
    function removeEvent(){apply(getArgs(arguments),'remove');}
    return{add:addEvent,remove:removeEvent};}());function rnd(n,min){if(isNaN(min)){min=0;}
    return(Math.random()*n)+min;}
    function plusMinus(n){return(parseInt(rnd(2),10)===1?n*-1:n);}
    this.randomizeWind=function(){var i;vRndX=plusMinus(rnd(s.vMaxX,0.2));vRndY=rnd(s.vMaxY,0.2);if(this.flakes){for(i=0;i<this.flakes.length;i++){if(this.flakes[i].active){this.flakes[i].setVelocities();}}}};this.scrollHandler=function(){var i;scrollY=(s.flakeBottom?0:parseInt(window.scrollY||document.documentElement.scrollTop||document.body.scrollTop,10));if(isNaN(scrollY)){scrollY=0;}
    if(!fixedForEverything&&!s.flakeBottom&&s.flakes){for(i=s.flakes.length;i--;){if(s.flakes[i].active===0){s.flakes[i].stick();}}}};this.resizeHandler=function(){if(window.innerWidth||window.innerHeight){screenX=window.innerWidth-(!isIE?16:16)-s.flakeRightOffset;screenY=(s.flakeBottom?s.flakeBottom:window.innerHeight);}else{screenX=(document.documentElement.clientWidth||document.body.clientWidth||document.body.scrollWidth)-(!isIE?8:0)-s.flakeRightOffset;screenY=s.flakeBottom?s.flakeBottom:(document.documentElement.clientHeight||document.body.clientHeight||document.body.scrollHeight);}
    screenX2=parseInt(screenX/2,10);};this.resizeHandlerAlt=function(){screenX=s.targetElement.offsetLeft+s.targetElement.offsetWidth-s.flakeRightOffset;screenY=s.flakeBottom?s.flakeBottom:s.targetElement.offsetTop+s.targetElement.offsetHeight;screenX2=parseInt(screenX/2,10);};this.freeze=function(){var i;if(!s.disabled){s.disabled=1;}else{return false;}
    for(i=s.timers.length;i--;){clearInterval(s.timers[i]);}};this.resume=function(){if(s.disabled){s.disabled=0;}else{return false;}
    s.timerInit();};this.toggleSnow=function(){if(!s.flakes.length){s.start();}else{s.active=!s.active;if(s.active){s.show();s.resume();}else{s.stop();s.freeze();}}};this.stop=function(){var i;this.freeze();for(i=this.flakes.length;i--;){this.flakes[i].o.style.display='none';}
    s.events.remove(window,'scroll',s.scrollHandler);s.events.remove(window,'resize',s.resizeHandler);if(s.freezeOnBlur){if(isIE){s.events.remove(document,'focusout',s.freeze);s.events.remove(document,'focusin',s.resume);}else{s.events.remove(window,'blur',s.freeze);s.events.remove(window,'focus',s.resume);}}};this.show=function(){var i;for(i=this.flakes.length;i--;){this.flakes[i].o.style.display='block';}};this.SnowFlake=function(parent,type,x,y){var s=this,storm=parent;this.type=type;this.x=x||parseInt(rnd(screenX-20),10);this.y=(!isNaN(y)?y:-rnd(screenY)-12);this.vX=null;this.vY=null;this.vAmpTypes=[1,1.2,1.4,1.6,1.8];this.vAmp=this.vAmpTypes[this.type];this.melting=false;this.meltFrameCount=storm.meltFrameCount;this.meltFrames=storm.meltFrames;this.meltFrame=0;this.twinkleFrame=0;this.active=1;this.fontSize=(10+(this.type/5)*10);this.o=document.createElement('div');this.o.innerHTML=storm.snowCharacter;this.o.style.color=storm.snowColor;this.o.style.position=(fixedForEverything?'fixed':'absolute');this.o.style.width=storm.flakeWidth+'px';this.o.style.height=storm.flakeHeight+'px';this.o.style.fontFamily='arial,verdana';this.o.style.overflow='hidden';this.o.style.fontWeight='normal';this.o.style.zIndex=storm.zIndex;docFrag.appendChild(this.o);this.refresh=function(){if(isNaN(s.x)||isNaN(s.y)){return false;}
    s.o.style.left=s.x+'px';s.o.style.top=s.y+'px';};this.stick=function(){if(noFixed||(storm.targetElement!==document.documentElement&&storm.targetElement!==document.body)){s.o.style.top=(screenY+scrollY-storm.flakeHeight)+'px';}else if(storm.flakeBottom){s.o.style.top=storm.flakeBottom+'px';}else{s.o.style.display='none';s.o.style.top='auto';s.o.style.bottom='0px';s.o.style.position='fixed';s.o.style.display='block';}};this.vCheck=function(){if(s.vX>=0&&s.vX<0.2){s.vX=0.2;}else if(s.vX<0&&s.vX>-0.2){s.vX=-0.2;}
    if(s.vY>=0&&s.vY<0.2){s.vY=0.2;}};this.move=function(){var vX=s.vX*windOffset,yDiff;s.x+=vX;s.y+=(s.vY*s.vAmp);if(s.x>=screenX||screenX-s.x<storm.flakeWidth){s.x=0;}else if(vX<0&&s.x-storm.flakeLeftOffset<-storm.flakeWidth){s.x=screenX-storm.flakeWidth-1;}
    s.refresh();yDiff=screenY+scrollY-s.y;if(yDiff<storm.flakeHeight){s.active=0;if(storm.snowStick){s.stick();}else{s.recycle();}}else{if(storm.useMeltEffect&&s.active&&s.type<3&&!s.melting&&Math.random()>0.998){s.melting=true;s.melt();}
    if(storm.useTwinkleEffect){if(!s.twinkleFrame){if(Math.random()>0.9){s.twinkleFrame=parseInt(Math.random()*20,10);}}else{s.twinkleFrame--;s.o.style.visibility=(s.twinkleFrame&&s.twinkleFrame%2===0?'hidden':'visible');}}}};this.animate=function(){s.move();};this.setVelocities=function(){s.vX=vRndX+rnd(storm.vMaxX*0.12,0.1);s.vY=vRndY+rnd(storm.vMaxY*0.12,0.1);};this.setOpacity=function(o,opacity){if(!opacitySupported){return false;}
    o.style.opacity=opacity;};this.melt=function(){if(!storm.useMeltEffect||!s.melting){s.recycle();}else{if(s.meltFrame<s.meltFrameCount){s.meltFrame++;s.setOpacity(s.o,s.meltFrames[s.meltFrame]);s.o.style.fontSize=s.fontSize-(s.fontSize*(s.meltFrame/s.meltFrameCount))+'px';s.o.style.lineHeight=storm.flakeHeight+2+(storm.flakeHeight*0.75*(s.meltFrame/s.meltFrameCount))+'px';}else{s.recycle();}}};this.recycle=function(){s.o.style.display='none';s.o.style.position=(fixedForEverything?'fixed':'absolute');s.o.style.bottom='auto';s.setVelocities();s.vCheck();s.meltFrame=0;s.melting=false;s.setOpacity(s.o,1);s.o.style.padding='0px';s.o.style.margin='0px';s.o.style.fontSize=s.fontSize+'px';s.o.style.lineHeight=(storm.flakeHeight+2)+'px';s.o.style.textAlign='center';s.o.style.verticalAlign='baseline';s.x=parseInt(rnd(screenX-storm.flakeWidth-20),10);s.y=parseInt(rnd(screenY)*-1,10)-storm.flakeHeight;s.refresh();s.o.style.display='block';s.active=1;};this.recycle();this.refresh();};this.snow=function(){var active=0,used=0,waiting=0,flake=null,i;for(i=s.flakes.length;i--;){if(s.flakes[i].active===1){s.flakes[i].move();active++;}else if(s.flakes[i].active===0){used++;}else{waiting++;}
    if(s.flakes[i].melting){s.flakes[i].melt();}}
    if(active<s.flakesMaxActive){flake=s.flakes[parseInt(rnd(s.flakes.length),10)];if(flake.active===0){flake.melting=true;}}};this.mouseMove=function(e){if(!s.followMouse){return true;}
    var x=parseInt(e.clientX,10);if(x<screenX2){windOffset=-windMultiplier+(x/screenX2*windMultiplier);}else{x-=screenX2;windOffset=(x/screenX2)*windMultiplier;}};this.createSnow=function(limit,allowInactive){var i;for(i=0;i<limit;i++){s.flakes[s.flakes.length]=new s.SnowFlake(s,parseInt(rnd(flakeTypes),10));if(allowInactive||i>s.flakesMaxActive){s.flakes[s.flakes.length-1].active=-1;}}
    storm.targetElement.appendChild(docFrag);};this.timerInit=function(){s.timers=(!isWin98?[setInterval(s.snow,s.animationInterval)]:[setInterval(s.snow,s.animationInterval*3),setInterval(s.snow,s.animationInterval)]);};this.init=function(){var i;for(i=0;i<s.meltFrameCount;i++){s.meltFrames.push(1-(i/s.meltFrameCount));}
    s.randomizeWind();s.createSnow(s.flakesMax);s.events.add(window,'resize',s.resizeHandler);s.events.add(window,'scroll',s.scrollHandler);if(s.freezeOnBlur){if(isIE){s.events.add(document,'focusout',s.freeze);s.events.add(document,'focusin',s.resume);}else{s.events.add(window,'blur',s.freeze);s.events.add(window,'focus',s.resume);}}
    s.resizeHandler();s.scrollHandler();if(s.followMouse){s.events.add(isIE?document:window,'mousemove',s.mouseMove);}
    s.animationInterval=Math.max(20,s.animationInterval);s.timerInit();};this.start=function(bFromOnLoad){if(!didInit){didInit=true;}else if(bFromOnLoad){return true;}
    if(typeof s.targetElement==='string'){var targetID=s.targetElement;s.targetElement=document.getElementById(targetID);if(!s.targetElement){throw new Error('BaoTuyet1k: Unable to get targetElement "'+targetID+'"');}}
    if(!s.targetElement){s.targetElement=(!isIE?(document.documentElement?document.documentElement:document.body):document.body);}
    if(s.targetElement!==document.documentElement&&s.targetElement!==document.body){s.resizeHandler=s.resizeHandlerAlt;}
    s.resizeHandler();s.usePositionFixed=(s.usePositionFixed&&!noFixed);fixedForEverything=s.usePositionFixed;if(screenX&&screenY&&!s.disabled){s.init();s.active=true;}};function doDelayedStart(){window.setTimeout(function(){s.start(true);},20);s.events.remove(isIE?document:window,'mousemove',doDelayedStart);}
    function doStart(){if(!s.excludeMobile||!isMobile){if(s.freezeOnBlur){s.events.add(isIE?document:window,'mousemove',doDelayedStart);}else{doDelayedStart();}}
    s.events.remove(window,'load',doStart);}
    s.events.add(window,'load',doStart,false);return this;}(window,document));
    //]]>
    </script>
                 
                  <!-- BEGIN switch_ticker_new -->
                  <div id="fa_ticker_block" dav"padding-top:4px;">
                      <div class="module main">
                        <div class="main-content clearfix">
                            <div id="fa_ticker_container">
                              <ul id="fa_ticker_content" class="jcarousel-skin-tango" dav"display: none;width: 100%;">
                                  <!-- BEGIN ticker_row -->
                                  <li>{switch_ticker.ticker_row.ELEMENT}</li>
                                  <!-- END ticker_row -->
                              </ul>
                            </div>
                        </div>
                      </div>
                  </div>
                  <!-- END switch_ticker_new -->

                  <!-- BEGIN switch_ticker_new -->
                  <div id="fa_ticker_block" dav"padding-top:4px;">
                      <div class="module main">
                        <div class="main-content clearfix">
                            <div id="fa_ticker_container">
                              <ul id="fa_ticker_content" class="jcarousel-skin-tango" dav"display: none;width: 100%;">
                                  <!-- BEGIN ticker_row -->
                                  <li>{switch_ticker.ticker_row.ELEMENT}</li>
                                  <!-- END ticker_row -->
                              </ul>
                            </div>
                        </div>
                      </div>
                  </div>
                  <!-- END switch_ticker_new -->

                  <!-- BEGIN switch_ticker -->
                  <div id="fa_ticker_block" dav"padding-top:4px;">
                      <div class="module main">
                        <div class="main-content clearfix">
                            <div id="fa_ticker_container">
                              <div id="fa_ticker" dav"height:{switch_ticker.HEIGHT}px;">
                                  <div class="fa_ticker_content">
                                    <!-- BEGIN ticker_row -->
                                    <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                    <!-- END ticker_row -->
                                  </div>
                              </div>
                            </div>
                        </div>
                      </div>
                  </div>
                  <!-- END switch_ticker -->

                  <div id="page-body">
                      <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                        <div id="outer-wrapper">
                            <div id="wrapper">
                              <div id="container">
                                  <div id="content">
                                   
                                    <div id="main">
                                        <div id="main-content">

    <!-- BEGIN html_validation -->
                                        </div>
                                    </div>
                                  </div>
                              </div>
                            </div>
                        </div>
                      </div>
                  </div>
                </div>
            </div>
          </div>
      </div>
    </body>
    </html>
    <!-- END html_validation -->
                                     
                                     
                                     
                                     
                                 

    Trả lời nhanh
  • Bóng Ma trong Nhà Xác
    Bóng Ma trong Nhà Xác

    Bài gửi 11/12/2013, 8:46 am Bóng Ma trong Nhà Xác

    https://2img.net/r/ihimizer/img32/8271/ggvo.jpg

    Trả lời nhanh
  • Bóng Ma trong Nhà Xác
    Bóng Ma trong Nhà Xác

    Bài gửi 11/12/2013, 8:46 am Bóng Ma trong Nhà Xác

    demo?

    Trả lời nhanh
  • skyder1995
    skyder1995

    Bài gửi 12/12/2013, 7:04 pm skyder1995

    xem

    Trả lời nhanh
  • www.vn3s.net
    www.vn3s.net

    Bài gửi 12/12/2013, 10:38 pm www.vn3s.net

    ặc thay mỗi cái hình nền :)

    Trả lời nhanh
  • ST.Kun
    ST.Kun

    Bài gửi 12/12/2013, 11:14 pm ST.Kun

    tôi bít ông lém Hà chỉ nói bt thôi ^^ hok có gì đặc sắc phải hok chỉ giờ toàn dân pro phải hok nhỉ ^^ tôi chỉ bít ghê thôi nhe

    Trả lời nhanh
  • meopropt1132010
    meopropt1132010

    Bài gửi 13/12/2013, 7:21 pm meopropt1132010

    s

    Trả lời nhanh
  • dungkinggame
    dungkinggame

    Bài gửi 14/12/2013, 8:48 am dungkinggame

    chế k giống noel lắm bạn à chỉ có mình banner noel bạn nên thêm code trang trí noel vào

    Trả lời nhanh
  • Sponsored content

    Bài gửi Sponsored content

    Trả lời nhanh

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết