Chúc mừng năm mới Giáp Ngọ 2014 ^^!

loveyoufv
Mem lv1
Thành viên thứ : loveyoufv của diễn đàn
Bài gửi : 14
Like : 2
BCoin : 36

loveyoufv Tue Oct 01, 2013 7:27 pm

heard
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');
        if(pm != null) { 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}');
        if(report != null) { 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>
  <div id="header">
    <div class="container">
      <div id="logo">
        <a href="/forum">
        <h1>Diễn Đàn</h1>
        </a>
  </div>
      <div id="search">
        <form method="get" action="/forum">
  <input type="text" placeholder="Từ khóa cần tìm..." class="keyword" id="s" name="s"/>
<button type="submit" class="submit"></button></form></div>
      <div id="sign">
        
        <div class="login ">  
              <!-- BEGIN switch_user_logged_out -->
          <a rel="nofollow" href="/register" class="simplemodal-register">Đăng Ký</a>
          <!-- END switch_user_logged_out -->
              <!-- BEGIN switch_user_logged_in -->
          <a href="/profile?mode=editprofile" class="simplemodal-login">Lý Lịch</a>
          <!-- END switch_user_logged_in -->
      
  


</div>
        <div class="links">
          <!-- BEGIN switch_user_logged_out -->
          <a href="/login" class="simplemodal-login">Đăng Nhập</a>
          <!-- END switch_user_logged_out -->
    
          <!-- BEGIN switch_user_logged_in -->
          <a href="/login?logout" class="simplemodal-login">Thoát</a>
          <!-- END switch_user_logged_in -->
          
        </div>

 

</div>
    </div>
  </div>
  <div id="nav">
    <ul class="container menu">
      <li class="home"><a href="/forum" title="Diễn Đàn"></a></li>
<li class="">
<a>Game Private</a>
<ul class="sub-menu">
<li class="">
<a href="/f74-forum" title="Gunny Private">Gunny Private</a></li>
<li><a href="/f75-forum" title="Đột Kích Private">Đột Kích Private</a></li>
<li class=""><a href="/f76-forum" title="VL Chi Mộng Private">VL Chi Mộng Private</a></li>
<li><a href="/f77-forum" title="Kiếm Thế Private">Kiếm Thế Private</a></li>
<li><a href="/f90-forum" title="Nhất Kiếm Private">Nhất Kiếm Private</a></li>
<li><a href="/f145-forum" title="Cổ Kiếm Private">Cổ Kiếm Private</a></li>
<li><a href="/f126-forum" title="Võ Lâm Private">Võ Lâm Private</a></li>
<li><a href="/f101-forum" title="Mu Private & JX1 Private">Mu Private - JX1 Private</a></li>
<li class=""><a href="/f102-forum" title="Game Private Khác">Game Private Khác</a></li>
</ul>
</li>
<li class="">
<a>Giải Trí</a>
<ul class="sub-menu" style="width: 490px">
<li class=""><a href="/f51-forum" title="Ảnh Vui,Biếm Họa">Ảnh Vui,Biếm Họa</a></li>
<li class=""><a href="/f42-forum" title="Kute Girl">Kute Girl</a></li>
<li><a href="/f45-forum" title="Kute Boy">Kute Boy</a></li>
<li><a href="/f85-forum" title="Clip Vui Cười">Clip Vui Cười</a></li>
<li class=""><a href="/f82-forum" title="Phim Tổng Hợp">Phim Tổng Hợp</a></li>
<li class=""><a href="/f65-forum" title="Music Box">Music Box</a></li>
<li><a href="/f54-forum" title="Đọc Truyện">Đọc Truyện</a></li>
<li><a href="/f61-forum" title="Câu lạc Bộ thơ">Câu lạc Bộ thơ</a></li>
</ul>
</li>
<li class="">
<a href="/f86-forum" title="Thủ Thuật Forumotion">Thủ Thuật Forumotion</a>
<ul class="sub-menu" style="width: 490px;">
<li class=""><a href="/f111-forum" title="Last Topic">Last Topic</a></li>
<li class=""><a href="/f109-forum" title="Code FM">Code FM</a></li>
<li><a href="/f108-forum" title="Trang Chủ">Trang Chủ</a></li>
<li class=""><a href="/f110-forum" title="Hỏi - Đáp">Hỏi - Đáp</a></li>
<li><a href="/f129-forum" title="Kho Skin">Kho Skin</a></li>
<li><a href="/f7-forum" title="Công Cụ Forum">Công Cụ Forum</a></li></ul></li>
      
<li class=""><h3><a>Thủ Thuật Computer</a></h3><ul class="sub-menu" style="width: 250px; ">
  
<li class=""><a href="/f139-forum" title="Lập Trình - Đồ Họa">Lập Trình - Đồ Họa</a></li>
<li class=""><a href="/f138-forum" title="Thủ Thuật Internet">Thủ Thuật Internet</a></li>
<li class=""><a href="/f137-forum" title="Phần Mềm Tiện Ích">Phần Mềm Tiện Ích</a></li>
<li class=""><a href="/f136-forum" title="Thủ Thuật Computer">Thủ Thuật Computer</a></li>
<li><a href="/f135-forum" title="Thủ Thuật Điện Thoại">Thủ Thuật ĐT</a></li></ul></li></ul></div>
  

  <div class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE">
            <div class="pun">
              
            
              <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>
                                <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 -->


<script type="text/javascript" src="http://dangvietpy.googlecode.com/files/select.js"></script>

  
  
 
body
Code:
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}<!-- END giefmod_index1 -->


