0%
Diễn Đàn forumotion

Hướng dẫn - Chia sẻ - Giao Lưu - Kết Nối Online


Go downMessage [Page 1 of 1]

Ç⵺ú†
Ç⵺ú†
Ç⵺ú†

—»(¯`HotroFm ´¯)™

[You must be registered and logged in to see this image.]
Index body: :hie:
Trả lời nhanh
Ç⵺ú†
Ç⵺ú†
Ç⵺ú†

—»(¯`HotroFm ´¯)™

hear:
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 -->

      <a id="top" name="top" accesskey="t"></a>
      <br>
    <div align="center">
      <div class="container">
          <div class="body_04">
            <div class="body_05">
                           
                              <table style="width: 100%" cellpadding="0" cellspacing="0" dir="ltr">
                  <tbody><tr>
                      <td class="body_01">
                      <img src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/spacer.gif" alt="" width="9" height="39"></td>
                      <td style="width: 100%" class="headerbar">
                      <table border="0" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse">
                        <tbody><tr>
    <td></td>
                            <td>
                           
    </td>
                        </tr>
                      </tbody></table>
                      </td>
                      <td class="body_03">

                      <img class="imgborder" src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/spacer.gif" width="9" height="39" alt=""></td>
                  </tr>
    </tbody></table>
                                           
                                           
                                           
                          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td align="center" style="background-image: url('http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/banner.png');background-position: center; height: 174px; width: 860px; background-repeat: no-repeat;">
    <!-- flash start -->
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%"> <param name="movie" value="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/white.swf"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="WMode" value="Transparent"> <embed src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/white.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" wmode="Transparent"> </object>
    <!-- flash end -->
    </td>
    </tr>
    </tbody></table>
   
   
   
   
   
      <div align="center">
      <div class="page" style="width:100%; text-align:left">
          <div style="padding:0px 8px 0px 8px" align="left">





    <br>
   
      <style type="text/css">
    .vd2jnav{background: #FFFFFF;color: #000;border: 1px dashed #ff6600;}
    .vd2jnav a:link, .vd2jnav_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vd2jnav a:visited, .vd2jnav_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vd2jnav a:hover, .vd2jnav a:active, .tvd2jnav_ahover
    {
      color: #FF6600;
      text-decoration: underline;
    }
    .vd2jnav2{
    background: #FFFFFF;
    color: #000;
    border-right: 1px dashed #ff6600;
    border-top: 1px dashed #ff6600;
    border-bottom: 1px dashed #ff6600;
    border-left: 0px;
    }
    .vd2jnav2 a:link, .vd2jnav2_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vd2jnav2 a:visited, .vd2jnav2_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vd2jnav2 a:hover, .vd2jnav2 a:active, .tvd2jnav2_ahover
    {
      color: #FF6600;
      text-decoration: underline;
    }
    </style>
   
      <div class="tren"> <div class="tren_trai"> <div class="tren_phai"> </div></div></div>
   
   
      <div class="doc_trai"> <div class="doc_phai"> <div class="doc_duoi"> <div style="padding-left:8px; padding-right:8px;">
    <!-- nav buttons bar -->
    <div style="padding:1px; border-top-width:0px">
      <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
      <tbody><tr align="center">
            <td class="vbmenu_control"><a href="index.php"><b>Trang chủ</b></a></td>
         
         
         
          <td class="vbmenu_control"><a rel="help" href="faq.php?s=cd14204df2269c41463519c2fd62129c" accesskey="5">Hỏi đáp</a></td>
         
            <td class="vbmenu_control"><a id="community" href="/forum/?nojs=1#community" rel="nofollow" accesskey="6" style="cursor: pointer;">Trang cộng đồng <img src="vd2jstyle/vd2jblue/misc/menu_open.gif" border="0" title="" alt=""></a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
         
          <td class="vbmenu_control"><a href="calendar.php?s=cd14204df2269c41463519c2fd62129c">Lịch</a></td>
         
           
               
                <td class="vbmenu_control"><a href="search.php?s=cd14204df2269c41463519c2fd62129c&amp;do=getdaily" accesskey="2">Bài gửi hôm nay</a></td>
               
                <td class="vbmenu_control"><a id="navbar_search" href="search.php?s=cd14204df2269c41463519c2fd62129c" accesskey="4" rel="nofollow">Tìm Kiếm</a> </td>
           
           
         
         
         
          </tr>
      </tbody></table>
    </div>
    <!-- / nav buttons bar -->
    <!-- begin vien bot setup --> </div></div></div></div>
        <div class="duoi"> <div class="duoi_trai"> <div class="duoi_phai"> </div></div></div>
     
        <table cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
    <tbody><tr>
      <td width="100%" class="vd2jnav">
         
            <div class="navbar" style="font-size:10pt"><a href="index.php?s=cd14204df2269c41463519c2fd62129c" accesskey="1"><img class="inlineimg" src="http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/navbits_start.gif" alt="" border="0"></a> <strong>Diễn đàn Tri Thức</strong></div>
         
      </td>

      <td class="vd2jnav2" nowrap="nowrap" style="padding:0px">
                <!-- BEGIN switch_user_logged_out -->
          <form action="/login" method="post" class="frm-form" name="form_login">
         
          <table cellpadding="0" cellspacing="3" border="0">
          <tbody><tr>
            <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">Tên tài khoản</label></td>
            <td><input type="text" tabindex="1" name="username" id="username" size="30" maxlength="40" value="" class="inputfield" style="width: 100px;"></td>
            <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c">Ghi nhớ?</label></td>
          </tr>
          <tr>
            <td class="smallfont"><label for="navbar_password">Mật khẩu</label></td>
            <td><input type="password" tabindex="2" id="password" name="password" size="30" maxlength="25" class="inputfield"  style="width: 100px;"></td>
            <td><input type="submit" name="login" tabindex="6" value="Đăng Nhập" class="button2"></td>
          </tr>
          </tbody></table>
         
          </form>
          <!-- END switch_user_logged_out -->
                   
                 
      </td>

    </tr>
    </tbody></table>
                           
      <div class="minwidth_IE">
          <div class="layout_IE">
            <div class="container_IE">
                <div class="pun">
                 
                  <div id="pun-head">
                      <div id="pun-navlinks">
                        <ul class="clearfix">
                            <li>{GENERATED_NAV_BAR}</li>
                        </ul>
                      </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 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}">
                                        <!-- BEGIN giefmod_index1 -->
                                        {giefmod_index1.MODVAR}
                                        <!-- BEGIN saut -->
                                        <div style="height:{SPACE_ROW}px"></div>
                                        <!-- END saut -->
                                        <!-- END giefmod_index1 -->
                                    </div>
                                    <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 -->

