hAyvL.uS.tO
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

Skin tinve9.forumvi.com cũ

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

1Skin tinve9.forumvi.com cũ Empty Skin tinve9.forumvi.com cũ Fri Sep 13, 2013 2:02 pm

Admin


Admin


Cấp Bậc:Admin

https://tinve9.forumvi.com

Thông Tin Cá Nhân
Tổng số bài gửi : 39
Points : 58
Reputation : 0
Status Status : TỐNG HOÀNG TÍN NO1
Join date : 20/03/2013
Age : 32
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 type="text/javascript" src="http://dangvietpy.googlecode.com/files/select.js"></script>
    
     </head>
    

           
   <body>
       <!-- BEGIN hitskin_preview -->
       <div id="hitskin_preview" style="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 -->

      

   <div id="pageWrapper"><div class="pageBottom"><div class="pageWrap">

                                  
             <div class="above_body"> <!-- closing tag is in template navbar -->
    <div id="header" class="floatcontainer doc_header"><div class="headerWrap">
       <div><a name="top" href="forum" id="logo"><embed src="http://img214.imageshack.us/img214/2567/200811011455496725.swf" width="256" height="110" align="left" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" menu="false"
    wmode="transparent"></embed></a></div>
      

     
   <div id="navbar" class="navbar">
    <div class="navLeft"><div class="navRight">
       <ul id="navtabs" class="navtabs floatcontainer">
          
          
             <li class="selected"><a class="navtab" href="forum">Diễn đàn</a>
                <ul class="floatcontainer">
                
                  
                           <li>{GENERATED_NAV_BAR}</li>
                        
                 
               </ul>

             </li>
          
          
          
             <li><a class="navtab" href="http://www.hotrofm.com/f3-forum" accesskey="2">Code</a></li>
          
              <li><a class="navtab" href="http://www.hotrofm.com/f2-forum">Kho Skins</a></li>
              <li><a class="navtab" href="http://www.hotrofm.com/f5-forum">Hỏi - Đáp</a></li>
              <li><a class="navtab" href="http://www.hotrofm.com/f50-forum">Sự kiện</a></li>
                    <li><a class="navtab" href="http://www.hotrofm.com/f6-forum"><strong>Quảng cáo</strong></a></li>
          
       </ul>

    </div></div>
    </div>
      
            <div class="searchBox">
          <form action="/search" method="get">
            
            <input type="hidden" name="securitytoken" value="guest">
             <input type="hidden" name="do" value="process">
                <div class="boxHeading">
                   <strong>Quick search</strong>
                </div>
                <div class="searchInputBox"><input type="text" class="searchInput"  name="search_keywords"></div>
                <input type="image" src="/searchButton_left.gif" value="Go" alt="Search">
                                    
                                 
         </form>
             </div>
    <br> <br> <br>
    
     <!-- BEGIN switch_user_logged_out -->
             <div class="loginBox">
    <div class="memberLogin">
    <div class="memberLoginLeft"><div class="memberLoginRight">
                <div class="boxHeading">
          
             <a href="register" rel="nofollow" class="notReg">Đăng ký</a>
          
                   <strong>Đăng nhập</strong>
                </div>
          
          <form action="{S_LOGIN_ACTION}?redirect={TOPIC_URL}" method="post" name="form_login">
          <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=384"></script>
                  
               <ul>            
                   <li class="inputPad"><div class="loginBoxInput">


    <input placeholder="Tên đăng nhập" class="loginInput" type="text" size="20" name="username">
    </div></li>
                   <li class="inputPad">
    <div class="loginBoxInput">



    <input placeholder="Mật khẩu" class="loginInput" type="password" size="20" name="password">

    </div></li>
                  



   <li><label for="cb_cookieuser_navbar">
    <input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103"></label></li>
                   <li class="searchButton">

    <input type="image" src="http://www.ipbforumskins.com/skindemo/public/style_images/deflection34x/user_login.png" value="Log in" name="login" alt="Submit" tabindex="104" accesskey="s"></li>
                </ul>
          
       </form>
            
                 
   </div></div>
    </div>            
             </div>
        <!-- END switch_user_logged_out -->
    
   
   
   
   
   
   
   
   
   
   
   
   
   
   </div></div>

    </div>
                                  
                                           
             <div id="contentMain">
             <div id="contentBox">
                <div class="contentBoxLeft"><div class="contentBoxRight">
                   <div class="contentBoxTopLeft"><div class="contentBoxTopRight">    
                                 
                     
                                            
                                             
                                   
                                     <a id="top" name="top" accesskey="t"></a>

       <div class="minwidth_IE">
          <div class="layout_IE">
             <div class="container_IE">
                <div class="pun">
                   <div id="pun-intro" class="clearfix">
                                            
           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                                           
                     <!-- BEGIN switch_h1 -->
                      <div id="pun-title">{switch_h1.MAIN_SITENAME}</div>
                      <!-- END switch_h1 -->

                      <!-- BEGIN switch_desc -->
                      <p id="pun-desc">{switch_desc.SITE_DESCRIPTION}</p>
                      <!-- END switch_desc -->
                   </div>
                  

                  <!-- BEGIN switch_ticker_new -->
                   <div id="fa_ticker_block" style="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" style="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" style="padding-top:4px;">
                      <div class="module main">
                         <div class="main-content clearfix">
                            <div id="fa_ticker_container">
                               <div id="fa_ticker" style="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 -->
<style>

HTML,BODY{cursor: url("http://haiduongvui.vn/forum/images/chuot.cur"), auto;}
</style>



Được sửa bởi Admin ngày Wed Dec 11, 2013 9:57 am; sửa lần 1.

https://tinve9.forumvi.com

2Skin tinve9.forumvi.com cũ Empty Re: Skin tinve9.forumvi.com cũ Fri Sep 13, 2013 2:14 pm

Admin


Admin


Cấp Bậc:Admin

https://tinve9.forumvi.com

Thông Tin Cá Nhân
Tổng số bài gửi : 39
Points : 58
Reputation : 0
Status Status : TỐNG HOÀNG TÍN NO1
Join date : 20/03/2013
Age : 32
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}
  <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>

  <!-- 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"]);
  _gaq.push(['_trackPageLoadTime']);

  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->

    (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 -->
</head>

<body>
  <!-- BEGIN hitskin_preview -->
  <div id="hitskin_preview" style="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 -->
<div id="pageWrapper"><div class="pageBottom"><div class="pageWrap">
  <a id="top" name="top" accesskey="t"></a>

  <div class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="headerWrap">
  <div><a name="top" href="forum.php" id="logo"><img src="http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/logo.gif" alt="CompletevB Demo vB4 - Powered by vBulletin" title="CompletevB Demo vB4 - Powered by vBulletin"></a></div>

 
 
 

  <div id="navbar" class="navbar">
<div class="navLeft"><div class="navRight">
  <ul id="navtabs" class="navtabs floatcontainer">
     
     
  <li id="vbtab_whatsnew">
      <a class="navtab" href="activity.php">What's New?</a>
     
  </li>

  <li id="vbtab_cms">
      <a class="navtab" href="content.php">Articles</a>
     
  </li>

  <li class="selected" id="vbtab_forum">
      <a class="navtab" href="forum.php">Forum</a>
     
        <ul class="floatcontainer">
           
             
                 
                    <li id="vbflink_newposts"><a href="search.php?do=getnew&amp;contenttype=vBForum_Post">New Posts</a></li>
                 
             
           
             
                 
                    <li id="vbflink_faq"><a href="faq.php">FAQ</a></li>
                 
             
           
             
                 
                    <li id="vbflink_calendar"><a href="calendar.php">Calendar</a></li>
                 
             
           
             
                  <li class="popupmenu" id="vbmenu_community">
                    <a href="javascript://" class="popupctrl" id="yui-gen1">Community</a>
                   
                  </li>
             
           
             
                  <li class="popupmenu" id="vbmenu_actions">
                    <a href="javascript://" class="popupctrl" id="yui-gen3">Forum Actions</a>
                   
                  </li>
             
           
             
                  <li class="popupmenu" id="vbmenu_qlinks">
                    <a href="javascript://" class="popupctrl" id="yui-gen5">Quick Links</a>
                   
                  </li>
             
           
           
        </ul>
     
  </li>

  <li id="vbtab_blog">
      <a class="navtab" href="blog.php">Blogs</a>
     
  </li>

     
  </ul>

</div></div>
</div>
 
        <div class="searchBox">
<form class="navbar_search" id="navbar_search" method="get" action="/search">
       
        <input type="hidden" name="securitytoken" value="guest">
        <input type="hidden" name="do" value="process">
            <div class="boxHeading">
              <strong>Quick search</strong>
            </div>
            <div class="searchInputBox">
                                  <input class="searchInput" type="text" name="search_keywords"  value="">

                              </div>
            <input type="image" src="http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/searchButton_left.gif" value="Search" alt="Search">
      </form>
        </div>
 


        <div class="loginBox">
<div class="memberLogin">
<div class="memberLoginLeft"><div class="memberLoginRight">
            <div class="boxHeading">
        <!-- BEGIN switch_user_logged_out -->
                                  <a href="/register" rel="nofollow" class="notReg">Register</a>
     
              <strong>Member login</strong>
            </div>
      <!-- login form -->



<form action="/login.forum" method="post" name="form_login" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">

             
            <ul>           
              <li class="inputPad"><div class="loginBoxInput">
                                          <input placeholder="Tên đăng nhập" class="loginInput" type="text" size="20" name="username">
                                        </div></li>
              <li class="inputPad"><div class="loginBoxInput"><input placeholder="Mật khẩu" class="loginInput" type="password" size="20" name="password"></div></li>
              <li><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103"></label></li>
              <li class="searchButton"><input type="image" src="http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/loginButton.gif" value="Log in" name="login" alt="Submit" tabindex="104" accesskey="s"></li>
            </ul>
      <input type="hidden" name="securitytoken" value="guest">
      <input type="hidden" name="do" value="login">
      <input type="hidden" name="vb_login_md5password">
      <input type="hidden" name="vb_login_md5password_utf">
  </form>
        <script type="text/javascript">
        YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
        YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
        vB_XHTML_Ready.subscribe(function()
        {
        //
            YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
            YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
            YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
            YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
        });
       
        function navbar_username_focus(e)
        {
        //
            var textbox = YAHOO.util.Event.getTarget(e);
            if (textbox.value == 'User Name')
            {
            //
              textbox.value='';
              textbox.style.color='#000000';
            }
        }

        function navbar_username_blur(e)
        {
        //
            var textbox = YAHOO.util.Event.getTarget(e);
            if (textbox.value == '')
            {
            //
              textbox.value='User Name';
              textbox.style.color='#777777';
            }
        }
       
        function navbar_password_hint(e)
        {
        //
            var textbox = YAHOO.util.Event.getTarget(e);
           
            YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
            YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
            YAHOO.util.Dom.get('navbar_password').focus();
        }

        function navbar_password(e)
        {
        //
            var textbox = YAHOO.util.Event.getTarget(e);
           
            if (textbox.value == '')
            {
              YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
              YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
            }
        }
        </script>
                  <!-- END switch_user_logged_out -->
                  <!-- BEGIN switch_user_logged_in -->

<!-- END switch_user_logged_in -->

      <!-- / login form -->       
</div></div>
</div>           
        </div>
</div></div>
</div>
             

              <!-- BEGIN switch_ticker_new -->
              <div id="fa_ticker_block" style="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" style="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" style="padding-top:4px;">
                  <div class="module main">
                    <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                          <div id="fa_ticker" style="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 class="pun">
  <div id="contentMain">
        <div id="contentBox">
            <div class="contentBoxLeft"><div class="contentBoxRight">
              <div class="contentBoxTopLeft"><div class="contentBoxTopRight">


<div class="body_wrapper">
              <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="{ID_LEFT}">
                                   
                                <div id="main">
                                    <div id="main-content">

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


https://tinve9.forumvi.com

3Skin tinve9.forumvi.com cũ Empty Re: Skin tinve9.forumvi.com cũ Fri Sep 13, 2013 2:15 pm

Admin


Admin


Cấp Bậc:Admin

https://tinve9.forumvi.com

Thông Tin Cá Nhân
Tổng số bài gửi : 39
Points : 58
Reputation : 0
Status Status : TỐNG HOÀNG TÍN NO1
Join date : 20/03/2013
Age : 32
Code:
<style>
div[id*="c9"][style="background-color:#ffe5cf;"] {
background: url(http://i11.servimg.com/u/f11/17/98/40/25/g10.png)no-repeat right bottom;
}

#triangles{
margin:6em;
width:0; /*set dimensions of DIV to 0 so its borders collapse and touch one
another*/
height:0;
border-color: red blue green yellow; /*top, right, bottom, and left border*/
border-style: solid;
border-width: 50px; /*width of each border*/}

.uparrowdiv, .downarrowdiv, .leftarrowdiv, .rightarrowdiv{
width:97.4%;
min-height:100%;
background: #ffffff;
background-position: top right;
background-repeat: no-repeat;
border:2px solid #3dbbff;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;}

.uparrowdiv:after{
content:'';
display:block;
position:absolute;
top:-20px;
left:20px;
width:0;
height:0;
border-color: transparent transparent #3dbbff transparent;
border-style: solid;
border-width: 10px;}
 
.pun .user{width:12em}
.pun .postmain{margin-left:14em}
.pun .post .user,.postfoot{margin-left: auto;}
.postmain .postfoot,.pun .postmain{margin:0}
.postmain .user{margin:0;width:100%;padding:0;border-bottom:1px dashed #CCC}
.pun  .postmain .posthead {margin:0}
.postmain .username{font-variant:small-caps;font-weight:bold}
.postmain .user-basic-info div{display:inline-block}
.user-ident{text-align:center}
.postmain .user-ident{float:left}
.postmain .user-info{float:right}
.pun .post {border-width: 0 0 1px;}
.pun .entry-content {padding: .5em;}

.magavatar {position: relative; top: -15px;}
 
.rank2 img {
width: 200px;
margin-left: -44px;
margin-top: -32px;}
 
.maii {
background: #FAFAFA !important;
border: 1px solid #DDD !important;
border-radius: 4px;}

/* Vote */
#profile-advanced-details .autobot{color:#2220fb!important;font-size:14px!important;text-shadow:1px 1px 1px #000!important}
.post .post-options{height:22px;position:relative}
.hihi {background-color: #1F537B;color: #DEDFDF;font-weight: 400;padding: 0.7em 0.1em;}
.numtopF{margin-right:-12px!important}
a.mainmenu[href='/groups'],a.mainmenu[href='/privmsg?folder=inbox'],#left,#textarea_content dt,#dulieutip,#dulieupostter,#sapxepdulieu{display:none}

.ost,.share,.c3zvau .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;padding:5px 8px 5px 25px}
.share{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/fav10.png)}.qua{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/no10.gif);padding-left:29px!important}.no{padding:5px 8px}

.no .vop{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat left center;padding:0 0 0 18px}
.no .vom{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou11.png) no-repeat left center;padding:0 0 0 18px}
.vote-button{float:left;width:60px}
.c3zplus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zminus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zplus {
background: url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat scroll 0 0 #E0E0E0;
background-position: 6px 36%;
background-repeat: no-repeat;
border: 1px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
color: white!important;
display: block;
float: left;
height: 13px;
margin: -4px 2px 0;
padding: 4px 4px 5px 24px;
position: relative;
text-align: left;
width: 25px;
}
.c3zminus {
background: url(http://i42.servimg.com/u/f42/17/92/41/65/discou11.png) no-repeat scroll #E0E0E0;
background-position: 6px 36%;
background-repeat: no-repeat;
border: 1px solid #CAD4E7;
border-radius: 3px 3px 3px 3px;
color: white!important;
display: block;
float: left;
height: 13px;
margin: -4px 0px 0;
padding: 4px 4px 5px 24px;
position: relative;
text-align: left;
width: 45px;}

.pun #main .main-content.topic {
background: #fff!important;
border: 1px solid #DDD!important;
border-radius: 4px;
margin: 0;
padding: 10px!important;
box-shadow: 0 0 12px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;}