{JAVASCRIPT}

 
    
    
    
<div class="main">
  <div class="main-head"><div class="page-title"><h2>Tổng Đài Chém Gió Phang Bão<span style="color:white"><b><font size="2"></font></b></span></h2></div></div>
 <div class="main-content">
    <!-- BEGIN switch_user_logged_in -->
    <iframe frameborder="0" width="100%" height="400px" onerror="firstchatfmvi()"
      src="/chatbox/index.forum?archives=1" onload="firstchatfmvi()" id="chatfmvi"></iframe>
      <script type="text/javascript">
        function firstchatfmvi() {
            setTimeout(function () {
              if ($("#chatfmvi").contents().find("#chatbox_option_disco").css("display") == "none") {
                  $("#chatfmvi")[0].contentWindow.CB_disconnect()
              }
            }, 2000);
        }
      </script>
  
 
    
  
<!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
<div style="padding-top:50px;padding-bottom:50px;"><center><span style="font-weight: bold;"> <a href="/login">Bạn Cần Đăng Nhập Để Vào CHATBOX</a></span>,<span style="font-weight: bold;"> <a href="/register">Nếu Chưa Có Nick Thì Hãy Đăng Ký Tại Đây</a></span></center></div>
<!-- END switch_user_logged_out -->

  <center><img src="http://i48.servimg.com/u/f48/16/18/15/10/enddy10.png"/></center>
  
  
{CHATBOX_TOP}
{BOARD_INDEX}
          
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="boxfmvi main">
  <div class="main-head">
    <div class="page-title" original-title=""><h2><span class="byz">Tình hình diễn đàn</span></h2></div>
  </div>
  <div class="main-content" style="border: 1px solid #DDD; margin: 2px;">
      <div class="starsItem">
        <p class="starsTitle">
            <!-- BEGIN switch_viewonline_link -->
            <a href="{U_VIEWONLINE}" rel="nofollow">Ai đang trực tuyến?
          </a>
            <!-- END switch_viewonline_link -->
            
        </p>
        <div class="rightStats">
            <div class="leftStats">
              
                                  <img src="http://i48.servimg.com/u/f48/16/58/89/73/user_s10.png">
                                    
            </div>
            <p>
          
              {TOTAL_USERS_ONLINE}
              <br>
              <br />{LOGGED_IN_USER_LIST} {L_ONLINE_USERS} {L_CONNECTED_MEMBERS}</p>
        </div>
      </div>
      <div class="starsItem">
        <p class="starsTitle">Sự kiện :
        <div class="rightStats">
            <div class="leftStats">
              <img src="http://i48.servimg.com/u/f48/16/58/89/73/openso10.png" />
              <div class="openso10"></div>
            </div>
            <p>{NEWEST_USER}</p>
            <p>{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
        </div>
      </div>
      <div class="starsItem">
        <p class="starsTitle">Thống Kê :</p>
        <div class="rightStats">
            <div class="leftStats">
              <img src="http://i48.servimg.com/u/f48/16/58/89/73/icon_s10.gif" />
              <div class="column-chart"></div>
            </div>
            <p>{RECORD_USERS}
              <br />{TOTAL_POSTS}
              <br />{TOTAL_USERS}</p>
      </div>
          </div>
      </div>



    
    
  <div class="main-box clearfix" style="border: 1px solid #DDD; margin: 2px;">
      <p align="center">{GROUP_LEGEND}</p>
  </div>
</div>
<!-- END disable_viewonline -->
  
  
  
  
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label>  
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label>  
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>  
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
  </div>
</form>
<!-- END switch_user_login_form_footer -->

{CHATBOX_BOTTOM}



{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

loveyoufv
Mem lv1
Thành viên thứ : loveyoufv của diễn đàn
Bài gửi : 14
Like : 2
BCoin : 36

loveyoufv Tue Oct 01, 2013 7:31 pm

css
Code:
a[href="/u1"] {background-image: url('http://i64.servimg.com/u/f64/13/54/69/46/th_18511.gif'); background-position:15px;}
a[href="/u2181"] {background-image: url('http://i36.servimg.com/u/f36/15/86/65/76/kg-mau19.gif'); background-position:15px;}
a[href="/u2181"] span:before{content:url(http://upanh.biz/images/2013/06/01/0zPWs.png);padding-right:2px}
a[href="/u57"] span:before{content:url(http://4z.nvt-nt.com/mod.gif);padding-right:2px}
a[href="/u1993"] {background-image: url('http://img11.imageshack.us/img11/2872/591400hxt8p0qdcj.gif'); background-position:15px;}
a[href="/u1993"] span:before{content:url(http://i38.servimg.com/u/f38/15/28/02/06/crazy110.gif);padding-right:2px}
a[href="/u8468"] {background-image: url('http://img11.imageshack.us/img11/2872/591400hxt8p0qdcj.gif'); background-position:15px;}
a[href="/u8468"] span:before{content:url(http://upanh.biz/images/2013/06/01/RExD.gif);padding-right:2px}
a[href="/u185"] {background-image: url('http://i.imgur.com/thp7iRo.gif?1'); background-position:15px;}
a[href="/u185"] span:before{content:url(http://i.imgur.com/POIhnoL.gif);padding-right:2px}
a[href="/u3191"] {background-image: url('http://i36.servimg.com/u/f36/15/86/65/76/kg-mau14.gif'); background-position:15px;}
a[href="/u3191"] span:before{content:url(http://photo.ssc.vn/images/568devils.gif);padding-right:2px}
a[href="/u38"] span:before{content:url(http://upanh.biz/images/2013/06/01/0zPWs.png);padding-right:2px}
a[href="/u38"] span:after{content:url(http://i82.servimg.com/u/f82/17/73/81/22/60-111.gif);padding-right:2px}
a[href="/u38"] {background-image: url('http://i36.servimg.com/u/f36/15/86/65/76/kg-mau16.gif'); background-position:15px;}
a[href="/u9468"] span:before{content:url(http://photo.ssc.vn/images/732titon10.gif);padding-right:2px}
a[href="/u9468"] {background-image: url('http://i216.photobucket.com/albums/cc262/keinzdash/backgrounds/background_a19.gif'); background-position:15px;}
a[href="/u7772"] {background-image: url('http://i.imgur.com/ayCABbK.gif'); background-position:15px;}
a[href="/u7772"] span:before{content:url(http://photo.ssc.vn/images/291vip.gif);padding-right:2px}
a[href="/u2497"] {background-image: url('http://i36.servimg.com/u/f36/15/86/65/76/king-m10.gif'); background-position:15px;}
a[href="/u2497"] span:before{content:url(http://photo.ssc.vn/images/343vip_1.gif);padding-right:2px}
a[href="/u9822"] span:before{content:url(http://photo.ssc.vn/images/568devils.gif);padding-right:2px}
a[href="/u9822"] {background-image: url('http://i36.servimg.com/u/f36/15/86/65/76/kg-mau15.gif'); background-position:15px;}
a[href="/u3177"] {background-image: url('http://i36.servimg.com/u/f36/15/86/65/76/king-m10.gif'); background-position:15px;}
a[href="/u3177"] span:before{content:url(http://photo.ssc.vn/images/568devils.gif);padding-right:2px}



.mitienich table tbody tr td  {
height: 14px;
overflow: hidden;
font: 12px Arial;
background: url(http://i73.servimg.com/u/f73/17/98/19/05/page_r10.png) no-repeat left;
padding-left: 15px;
}



#page-body div[style="clear:both;"] > div[align="center"]{display:none!important}

#smallrum{padding: 0.8em 1em; margin: 1px 1px; 
color: #FFFFFF; width: 375px;}
#smallrum a img{vertical-align: middle; padding-right: 4px;}
#smallrum a.gensmall {
display: inline-block;
text-align: left;
width: 160px;
}


#recent_topics {
width: 456px;
height: 212px;
overflow: auto;
}


.avatars img {
width: 100px;
}
.pun {
line-height: 130%;
margin: 0 auto;
min-width: 700px;
padding: 5px;
width: 98%;
}



.pun .entry-content img {
max-width: 910px;
}
.blast1{background:url(http://www.9xstudio.biz//users/1113/13/44/26/avatars/gallery/stt1010.gif) no-repeat scroll right top transparent;height:56px;left:50px;position:absolute;top:5px;width:30px}
.blast{background:url(http://www.9xstudio.biz//users/1113/13/44/26/avatars/gallery/stt21010.png) no-repeat scroll left top transparent;color:#000;font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:13px;font-style:italic;font-variant:normal;font-weight:400;height:56px;left:80px;line-height:56px;position:absolute;text-align:center;top:5px;width:679px}

.main .posthead {
background:url(http://i47.servimg.com/u/f47/17/57/92/32/bg210.gif);
color: #333;
min-height: 20px;
padding: 6px;
font-weight: bold;
border: 1px solid #CCC;
border-bottom: 1px solid #DDD;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.main .main-footp {
    margin-top:-10px;
  padding:7px;
color: #333;
min-height: 20px;
background-color: white;
border: 1px solid #CCC;
border-top: 1px solid #DDD;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;

}
.main .main-foot {
list-style: none;
background: #2B2B2B;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
line-height: 37px;
  padding: 0 10px;
clear: both;
font-weight: bold;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px;
color: white;
  margin: 5px 0;
}
.pun .postt .user {
float: left;
margin-left: none;
margin-top: none;
}
                    .pun .postt{background-color:#FFF;border:1px dashed #7D7A69;border-radius:5px 5px 5px 5px;float:left;margin:10px 0;padding-top:5px;width:967px}.tieudeF{font-size:16px;text-align:center}
.pun .user .user-info {
background-color: #fff;
border: 2px solid #F40;
border-color: #74BF40;
border-width: 1px 1px 1px 8px;
color: #000;
float: right;
left: 30px;
margin: 1px;
padding: 2px 5px;
position: relative;
 
}
.pun .user .user-info:hover {
-webkit-transition: All 1.2s ease;
-moz-transition: All 1.2s ease;
-o-transition: All 1.2s ease;
left:-20px;
}
.small_textbutton {
background-color: #4D91CD;
border: 0 none;
border-radius: 3px 3px 3px 3px;
box-shadow: 1px 1px 1px #DDD;
clear: left;
color: #FFF!important;
display: block;
float: right;
font-family: Arial,sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
margin: 2px!important;
padding: 2px 4px;
position: relative;
}
 hr {
border: 0;
border-bottom: 2px dashed #DDD;
height: 2px;
}
.hihi {
background: #E6E6E6 url(http://i16.servimg.com/u/f16/15/23/22/46/highli10.png) repeat-x 0 0;
border-bottom: 1px solid #D7D7D7;
border-top: 1px solid #D7D7D7;
color: #000;
font-size: 12px;
font-weight: 400;
height: 36px;
line-height: 36px;
padding: 0 10px;
  text-shadow: rgba(255,255,255,0.9) 0 1px 0;
}

.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;
}
.stavote .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:2px 0px 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:28px!important;margin:2px 0px 0}


.no {
padding:5px 8px;
}

.no .vop {
background:url(http://i43.servimg.com/u/f43/16/03/04/56/like-f10.png) no-repeat left center;
padding:0 0 0 18px;
}
.no .vom {
background:url(http://i43.servimg.com/u/f43/16/03/04/56/dislik10.png) no-repeat left center;
padding:0 22px 0 20px;
}
.stavote{
float:left ;
  width:350px;
  margin : 0.5px -35px;
}
.c3zplus{
  background:url(http://i43.servimg.com/u/f43/16/03/04/56/like-f10.png)
    no-repeat scroll 0 0 #ECEEF5;
  background-position:6px 36%
    ;background-repeat:no-repeat;
  border:1px solid #CAD4E7;
  border-radius:3px 3px 3px 3px;
  color:#000!important;display:block;
  float:left;height:13px;
  margin:-4px 2px 0;
  padding:4px 4px 5px 24px;
  position:relative;
  text-align:left;
  width:25px;
  margin: -3px 0}
.c3zminus{
  background:url(http://i43.servimg.com/u/f43/16/03/04/56/dislik10.png)
    no-repeat scroll #ECEEF5;
  background-position:6px 36%;
  background-repeat:no-repeat
    ;border:1px solid #CAD4E7;
  border-radius:3px 3px 3px 3px;color:#000!important;
  display:block;float:left;
  height:13px;
  margin:-4px 0 0;
  padding:4px 4px 5px 24px;
  position:relative;
  text-align:left;
  width:45px;
  margin: -3px 0}

.c3zplus:hover,.c3zminus:hover,a{

  cursor: pointer;}
.vote-button{float:left;width:60px}
.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}


baoboc{
  border: 1px solid
#EEE;
border: 1px solid
rgba(0, 0, 0, .1);
position: relative;
margin-bottom: 10px;
line-height: 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
  background-clip: padding-box;}

.pun .user-ident .user-basic-info {
  float: left;
width: 20%;
}
.gioihan{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:200px;width:100%}
.davlvimg {
  padding-left: 10px;
}
.pun .user .user-ident .bvavatar a img {
width: 126px;
background: #FFF;
height: 126px;
  }
.davlvimg img {
max-height: 26px;
 
}

.pun .user .user-ident .bvavatar {
padding-bottom: 4px;
border: 1px solid #9fa2a8;
width: 126px;
height: 126px;
padding: 3px;
background: #FFF url(http://i48.servimg.com/u/f48/16/18/15/10/untit439.png)no-repeat 4px 4px;
margin-top: 8px;
margin-left: 10px;
float: left;
border-radius: 2px;
-moz-border-radius: 2px;
}
.postfoot {
border-bottom: 1px solid #DDD;
float: left;
margin: 0;
width: 930px;
}
.user-avatar img:hover {
opacity: 1; filter: alpha(opacity=100);
transition: all 2s ease; -webkit-transition: all 2s ease; -moz-transition: all 2s ease;
transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg);
transform: scale(2.5); -webkit-transform: scale(1.5); -moz-transform: scale(2.5);
position:relative;
}
.DAVANGEL4 {
padding-top:10px;
  margin-left: 25px;
  }
.DAVANGEL4 {
padding-top:10px;
  margin-left: 25px;
  }
.thanhlv1 {
  padding-left:10px
}
.user-avatar {
float: left;
width: 18%;
}

.pun .user-ident .user-info {
float: right;
width: 20%;
padding-left:10px;
}

.user-rank img {
  max-width:170px;
}
  .thanhlv1 {
  width: 15%;
  float: left;

}

.user-info {
width: 172px;
float: right;
  margin-left:-10px;
}
.sig-content{clear:none;max-height:150px;overflow:hidden}.sig-content:hover{max-height:100%}
.sig-content{clear:both;padding:.5em 1em;position:relative}
.sig-content .sig-line{border-color:#ddd;border-top-style:solid;border-top-width:1px;display:block;margin:0 auto;padding-bottom:.5em;width:250px}
.pun .postt{background-color:#FFF;float:left;border:1px solid #DDD;border-radius:5px 5px 5px 5px;margin-top:10px; padding-top: 5px;}
.tieudeF{font-size:16px;text-align:center}
.pun .postt .user {
background-image: url(http://i47.servimg.com/u/f47/17/57/92/32/bg210.gif);
border-bottom: 1px solid #ddd;
overflow: visible;
padding: 0px 0 5px;
position: relative;
width: 100%;
height: 100%;
}

.pun .user .user-ident{font-size:12px;position:relative;width:910px;padding:0 5px}
.user-avatar,.user-basic-info p,.user-pet{text-align:center}

.user-avatar img{height:90px;max-width:90%;
background-color: #FFFFFF;
margin:1px 3px 3px 1px;
padding:3px;
border:1px solid #d4d4d4;
box-shadow: 3px 3px 3px #8A8A8A;}

/* Latest topic */
#lastFMvi #google_ads_div_180x150{display:none}
.fmvitk2{background:transparent!important;position:absolute;right:0;width:200px;top:27px}
.fmvitit{top:0;position:absolute;width:210px;right:0}
.fmvitit span{float:right;padding-right:10px;}
#recent_topics ul{list-style-type:decimal-leading-zero}
#recent_topics li{position:relative;width:425px;line-height:17px}
.nTright{position:absolute;right:0}
#recent_topics .nTopics{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;width:255px}
#lastFMvi > .main-content{width:921px;position:relative;margin:2px}
.top-vi,.viewrep{padding:10px!important;min-height:82px}
.leftrecent,.lastcate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute}
.leftrecent{width:255px}.leftrecent.fm2{width:175px}
#lastFMvi .main-content{border:0 none!important}
.imgstatus{background:url(http://i48.servimg.com/u/f48/16/58/89/73/post_o10.png) no-repeat scroll center center #FFF;display:block;height:11px;left:-35px;position:absolute;top:0;width:30px;padding:3px 5px 2px}
.imgstatus.newF{background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/post_n10.gif)}
.imgstatus.lockF{background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/locked10.png)}
.rightrecent{right:250px;text-align:right;width:115px}
.showpost{font-size:9px;left:-12px;line-height:18px;position:absolute}
.lastcate{right:0;text-align:right;width:120px}
#content-container div#left,#content-container div#right{border:0 none;float:none;width:100%;margin:0}
*+ html #content-container div#main{margin-left:0;margin-right:0}
* html #content-container #main-content{overflow:visible;margin-right:0;margin-left:0}
* html #content-container div#main{margin-left:-99%;margin-right:-99%;width:100%;float:none}
.latest_topics{list-style:decimal-leading-zero outside none;text-align:left;margin:0!important;padding:0 5px 0 30px}
.latest_topics li{line-height:16.1px;position:relative}
.toppost_width{float:left; width: 200px}
.recentWidth .main-head{position: relative; height: 1.3em;overflow: hidden;}
.recentWidth h3{marign-left: 10px}
.table .tcl{height:auto!important}
.pun{background-color:#FFF;padding:12px;border:1px solid #DDDDDD;min-width:931px!important;width:931px;margin:0 auto}
.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:200px;width:100%}
#checktip{position:absolute;right:10px;top:3px;z-index:300}
#numRecent{display:none;position:absolute;right:12px;top:7px}
.codebox dt a{float:right;padding-left:20px}
.main .main-foot,.main .main-head,.main-head.clearfix .h2,.main-head.clearfix .options{height:20px;line-height:20px}

/* 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;width:846px;margin:5px 10px 5px 70px}
.starsTitle{background-color:#DDD;color:#706969;font-family:Comic Sans MS!important;font-variant:small-caps!important;font-weight:700!important;height:20px;line-height:20px;text-shadow:1px 1px 1px #FFF;padding:5px}
/* Số trang - paging - www.fmvi.vn */
.posting,.paging{margin:7px 0 0}
.paging.memlist a{background-color:#FFF!important}
.paging{width:50%;font-family:Trebuchet MS;font-size:0px!important;color:transparent;visibility:hidden}
.paging a,.paging b,.paging input{text-decoration:none;font-size:14px!important;visibility:visible;border-color:#666;border-style:solid;border-width:1px 0;padding:3px 6px;}
.paging a:hover,.paging b{background-color:#000!important;border-radius:4px 4px 4px 4px;color:#FFF;visibility:visible;margin:-1px;padding:7px;}
.paging > a:last-child{border-right:1px solid #666;}
.paging > a:nth-child(2){border-left:1px solid #666;}
.sprite-arrow_prosilver_right{background:url(http://i12.servimg.com/u/f12/17/70/81/78/13558611.png) no-repeat scroll 100% center transparent;height:10px;width:10px}
.sprite-arrow_prosilver_left{background:url(http://i12.servimg.com/u/f12/17/70/81/78/13558610.png) no-repeat scroll -1px center transparent;height:10px;width:10px}
form[name="go_page"] .forumline{background:none repeat scroll 0 0 #FFF}
form[name="go_page"] .button{background-color:#4BB7F9;border:1px solid #3F95CB;color:#FFF;font-weight:700;padding:0 5px}
form[name="go_page"] .bginput{border:1px solid #DDD;height:18px}
form[name="go_page"] .row1,form[name="go_page"] .thHead{padding:5px 0}
form[name="go_page"] .thHead{background:none repeat scroll 0 0 #666;color:#FFF}


/* tooltip */
#tooltip .header{display:none}
#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}
/*chữ kí*/
.pun .sig-content{clear:none;max-height:130px;overflow:hidden}
.pun .sig-content:hover{max-height:100%}
 
body
{
  margin:0;
  padding:0;
    background:url(http://1.bp.blogspot.com/-QLwhWLVlibk/UNxSsoHL2nI/AAAAAAAADAg/P6ENop4J4RQ/s1600/body.png) repeat;
}
a {
text-decoration: none;
color: #1672AB;
}
.pun
{
  width:1000px;
  margin:0px auto;
  background-color:#fff;
}
#header {
background: #1E466A url(http://xemphimabc.com/wp-content/themes/bbphim/images/header_bg.png) no-repeat center top;
height: 70px;
font-family: Tahoma, Geneva, sans-serif;
color: #fff;
}
.container {
width: 980px;
margin: 0 auto;
}
#logo
{
  background:url(http://i82.servimg.com/u/f82/17/73/81/22/2313.png) no-repeat;
  float:left;
}
#logo a {
color: #ddd;
display: block;
font-size: 7px;
height: 68px;
letter-spacing: 2px;
line-height: 34px;
padding-left: 136px;
width: 70px;
}
#header a {
color: #fff;
}
#logo h1 {
color: #ddd;
display: block;
font-size: 7px;
height: 68px;
line-height: 34px;
width: 70px;
}
#search {
float: left;
margin-top: 18px;
margin-left: 5px;
position: relative;
margin-bottom: 10px;
}
#search .keyword {
padding: 9px 12px;
width: 326px;
border: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
float: left;
box-shadow: 0px 1px 0px 0 #008AE2;
margin-bottom: 5px;
margin-left: 2px;
}
#search .submit {
background-color: #2C7BA4;
background-position: 0 -74px;
height: 34px;
width: 60px;
border: none;
float: left;
cursor: pointer;
margin-left: 8px;
  background:url(http://xemphimabc.com/wp-content/themes/bbphim/images/sprite.png);
}
#sign {
float: left;
font-size: 11px;
margin-left: 20px;
margin-top: 18px;
}
#sign .login {
position: relative;
margin-left: 45px;
}
#sign div {
margin-right: 15px;
float: left;
}
#sign .login a {
background-position: 0 -152px;
background-repeat: no-repeat;
padding: 6px 14px 13px;
display: inline-block;
cursor: pointer;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
  background:url(http://xemphimabc.com/wp-content/themes/bbphim/images/sprite.png);
}
#sign .links {
line-height: 26px;
}
#nav {
height: 35px;
background-color: #176A9E;
}
#nav li.home {
padding-left: 2px;
}
#nav li {
float: left;
width: auto;
list-style: none;
background: url(http://xemphimabc.com/wp-content/themes/bbphim/images/nav_separator.png) repeat-x;
padding-right: 2px;
position: relative;
}
 #nav li a
{
  background-image: url(http://xemphimabc.com/wp-content/themes/bbphim/images/sprite.png);
}
#nav li a {

      background-color:#176EA4;

      display:block;

      *display:inline-block;

      line-height:35px;

      height:35px;

      color:#fff;

      font-weight:bold;

      text-transform:uppercase;

      padding:0 28px;

  }
#nav li.active a {

      background-position:0 -35px;

  }

  #nav li.home a {

      background-position:0 -113px;

      width:47px;

      padding:0;

  }

  #nav li.home a:hover {

      background-position:48px -113px;

  }

      /*#nav li:hover .sub-menu,*/

      /*#nav li.active .sub-menu */

      #nav li .sub-menu.show{

        display:inherit;

      }

      #nav .sub-menu {

        display:none;

        position:absolute;

        width:610px;

        z-index:10;

        background:#1e4466;

        left:0;

        top:35px;

        border:1px solid #122f49;

        font-size:11px;

        list-style:none;

        opacity:0.95;

      }

     

      #nav .sub-menu li {

        float:left;

        list-style:none;

        background:#1e4466;

        margin:3px 5px;

      }

      #nav .sub-menu li a {

        background:#1e4466;

        width:100px;

        padding:0 5px;

        text-align:left;

        text-transform:inherit;

        font-weight:normal;

        line-height:30px;

        height:30px;

      }

      #nav .sub-menu li a:hover{

        background:#1571ab;

      }
#nav ul li:hover ul.sub-menu
{
  display:block;
}


    #quick_reply dl dt{display:none}
    #quick_reply dl dd{margin-left:0}
    #quick_reply .frm-buttons{text-align:center}


.main .main-head {
font-weight: bold;
font-size: 12px;
background: #176EA4;
border: 1px solid #176EA4;
color: #333;
padding: 10px;
}


.main .main-foot {
font-weight: bold;
font-size: 12px;
background: #176EA4;
border: 1px solid #176EA4;
color: #333;
padding: 10px;
}

.pun .main-foot .h2, .pun .main-head .h2 {
color: #FFF;
font-weight: bold;
margin-top:3px;
}



.main-head .h2, .main-head .h3, .main-head h1, .main-head h2, .main-head h3 {
color: #FFF;
font-size: 13px!important;
font-weight: 600!important;
}


.main .main-head-quangcaobenphai {
font-weight: bold;
font-size: 12px;
color: #555;
background: #EDEDED url('http://i39.servimg.com/u/f39/17/79/47/51/highli10.png') repeat-x 0 0;
padding: 8px;
border-top: 1px solid #DDD;
border-right: 1px solid #DDD;
border-left: 1px solid #DDD;
border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
text-shadow: white 0px 1px 0px;
box-shadow: inset white 0px 1px 0px;
-webkit-box-shadow: inset white 0px 1px 0px;
-moz-box-shadow: inset #fff 0px 1px 0px;
-khtml-box-shadow: inset #fff 0px 1px 0px;
}
/* Style By Thà nh Kent - Xà i skin vui lòng đừng xóa tên người thiết kế */

body {

color: #000;
font-family: tahoma,helvetica,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}


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


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

.top-bg{
  background: #181818;
  color:#FFF;
  height:41px;
  font-size:12px;
  padding-top:24px;
  border-bottom:1px solid #454545;
}


.top-thanhkent {
margin: 0px auto 0px auto;
width: 960px;
position: relative;
padding: 0;
background:  none;
height: 32px;
}

.topWelcome {
float: left;
padding-left:10px;
}
.topWelcome h1 {
font-size: 1em;
font-weight: bold;
}
.Login-Box {
float: right;
}


.Login-Box ul {
list-style: none;
padding: 0;
margin: 0;
}

.Login-Box li {
float: left;
margin: 0;
padding: 0 3px;
}

.loginInput {
background: white;
border: 0;
color: #6F6F6F;
padding: 0 5px;
font-size: 9pt;
width: 95px;
height: 20px;
line-height: 20px;
border: 1px solid #cccccc;
margin: 3px;
}
.Login-Box a:link, .Login-Box a:visited {
color: #F4F4F4;
}
.Login-Box a:hover {
color: #CCCCCC;

}


.loginLeft {
float: left;
padding-right:10px;
}
.notreg {
border-left: 0px solid #cccccc;
padding-left: 10px;
font-weight: 700;
}




.input-login-thanhkent {
background: white;
border: 0;
color: #6F6F6F;
padding: 0 5px;
font-size: 9pt;
width: 121px;
height: 20px;
line-height: 20px;
border: 1px solid #cccccc;
margin: 3px;
margin-top: -1px;
border-radius: 1px;
}
 
.oklogin-thanhkent {
background: white;
border: 0;
color: #000;
font-size: 9pt;
width: 80px;
height: 20px;
line-height: 20px;
border: 1px solid #f4f4f4;
margin: 3px;
margin-top: -1px;
border-radius: 1px;
font-weight:bold;
}
.logo{
  background: none;
  color:#FFFFFF;
  height:150px;
  font-size:12px;
  width:980px;
  padding:10px;
  margin: 0px auto ;
}

/* chiều rộng forum */
.pun {
line-height: 130%;
margin: 0 auto;
color: #000;
padding:10px;
border-radius: 3px;
background: #FFF;
}


.pun2 {
width: 955px;
padding:5px;
background: #454545;
margin: 0 auto;
margin-top: 30px;
border-radius: 3px;
}




/* lastpost-svatar */
.lastpost-avatar a.inx img {
-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 1px;
border: 1px solid #DDD;
border-image: initial;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 1px;
float: left;
height: 40px;
margin: 0px 5px;
max-height: 200px;
max-width: 200px;
padding: 1px;
width: 40px;
margin-left: 15px;
}



.postmain blockquote, .codebox {
background: transparent;
-moz-box-shadow: black 0 0 1px;
-o-box-shadow: black 0 0 1px;
-webkit-box-shadow: black 0 0 1px;
border: 1px solid #1E1E1D;
box-shadow: black 0 0 1px;
}
.codebox dd {
background: transparent;
}
.codebox dt {
border-bottom: 1px dotted #333;
}


.pun .posthead {
border-bottom: 1px solid #DDDDDD;
padding-bottom: 0.5em;
padding-left: 1em;
padding-right: 1.3em;
padding-top: 0.5em;
color: FFF;
}
 
.postfoot {
    border-top: 1px solid #dddddd;
    clear: both;
    margin-left: -17em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    text-align: right;
    background:#fff;
}


.entry-content {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;

}










/* Đường Dẫn Liên Kết */
.pun-crumbs {
background: #E7E7E7 url(http://i37.servimg.com/u/f37/17/47/85/23/second11.png) repeat-x 0 0;
border: 1px solid #E6E6E6;
line-height: 36px;
max-height: 30px;
overflow: hidden;
text-shadow: white 0 1px 0;
border-radius: 3px;
}
.pun-crumbs p {
font-size: 0;
line-height: 30px;
margin: 0;
  color: #666;
}

.pun-crumbs a {
background: url(http://i37.servimg.com/u/f37/17/47/85/23/second10.png) no-repeat 100% -2px;
font-size: 11px;
padding: 12px 17px 12px 4px;
}


/*--------*/
#pun-announcement {
background-color: white;
border: 0px solid #DDD;
padding: 0px;
}





 
#chatbox_header.main-head {
background: url(http://i46.servimg.com/u/f46/15/26/55/24/tcat10.png) repeat scroll 0 0 #F4F4F4;
color: #DEDFDF;
border-bottom: 3px solid #000000 !important;
}

#chatbox_header {
border-bottom: 1px solid #DDD;
border-left-width: 0px;
border-left-style: initial;
border-left-color: initial;
border-right: 0px;
border-top: 0px;
background: #FFF;
color:#2c2c2c;
}
#chatbox_footer, #chatbox_members, #chatbox, #chatbox p {
background: #FFF!important;
}

#chatbox_header .chat-title {
  color:#2c2c2c;
}

.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
  color: #2c2c2c;
  font-weight:bold;
}
#chatbox .user {
background:none;
border:none !important;
height: 60px;
}

#chatbox_footer,#chatbox_members,#chatbox,#chatbox p{background:#fff!important;}


#chatbox_messenger_form {
background-color: white;
border-top: 1px solid #DDDDDD;
bottom: 0px;
height: 30px;
left: 0px;
margin-left: auto;
margin-right: auto;
position: fixed;
right: 0px;
width: 100%;
z-index: 999;
float: none;
padding-top:5px;
}
label input#message {
background-color: white;
border: 1px solid #C9C9C9;
border-image: initial;
border-radius: 3px;
font-size: 12px;
height: 17px;
}


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_messenger_form {
background-color: white;
}

#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;
}


      .fade {
        display:inline-block;
        background: -moz-linear-gradient(left, rgb(255,255,225) 0%, rgba(255,255,225,0) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb(255,255,225)), color-stop(1.00, rgba(255,255,225,0)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffe1, endColorstr=#00ffffe1, GradientType=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffe1, endColorstr=#00ffffe1, GradientType=1)";
      }
      .blur {
        display:inline-block;
        color:#ddd;
        text-shadow: 0 0 2px #aaaaaa;
        text-shadow: 0 0 4px #aaaaaa;
        text-shadow: 0 0 6px #aaaaaa;
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2)";
        filter:
            progid:DXImageTransform.Microsoft.MotionBlur(strength=1,direction=310)
            progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
      }
      .flipH {
        display:inline-block;
        -moz-transform:scale(-1,1);
        -o-transform:scale(-1,1);
        -webkit-transform:scale(-1,1);
        transform:scale(-1,1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=-1,
            M12=0,
            M21=0,
            M22=1,
            SizingMethod="auto expand");
      }
      .flipV {
        display:inline-block;
        -moz-transform:scale(1,-1);
        -o-transform:scale(1,-1);
        -webkit-transform:scale(1,-1);
        transform:scale(1,-1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')";
        filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=0,
            M21=0,
            M22=-1,
            SizingMethod="auto expand");
      }

Quyền hạn của bạn !
Bạn không có quyền trả lời bài viết