CSS:
Code:
    /* ViAvac Chat  */
    #achat_login{display:none}
    #avacweb_chat iframe {
      border: 2px solid #ff0000!important;
    }
    #avacweb_chat_button {
      right: 29px!important;
      padding: 5px 7px!important;
    }
    #chatbox_header, #chatbox_footer {

    background-color: #ff0000!important;
      box-shadow: inset 0 0px 0px #cc0000 !important;
      -moz-box-shadow: inset 0 0px 0px #cc0000 !important;
      -webkit-box-shadow: inset 0 0px 0px #cc0000 !important;
      text-shadow: 0 1px #cc0000!important;
    }
    .chatbox_row_1 {
      background-color: #f7e4e4 !important;
            font-size: 1.1em!important;
    }
    .chatbox_row_2 {
      background-color: #ffffff!important;
            font-size: 1.1em!important;
    }

    .member-title {
      background-color: #ff0000!important;
      color: #FFFFFF!important;
      border: 1px solid #ff0000!important;
      box-shadow: inset 0 10px 10px #f7d7d7!important;
      -moz-box-shadow: inset 0 10px 10px #f7d7d7!important;
      -webkit-box-shadow: inset 0 10px 10px #f7d7d7!important;
      text-shadow: 0 1px #cc0000!important;
    }
    #chatbox_members .online-users li{background-image:url(http://i.imgur.com/6A6tt.png);background-position:left;background-repeat:no-repeat;background-size:13%;padding-left:20px}

    #achat_contextmenu{background-image : url(http://i14.servimg.com/u/f14/16/58/45/96/banner13.png)!important}
    ê   
     
     
     
     
     








    /**
    * vBulletin 3.8.4 CSS
    * Style: 'Blue'; Style ID: 3
    */

    .smallfont {
    padding: 5px;
    }
    body
    {
      background: #E1E1E2;
      color: #000000;
      font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      margin: 2px 2px 2px 2px;
      padding: 0px;
    }
    a:link, body_alink
    {
      color: #22229C;
    }
    a:visited, body_avisited
    {
      color: #22229C;
    }
    a:hover, a:active, body_ahover
    {
      color: #FF4400;
    }
    .page
    {
      background: #FFFFFF;
      color: #000000;
    }
    td, th, p, li
    {
      font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .inlinemod
    {
      background: #FFFFCC;
      color: #000000;
    }
    .wysiwyg
    {
      background: #F5F5FF;
      color: #000000;
      font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      margin: 5px 5px 5px 5px;
      padding: 0px;
    }
    .wysiwyg a:link, .wysiwyg_alink
    {
      color: #22229C;
    }
    .wysiwyg a:visited, .wysiwyg_avisited
    {
      color: #22229C;
    }
    .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
    {
      color: #FF4400;
    }
    textarea, .bginput
    {
      font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .bginput option, .bginput optgroup
    {
      font-size: 10pt;
      font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .button
    {
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    select
    {
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    option, optgroup
    {
      font-size: 11px;
      font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .smallfont
    {
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .time
    {
      color: #666686;
    }
    .navbar
    {
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .highlight
    {
      color: #FF0000;
      font-weight: bold;
    }
    .fjsel
    {
      background: #3E5C92;
      color: #E0E0F6;
    }
    .fjdpth0
    {
      background: #F7F7F7;
      color: #000000;
    }
    .panel
    {
      background: #E4E7F5 url(images/gradients/gradient_panel.gif) repeat-x top left;
      color: #000000;
      padding: 10px;
      border: 1px solid #999999;
    }
    .panelsurround
    {
      background: #D1D4E0 url(images/gradients/gradient_panelsurround.gif) repeat-x top left;
      color: #000000;
    }
    legend
    {
      color: #22229C;
      font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
      background: #738FBF;
      color: #FFFFFF;
      font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      padding: 3px 6px 3px 6px;
      white-space: nowrap;
    }
    .vbmenu_control a:link, .vbmenu_control_alink
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_control a:visited, .vbmenu_control_avisited
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
    {
      color: #FFFFFF;
      text-decoration: underline;
    }
    .vbmenu_popup
    {
      background: #FFFFFF;
      color: #000000;
      border: 1px solid #0B198C;
    }
    .vbmenu_option
    {
      background: #BBC7CE;
      color: #000000;
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      white-space: nowrap;
      cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
      color: #22229C;
      text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
      color: #22229C;
      text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_hilite
    {
      background: #8A949E;
      color: #FFFFFF;
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      white-space: nowrap;
      cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    body
    {
      background: #333333 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/webg.gif);
      color: #000000;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      margin: 0px 0px 0px 0px;
      padding: 0px;
    }
    a:link, body_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    a:visited, body_avisited
    {
      color: blue;
      text-decoration: none;
    }
    a:hover, a:active, body_ahover
    {
      color: #FF6600;
      text-decoration: none;
    }
    .page
    {
      background: #E7E7E7;
      color: #000000;
    }
    td, th, p, li
    {
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .tborder
    {
      background: #dbdbdb;
      color: #000000;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      border: 0px solid #cdcdcd;
    }
    .tcat
    {
      background: #930202 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/tile_back.gif) repeat-x top left;
      color: #FFFFFF;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .tcat a:link, .tcat_alink
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .tcat a:visited, .tcat_avisited
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .tcat a:hover, .tcat a:active, .tcat_ahover
    {
      color: #FFFFFF;
      text-decoration: underline;
    }
    .thead
    {
      background: #E7E7E7 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/bgtit.gif) repeat-x top left;
      color: #000000;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .thead a:link, .thead_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .thead a:visited, .thead_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .thead a:hover, .thead a:active, .thead_ahover
    {
      color: #8C8C8C;
      text-decoration: none;
    }
    .tfoot
    {
      background: #930202 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/tile_back.gif) repeat-x top left;
      color: #FFFFFF;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      padding: 10px;
    }
    .tfoot a:link, .tfoot_alink
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .tfoot a:visited, .tfoot_avisited
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .tfoot a:hover, .tfoot a:active, .tfoot_ahover
    {
      color: #FFFFFF;
      text-decoration: underline;
    }
    .alt1, .alt1Active
    {
      background: #ffffff;
      color: #000000;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
    {
      color: #8C8C8C;
      text-decoration: none;
    }
    .alt2, .alt2Active
    {
      background: #FFFFFF;
      color: #000000;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
    {
      color: #8C8C8C;
      text-decoration: none;
    }
    .inlinemod
    {
      background: #FFFFCC;
      color: #000000;
    }
    .wysiwyg
    {
      background: #FFFFFF;
      color: #000000;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .wysiwyg a:link, .wysiwyg_alink
    {
      text-decoration: none;
    }
    .wysiwyg a:visited, .wysiwyg_avisited
    {
      text-decoration: none;
    }
    textarea, .bginput
    {
      background: #e7e7e7;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      border: 1px solid #2b8bc7;
    }
    .bginput option, .bginput optgroup
    {
      font-size: 8pt;
      font-family: tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .button
    {
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    select
    {
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    option, optgroup
    {
      font-size: 8pt;
      font-family: tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .smallfont
    {
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .time
    {
      color: #2b8bc7;
    }
    .navbar
    {
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .highlight
    {
      background: #e7e7e7;
      color: #2b8bc7;
    }
    .fjsel
    {
      background: #CCCCCC;
      color: #2b8bc7;
    }
    .fjdpth0
    {
      background: #F7F7F7;
      color: #000000;
    }
    .fjdpth1
    {
      background: #F7F7F7;
      color: #000000;
    }
    .panel
    {
      background: #F3F3F3;
      color: #000000;
      padding: 10px;
      border: 1px outset;
    }
    .panelsurround
    {
      background: #E7E7E7;
      color: #000000;
    }
    legend
    {
      color: #2b8bc7;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    }
    .vbmenu_control
    {
      background: #930202 url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/gradients/tile_back.gif) repeat-x top left;
      color: #FFFFFF;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      padding: 3px 6px 3px 6px;
      white-space: nowrap;
            font-weight: bold;
    }
    .vbmenu_control a:link, .vbmenu_control_alink
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_control a:visited, .vbmenu_control_avisited
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
    {
      color: #FFFFFF;
      text-decoration: underline;
    }
    .vbmenu_popup
    {
      background: #FFFFFF;
      color: #000000;
      border: 1px solid #2b8bc7;
    }
    .vbmenu_option
    {
      background: #E7E7E7;
      color: #2b8bc7;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      white-space: nowrap;
      cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
      color: #8C8C8C;
      text-decoration: none;
    }
    .vbmenu_hilite
    {
      background: #ffffff;
      color: #2b8bc7;
      font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
      white-space: nowrap;
      cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
      color: #2b8bc7;
      text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
      color: #8C8C8C;
      text-decoration: none;
    }
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 10pt; }

    /* ***** small padding on 'thead' elements ***** */
    td.thead, div.thead { padding: 4px; }

    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }

    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

    /* ***** don't change the following ***** */
    form { display: inline; }
    label { cursor: default; }
    .normal { font-weight: normal; }
    .inlineimg { vertical-align: middle; }
    .textcolor
    {
    color: #2b8bc7;
    }
    .boxheader
    {
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    }
    .boxheader a:link, .boxheader a:visited
    {
    color: #ffffff;
    text-decoration: none;
    }
    .boxheader a:hover, .boxheader a:active
    {
    color: #e7e7e7;
    text-decoration: underline;
    }
    .whowasonlinetoday
    {
    color: #2b8bc7;
    }

    .alignpage {
      text-align: center;
      width: 100%;
    }
    .container {
      background-color: #E7E7E7;
      width: 870px;
    }
    .body_01 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_01.jpg);
      background-repeat: no-repeat;
      background-position: left top;
    }
    .body_03 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_03.jpg);
      background-repeat: no-repeat;
      background-position: right top;
    }
    .body_04 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_04.jpg);
      background-repeat: repeat-y;
      background-position: left;
    }
    .body_05 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_05.jpg);
      background-repeat: repeat-y;
      background-position: right;
    }
    .headerbar {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_02.jpg);
      text-align: center;
      width: 100%;
    }
    .body_06 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_06.jpg);
      background-repeat: no-repeat;
      background-position: left bottom;
    }
    .body_08 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_08.jpg);
      background-repeat: no-repeat;
      background-position: right bottom;
    }
    .contents {
      text-align: center;
      margin: 5px 5px 5px 5px;
    }
    .imgborder {
      border-style: solid;
      border-width: 0;
    }
    .headericons {
      border-width: 0;
      margin-left: 2px;
      margin-right: 2px;
      padding-top: 0px;
    }
    .headerlogo {
      border-width: 0px;
      border-style: solid;
      padding-bottom: 5px;
    }
    .footerbar {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/body_07.jpg);
      text-align: center;
      color: #FFFFFF;
      padding: 2px 2px 2px 2px;
      font-family: Tahoma;
      font-size: 11px;
      font-weight: bold;
    }
    .box_01 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_01.jpg);
      background-repeat: no-repeat;
      background-position: left top;
    }
    .box_03 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_03.jpg);
      background-repeat: no-repeat;
      background-position: right top;
    }
    .boxcolorbar_01 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/boxcolorbar_01.jpg);
      background-repeat: no-repeat;
      background-position: left top;
    }
    .box_04 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_04.jpg);
      background-repeat: repeat-y;
      background-position: left;
    }
    .boxcontainer {
      background-color: #E7E7E7;
      margin: 2px 2px 2px 2px;
    }
    .box_05 {
      background-position: right;
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_05.jpg);
      background-repeat: repeat-y;
    }
    .box_06 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_06.jpg);
      background-repeat: no-repeat;
      background-position: left bottom;
    }
    .box_08 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/box_08.jpg);
      background-repeat: no-repeat;
      background-position: right bottom;
    }
    .boxheaderbar {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_02.jpg);
      background-repeat: repeat-x;
      text-align: center;
      width: 100%;
    }
    .boxcolorbar_03 {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/boxcolorbar_03.jpg);
      background-repeat: no-repeat;
      background-position: right top;
    }
    .boxbar {
      margin: 5px 5px 5px 5px;
    }
    .boxcolorbar {
      width: 100%;
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/boxcolorbar_02.jpg);
      background-repeat: repeat-x;
      text-align: left;
      color: #FFFFFF;
            font-weight: bold;
    }
    .boxcolorbar a:link, .boxcolorbar_alink
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .boxcolorbar a:visited, .boxcolorbar_avisited
    {
      color: #FFFFFF;
      text-decoration: none;
    }
    .boxcolorbar a:hover, .boxcolorbar a:active, .boxcolorbar_ahover
    {
      color: #FFFFFF;
      text-decoration: underline;
    }
    .boxcontents {
      text-align: right;
      margin: 2px 2px 2px 2px;
    }
    .boxfooterbar {
      background-image: url(http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/misc/box_07.jpg);
      background-repeat: repeat-x;
    }
    .closebox {
      border-width: 0px;
      margin-left: 1px;
      margin-right: 1px;
      margin-top: 1px;
      margin-bottom: 1px;
    }
    .width100 {
      width: 100%;
    }
    .headerpic {
      border-style: solid;
      border-width: 0;
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .ugid2 {
      color: #000000;
    }
    .ugid3 {
      color: #8C8C8C;
    }
    .ugid5 {
      color: #297AFF;
    }
    .ugid6 {
      color: #FF0000;
    }
    .ugid7 {
      color: #8000B0;
    }
    .ugid8 {
      color: #8C8C8C;
      text-decoration: line-through;
    }
    .ugid9 {
      color: #198023;
    }
    .ugid15 {
      color: #F45600;
    }
    .ugid17 {
      color: #990033;
    }
    .ugid18 {
      color: #919100;
    }
    .ugid19 {
      color: #00B9B9;
    }
    .tren_trai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_01.jpg") no-repeat bottom left; height:8px; }
    .tren_phai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_03.jpg") no-repeat bottom right; height:8px; }
    .tren { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_02.jpg") repeat-x bottom left; height:8px; }
    .duoi_trai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_06.jpg") no-repeat top left; height:8px; }
    .duoi_phai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_08.jpg") no-repeat top right; height:8px; }
    .duoi { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_07.jpg") repeat-x top left; height:8px; }
    .doc_trai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_04.jpg") repeat-y top left; }
    .doc_phai { background: url("http://trithuc.edu.vn/forum/vd2jstyle/vd2jblue/k_05.jpg") repeat-y top right; }
    .boxcontents {
    text-align: right;
    margin: 2px 2px 2px 2px;
    margin-left: 10px;
    }
    .navbar {
    font: 8pt tahoma,MS Sans Serif,verdana,arial,helvetica,sans-serif;
    padding: 18px;
    }

Trả lời nhanh
Ç⵺ú†
Ç⵺ú†
Ç⵺ú†

—»(¯`HotroFm ´¯)™

Nguồn:HotroFm
Trả lời nhanh
kenhgame8
kenhgame8
kenhgame8

—»(¯`[Members ´¯)™

xem
Trả lời nhanh
thinhxd186
thinhxd186
thinhxd186

—»(¯`[Members ´¯)™

333333333333333333333333333
Trả lời nhanh
quanlylacbt
quanlylacbt
quanlylacbt

—»(¯`[Members ´¯)™

xem
Trả lời nhanh
arber1
arber1
arber1

—»(¯`[Members ´¯)™

hhhhhhhhhhggggggggggg
Trả lời nhanh
thanhto193
thanhto193
thanhto193

—»(¯`[Members ´¯)™

alo
Trả lời nhanh
Sponsored content

Trả lời nhanh

Back to topMessage [Page 1 of 1]

« Xem bài trước | Xem bài kế tiếp »

Quyền hạn của bạn:

You cannot reply to topics in this forum

Bài viết liên quan:

    © PunBB | Report an abuse | Contribution | © FMvi - Design by baivong
    Hỗ trợ 1 Hỗ trợ 2 Liên hệ