.user>div{margin:12px}

.rankn {
position: relative;
padding: 10px;
display: block;
width: 100px;}

.postmain .post-entry{clear:left}
.pun .post .user {
background: url(http://i36.servimg.com/u/f36/17/76/06/16/bg1010.png)repeat;
width: 940px;
height: 160px;
border: 1px solid #DDD;
box-shadow: 0 2px 2px #1F6597;
margin-bottom: 0px;} 
.pun .post .user {margin-top: 0;}
.pun .user .user-ident {
display: block;
float: left;
padding: 10px;
padding-top: 0;}
.pun .user-ident .user-basic-info {
display: table;
margin-left: 10px;}
.post .postmain .user .user-basic-info a img {
width: 120px;
height: 120px;
padding: 5px;
background: white;
border-radius: 4px;
border: 1px solid #DDD;}

b.username {
width: 10em;
display: inline-block;
float: left;
font-size: 12px;}
b.username strong {float: none !important;
font-size: 12px;}

.pun .posthead {
border-top: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
background: #E6E6E6 url('http://i16.servimg.com/u/f16/15/23/22/46/highli10.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 10px;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
color: #777;}

.pun .paged-foot, .pun .paged-head {
background: none;
border: none;
padding-bottom: 7px;}

.main .main-head.crumbb {
border: 0;
border-bottom: 1px solid #EAEAEA;
background: whiteSmoke url("http://i16.servimg.com/u/f16/15/23/22/46/highli11.png") repeat-x 0 0;
color: #333;
padding: 7px;
font-size: 12px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
overflow: hidden;
box-shadow: none;}
.crumbs {text-align: left;}

/* đóng khung trong vew */
.thongtintv {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position:relative;left:0px;color: #000000;}.thongtintv:hover {left:15px;transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease;transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);}.thongtintv {background-color: #FFFFFF;margin:1px 3px 2px 1px;padding:1px 5px;border:1px solid #CCCCCC;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 
.thanhlv1 {width: 16.88%; float: left;}

.user-info {width: 172px; float: right;}
 
.maii {
background: #FAFAFA !important;
border: 1px solid #DDD !important;
border-radius: 4px;}

#fa_ticker_block .module.main, .pun .main .main-content p.message {
padding: 8px 35px 8px 14px;
margin: 8px !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #D9EDF7;
border-color: #BCE8F1;
color: #3A87AD;}
.pun .frm .frm-form table {border: none !important;}
</style>

<script type="text/javascript">//<![CDATA[
$(window).load(function(){$(".post").first().find('a[href*="mode=quote"]').remove();$('div.post-entry').find('img').each(function () {var relx = $('div.post-entry').attr('id');var $this = $(this), width = $this.width();var src = $this.attr('src');var a = $('<a/>').attr('href', src).addClass('lightbox').attr('rel', "op"+i);if (width > 200) {$this.wrap(a);}});});//]]>  </script>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){var relx = $('div.post-entry ').attr('id');$('a[href$=".png"]').addClass('topictit').attr('rel', "op"+i);});//]]>  </script>

<script>$(function () {
  $.ajax({url: "/feed/?f={FORUM_ID}",success: function (a) {
  $(".post-entry:first").after('<ul id="cungchuyenmuc"><a href="/f{FORUM_ID}-forum" style="color:#333;text-decoration:none!important;font:bold 13px tahoma">Bài viết cùng chuyên mục :</a><div style="height:1px;background:url(http://i16.servimg.com/u/f16/16/18/15/10/113.png)repeat-x left;margin:10px 0px;width:97%"></div>');
  22 < $(a).find("title").length ? so = 22 : so = $(a).find("title").length;for (i = 2; i < so; i++)
$('<li><span><a href="' + $(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq(" + i + ")").text() + "</a></span></li>").appendTo("#cungchuyenmuc")}})});</script>
<style>ul#cungchuyenmuc{margin-top:10px;margin-left:20px;height:100%;display:inline-block}#cungchuyenmuc li{list-style: square inside;margin-top:2px;width:45%;float:left;}#cungchuyenmuc a{text-decoration:none!important;color:#333;font:12px Tahoma;text-transform: capitalize;}#cungchuyenmuc a:hover{color:#ba3814;}#cungchuyenmuc span{display:inline-block;overflow:hidden;height:14px;width:90%;margin-bottom:-2px;}</style>
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = 'http://2img.net/i/fa/empty.gif', multiquote_img_on = 'http://2img.net/i/fa/empty.gif', _atr = 'http://illiweb.com/rs3/34/frm/addthis/', _ati = 'http://illiweb.com/fa/addthis/', addthis_config = { ui_click: true, ui_language: "vi" }, addthis_localize = { share_caption: "Add to bookmarks / Share", email: "Email", email_caption: "Send to a friend", favorites: "Favourites", print: "Print", more: "More..." };
  $(function(){
  _atc.cwait = 0;
  $('.addthis_button').mouseup(function(){
  if ($('#at15s').css('display') == 'block') {
  addthis_close();
  addthis_close();
  }});
 $(".thongtintv:contains('Status:'),.thongtintv:contains('avatar-dulieu: ')").remove();
  $(".coin").each(function () {
  $(this).html($(this).find("div:contains('Status:') div").html());
  });
  });
var code="Copyright By notme. Edit by IceFox";function level(Posts,Coins,Thanked){var d=(Posts*20+Coins*15);var e=(d/1500);var f=Math.floor((e-Math.floor(e))*100);var g=Math.floor(e+parseInt(1));if(g<2){(g="1 [<img src='http://img.zing.vn/union/client/gunny/level-image/1.png'>]")};if(g<3){(g="2 [<img src='http://img.zing.vn/union/client/gunny/level-image/2.png'>]")};if(g<4){(g="3 [<img src='http://img.zing.vn/union/client/gunny/level-image/3.png'>]")};if(g<5){(g="4 [<img src='http://img.zing.vn/union/client/gunny/level-image/4.png'>]")};if(g<6){(g="5 [<img src='http://img.zing.vn/union/client/gunny/level-image/5.png'>]")};if(g<7){(g="6 <img src='http://img.zing.vn/union/client/gunny/level-image/6.png'>")}; if(g<8){(g="7 <img src='http://img.zing.vn/union/client/gunny/level-image/7.png'>]")};if(g<9){(g="8 <img src='http://img.zing.vn/union/client/gunny/level-image/8.png'>]")};if(g<10){(g="9 <img src='http://img.zing.vn/union/client/gunny/level-image/9.png'>]")};if(g<11){(g="10 <img src='http://img.zing.vn/union/client/gunny/level-image/10.png'>]")};if(g<12){(g="11 <img src='http://img.zing.vn/union/client/gunny/level-image/11.png'>]")};if(g<13){(g="12 <img src='http://img.zing.vn/union/client/gunny/level-image/12.png'>]")};if(g<14){(g="13 <img src='http://img.zing.vn/union/client/gunny/level-image/13.png'>]")};if(g<15){(g="14 <img src='http://img.zing.vn/union/client/gunny/level-image/14.png'>]")};if(g<16){(g="15 <img src='http://img.zing.vn/union/client/gunny/level-image/15.png'>]")};if(g<17){(g="16 <img src='http://img.zing.vn/union/client/gunny/level-image/16.png'>]")};if(g<18){(g="17 <img src='http://img.zing.vn/union/client/gunny/level-image/17.png'>]")};if(g<19){(g="18 <img src='http://img.zing.vn/union/client/gunny/level-image/18.png'>]")};if(g<20){(g="19 <img src='http://img.zing.vn/union/client/gunny/level-image/19.png'>]")};if(g<21){(g="20 <img src='http://img.zing.vn/union/client/gunny/level-image/20.png'>]")};if(g<22){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/21.png'>]")};if(g<23){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/22.png'>]")};if(g<24){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/23.png'>]")};if(g<25){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/24.png'>]")};if(g<26){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/25.png'>]")};if(g<27){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/26.png'>]")};if(g<28){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/27.png'>]")};if(g<29){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/28.png'>]")};if(g<30){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/29.png'>]")};if(g<31){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/30.png'>]")};if(g<32){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/31.png'>]")};if(g<33){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/32.png'>]")};if(g<34){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/33.png'>]")};if(g<35){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/34.png'>]")};if(g<36){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/35.png'>]")};if(g<37){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/36.png'>]")};if(g<38){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/37.png'>]")};if(g<39){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/38.png'>]")};if(g<40){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/39.png'>]")};if(g<41){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/40.png'>]")};if(g<42){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/41.png'>]")};if(g<43){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/42.png'>]")};if(g<44){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/43.png'>]")};if(g<45){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/44.png'>]")};if(g<46){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/45.png'>]")};if(g<47){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/46.png'>]")};if(g<48){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/47.png'>]")};if(g<49){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/48.png'>]")};if(g<50){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/49.png'>]")};if(g<51){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/50.png'>]")};if(g<52){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/51.png'>]")};if(g<50){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/52.png'>]")};if(g<54){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/49.png'>]")};if(g<55){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/54.png'>]")};if(g<56){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/55.png'>]")};if(g<57){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/56.png'>]")};if(g<58){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/57.png'>]")};if(g<59){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/58.png'>]")};if(g<60){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/59.png'>]")};if(60<g){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/60.png'>]")&&(f="60")};var h=(Math.floor((Thanked*10)+(Posts*2)+(Coins*1)));if(h>8000){h=8000};if(d>25000){(d=25000)};var i=(Math.floor((h/8000)*100)-2);var j=(Math.floor((d/25000)*100)-2);document.write('<fieldset style="padding:4px;width: 140px;border: 0px solid #D4D4D4;color: gray;font-size: 7pt;border-radius: 2px;border:1px solid #000;"><legend><font color="red"><span style="font-size: 0px;" class="lv '+g+' "><b><img src="http://i16.servimg.com/u/f16/17/22/61/18/lv10.png">'+g+'</b></span></font></legend><b><font color=red> Lực Chiến : '+d+' / 25000</font></b><div class="strengthbg"><div class="strengthbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/orange10.gif" width="'+j+'%" title="'+d+'" height="9px"><img src="/users/2211/12/43/96/album/hp1010.gif" width="2px" title="'+d+'" height="9px"></fieldset></div></div><b><font color=green> Phòng Thủ : '+h+' / 8000</font></b><div class="abilitybg"><div class="abilitybg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/green110.gif" width="'+i+'%" title="'+h+'" height="9px"><img src="/users/2211/12/43/96/album/mp1010.gif" width="2px" title="'+h+'" height="9px"></fieldset></div></div><font color=RoyalBlue1> <b>Kinh nghiệm : '+f+'%</b></font><div class="expbg"><div class="expbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/blue10.gif" width="'+(f-1)+'%" title="'+(f)+'%" height="9px"><img src="/users/2211/12/43/96/album/exp1010.gif" width="2px" title="'+(f)+'%" height="9px"></fieldset></div></div></fieldset>')};//]]>
</script>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
      <!-- BEGIN switch_plus_menu -->
      <li>
        <script type="text/javascript">//<![CDATA[
            var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
            var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
            var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
            var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
            var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
            var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
            insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
        //]]>
        </script>
      </li>
      <!-- END switch_plus_menu -->
      <li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
      <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
      <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <!-- BEGIN watchtopic -->
      <li>{S_WATCH_TOPIC}</li>
      <!-- END watchtopic -->
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main paged">
  <div class="paged-head clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>
  {POLL_DISPLAY}
<div class="main-content">
 
          <div class="maii">

  <div class="main-head crumbb clearfix">
  <p class="pun-crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
      <!-- BEGIN switch_twitter_btn -->
      <span id="twitter_btn" style="margin-left: 6px; ">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
      </span>
      <!-- END switch_twitter_btn -->
      <!-- BEGIN switch_fb_likebtn -->
      <span id="fb_likebtn" style="margin-left: 6px; ">
        <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
      </span>
      <!-- END switch_fb_likebtn -->
  </p>
</div>

<!-- BEGIN postrow -->
 <!-- BEGIN displayed -->
  <div id="u8" class="post"{postrow.displayed.THANK_BGCOLOR}>
  <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
    <h2>
    <strong><b>{postrow.displayed.COUNT_POSTS}</b></strong>
    {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
    </h2>
  </div>

<a name="{postrow.displayed.U_POST_ID}"></a>
<div class="postmain"{postrow.displayed.THANK_BGCOLOR}>

<div class="blast1"></div><div class="blast"><b> <marquee behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="20" direction="left" truespeed="truespeed" style="width: 745px;margin-left: -8px;"><span class="coin"><script>status(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->2);</script></span>
<span class="coin">
 <!-- BEGIN profile_field -->
  <div style="display:none">{postrow.displayed.profile_field.LABEL}<div>
  {postrow.displayed.profile_field.CONTENT}</div>:{postrow.displayed.profile_field.SEPARATOR}</div>
 <!-- END profile_field -->
</span>
</marquee></b></div>           

<div id="c9" class="postbody"{postrow.displayed.THANK_BGCOLOR}>
 <div class="user">
  <div class="user-ident">
  <div class="user-basic-info" style="float:left;">
    <div class="magavatar">{postrow.displayed.POSTER_AVATAR}</div><br />
    <span class="rankn"><div class="rank2">{postrow.displayed.RANK_IMAGE}</div></span>
    </div>
  </div>
                 
<div class="thanhlv1">
 <table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toplef10.gif" width="18" height="2"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/top10.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/top-110.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toprig10.gif" width="4" height="2"></td></tr><tr><td background="http://i44.servimg.com/u/f44/16/54/92/12/left10.gif" style="background-position:right; background-repeat:repeat-y" valign="bottom"><img src="http://i44.servimg.com/u/f44/16/54/92/12/arrow-10.gif" width="18" height="35"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/box10.gif" nowrap="nowrap" style="padding: 10px 10px 10px 10px"><input id="moavatar{postrow.displayed.U_POST_ID}" style="display:none" type="submit" onmouseover="showtip('Click Để Xem avatar Thường.')" onmouseout="hidetip()" value="Avatar Thường"/>
 <div id="postmenu_4"><a name="{postrow.displayed.U_POST_ID}"><span style="color:#0004FF"><strong>{postrow.displayed.POSTER_NAME}</strong></strong></a><span class="useronline" style="display: inline-block;">{postrow.displayed.ONLINE_IMG}</span></div>    <div class="smallfont" align="center" style="font-size: 10px; font-weight: bold;"><font color="#0004FF">
 <br><font size="4" face="Times New Roman"><b><font size="3" color="#ffffff" style="text-shadow: 0px 0px 6px rgb(800, 0, 100), 0px 0px 5px rgb(800, 0,100), 0px 0px 5px rgb(800, 0,100);"><marquee scrollamount="4">{postrow.displayed.POSTER_RANK_NEW}<br /></marquee></font></b></font>
 </font></div></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/right10.gif" style="background-position:left; background-repeat:repeat-y"><img src="http://i44.servimg.com/u/f44/16/54/92/12/right-10.gif" width="4" height="97"></td></tr><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom10.gif" width="18" height="6"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/bottom11.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom12.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom13.gif" width="4" height="6"></td></tr></tbody></table><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toplef11.gif" width="18" height="2"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/top11.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/top-111.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toprig11.gif" width="4" height="2"></td></tr><tr><td background="http://i44.servimg.com/u/f44/16/54/92/12/left11.gif" style="background-position:right; background-repeat:repeat-y" valign="bottom" align="right"><img src="http://i44.servimg.com/u/f44/16/54/92/12/left-110.gif"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/box11.gif" style="padding: 4px 4px 4px 4px"><div style="clear:both; padding-bottom:5px;"></div><div align="center">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->{postrow.displayed.AIM_IMG} {postrow.displayed.YIM_IMG} {postrow.displayed.MSN_IMG} {postrow.displayed.SKYPE_IMG}  </div></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/right11.gif" style="background-position:left; background-repeat:repeat-y"><img src="http://i44.servimg.com/u/f44/16/54/92/12/right-11.gif"></td></tr><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom14.gif" width="18" height="6"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/bottom15.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom16.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom17.gif" width="4" height="6"></td></tr></tbody></table></td>
</div>

<div class="thanhlv1">
 <script>level(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->1);</script>
</div>

<div class="user-info">
 <!-- BEGIN profile_field -->
  <div class="fmviPro5"><div class="thongtintv"><span class="vipprovip">
  {postrow.displayed.profile_field.LABEL}
  {postrow.displayed.profile_field.CONTENT}
  {postrow.displayed.profile_field.SEPARATOR}
  </div></div>
<!-- END profile_field --></span>
{postrow.displayed.POSTER_RPG}
</div>

</div>

<div class="post-entry">
 <div class="entry-content">
  <div>
  <div><div class="uparrowdiv" style="padding: 11px;">
    {postrow.displayed.MESSAGE}
  </div></div>
                        <!-- BEGIN switch_attachments -->
                          <dl class="attachbox">
                              <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                              <dd>
                                <!-- BEGIN switch_post_attachments -->
                                <dl class="file">
                                    <dt>
                                      <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                      <!-- BEGIN switch_dl_att -->
                                      <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_dl_att -->

                                      <!-- BEGIN switch_no_dl_att -->
                                      {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_no_dl_att -->
                                    </dt>

                                    <!-- BEGIN switch_no_comment -->
                                    <dd>
                                      <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                    </dd>
                                    <!-- END switch_no_comment -->

                                    <!-- BEGIN switch_no_dl_att -->
                                    <dd>
                                      <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                    </dd>
                                    <!-- END switch_no_dl_att -->

                                    <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                </dl>
                                <!-- END switch_post_attachments -->
                              </dd>
                          </dl>
                          <!-- END switch_attachments -->
                          <div class="clear"></div>
                        </div>
                        <p>
                          {postrow.displayed.EDITED_MESSAGE}
                        </p>
                    </div>
                  </div>
              </div>

              <!-- BEGIN switch_signature -->
              <div class="sig-content">
                  {postrow.displayed.SIGNATURE_NEW}
              </div>
              <!-- END switch_signature -->

<div class="postfoot">
 <div class="user-contact"></div>
  <div class="post-options">
  <div style="float: left; left:220px;position:absolute;top:2px;">
                                       
<!-- BEGIN switch_vote_active -->
    <div class="vote vote-button">
          <!-- BEGIN switch_vote -->
      <a target="v{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" alt="c3zplus" class="c3zplus lvote"><span style="margin-left: -2px; color: #3B5998;">Like</span></a>
 <!-- END switch_vote -->
      </div>
      <div class="vote vote-button">
 <!-- BEGIN switch_vote -->
        <a target="v{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}" alt="c3zminus" class="c3zminus lvote"><span style="margin-left: -2px; color: #3B5998;">Dislike</span></a>
 <!-- END switch_vote -->
                                  </div><div id="v{postrow.displayed.U_POST_ID}" class="loadding" style="display: none"><img src="http://i43.servimg.com/u/f43/16/03/04/56/icon_l12.gif"> Chờ chút nhé ^^! </div>
                                                <!-- END switch_vote_active -->
                                                </div>

                               
                               
 <div style="text-align: right;">{postrow.displayed.THANK_IMG}{postrow.displayed.QUOTE_IMG}{postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.REPORT_IMG}</div></div>
              <div style="clear:both;"></div>
               
        </div>
   
                       
                          <p style="border-bottom: 1px solid #ddd;">
                        <div class="hihi clearfix" style="background-color: #fff;"><font color="black">
<!-- BEGIN switch_vote_active -->     
  <iframe name="v{postrow.displayed.U_POST_ID}" class="ajaxvote" style="display:none"></iframe>
<!-- BEGIN switch_no_bar -->
  <span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
 <!-- END switch_no_bar -->
<!-- BEGIN switch_bar -->
  <span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
 <!-- END switch_bar -->
  <!-- END switch_vote_active -->
<div style="float:right;font-weight:bold;text-align:right">

<a href="#top" class="postbit" style="margin:0;" original-title="">Back to top</a>

<div align="center" style="width:600px;display:none; padding-top:6px" ></div></div>

                          </font></div>  </span>
               
                 
                  </div>
                  </div>
               

        <!-- END displayed -->
        <!-- BEGIN hidden -->
            <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
        <!-- END hidden -->
      <!-- END postrow -->
  </div>
</div>
  <div class="main-foot clearfix">
      <p class="h2">
        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a>
        {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
      <p class="options">
        <input type="hidden" name="t" value="{TOPIC_ID}" />

        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

        <!-- BEGIN viewtopic_bottom -->
        {S_TOPIC_ADMIN}
        <!-- END viewtopic_bottom -->
      </p>
  </div>

  <a name="bottomtitle"></a>

  <div class="paged-foot clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>

</div>

<div class="pun-crumbs">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
  </p>
</div>

<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
  <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
  </div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
  <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
  </div>
  <div class="main-content clearfix">
      <!-- BEGIN link -->
      » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
      <!-- END link -->
  </div>
</div>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
  <div class="main-head clearfix">
      <p class="h2">{L_FORUM_RULES}</p>
  </div>
  <table class="main-content frm">
      <tr>
        <!-- BEGIN switch_forum_rule_image -->
        <td class="logo">
            <img src="{RULE_IMG_URL}" />
        </td>
        <!-- END switch_forum_rule_image -->
        <td class="rules entry-content">
            {RULE_MSG}
        </td>
      </tr>
  </table>
</div>
<!-- END switch_forum_rules -->

<!-- BEGIN switch_user_logged_in -->

<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->

<div id="pun-info" class="main">
  <div class="main-content">
      <div id="stats">
        <p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
      </div>
  </div>
</div>

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
    <script type="text/javascript">
 
 function chvote(a, b) {
  "Message not voted" == b && (b = "c3zone z vietk 0% (0 vote)");
  var d = parseInt(b.split(" ")[3], 10) / 100,
      c = parseInt(b.split(" ")[4].substr(1), 10),
      b = "Message reputation : " + Math.round(100 * ("c3zplus" == a ? (d * c + 1) / (c + 1) : d * c / (c + 1))) + "% (" + (c + 1) + " vote)";
  return votetrans(b)
}
$(".c3zvau").each(function () {
  var a = $(this).text();
  $(this).html(votetrans(a))
});

function votetrans(a) {
  if ("Message not voted" == a) return "<span class='qua'>Hãy là người đầu tiên thích điều này</span>";
  var b = parseInt(a.split(" ")[3], 10) / 100,
      a = parseInt(a.split(" ")[4].substr(1), 10),
      d = 0 != b ? "<span class=vop>" + Math.round(b * a) + "+</span>" : "",
      c = 0 != b && 1 != b ? ' <span style="color:#C2D5E3">|</span> ' : "",
      a = 1 != b ? "<span class=vom>" + Math.round(a - b * a) + "-</span>" : "",
      b = Math.round(100 * b);
  return "<span class=no>" + d + c + a + "</span> <span class=qua>Đánh giá: " + b + "%</span>"
}
$(".lvote").click(function () {
  "c3zplus" == $(this).attr("alt") ? $(this).parent().html("").next().html("") : $(this).parent().html("").prev().html("");
  var a = $(this).attr("target"),
      b = $(this).attr("alt"),
      d = $("." + a).attr("title");
  $("#" + a).show();
  $("." + a).html(chvote(b, d));
  $("#" + a).fadeIn("slow").animate({
      opacity: 1
  }, 1500).fadeOut("slow", function () {
      $("." + a).fadeOut("slow").animate({
        opacity: 1
      }, 1E3).fadeIn()
  });
  $("." + $(this).attr("target")).removeAttr("title")
});
</script>
<script>
$(document).ready(function(){
$("#thongtin").appendTo("#text_edit");
});
$(function(){$(".capnhatsta").click(function(){if($(this).attr("alt")=="chan"){$(this).parent().removeClass("open");$(this).attr("alt","1")}else{$(this).attr("alt","chan");$(this).parent().addClass("open")}$("#statustb").load("/u"+$(".depgiaiketao a").attr("href").split("u=")[1]+" input#profile_field_13_-8",function(a){$("#statusinput").val($("#statustb input").val());$("#statustb").empty()});return false});if($("#heheava").length){$(".c3avatar").html($("#heheava").html());my_setcookie("avatar",$(".c3avatar img").attr("src"),0,0)}else{$(".c3avatar").html("<img src="+my_getcookie("avatar")+" />")}$(".c3username").html($(".depgiaiketao a").html());$("a.c3userlink").attr("href","/u"+$(".depgiaiketao a").attr("href").split("u=")[1]);if($("#i_icon_mini_new_message").length){pm=$("#i_icon_mini_new_message").attr("alt").match(/\d+/);$(".noticon.newpm").text(pm).fadeIn("slow")}else $("a#newmes").attr("href","/privmsg?folder=inbox");$("#newmes").click(function(){pm=Number(pm);if($("#pmload").length){$.get("/privmsg?folder=inbox",function(data){$("#pmload").fadeOut("slow").remove();$(data).find("td.tdtopics:lt("+pm+")").each(function(){var p=$(this).find("a:first").attr("href");var s=$(this).find("a:last").html();var c=$(this).text().replace('by','-').split(" - ");$("ul.newpms").prepend("<li><a href='"+p+"' rtip='"+c[2]+"'><b>"+c[0]+"</b> từ "+s+"</b></a></li>");$('[rtip]').tooltip({placement:'right',title:function(){return $(this).attr("rtip")}})})})}})});function statusup(){var name=document.getElementById("statusinput").value;if(name.length>6){var uid=$(".depgiaiketao a").attr("href").split("u=")[1];var c="active=1&user="+uid,d=document.getElementById("logout").href,d=d.substring(d.indexOf("tid=")+4,d.indexOf("&key")),c=c+('&tid='+d+'&content=[["profile_field_13_-8", "'+name+'"]]&id=8');jQuery.post("/ajax_profile.forum?jsoncallback=jQuery1",c,function(a){0<a.indexOf("-8")?(document.getElementById("statustb").innerHTML='Cập nhật thành công <img src=http://r20.imgfast.net/users/2012/10/88/45/smiles/989655519.gif>'):document.getElementById("statustb").innerHTML='Lại đi em!'})}else{document.getElementById("statustb").innerHTML="Hơi Bị Ngắn Đấy <img src=http://r20.imgfast.net/users/2012/10/88/45/smiles/761190430.gif><br>Trên 6 kí tự nhá ."}}var prefixes=["Âm Nhạc","Chém Gió","Radio","Clip Hài","Tin Tức","Thông Báo","Hình Vui","Quảng Cáo","♥️"];var _pm=false;var chk=false;function toMenu(a){var htmlpre='<select style="margin-right:5px" id="prefix" size="1"><option value="">(None)</option>';for(i in a)htmlpre+='<option value="'+a[i]+'">'+a[i]+'</option>';htmlpre+='</select>';return htmlpre}function checkpre(ar,input){for(i in ar){var p=new RegExp("\\"+ar[i],"g");var title=input.substr(0,input.indexOf(']'));if(p.test(title))return ar[i]}return""}$(function(){if(_pm)chk=/\privmsg/.test(location.href);if(/\/post/.test(location.href)||chk){$(toMenu(prefixes)).insertBefore("input[name=subject][type=text]");var mw=$("#prefix").width()+5;$("input[name=subject]").css("width",$("input[name=subject]").width()-mw);var t=$("[name=subject]").val();var cur=checkpre(prefixes,t);if(cur!=""){$("[value="+cur+"]").attr("selected","selected");$("input[name=subject]").val(t.replace('['+cur+']','').trim())}$("input[name=post]").click(function(){var sub=$("input[name=subject]").val().trim();if(sub!=""&&$("#prefix").val()!="")$("input[name=subject]").val("["+$("#prefix").val()+"] "+sub)})}});
</script>
<script type="text/javascript">$(function(){$(".khung:contains('dulieuava')").css('display','none');})</script>

https://tinve9.forumvi.com

4Skin tinve9.forumvi.com cũ Empty Re: Skin tinve9.forumvi.com cũ Fri Sep 13, 2013 2:16 pm

Admin


Admin


Cấp Bậc:Admin

https://tinve9.forumvi.com

Thông Tin Cá Nhân
Tổng số bài gửi : 39
Points : 58
Reputation : 0
Status Status : TỐNG HOÀNG TÍN NO1
Join date : 20/03/2013
Age : 32
Code:
    /* Page Wrapper
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #pageWrapper {
      background:#f6fafc url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/pageBG.gif) repeat-x top left;
    }
    .pageBottom {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/pageBottomBG.gif) repeat-x bottom left;
      padding: 0 25px;
    }
    .pageWrap {
      width:990px;
      margin: 0px auto 0px auto;
    }
    dl.frm-buttons {
    padding: 100px;
    }
    /* Header
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .doc_header {
      height:168px;
    }
    #headerMain {
      height:168px;
      position:relative;
    }
    a.headerWrap {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/logoBox_left.gif) no-repeat top left;
      height:161px;

      padding:7px 0 0 263px;

      position:relative;
    }
    #logo {
      position:absolute;
      top:42px;
      left:7px;
    }
    .searchBox {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/searchBox.gif) no-repeat top left;
      width:280px;
      height:58px;

      padding:9px 0 0 11px;

      position:absolute;
      top:90px;
      left:280px
    }
    .searchInputBox {
      background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/searchInput_left.gif) no-repeat top left;
      width:236px;
      height:23px;
      float:left;
    }
    .searchInput {
      background:transparent;
      border:0;
      color: #666;
      padding:0 5px;
      font-size:13px;
      width:226px;
      height:23px;
      line-height:23px;
    }
    .loginBox {
      height:66px;
      padding-top:1px;
      padding-left:315px;
      float:left;
    }
    .memberLogin {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/loginBoxBG.gif) repeat-x top left;
      height:67px;
    }
    .memberLoginLeft {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/loginBoxLeft.gif) no-repeat top left;
      height:67px;
    }
    .memberLoginRight {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/loginBoxRight.gif) no-repeat top right;
      height:58px;
      padding-top:9px;
      padding-left:14px;
      position:relative;
    }
    .loginBox form, .searchBox form {
      margin:0;
      padding:0;
    }
    .loginBox ul {
      list-style:none;
      padding:0;
      margin:0;
    }
    .loginBox li {
      float:left;
      margin:0; 
      padding-right:5px;
    }
    .loginBoxInput {
      background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/loginBoxInput.gif) no-repeat top left;
      width:116px;
      height:23px;
    }
    .loginInput {
      background:transparent;
      border:0;
      color: #666;
      padding:0 5px;
      font-size:13px;
      width:106px;
      height:23px;
      line-height:23px;
    }
    .boxHeading {
      padding:0 0 8px 0;
    }
    .boxHeading a:link, .boxHeading a:visited {
    color:#deecf2;
    }
    .boxHeading a:hover {
    color:#fff;
    }
    .boxHeading strong, .searchBox h4 {
      color:#fff;
      font-size:13px;
      font-weight:700;
      padding:0;
      margin:0;
      text-align:left;
    }
    .boxHeading .notReg {
      float:right;
      margin-right:13px;
    }
    a.notReg, a.link.notReg, a:visited.notReg {
      color:#cae2ff;
    }
    a:hover.notReg {
      color:#fff;
    }


    /* Content
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #contentMain {
      background:#fff;
    }
    #contentBox {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/contentBoxBG.gif) repeat-x top left;
    }
    .contentBoxLeft {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/contentBoxLeftBG.gif) repeat-y top left;
    }
    .contentBoxRight {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/contentBoxRightBG.gif) repeat-y top right;
    }
    .contentBoxTopLeft {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/contentBoxLeft.gif) no-repeat top left; 
    }
    .contentBoxTopRight {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/contentBoxRight.gif) no-repeat top right;
      padding:25px 15px 15px 15px;
    }
    /* Footer Navigation
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .footerNav {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerNav.gif) repeat-x top left;
      height:37px;
      line-height:37px;
      font-size:14px;
    }
    .footerNavLeft {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerNavLeft.gif) no-repeat top left;
      height:37px;
    }
    .footerNavRight {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerNavRight.gif) no-repeat top right;
      height:37px;
      padding:0 9px;
    }
    .footerNav ul {
      list-style:none;
      padding:0;
      margin:0;
    }
    .footerNav li {
      background:url(http://www.completevb.com/demovb4/images/tyles/RoyalFlush/style/footerNavSplit.gif) no-repeat top right;
      float:left;
      padding-right:2px;
    }
    .footerNav a:link, .footerNav a:visited {
      color:#004499;
      font-weight:700;
      padding:0 22px; 
      display:block; 
    }
    .footerNav a:hover {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerNav_Hover.gif) repeat-x top left;
      color:#ff9200;
    }

    /* Footer Bar
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #footerBar {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerBarBG.gif) repeat-x top left;
      height:54px;
      line-height:50px;
    }
    .footerBarLeft {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerBarLeft.gif) no-repeat top left;
      height:54px;
    }
    .footerBarRight {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerBarRight.gif) no-repeat top right;
      height:54px;
      padding:0 26px; 
    }
    .backTop {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/topArrow.gif) no-repeat left;
      padding-left:28px;
      float:left;
      font-weight:700;
    }
    a.link.backTop, a:visited.backTop,
    #footerBar a:link, #footerBar a:visited {
      color:#004499;
    }
    a:hover.backTop, #footerBar a:hover {
      color:#ff9200;
    }
    .skinSelect {
      float:right;
      padding:7px 20px;
    }

    /* Footer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #footerMain {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/footerBG.gif) repeat-x top left;
      height:79px;
      color:#23436a;
      font-size:11px;
      line-height:16px;
      clear:both;
    }
    .copyright {
      float:left;
      padding-top:3px;
      padding-left:26px;
    }
    .footerLogo {
      float:right;
    }
    #footerMain a:link, #footerMain a:visited {
      color:#004499;
    }
    #footerMain a:hover {
      color:#ff9200;
    }



    /* Navbar
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .navbar {
    background: none;
    position: relative;
    height: ;
    font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    color: white;
    width: 100%;
    padding: 0;
    margin: 0;
    }
    .navLeft {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/navLeft_left.gif) no-repeat top left;
      height:;
    }
    .navRight {
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/navRight_left.gif) no-repeat top right;
      height:;
      padding:0 9px;
    }
    #navtabs li.selected ul.floatcontainer {
      margin-top:3px;
    }
    #navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
      line-height:27px;
      height:27px;
    }
    .navbar a { color:#004499; }
    .navbar a:hover { color:#004499; }

    .navtabs ul li:first-child {
      text-indent: 0;
      margin-left:15px;
    }
    .navtabs {
      padding-left:0;
    }
    .navtabs ul {
      position:absolute;
      top:36px;
      left:0px;
      width:100%;
    /* This is to fix RTL menu issue under Opera */
            direction:ltr;
    }
    .navtabs li {
      float:left;
      padding-right:2px;
      background:url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/navSplit.gif) no-repeat top right;
    }
    .navtabs li li {
      background:none;
    }

    .navtabs ul li {
      border-right: 0;
      position: relative;
    }
    .navtabs li a {
      height:36px;
      line-height:36px;
    }
    .navtabs li a.navtab {
      display:block;
      min-width:60px;
      width:auto !important;
      width:60px;
      _min-width:75px;
      _width:auto !important;
      _width:75px;
      text-align:center;
      color:#004499;
      font:  bold 13px arial, helvetica, sans-serif;
      text-decoration:none;
      line-height:36px;
      height:36px;
      padding:0 10px;
    }
    .navtabs li a.navtab:hover {
      background:#36659f url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/navBG_hover.gif) repeat-x  ;
      color:#004499;
    }
    .navtabs li.selected {
      color: #049;
      height:36px;
    }
    .navtabs li.selected a.navtab {
      color:#004499;
      position:relative;
      top:-px;
      padding-top:px;
      z-index:10;
    }
    .navtabs li.selected li a,
    .navbar_advanced_search li a {
      text-decoration:none;
      font:  11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      line-height:27px;
    }
    .navtabs li.selected li {
      padding:0 5px;
    }
    .navtabs li.selected li li {
      padding:0 2px;
    }
    .navtabs li.selected li a {
      color:#CAE2FF;
      font-weight:400;
      padding:2px 5px;
    }

    .navbar_advanced_search li {
      height:27px;
      display:block;
      clear:both;
    }

    .navbar_advanced_search li a {
      color:#004499;
    }

    .navbar_advanced_search li a:hover {
      color:#004499;
      text-decoration:none;
    }

    .navtabs li.selected li a:hover {
      color:#FFFFFF;
      text-decoration:none;
    }
    .navtabs li.selected .popupbody li > a {
      padding:0px 10px;
      text-indent: 0;
      color: rgb(0, 0, 0);
    }
    .navtabs li.selected li a.popupctrl {
      -moz-border-radius:3px;
      -webkit-border-radius:3px; 
      border:solid 1px transparent;
      _border: none;
      background:transparent url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/misc/arrow.png) no-repeat right center;
      padding-right:15px;
            _background-image:url('http://i76.servimg.com/u/f76/18/31/79/14/arrow10.png');
      color:#CAE2FF;
    }
    .navtabs li.selected li:hover a.popupctrl.active,
    .navtabs li.selected li a.popupctrl.active,
    .navtabs li.selected li a:hover.popupctrl {
      color:#fff;
    }

    /* Breadcrumb
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .breadcrumb {
      background: none  ;
      height:;
      padding:0;
      margin-bottom:8px;
      color:;
      font-weight:700;
      font-size:13px;
    }
    .bcLeft {
      background: none  ;
      height:;
    }
    .bcRight {
      background: none  ;
      height:/* Invalid math expression */;
      padding:  ;
    }
    .breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
      border:1px solid transparent;
    }
    .breadcrumb .navbit a:link, .breadcrumb .navbit a:visited {
      color:;
      font-weight:700;
    }
    .breadcrumb .navbit a:hover {
      background:;
      color:;
      border:1px solid transparent;
    }

    /* tcat Bars (Title Bars for Forum Home, Forum Display & Postbit)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .tcatBar {
      background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/tcatBG.gif) repeat-x left top;
      float: left;
      width: 100%;
      color: #fff;
      height:38px;
      clear:both;
     
      border:0;
      position:relative;
    }
    .tcatLeft {
      background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/tcatLeft.gif) no-repeat left top;
      height:38px;
    }
    .tcatRight {
      background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/tcatRight.gif) no-repeat right top;
      height:38px;
    }
    .tcatBar .forumtitle {
      font-weight:700;
    }
    .tcatBar .tcatDesc {
      font-size:11px;
      font-weight:400;
    }
    .tcatBar h2 {
      padding-left:16px;
      font:  bold 13px arial, helvetica, sans-serif;
      line-height:38px;
      float:left;
    }
    .tcatBar a:link, .tcatBar a:visited {
      color:#fff;
    }
    .tcatBar a:hover {

    }
    .tcatBar .tcatCollapse {
      position:absolute;
      top:10px;
      right:10px;
    }
    /* tcat Thread List Controls - Forumdisplay */
    .tcat_threadlist_controls {
      float:right;
      padding-right:8px;
    }
    .forumdisplaypopups, #forumdisplaypopups {
      clear:both;
    }
    .tcat_threadlist_controls h6 {
      height:38px;
      line-height:38px;
      padding:0;
      display:block;
      font-size:11px;
    }

    /* Bottom Bar
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .bottomBar {
      background: none  ;
      height:;
      font-size:0;
      clear:both;
    }
    .bottomBarLeft {
      background: none  ;
      height:;
      font-size:0;
    }
    .bottomBarRight {
      background: none  ;
      height:;
      font-size:0;
    }






    .navtabs {
    background: #36659F url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/navBG.gif) repeat-x;
    padding: 0px 0px 0px 20px;
    height: 36px;
    _background-image: none;
    }
    .headerWrap {
    background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/logoBox_left.gif) no-repeat top left;
    height: 161px;
    padding: 7px 0 0 263px;
    position: relative;
    }               


    .memberLoginLeft {
    background: url(http://www.completevb.com/demovb4/images/styles/RoyalFlush/style/loginBoxLeft.gif) no-repeat top left;
    height: 67px;
    }


    .pun {
    line-height: 130%;
    margin: 0 auto;
    min-width: 768px;
    padding: 5px;
    width: 97%;
    }



    #pun-intro {
    padding: 0em 0em 0em;
    }

    .forumtitle {
    padding: 0 0 0 16px;
    font: bold 14px arial,helvetica,sans-serif;
    line-height: 38px;

    font-weight: 700;
    }


    .pun table.table td {
    background-color: #FBFBFB;
    border-color: #DDD;
    border-style: solid none none solid;
    border-width: 1px;
    line-height: 130%;
    padding: .6em 0 .7em;
    background: white url(http://www.completevb.com/demovb4/images/gradients/grey-up.png) repeat-x left bottom;
    }


    .top-vi,.viewrep{padding:10px!important}#active_starters,#most_active,#pun-visit,#users_month,#users_week{display:none}.lastcate,.left,.leftrecent,.repfmvi,.rightrecent,
    .viewfmvi{overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap}

    .leftrecent{width:38%}.left{margin-left:-3px;width:81%}

    .imgstatus{background-color:#FFF;left:-32px;padding:2px 7px;position:absolute}.rightrecent{right:250px;text-align:right;width:115px}.showpost{font-size:9px;left:-12px;line-height:18px;position:absolute}


    .viewfmvi{right:185px;text-align:right;width:50px}.repfmvi{right: 129px;text-align:right;width:50px}.lastcate{margin-right:-11px;right:0;text-align:right;width:157px}#content-container div#left,#content-container div#right{border:0 none;float:none;margin:0;width:100%}*+ html #content-container div#main{margin-left:0;margin-right:0}* html #content-container #main-content{margin-left:0;margin-right:0;overflow:visible}* html #content-container div#main{float:none;margin-left:-99%;margin-right:-99%;width:100%}.latest_topics{list-style:decimal-leading-zero outside none;margin:0!important;padding:0 5px 0 27px;text-align:left}.latest_topics li{line-height:16.1px;position:relative}.toppost_width{float:left;width:200px}.recentWidth{float:left;width:655px}.recentWidth .main-head{height:1.3em;overflow:hidden;position:relative}.recentWidth h3{marign-left:10px}.loaddinng{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/black-10.gif);background-position:center center;background-repeat:no-repeat;height:350px;width:440px}#checktip{position:absolute;right:10px;top:3px;z-index:300}#numRecent{display:none;position:absolute;right:12px;top:7px}
    .latest_topics li {
    line-height: 16.1px;
    }

    /* Thống kê */
    .leftStats{float:left;margin-left:-71px;position:absolute;vertical-align:middle;width:60px}
    .rightStats{border-left:2px solid #CFC9C9;min-height:50px;padding-left:10px;margin:5px 10px 5px 70px}
    .starsTitle{background-color:#BFBFBF;border:1px solid #989898;color: white;font-family:Comic Sans MS;font-variant:small-caps;font-weight:700;height:18px;padding:5px;background: url(http://i46.servimg.com/u/f46/15/26/55/24/tcat10.png) repeat scroll 0 0 rgba(45, 71, 99, 0.44);}

    /* Tooltip */
    #tooltip .header {display:none}
    #tooltip .tiplFMvi{border-bottom:1.5px dashed;padding-bottom:5px;margin-bottom:5px}
    #tooltip{max-width:550px;position:absolute;background-color:#FFF;border:2px solid blue;padding:5;border-radius:3px;color:#000;z-index:99;}


    #mudimPanel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url('/users/1214/94/30/93/album/ribb10.png') 333px 0 no-repeat,url('/users/1214/94/30/93/album/ribb11.png') center right no-repeat, url('/users/1214/94/30/93/album/ribb12.png') repeat-x 0 center !important;
    bottom: 20px!important;
    left: -333px!important;
    width: 330px!important;
    height: 45px!important;
    padding: 11px 48px 11px 5px !important;
    font-size: 9px!important;
    font-weight: bold;
    vertical-align: middle;
    border: none !important;
    }
    #mudimPanel:hover {
    left: 0!important;
    }





    a:link,a:active,a:visited {
        text-decoration: none;
        }

    a:hover{
      text-decoration: none !important;
        }


    /* Avatar in index */
    .avatar-index {float: left;}
    .avatar-index img {width: 40px;height: 40px;background: #F4F4F4;border: 1px solid #DDD;margin: 0 5px;padding: 1px;}
    .avatar-index img:hover {border: 1px dashed #CCC;}

    /* last online*/
    #topp img {
    height: 35px;
    width: 35px;
    background-color:
    #FCFCFF;
    padding: 2px;
    border: 1px solid
    #CCC;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    }
    #topp {
    text-align: left;
    width: 175px;
    }
    #topp a span{display:none;}
    #topp a:hover span {
    display: inline;
    position: absolute;
    padding: 5px;
    border: 1px solid
    white;
    border-radius: 1px;
    background:
    rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 4px
    #333;
    color:
    white !important;
    font-size: 10px;
    }
    /* drop menu avatar */
    .pun .user{overflow:visible;margin-top:0!important;width:13em;padding:0}
    .cl dt{width:75px}
    .cl dt span{color:#000!important}
    .cl dd{width:110px}
    .cl dd,.cl dt{float:left;height:1.6em;line-height:1.6em}
    .useravatar img{width:120px;background-color:#F5F5F5;border-bottom:2px solid;border-radius:3px;border-right:2px solid;padding:5px}
    .morelink a{padding-right:13px}
    .pun .post .user,.pun .postfoot{margin-left:-13em!important;position:relative}
    .pun .postmain{margin-left:13em!important}
    .closeWIndowF{background-color:transparent;color:red;font-family:Arial,Helvetica,sans-serif;font-variant:small-caps;letter-spacing:-1px;opacity:1;text-decoration:none;text-transform:capitalize;font-size:20px;text-shadow:0 0 9px #eee 3px 0 1px #131313;font-weight:700;padding:5px}
    .user .status{padding-right:20px;overflow:hidden;margin-bottom:-3px;color:green;float:right;width:250px;height:18px}
    .user-ident .posthead{background-color:transparent;font-size:9px;height:2.6em;left:-2px;position:absolute;text-align:center;top:-3.7em;width:15.3em;padding:.5em 1.3em .5em 1em}
    .user-ident .userInfoF{position:absolute;z-index:301;background:none repeat scroll 0 0 #fff;border:1px solid #cdcdcd;box-shadow:2px 2px 3px #ccc;width:510px;left:-2px;display:none;top:-1px;padding:15px 0 15px 10px}
    .user-ident .user-info{float:right;width:370px}
    .user-ident .manuUserF{float:left;border-bottom:1px dashed;margin-bottom:5px;width:350px;position:relative}
    .user-ident .morelink{text-align: center;float:left;border-top:1px dashed;padding-top:5px;width:350px}
    .pun .postfoot .user-contact{float:none;left:-0.3em;position:absolute;text-align:center;width:13em;z-index:99}
    /* Bài cùng chuyên mục */
    .fmviToggle .h2{width:850px!important}
    .fmviToggle .h2 a,.fmviToggle .h2 a:link{color:#DEDFDF!important}
    .fmviToggle .listVer4{list-style-type:decimal-leading-zero;padding:10px 40px}


    /* Tin nhắn tự động và nút Like */
    #profile-advanced-details .autobot{color:#2220FB!important;font-size:14px!important;text-shadow:1px 1px 1px #000!important}
    .loaddingLike{background:url(http://i48.servimg.com/u/f48/16/58/89/73/loadin11.gif) no-repeat scroll center center transparent;display:none;height:1.4em;width:126px;margin:-1.4em 0 -3px 200px}
    .FMvi-like em {display:none;}
    .post .post-options{height: 22px;position:relative}
    .FMvi-like .nolikeplus{float:left}
    .FMvi-like .nolikeminus{cursor:pointer;float:left;left:80px;position:absolute;top:5px}
    .FMvi-like{min-width: 180px;left:150px;position:absolute;display:none;}
    .FMvi-like .likePro,.FMvi-like .likeNone{border-radius:1px 1px 1px 1px;color:#FFF;text-align:left;width:57px;padding:3px 5px}
    .FMvi-like .likePro{cursor:pointer!important;background:url(http://i48.servimg.com/u/f48/16/58/89/73/like_b12.png) no-repeat scroll 45px center #31A8FC!important;border:1px solid #2888CC!important}
    .FMvi-like .likeNone{cursor:not-allowed;background:url(http://i48.servimg.com/u/f48/16/58/89/73/like_n11.png) no-repeat scroll 45px center #B1B1B1;border:1px solid #919699}
    .FMvi-like .likePro:hover{text-shadow:1px 1px 1px #000}
    .FMvi-like .nub{display:none;background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/tip10.png);background-position:0 0;background-repeat:no-repeat;float:left;height:8px;margin-left:-55px;margin-top:24px;position:relative;width:13px;z-index:99}
    .FMvi-like .commentLike{min-width: 280px;display:none;background-color:#FBFAE6;border:1px solid #A3A3A3;float:left;left:0;top:30px;position:absolute;z-index:30;padding:5px}
    .commentLike input{background-color:#FFF;border:1px solid #A3A3A3;display:none;height:28px;width:350px}
    .commentLike p{padding:7px 0;text-align:left}
    .FMvi-like .closeFMvi_like{background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/tip10.png);background-position:0 -9px;background-repeat:no-repeat;height:16px;right:2px;top:2px;position:absolute;width:15px}

    /* Fancybox */
    .fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
    .fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
    .fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
    .fancybox-opened{z-index:1003}
    .fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
    .fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
    .fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
    .fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
    .fancybox-image{max-width:100%;max-height:100%}
    #fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(http://i48.servimg.com/u/f48/16/58/89/73/fancyb10.gif);opacity:0.8;cursor:pointer;z-index:1010}
    .fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/fancyb10.png)}
    .fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
    .fancybox-prev,.fancybox-next{position:absolute;top:0;width:40%;height:100%;cursor:pointer;background:transparent url(http://i48.servimg.com/u/f48/16/58/89/73/blank10.gif);z-index:1003}
    .fancybox-prev{left:0}
    .fancybox-next{right:0}
    .fancybox-prev span,.fancybox-next span{position:absolute;top:50%;left:-9999px;width:36px;height:36px;margin-top:-18px;cursor:pointer;z-index:1003}
    .fancybox-prev span{background-position:0 -36px}
    .fancybox-next span{background-position:0 -72px}
    .fancybox-prev:hover span{left:20px}
    .fancybox-next:hover span{left:auto;right:20px}
    .fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
    #fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
    .fancybox-title{display:none}
    .fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
    .fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
    .fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
    .fancybox-title-inside-wrap{margin-top:10px}
    .fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}
    #fancybox-buttons{position:fixed;left:0;width:100%;z-index:1005}
    #fancybox-buttons.top{top:10px}
    #fancybox-buttons.bottom{bottom:10px}
    #fancybox-buttons ul{display:block;width:170px;height:30px;list-style:none;-webkit-box-shadow:0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);-moz-box-shadow:0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);background:#111 0 0 50% 50% 100%;border-radius:3px;margin:0 auto;padding:0}
    #fancybox-buttons ul li{float:left;margin:0;padding:0}
    #fancybox-buttons a{display:block;width:30px;height:30px;text-indent:-9999px;background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/fancyb11.png);background-repeat:no-repeat;outline:none}
    #fancybox-buttons a.btnPrev{width:32px;background-position:6px 0}
    #fancybox-buttons a.btnNext{background-position:-33px 0;border-right:1px solid #3e3e3e}
    #fancybox-buttons a.btnPlay{background-position:0 -30px}
    #fancybox-buttons a.btnPlayOn{background-position:-30px -30px}
    #fancybox-buttons a.btnToggle{background-position:3px -60px;border-left:1px solid #111;border-right:1px solid #3e3e3e;width:35px}
    #fancybox-buttons a.btnToggleOn{background-position:-27px -60px}
    #fancybox-buttons a.btnClose{border-left:1px solid #111;width:38px;background-position:-57px 0}
    #fancybox-buttons a.btnDisabled{opacity:0.5;cursor:default}
    .fancybox-prev:hover,.fancybox-next:hover,.fancybox-opened .fancybox-title{visibility:visible}
    .post-entry .entry-content img{max-width:350px}
    .iconPlayer{background:url(//ssl.gstatic.com/s2/tt/images/play-overlay.png) no-repeat scroll center center transparent;left:140px;opacity:0.8;position:absolute;top:-155px;z-index:99;padding:40px !important}
    .fancybox-inner{overflow:hidden!important}
    .fancyimg-fmvi{cursor: -moz-zoom-in;cursor: -webkit-zoom-in}
    .navFMvi{color:transparent;font-size:11px;font-weight:700;height:56px;left:3px;margin-bottom:6px;position:relative;top:3px;width:582px;padding:6px}
    #loginFmvi{height:57px}
    #loginFancy{height:55px;position:absolute;right:-328px;top:-1px;width:305px}
    a.nav,.navFMvi a.nav{background-image:url(/users/1814/24/30/68/album/navbit10.png);background-position:left center;background-repeat:no-repeat;padding-left:15px;padding-right:0;text-decoration:none}
    #loginFmvi .user_login_form,#loginFancy .user_login_form{text-align:left}
    #loginFmvi .logi,#loginFancy .logi{height:52px!important;line-height:7px!important}
    #loginFmvi p,#loginFancy p{overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:95%;padding:5px}
    #loginFmvi .mainoption,#loginFancy .mainoption{border:0;font-style:normal!important;font-weight:500;border-radius:0;margin-top:-5px;padding:4px 2px important}
    #loginFmvi .post,#loginFancy .post{position:absolute;left:80px;width:90px}
    #loginFmvi .Rlogin,#loginFancy .Rlogin{right:0;position:absolute}





    .wgo_block {
    margin: 0;
    }
    .wgo_block {
    display: block;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-box-shadow: -2px 0px 2px #C8C8C8;
    -webkit-box-shadow: -2px 0px 2px #C8C8C8;
    box-shadow: -2px 0px 2px #C8C8C8;
    margin-bottom: 0px;
    }
    .block {
    background: transparent none;
    clear: both;
    padding: 0;
    color: ;
    font: ;
    }
    #forums *, #wgo *, #forumbits * {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    }
    .wgo_block .blockbody {
    border: 1px solid #C4C4C4;
    background: #FDFEFF url(http://i76.servimg.com/u/f76/18/31/79/14/grey-u10.png) repeat-x;
    _background-image: none;
    }
    .formcontrols {
    border-right: 1px solid #B9C4CD;
    border-left: 1px solid #B9C4CD;
    border-bottom: 1px solid #B9C4CD;
    }
    .wgo_block .section {
    display: block;
    padding: 0 0 0.5em;
    font: 12px;
    color: #3E3E3E;
    clear: both;
    width: 100%;
    background: #FDFEFF url(http://i76.servimg.com/u/f76/18/31/79/14/grey-u10.png) repeat-x left bottom;
    font-size: 9pt;
    }
    .formcontrols > :first-child, .formcontrols .blocksubhead + .blockrow, .formcontrols .section .blockrow:first-child {
    border-top: none;
    }
    .wgo_block .section div, .wgo_block .section ol {
    padding-left: 20px;
    }
    .blocksubhead {
    font: normal 12px;
    color: #3E3E3E;
    background: #E9E9E9 none repeat-x;
    padding: 4px 10px 4px 10px;
    border-top: 1px solid #CECECE;
    }
    .wgo_block .blocksubhead {
    font: normal 13px;
    color: #3E3E3E;
    background: transparent;
    }

    .floatcontainer::after, .formcontrols .blockrow::after, dl.stats::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


    .pun .main-content {
    background-color: #FBFBFB;
    border: 1px solid #DDD;
    background: white url(http://i76.servimg.com/u/f76/18/31/79/14/grey-u10.png) repeat-x left bottom;
    }


    .main .main-foot, .main .main-head {
    background-color: #E3E3E3;
    background: url(http://i46.servimg.com/u/f46/15/26/55/24/tcat10.png) repeat scroll 0 0 #1F537B;
      border: 1px solid #DDD;

    font-weight: 400;
    padding: .7em 1.3em;
    }

    .user-basic-info img{width:120px;background-color:#F5F5F5;border-bottom:2px solid;border-radius:3px;border-right:2px solid;padding:5px}



    .tipsy{font-size:12px;padding:5px;position:absolute;text-shadow:none;z-index:999}.tipsy-inner{-moz-border-radius:3px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);-webkit-border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);background:#0066FF url(http://cuul.tk/img/gradient.png) repeat-x 0 -150px;background-color:#00457D;border-radius:3px;color:#fff;max-width:200px;padding:8px;text-align:center}.tipsy-arrow{background:url(http://i.imm.io/oP2d.jpeg) no-repeat top left;height:5px;position:absolute;width:9px}.tipsy-n .tipsy-arrow{left:50%;margin-left:-4px;top:0}.tipsy-nw .tipsy-arrow{left:10px;top:0}.tipsy-ne .tipsy-arrow{right:10px;top:0}.tipsy-s .tipsy-arrow{background-position:bottom left;bottom:0;left:50%;margin-left:-4px}.tipsy-sw .tipsy-arrow{background-position:bottom left;bottom:0;left:10px}.tipsy-se .tipsy-arrow{background-position:bottom left;bottom:0;right:10px}.tipsy-e .tipsy-arrow{background-position:top right;height:9px;margin-top:-4px;right:0;top:50%;width:5px}.tipsy-w .tipsy-arrow{height:9px;left:0;margin-top:-4px;top:50%;width:5px}


    .codebox {
    margin: 1em;
    background: whiteSmoke;
    border: 1px solid #C2C0B8;
    -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, .1) inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #fff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #fff, 0 17px 0 -11px #c2c0b8;
    -moz-box-shadow: 0 0 60px 10px rgba(0, 0, 0, .1) inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #fff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #fff, 0 17px 0 -11px #c2c0b8;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, .1) inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #c2c0b8, 0 11px 0 -8px #fff, 0 11px 0 -7px #c2c0b8, 0 17px 0 -12px #fff, 0 17px 0 -11px #c2c0b8;
    max-width: 700px;
    overflow: hidden;
    }


    .codebox dd.cont_code {
    background: none;
    width: 680px;
    }




    input.button1, input.button2, button.button2, #main-content a.cgu-buttons {
    border: 1px solid #afafaf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
      -moz-box-shadow: 1px 3px 0px #afafaf;
      -webkit-box-shadow: 1px 3px 0px #afafaf;
    }



    .chatbox_row_1:hover, .chatbox_row_2:hover {
    -webkit-box-shadow: gainsboro 0px 0px 4px;
    border: 1px solid #C9C9C9;
    border-image: initial;
    border-radius: 5px;
    box-shadow: gainsboro 0px 0px 3px;
    margin: 5px;
    background-color: white;
    }
    #chatbox_messenger_form {
    -webkit-box-shadow: #D4D4D4 0px 0px 4px;
    background-color: white;
    border-bottom: 0px;
    border-left: 1px solid #C9C9C9;
    border-radius: 5px 5px 0px 0px;
    border-right: 1px solid #C9C9C9;
    border-top: 1px solid #C9C9C9;
    bottom: 0px;
    box-shadow: #C6C6C6 0px 0px 4px;
    height: 30px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    right: 0px;
    width: 650px;
    z-index: 999;
    float: none;
    }
    label input#message {
    background-color: white;
    border: 1px solid #C9C9C9;
    border-image: initial;
    border-radius: 3px;
    font-size: 12px;
    height: 17px;
    }
    #divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
    background: url(http://i25.servimg.com/u/f25/14/45/99/41/110.jpg) repeat-x white;
    border: 1px solid #C9C9C9;
    border-image: initial;
    border-radius: 3px;
    }
    .fontbutton {
    border: 0;
    }
    .fontbutton_normal {
    background: #E1E1E2;
    }
    input#submit_button:hover {
    background: url(http://i25.servimg.com/u/f25/14/45/99/41/hover10.jpg) repeat-x;
    border: 1px solid #A2A2A2;
    border-image: initial;
    color: #2C2C2C;
    }

    input#submit_button {
    background: url(http://i25.servimg.com/u/f25/14/45/99/41/110.jpg) repeat-x white;
    border: 1px solid #C9C9C9;
    border-image: initial;
    border-radius: 3px;
    color: #929292;
    cursor: pointer;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-transform: uppercase;
    }
    #chatbox_header.main-head {
    background: url(http://i46.servimg.com/u/f46/15/26/55/24/tcat10.png) repeat scroll 0 0 #1F537B;
    color: #DEDFDF;
    padding: 0 1.3em;
    }

    #chatbox_members .member-title {
    background: url(http://i46.servimg.com/u/f46/15/26/55/24/tcat10.png) repeat scroll 0 0 rgba(45, 71, 99, 0.44);
    color: #00569C;
    font-family: Tahoma;
    font-size: 12px;
    padding: .5em .25em;
    text-align: center;
    }

    /* vote dislike */
    .hihi {background-color: #1F537B;color: #DEDFDF;font-weight: 400;padding: 0.7em 0.1em;}
    .dacong{background:url(http://i48.servimg.com/u/f48/16/58/89/73/like_n11.png) no-repeat scroll 0 0 ;float:left;height:16px;width:16px;text-align:middle;}.datru{background:url(http://i48.servimg.com/u/f48/16/58/89/73/dislik16.png) no-repeat scroll ;float:left;height:16px;width:16px;text-align:middle;}
    .vote-button{float:left;width:70px}
    .c3zplus{background:url(http://i48.servimg.com/u/f48/16/58/89/73/like_b12.png) no-repeat scroll 0 0 ;float:left;height:16px;width:16px; text-align:middle; margin-left:-113px;}
    .c3zplus{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;width:34px;padding:5px 8px 5px 25px;text-align:left; text-color: black;margin-top: -4px;background-color:#ECEEF5;border: 1px solid #CAD4E7;border-radius: 3px 3px 3px 3px; color:#FFF!important;display:block;position:relative;}
    .c3zplus:hover{background-color:#ebedf4;border-color:#9dacce}
    .c3zminus:hover{background-color:#ebedf4;border-color:#9dacce}
    .c3zminus{background:url(http://i48.servimg.com/u/f48/16/58/89/73/dislik15.png) no-repeat scroll ;float:left;height:16px;width:16px;text-align:left;}
    .c3zminus{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;width:34px;padding:5px 8px 5px 25px;text-align:left; text-color: black;margin-top: -4px;background-color:#ECEEF5;border: 1px solid #CAD4E7;border-radius: 3px 3px 3px 3px; color:#FFF!important;display:block;position:relative;}
    .ost,.share,.c3zvau .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;padding:5px 8px 5px 25px}.share{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/fav10.png)}.qua{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/no10.gif);padding-left:29px!important}.no{padding:5px 8px}.no .vop{background:url(http://i48.servimg.com/u/f48/16/58/89/73/like_b12.png) no-repeat left center;padding:0 0 0 20px}.no .vom{background:url(http://i48.servimg.com/u/f48/16/58/89/73/dislik15.png) no-repeat left center;padding:0 0 0 20px}




    /* UItoTop jQuery Plugin 1.1 */

    #toTop {
      display:none;
      text-decoration:none;
      position:fixed;
      bottom:2px;
      right:5px;
      overflow:hidden;
      width:51px;
      height:51px;
      border:none;
      text-indent:-999px;
      opacity: 1;
      background:url('http://kenh143.vcmedia.vn/skin/funny/to-top.png') no-repeat left top;
    }

    #toTopHover {
      background:url('http://kenh143.vcmedia.vn/skin/funny/to-top.png') no-repeat left -51px;
      width:51px;
      height:51px;
      display:block;
      overflow:hidden;
      float:left;
      opacity: 0;
      -moz-opacity: 0;
      filter:alpha(opacity=0);
    }

    #toTop:active, #toTop:focus {
      outline:none;
    }






    /*chữ nghiêng và đổ bóng*/
    a:hover {
   
    text-decoration: none;
    font-style: italic;
    text-shadow: IndianRed 3px 3px 5px;
    }

/* lasst cntt-k3 Ver 3*/

    .tabs { margin: 0; padding: 0;}
    .tabs {
    padding-bottom: 26px;
    margin-bottom: 15px;
    background: #EFEFEF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CAD9EA;
    }
    .nTright {
    float: right;
      height:10px;
    }
    .avatartv1 img {
    height: 15px;
    width: 15px;
    }
    .tabs li { list-style: none;float: left; line-height: 30px; border-right: 1px solid #b4d0f3; height: 30px; font-size: 11px;}
    .tabs li.current {
    background: #f7f7f7;
    height: 27px;
    font-weight: bold;
    }
    .mainbox { background: #F7f7f7; border: 1px solid #9DB3C5; margin-bottom: 6px; padding: 1px;}
    .mainbox table { width: 100%; }
    #dhtmlpointer, #dhtmltooltip
    {
      z-index: 999;
      left: -300px; top:0px;
      visibility: hidden;
      position: absolute;
    }.textbox, textarea, select {
    font: normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
    color: #000000;
    background: rgb(255, 255, 255) none;
    border: 1px solid #6B91AB;
    padding: 4px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    #tooltip .tiplFMvi{border-bottom:1px dashed;padding-bottom:5px;margin-bottom:5px}
    #tooltip{background-color:#FFF;border:1px solid #DDD;border-radius:3px 3px 3px 3px;box-shadow:2px 2px 3px #746E6E;color:#131313;max-width:450px;position:absolute;z-index:999;padding:15px 20px}

    #tooltip .header {display:none}
    .avatartv1 img {
    height: 15px;
    width: 15px;
    }
/* box 2 cột */
.sub-forum a.gensmall{
    display:inline-block;width:45%; /*đặt chiều rộng, tăng giảm số 45% cho phù hợp*/
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis; /*thu gọn tên sub-forum dài*/}
.sub-forum{color:transparent;margin-top:6px}
/* icon đăng nhập */
#username_reg,#email,#password_reg,#password,#subject,#username {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
width:200px;
margin-bottom:4px;
margin-top:-4px;
border:1px solid #a6a6a6;
border-top:1px solid #858583;
border-left:1px solid #858583;
padding:5px 4px 5px 28px;
}

#password {
float:left;
background:#FFF url(http://i48.servimg.com/u/f48/16/18/15/10/login_12.jpg) no-repeat 2px center;
}

#username {
float:left;
background:#FFF url(http://i48.servimg.com/u/f48/16/18/15/10/login_11.jpg) no-repeat 2px center;
}

#pwd_bad:before {
content:"Xin vui lòng chọn mật khẩu với độ dài ít nhất là 6 kí tự. Mật khẩu phải chứa ít nhất 1 ký tự (a-z) và 1 ký tự số .";
font:11px Arial;
color:red;
margin-top:-7px;
display:inline-block;
}

#pwd_bad {
text-align:left;
width:300px;
font-size:0;
padding-left:30px;
background:url(http://i48.servimg.com/u/f48/14/28/30/23/regwro10.png)no-repeat scroll left;
margin-left:-40px;
margin-top:-2px;
}
#pwd_middle:before,#pwd_good:before {
content:"Hợp lệ có thể dùng ";
font:11px Arial;
color:green;
}

#pwd_middle,#pwd_good {
text-align:left;
width:300px;
font-size:0;
padding-left:25px;
margin-left:-40px;
margin-top:-2px;
background:url(http://i48.servimg.com/u/f48/14/28/30/23/regrig10.png)no-repeat scroll left;
}

https://tinve9.forumvi.com

5Skin tinve9.forumvi.com cũ Empty Re: Skin tinve9.forumvi.com cũ Sat Oct 05, 2013 1:02 pm

Admin


Admin


Cấp Bậc:Admin

https://tinve9.forumvi.com

Thông Tin Cá Nhân
Tổng số bài gửi : 39
Points : 58
Reputation : 0
Status Status : TỐNG HOÀNG TÍN NO1
Join date : 20/03/2013
Age : 32
Code:
<style>
div[id*="c9"][style="background-color:#ffe5cf;"] {
background: url(http://i11.servimg.com/u/f11/17/98/40/25/g10.png)no-repeat right bottom;
}

#triangles{
margin:6em;
width:0; /*set dimensions of DIV to 0 so its borders collapse and touch one
another*/
height:0;
border-color: red blue green yellow; /*top, right, bottom, and left border*/
border-style: solid;
border-width: 50px; /*width of each border*/}

.uparrowdiv, .downarrowdiv, .leftarrowdiv, .rightarrowdiv{
width:97.4%;
min-height:100%;
background: #ffffff;
background-position: top right;
background-repeat: no-repeat;
border:2px solid #3dbbff;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;}

.uparrowdiv:after{
content:'';
display:block;
position:absolute;
top:-20px;
left:20px;
width:0;
height:0;
border-color: transparent transparent #3dbbff transparent;
border-style: solid;
border-width: 10px;}
 
.pun .user{width:12em}
.pun .postmain{margin-left:14em}
.pun .post .user,.postfoot{margin-left: auto;}
.postmain .postfoot,.pun .postmain{margin:0}
.postmain .user{margin:0;width:100%;padding:0;border-bottom:1px dashed #CCC}
.pun  .postmain .posthead {margin:0}
.postmain .username{font-variant:small-caps;font-weight:bold}
.postmain .user-basic-info div{display:inline-block}
.user-ident{text-align:center}
.postmain .user-ident{float:left}
.postmain .user-info{float:right}
.pun .post {border-width: 0 0 1px;}
.pun .entry-content {padding: .5em;}

.magavatar {position: relative; top: -15px;}
 
.rank2 img {
width: 200px;
margin-left: -44px;
margin-top: -32px;}
 
.maii {
background: #FAFAFA !important;
border: 1px solid #DDD !important;
border-radius: 4px;}

/* Vote */
#profile-advanced-details .autobot{color:#2220fb!important;font-size:14px!important;text-shadow:1px 1px 1px #000!important}
.post .post-options{height:22px;position:relative}
.hihi {background-color: #1F537B;color: #DEDFDF;font-weight: 400;padding: 0.7em 0.1em;}
.numtopF{margin-right:-12px!important}
a.mainmenu[href='/groups'],a.mainmenu[href='/privmsg?folder=inbox'],#left,#textarea_content dt,#dulieutip,#dulieupostter,#sapxepdulieu{display:none}

.ost,.share,.c3zvau .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;padding:5px 8px 5px 25px}
.share{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/fav10.png)}.qua{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/no10.gif);padding-left:29px!important}.no{padding:5px 8px}

.no .vop{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat left center;padding:0 0 0 18px}
.no .vom{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou11.png) no-repeat left center;padding:0 0 0 18px}
.vote-button{float:left;width:60px}
.c3zplus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zminus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zplus {
background: url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat scroll 0 0 #E0E0E0;
background-position: 6px 36%;
background-repeat: no-repeat;
border: 1px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
color: white!important;
display: block;
float: left;
height: 13px;
margin: -4px 2px 0;
padding: 4px 4px 5px 24px;
position: relative;
text-align: left;
width: 25px;
}
.c3zminus {
background: url(http://i42.servimg.com/u/f42/17/92/41/65/discou11.png) no-repeat scroll #E0E0E0;
background-position: 6px 36%;
background-repeat: no-repeat;
border: 1px solid #CAD4E7;
border-radius: 3px 3px 3px 3px;
color: white!important;
display: block;
float: left;
height: 13px;
margin: -4px 0px 0;
padding: 4px 4px 5px 24px;
position: relative;
text-align: left;
width: 45px;}

.pun #main .main-content.topic {
background: #fff!important;
border: 1px solid #DDD!important;
border-radius: 4px;
margin: 0;
padding: 10px!important;
box-shadow: 0 0 12px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;}

.user>div{margin:12px}

.rankn {
position: relative;
padding: 10px;
display: block;
width: 100px;}

.postmain .post-entry{clear:left}
.pun .post .user {
background: url(http://i36.servimg.com/u/f36/17/76/06/16/bg1010.png)repeat;
width: 940px;
height: 160px;
border: 1px solid #DDD;
box-shadow: 0 2px 2px #1F6597;
margin-bottom: 0px;}
.pun .post .user {margin-top: 0;}
.pun .user .user-ident {
display: block;
float: left;
padding: 10px;
padding-top: 0;}
.pun .user-ident .user-basic-info {
display: table;
margin-left: 10px;}
.post .postmain .user .user-basic-info a img {
width: 120px;
height: 120px;
padding: 5px;
background: white;
border-radius: 4px;
border: 1px solid #DDD;}

b.username {
width: 10em;
display: inline-block;
float: left;
font-size: 12px;}
b.username strong {float: none !important;
font-size: 12px;}

.pun .posthead {
border-top: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
background: #E6E6E6 url('http://i16.servimg.com/u/f16/15/23/22/46/highli10.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 10px;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
color: #777;}

.pun .paged-foot, .pun .paged-head {
background: none;
border: none;
padding-bottom: 7px;}

.main .main-head.crumbb {
border: 0;
border-bottom: 1px solid #EAEAEA;
background: whiteSmoke url("http://i16.servimg.com/u/f16/15/23/22/46/highli11.png") repeat-x 0 0;
color: #333;
padding: 7px;
font-size: 12px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
overflow: hidden;
box-shadow: none;}
.crumbs {text-align: left;}

/* đóng khung trong vew */
.thongtintv {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position:relative;left:0px;color: #000000;}.thongtintv:hover {left:15px;transition: all 1s ease; -webkit-transition: all 1s ease; -moz-transition: all 1s ease;transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);}.thongtintv {background-color: #FFFFFF;margin:1px 3px 2px 1px;padding:1px 5px;border:1px solid #CCCCCC;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 
.thanhlv1 {width: 16.88%; float: left;}

.user-info {width: 172px; float: right;}
 
.maii {
background: #FAFAFA !important;
border: 1px solid #DDD !important;
border-radius: 4px;}

#fa_ticker_block .module.main, .pun .main .main-content p.message {
padding: 8px 35px 8px 14px;
margin: 8px !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #D9EDF7;
border-color: #BCE8F1;
color: #3A87AD;}
.pun .frm .frm-form table {border: none !important;}
</style>

<script type="text/javascript">//<![CDATA[
$(window).load(function(){$(".post").first().find('a[href*="mode=quote"]').remove();$('div.post-entry').find('img').each(function () {var relx = $('div.post-entry').attr('id');var $this = $(this), width = $this.width();var src = $this.attr('src');var a = $('<a/>').attr('href', src).addClass('lightbox').attr('rel', "op"+i);if (width > 200) {$this.wrap(a);}});});//]]>  </script>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){var relx = $('div.post-entry ').attr('id');$('a[href$=".png"]').addClass('topictit').attr('rel', "op"+i);});//]]>  </script>

<script>$(function () {
  $.ajax({url: "/feed/?f={FORUM_ID}",success: function (a) {
  $(".post-entry:first").after('<ul id="cungchuyenmuc"><a href="/f{FORUM_ID}-forum" style="color:#333;text-decoration:none!important;font:bold 13px tahoma">Bài viết cùng chuyên mục :</a><div style="height:1px;background:url(http://i16.servimg.com/u/f16/16/18/15/10/113.png)repeat-x left;margin:10px 0px;width:97%"></div>');
  22 < $(a).find("title").length ? so = 22 : so = $(a).find("title").length;for (i = 2; i < so; i++)
$('<li><span><a href="' + $(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq(" + i + ")").text() + "</a></span></li>").appendTo("#cungchuyenmuc")}})});</script>
<style>ul#cungchuyenmuc{margin-top:10px;margin-left:20px;height:100%;display:inline-block}#cungchuyenmuc li{list-style: square inside;margin-top:2px;width:45%;float:left;}#cungchuyenmuc a{text-decoration:none!important;color:#333;font:12px Tahoma;text-transform: capitalize;}#cungchuyenmuc a:hover{color:#ba3814;}#cungchuyenmuc span{display:inline-block;overflow:hidden;height:14px;width:90%;margin-bottom:-2px;}</style>
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = 'http://2img.net/i/fa/empty.gif', multiquote_img_on = 'http://2img.net/i/fa/empty.gif', _atr = 'http://illiweb.com/rs3/34/frm/addthis/', _ati = 'http://illiweb.com/fa/addthis/', addthis_config = { ui_click: true, ui_language: "vi" }, addthis_localize = { share_caption: "Add to bookmarks / Share", email: "Email", email_caption: "Send to a friend", favorites: "Favourites", print: "Print", more: "More..." };
  $(function(){
  _atc.cwait = 0;
  $('.addthis_button').mouseup(function(){
  if ($('#at15s').css('display') == 'block') {
  addthis_close();
  addthis_close();
  }});
 $(".thongtintv:contains('Status:'),.thongtintv:contains('avatar-dulieu: ')").remove();
  $(".coin").each(function () {
  $(this).html($(this).find("div:contains('Status:') div").html());
  });
  });
var code="Copyright By notme. Edit by IceFox";function level(Posts,Coins,Thanked){var d=(Posts*20+Coins*15);var e=(d/1500);var f=Math.floor((e-Math.floor(e))*100);var g=Math.floor(e+parseInt(1));if(g<2){(g="1 [<img src='http://img.zing.vn/union/client/gunny/level-image/1.png'>]")};if(g<3){(g="2 [<img src='http://img.zing.vn/union/client/gunny/level-image/2.png'>]")};if(g<4){(g="3 [<img src='http://img.zing.vn/union/client/gunny/level-image/3.png'>]")};if(g<5){(g="4 [<img src='http://img.zing.vn/union/client/gunny/level-image/4.png'>]")};if(g<6){(g="5 [<img src='http://img.zing.vn/union/client/gunny/level-image/5.png'>]")};if(g<7){(g="6 <img src='http://img.zing.vn/union/client/gunny/level-image/6.png'>")}; if(g<8){(g="7 <img src='http://img.zing.vn/union/client/gunny/level-image/7.png'>]")};if(g<9){(g="8 <img src='http://img.zing.vn/union/client/gunny/level-image/8.png'>]")};if(g<10){(g="9 <img src='http://img.zing.vn/union/client/gunny/level-image/9.png'>]")};if(g<11){(g="10 <img src='http://img.zing.vn/union/client/gunny/level-image/10.png'>]")};if(g<12){(g="11 <img src='http://img.zing.vn/union/client/gunny/level-image/11.png'>]")};if(g<13){(g="12 <img src='http://img.zing.vn/union/client/gunny/level-image/12.png'>]")};if(g<14){(g="13 <img src='http://img.zing.vn/union/client/gunny/level-image/13.png'>]")};if(g<15){(g="14 <img src='http://img.zing.vn/union/client/gunny/level-image/14.png'>]")};if(g<16){(g="15 <img src='http://img.zing.vn/union/client/gunny/level-image/15.png'>]")};if(g<17){(g="16 <img src='http://img.zing.vn/union/client/gunny/level-image/16.png'>]")};if(g<18){(g="17 <img src='http://img.zing.vn/union/client/gunny/level-image/17.png'>]")};if(g<19){(g="18 <img src='http://img.zing.vn/union/client/gunny/level-image/18.png'>]")};if(g<20){(g="19 <img src='http://img.zing.vn/union/client/gunny/level-image/19.png'>]")};if(g<21){(g="20 <img src='http://img.zing.vn/union/client/gunny/level-image/20.png'>]")};if(g<22){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/21.png'>]")};if(g<23){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/22.png'>]")};if(g<24){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/23.png'>]")};if(g<25){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/24.png'>]")};if(g<26){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/25.png'>]")};if(g<27){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/26.png'>]")};if(g<28){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/27.png'>]")};if(g<29){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/28.png'>]")};if(g<30){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/29.png'>]")};if(g<31){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/30.png'>]")};if(g<32){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/31.png'>]")};if(g<33){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/32.png'>]")};if(g<34){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/33.png'>]")};if(g<35){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/34.png'>]")};if(g<36){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/35.png'>]")};if(g<37){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/36.png'>]")};if(g<38){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/37.png'>]")};if(g<39){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/38.png'>]")};if(g<40){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/39.png'>]")};if(g<41){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/40.png'>]")};if(g<42){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/41.png'>]")};if(g<43){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/42.png'>]")};if(g<44){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/43.png'>]")};if(g<45){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/44.png'>]")};if(g<46){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/45.png'>]")};if(g<47){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/46.png'>]")};if(g<48){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/47.png'>]")};if(g<49){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/48.png'>]")};if(g<50){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/49.png'>]")};if(g<51){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/50.png'>]")};if(g<52){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/51.png'>]")};if(g<50){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/52.png'>]")};if(g<54){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/49.png'>]")};if(g<55){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/54.png'>]")};if(g<56){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/55.png'>]")};if(g<57){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/56.png'>]")};if(g<58){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/57.png'>]")};if(g<59){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/58.png'>]")};if(g<60){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/59.png'>]")};if(60<g){(g="21 <img src='http://img.zing.vn/union/client/gunny/level-image/60.png'>]")&&(f="60")};var h=(Math.floor((Thanked*10)+(Posts*2)+(Coins*1)));if(h>8000){h=8000};if(d>25000){(d=25000)};var i=(Math.floor((h/8000)*100)-2);var j=(Math.floor((d/25000)*100)-2);document.write('<fieldset style="padding:4px;width: 140px;border: 0px solid #D4D4D4;color: gray;font-size: 7pt;border-radius: 2px;border:1px solid #000;"><legend><font color="red"><span style="font-size: 0px;" class="lv '+g+' "><b><img src="http://i16.servimg.com/u/f16/17/22/61/18/lv10.png">'+g+'</b></span></font></legend><b><font color=red> Lực Chiến : '+d+' / 25000</font></b><div class="strengthbg"><div class="strengthbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/orange10.gif" width="'+j+'%" title="'+d+'" height="9px"><img src="/users/2211/12/43/96/album/hp1010.gif" width="2px" title="'+d+'" height="9px"></fieldset></div></div><b><font color=green> Phòng Thủ : '+h+' / 8000</font></b><div class="abilitybg"><div class="abilitybg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/green110.gif" width="'+i+'%" title="'+h+'" height="9px"><img src="/users/2211/12/43/96/album/mp1010.gif" width="2px" title="'+h+'" height="9px"></fieldset></div></div><font color=RoyalBlue1> <b>Kinh nghiệm : '+f+'%</b></font><div class="expbg"><div class="expbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/blue10.gif" width="'+(f-1)+'%" title="'+(f)+'%" height="9px"><img src="/users/2211/12/43/96/album/exp1010.gif" width="2px" title="'+(f)+'%" height="9px"></fieldset></div></div></fieldset>')};//]]>
</script>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
      <!-- BEGIN switch_plus_menu -->
      <li>
        <script type="text/javascript">//<![CDATA[
            var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
            var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
            var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
            var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
            var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
            var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
            insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
        //]]>
        </script>
      </li>
      <!-- END switch_plus_menu -->
      <li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
      <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
      <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <!-- BEGIN watchtopic -->
      <li>{S_WATCH_TOPIC}</li>
      <!-- END watchtopic -->
  </ul>
  <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
  <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="main paged">
  <div class="paged-head clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>
  {POLL_DISPLAY}
<div class="main-content">
 
          <div class="maii">

  <div class="main-head crumbb clearfix">
  <p class="pun-crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
      <!-- BEGIN switch_twitter_btn -->
      <span id="twitter_btn" style="margin-left: 6px; ">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
      </span>
      <!-- END switch_twitter_btn -->
      <!-- BEGIN switch_fb_likebtn -->
      <span id="fb_likebtn" style="margin-left: 6px; ">
        <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
      </span>
      <!-- END switch_fb_likebtn -->
  </p>
</div>

<!-- BEGIN postrow -->
 <!-- BEGIN displayed -->
  <div id="u8" class="post"{postrow.displayed.THANK_BGCOLOR}>
  <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
    <h2>
    <strong><b>{postrow.displayed.COUNT_POSTS}</b></strong>
    {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
    </h2>
  </div>

<a name="{postrow.displayed.U_POST_ID}"></a>
<div class="postmain"{postrow.displayed.THANK_BGCOLOR}>

<div class="blast1"></div><div class="blast"><b> <marquee behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="20" direction="left" truespeed="truespeed" style="width: 745px;margin-left: -8px;"><span class="coin"><script>status(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->2);</script></span>
<span class="coin">
 <!-- BEGIN profile_field -->
  <div style="display:none">{postrow.displayed.profile_field.LABEL}<div>
  {postrow.displayed.profile_field.CONTENT}</div>:{postrow.displayed.profile_field.SEPARATOR}</div>
 <!-- END profile_field -->
</span>
</marquee></b></div>         

<div id="c9" class="postbody"{postrow.displayed.THANK_BGCOLOR}>
 <div class="user">
  <div class="user-ident">
  <div class="user-basic-info" style="float:left;">
    <div class="magavatar">{postrow.displayed.POSTER_AVATAR}</div><br />
    <span class="rankn"><div class="rank2">{postrow.displayed.RANK_IMAGE}</div></span>
    </div>
  </div>
               
<div class="thanhlv1">
 <table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toplef10.gif" width="18" height="2"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/top10.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/top-110.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toprig10.gif" width="4" height="2"></td></tr><tr><td background="http://i44.servimg.com/u/f44/16/54/92/12/left10.gif" style="background-position:right; background-repeat:repeat-y" valign="bottom"><img src="http://i44.servimg.com/u/f44/16/54/92/12/arrow-10.gif" width="18" height="35"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/box10.gif" nowrap="nowrap" style="padding: 10px 10px 10px 10px"><input id="moavatar{postrow.displayed.U_POST_ID}" style="display:none" type="submit" onmouseover="showtip('Click Để Xem avatar Thường.')" onmouseout="hidetip()" value="Avatar Thường"/>
 <div id="postmenu_4"><a name="{postrow.displayed.U_POST_ID}"><span style="color:#0004FF"><strong>{postrow.displayed.POSTER_NAME}</strong></strong></a><span class="useronline" style="display: inline-block;">{postrow.displayed.ONLINE_IMG}</span></div>    <div class="smallfont" align="center" style="font-size: 10px; font-weight: bold;"><font color="#0004FF">
 <br><font size="4" face="Times New Roman"><b><font size="3" color="#ffffff" style="text-shadow: 0px 0px 6px rgb(800, 0, 100), 0px 0px 5px rgb(800, 0,100), 0px 0px 5px rgb(800, 0,100);"><marquee scrollamount="4">{postrow.displayed.POSTER_RANK_NEW}<br /></marquee></font></b></font>
 </font></div></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/right10.gif" style="background-position:left; background-repeat:repeat-y"><img src="http://i44.servimg.com/u/f44/16/54/92/12/right-10.gif" width="4" height="97"></td></tr><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom10.gif" width="18" height="6"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/bottom11.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom12.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom13.gif" width="4" height="6"></td></tr></tbody></table><table border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toplef11.gif" width="18" height="2"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/top11.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/top-111.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/toprig11.gif" width="4" height="2"></td></tr><tr><td background="http://i44.servimg.com/u/f44/16/54/92/12/left11.gif" style="background-position:right; background-repeat:repeat-y" valign="bottom" align="right"><img src="http://i44.servimg.com/u/f44/16/54/92/12/left-110.gif"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/box11.gif" style="padding: 4px 4px 4px 4px"><div style="clear:both; padding-bottom:5px;"></div><div align="center">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->{postrow.displayed.AIM_IMG} {postrow.displayed.YIM_IMG} {postrow.displayed.MSN_IMG} {postrow.displayed.SKYPE_IMG}  </div></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/right11.gif" style="background-position:left; background-repeat:repeat-y"><img src="http://i44.servimg.com/u/f44/16/54/92/12/right-11.gif"></td></tr><tr><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom14.gif" width="18" height="6"></td><td background="http://i44.servimg.com/u/f44/16/54/92/12/bottom15.gif" style="background-repeat:repeat-x"><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom16.gif"></td><td><img src="http://i44.servimg.com/u/f44/16/54/92/12/bottom17.gif" width="4" height="6"></td></tr></tbody></table></td>
</div>

<div class="thanhlv1">
 <script>level(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->1);</script>
</div>

<div class="user-info">
 <!-- BEGIN profile_field -->
  <div class="fmviPro5"><div class="thongtintv"><span class="vipprovip">
  {postrow.displayed.profile_field.LABEL}
  {postrow.displayed.profile_field.CONTENT}
  {postrow.displayed.profile_field.SEPARATOR}
  </div></div>
<!-- END profile_field --></span>
{postrow.displayed.POSTER_RPG}
</div>

</div>

<div class="post-entry">
 <div class="entry-content">
  <div>
  <div><div class="uparrowdiv" style="padding: 11px;">
    {postrow.displayed.MESSAGE}
  </div></div>
                        <!-- BEGIN switch_attachments -->
                          <dl class="attachbox">
                              <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                              <dd>
                                <!-- BEGIN switch_post_attachments -->
                                <dl class="file">
                                    <dt>
                                      <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                      <!-- BEGIN switch_dl_att -->
                                      <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_dl_att -->

                                      <!-- BEGIN switch_no_dl_att -->
                                      {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                      <!-- END switch_no_dl_att -->
                                    </dt>

                                    <!-- BEGIN switch_no_comment -->
                                    <dd>
                                      <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                    </dd>
                                    <!-- END switch_no_comment -->

                                    <!-- BEGIN switch_no_dl_att -->
                                    <dd>
                                      <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                    </dd>
                                    <!-- END switch_no_dl_att -->

                                    <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                </dl>
                                <!-- END switch_post_attachments -->
                              </dd>
                          </dl>
                          <!-- END switch_attachments -->
                          <div class="clear"></div>
                        </div>
                        <p>
                          {postrow.displayed.EDITED_MESSAGE}
                        </p>
                    </div>
                  </div>
              </div>

              <!-- BEGIN switch_signature -->
              <div class="sig-content">
                  {postrow.displayed.SIGNATURE_NEW}
              </div>
              <!-- END switch_signature -->

<div class="postfoot">
 <div class="user-contact"></div>
  <div class="post-options">
  <div style="float: left; left:220px;position:absolute;top:2px;">
                                     
<!-- BEGIN switch_vote_active -->
    <div class="vote vote-button">
          <!-- BEGIN switch_vote -->
      <a target="v{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" alt="c3zplus" class="c3zplus lvote"><span style="margin-left: -2px; color: #3B5998;">Like</span></a>
 <!-- END switch_vote -->
      </div>
      <div class="vote vote-button">
 <!-- BEGIN switch_vote -->
        <a target="v{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}" alt="c3zminus" class="c3zminus lvote"><span style="margin-left: -2px; color: #3B5998;">Dislike</span></a>
 <!-- END switch_vote -->
                                  </div><div id="v{postrow.displayed.U_POST_ID}" class="loadding" style="display: none"><img src="http://i43.servimg.com/u/f43/16/03/04/56/icon_l12.gif"> Chờ chút nhé ^^! </div>
                                                <!-- END switch_vote_active -->
                                                </div>

                             
                             
 <div style="text-align: right;">{postrow.displayed.THANK_IMG}{postrow.displayed.QUOTE_IMG}{postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.REPORT_IMG}</div></div>
              <div style="clear:both;"></div>
             
        </div>
 
                     
                          <p style="border-bottom: 1px solid #ddd;">
                        <div class="hihi clearfix" style="background-color: #fff;"><font color="black">
<!-- BEGIN switch_vote_active -->   
  <iframe name="v{postrow.displayed.U_POST_ID}" class="ajaxvote" style="display:none"></iframe>
<!-- BEGIN switch_no_bar -->
  <span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
 <!-- END switch_no_bar -->
<!-- BEGIN switch_bar -->
  <span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
 <!-- END switch_bar -->
  <!-- END switch_vote_active -->
<div style="float:right;font-weight:bold;text-align:right">

<a href="#top" class="postbit" style="margin:0;" original-title="">Back to top</a>

<div align="center" style="width:600px;display:none; padding-top:6px" ></div></div>

                          </font></div>  </span>
             
               
                  </div>
                  </div>
             

        <!-- END displayed -->
        <!-- BEGIN hidden -->
            <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
        <!-- END hidden -->
      <!-- END postrow -->
  </div>
</div>
  <div class="main-foot clearfix">
      <p class="h2">
        <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a>
        {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
      <p class="options">
        <input type="hidden" name="t" value="{TOPIC_ID}" />

        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

        <!-- BEGIN viewtopic_bottom -->
        {S_TOPIC_ADMIN}
        <!-- END viewtopic_bottom -->
      </p>
  </div>

  <a name="bottomtitle"></a>

  <div class="paged-foot clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
        <!-- END switch_user_authpost -->

        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
        <!-- END switch_user_authreply -->
      </p>
  </div>

</div>

<div class="pun-crumbs">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
  </p>
</div>

<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
  <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
  </div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
  <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
  </div>
  <div class="main-content clearfix">
      <!-- BEGIN link -->
      » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
      <!-- END link -->
  </div>
</div>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
  <div class="main-head clearfix">
      <p class="h2">{L_FORUM_RULES}</p>
  </div>
  <table class="main-content frm">
      <tr>
        <!-- BEGIN switch_forum_rule_image -->
        <td class="logo">
            <img src="{RULE_IMG_URL}" />
        </td>
        <!-- END switch_forum_rule_image -->
        <td class="rules entry-content">
            {RULE_MSG}
        </td>
      </tr>
  </table>
</div>
<!-- END switch_forum_rules -->

<!-- BEGIN switch_user_logged_in -->

<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->

<div id="pun-info" class="main">
  <div class="main-content">
      <div id="stats">
        <p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
      </div>
  </div>
</div>

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
    <script type="text/javascript">
 
 function chvote(a, b) {
  "Message not voted" == b && (b = "c3zone z vietk 0% (0 vote)");
  var d = parseInt(b.split(" ")[3], 10) / 100,
      c = parseInt(b.split(" ")[4].substr(1), 10),
      b = "Message reputation : " + Math.round(100 * ("c3zplus" == a ? (d * c + 1) / (c + 1) : d * c / (c + 1))) + "% (" + (c + 1) + " vote)";
  return votetrans(b)
}
$(".c3zvau").each(function () {
  var a = $(this).text();
  $(this).html(votetrans(a))
});

function votetrans(a) {
  if ("Message not voted" == a) return "<span class='qua'>Hãy là người đầu tiên thích điều này</span>";
  var b = parseInt(a.split(" ")[3], 10) / 100,
      a = parseInt(a.split(" ")[4].substr(1), 10),
      d = 0 != b ? "<span class=vop>" + Math.round(b * a) + "+</span>" : "",
      c = 0 != b && 1 != b ? ' <span style="color:#C2D5E3">|</span> ' : "",
      a = 1 != b ? "<span class=vom>" + Math.round(a - b * a) + "-</span>" : "",
      b = Math.round(100 * b);
  return "<span class=no>" + d + c + a + "</span> <span class=qua>Đánh giá: " + b + "%</span>"
}
$(".lvote").click(function () {
  "c3zplus" == $(this).attr("alt") ? $(this).parent().html("").next().html("") : $(this).parent().html("").prev().html("");
  var a = $(this).attr("target"),
      b = $(this).attr("alt"),
      d = $("." + a).attr("title");
  $("#" + a).show();
  $("." + a).html(chvote(b, d));
  $("#" + a).fadeIn("slow").animate({
      opacity: 1
  }, 1500).fadeOut("slow", function () {
      $("." + a).fadeOut("slow").animate({
        opacity: 1
      }, 1E3).fadeIn()
  });
  $("." + $(this).attr("target")).removeAttr("title")
});
</script>
<script>
$(document).ready(function(){
$("#thongtin").appendTo("#text_edit");
});
$(function(){$(".capnhatsta").click(function(){if($(this).attr("alt")=="chan"){$(this).parent().removeClass("open");$(this).attr("alt","1")}else{$(this).attr("alt","chan");$(this).parent().addClass("open")}$("#statustb").load("/u"+$(".depgiaiketao a").attr("href").split("u=")[1]+" input#profile_field_13_-8",function(a){$("#statusinput").val($("#statustb input").val());$("#statustb").empty()});return false});if($("#heheava").length){$(".c3avatar").html($("#heheava").html());my_setcookie("avatar",$(".c3avatar img").attr("src"),0,0)}else{$(".c3avatar").html("<img src="+my_getcookie("avatar")+" />")}$(".c3username").html($(".depgiaiketao a").html());$("a.c3userlink").attr("href","/u"+$(".depgiaiketao a").attr("href").split("u=")[1]);if($("#i_icon_mini_new_message").length){pm=$("#i_icon_mini_new_message").attr("alt").match(/\d+/);$(".noticon.newpm").text(pm).fadeIn("slow")}else $("a#newmes").attr("href","/privmsg?folder=inbox");$("#newmes").click(function(){pm=Number(pm);if($("#pmload").length){$.get("/privmsg?folder=inbox",function(data){$("#pmload").fadeOut("slow").remove();$(data).find("td.tdtopics:lt("+pm+")").each(function(){var p=$(this).find("a:first").attr("href");var s=$(this).find("a:last").html();var c=$(this).text().replace('by','-').split(" - ");$("ul.newpms").prepend("<li><a href='"+p+"' rtip='"+c[2]+"'><b>"+c[0]+"</b> từ "+s+"</b></a></li>");$('[rtip]').tooltip({placement:'right',title:function(){return $(this).attr("rtip")}})})})}})});function statusup(){var name=document.getElementById("statusinput").value;if(name.length>6){var uid=$(".depgiaiketao a").attr("href").split("u=")[1];var c="active=1&user="+uid,d=document.getElementById("logout").href,d=d.substring(d.indexOf("tid=")+4,d.indexOf("&key")),c=c+('&tid='+d+'&content=[["profile_field_13_-8", "'+name+'"]]&id=8');jQuery.post("/ajax_profile.forum?jsoncallback=jQuery1",c,function(a){0<a.indexOf("-8")?(document.getElementById("statustb").innerHTML='Cập nhật thành công <img src=http://r20.imgfast.net/users/2012/10/88/45/smiles/989655519.gif>'):document.getElementById("statustb").innerHTML='Lại đi em!'})}else{document.getElementById("statustb").innerHTML="Hơi Bị Ngắn Đấy <img src=http://r20.imgfast.net/users/2012/10/88/45/smiles/761190430.gif><br>Trên 6 kí tự nhá ."}}var prefixes=["Âm Nhạc","Chém Gió","Radio","Clip Hài","Tin Tức","Thông Báo","Hình Vui","Quảng Cáo","♥️"];var _pm=false;var chk=false;function toMenu(a){var htmlpre='<select style="margin-right:5px" id="prefix" size="1"><option value="">(None)</option>';for(i in a)htmlpre+='<option value="'+a[i]+'">'+a[i]+'</option>';htmlpre+='</select>';return htmlpre}function checkpre(ar,input){for(i in ar){var p=new RegExp("\\"+ar[i],"g");var title=input.substr(0,input.indexOf(']'));if(p.test(title))return ar[i]}return""}$(function(){if(_pm)chk=/\privmsg/.test(location.href);if(/\/post/.test(location.href)||chk){$(toMenu(prefixes)).insertBefore("input[name=subject][type=text]");var mw=$("#prefix").width()+5;$("input[name=subject]").css("width",$("input[name=subject]").width()-mw);var t=$("[name=subject]").val();var cur=checkpre(prefixes,t);if(cur!=""){$("[value="+cur+"]").attr("selected","selected");$("input[name=subject]").val(t.replace('['+cur+']','').trim())}$("input[name=post]").click(function(){var sub=$("input[name=subject]").val().trim();if(sub!=""&&$("#prefix").val()!="")$("input[name=subject]").val("["+$("#prefix").val()+"] "+sub)})}});
</script>
<script type="text/javascript">$(function(){$(".khung:contains('dulieuava')").css('display','none');})</script>

https://tinve9.forumvi.com
Sponsored content





Cấp Bậc:



Thông Tin Cá Nhân

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Similar topics

-

» skin mặc định tinve9

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