Diễn đàn CLBGamePri



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


Admin
Admin
Admin
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

index_body
Code:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
  <ul>
        <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
        <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
      <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
  </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 -->

<!-- BEGIN message_admin_index -->
<div class="main">
  <!-- BEGIN message_admin_titre -->
  <div class="main-head">
      <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
  </div>
  <!-- END message_admin_titre -->

  <!-- BEGIN message_admin_txt -->
  <div id="pun-announcement">
      <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
  </div>
  <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<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="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
  </div>
</form>
</div>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}

<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
  <div class="main-content">
      <div id="stats">
        <p class="right">{TOTAL_POSTS}</p>
        <p>{TOTAL_USERS}</p>
        <p>{NEWEST_USER}</p>
      </div>
      <div id="onlinelist">
        <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
        <p class="right">
            <!-- BEGIN switch_viewonline_link -->
            <a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
            <!-- END switch_viewonline_link -->
            <!-- BEGIN switch_viewonline_nolink -->
            {L_WHO_IS_ONLINE}
            <!-- END switch_viewonline_nolink -->
        </p>
        <p>{TOTAL_USERS_ONLINE}<br />
        {RECORD_USERS}

        <br />
        {LOGGED_IN_USER_LIST}

        {L_ONLINE_USERS}
        {L_CONNECTED_MEMBERS}<br />
        {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
        <div class="clear"></div>

        <p>{LEGEND} : {GROUP_LEGEND}</p>

      </div>
      <!-- BEGIN switch_chatbox_activate -->
      <div id="onlinechat">
        <p class="page-bottom">
        {TOTAL_CHATTERS_ONLINE} :
        {CHATTERS_LIST}<br />
        <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
              insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            </script>
        <!-- END switch_chatbox_popup -->
        </p>
      </div>
      <!-- END switch_chatbox_activate -->
  </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}

<!-- BEGIN switch_legend -->
<ul id="pun-legend">
  <li>
      <img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
      <img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
      <img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
  </li>
</ul>
<!-- END switch_legend -->

{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 -->



over_hander
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="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" 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>clbgamepri</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 -->
<script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
  <a id="top" name="top" accesskey="t"></a>

  <div class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE" style="background: url('http://i48.servimg.com/u/f48/16/58/89/73/page_f10.png') no-repeat scroll center bottom transparent; padding-bottom: 30px;">
            <div class="pun">
                                  <div style="margin:0px 0 0 -5px"><img src="http://i48.servimg.com/u/f48/16/58/89/73/page_t10.png"> </div>
                                    <center><a href="/forum/"><img src="http://i36.servimg.com/u/f36/15/86/65/76/logokg10.jpg" border="0" alt="Diễn đàn Lý Thường Kiệt"></a><a href="/t8877-topic#160852" target="_blank"><img src="http://i46.servimg.com/u/f46/15/86/65/76/qckg11.png" height="" width="450"></a></center>
             
<img src="http://www.servimg.com/u/f36/15/86/65/76/top10.gif">

              <!-- 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">
                                                                                    <!-- BEGIN switch_user_logged_out -->
                                                                                  <div class="navFMvi main-box" style="height: 50px; position: relative; width: 565px"><p><a onclick="history.back(1); return false;" href="#"><img border="0" alt="Quay lại" src="http://i36.servimg.com/u/f36/15/86/65/76/home-i10.png" title="Quay lại"></a> <a href="/"><b>-‘๑’ Thiên Sứ Phạt Ác  -‘๑’</b></a> <b></b></p>{NAV_CAT_DESC}</p><div id="loginFancy" class="main-box">      <form action="/login" method="post" name="form_login"><div class="user_login_form center"><p><label><span class="genmed" style="">Tài khoản :</span><input type="text" class="post" size="10" name="username"></label> <label class="Rlogin"><input type="checkbox" class="radio" name="autologin" checked="checked"><span class="gensmall">Ghi nhớ?</span></label></p><p><label><span class="genmed">Mật khẩu : </span><input type="password" class="post" size="10" name="password"></label><label class="Rlogin"><input type="submit" class="mainoption" name="login" value="Đăng nhập"></label></p></div><script type="text/javascript">document.write('<input type="hidden" name="redirect" value="' + location.href + '" />')</script><input type="hidden" name="redirect" value="/forum"></form>      </div></div>
                                                                                    <!-- END switch_user_logged_out -->
                                                                                      <!-- BEGIN switch_user_logged_in -->
                                                                                  <div class="navFMvi main-box" style="height: 50px; position: relative; width: 565px"><p><a onclick="history.back(1); return false;" href="#"><img border="0" alt="Quay lại" src="http://i36.servimg.com/u/f36/15/86/65/76/home-i10.png" title="Quay lại"></a> <a href="/"><b>-‘๑’ Thiên Sứ Phạt Ác -‘๑’</b></a> <b></b></p>{NAV_CAT_DESC}</p><div id="loginFancy" class="main-box"><span class="logi">  {LOGGED_AS}<br><br><br>{LAST_VISIT_DATE}    </div></div>
                                                                                    <!-- END switch_user_logged_in -->
                                                                                    <div id="pun-head">
                  <div id="pun-navlinks">
                    <ul class="clearfix">
                        <li>{GENERATED_NAV_BAR}</li>
                    </ul>
                  </div>
              </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 -->



còn CSS với index_box với view share sau

Admin
Admin
Admin
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

CSS

Code:
.postmain [id*="p"]{background:transparent!important}
.post a+a[href^="/u"]{display:none}
/*Chung***********************************************/
#fa_ticker_block { width:979px; }
body {
background-color:#1c1c1c;
background-image:url(http://i77.servimg.com/u/f77/16/55/90/36/bg_rep10.jpg);
background-repeat:repeat;
}

.pun { background-color:transparent; background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/page_m10.png); background-repeat:repeat-y; border:0 none; min-width:979px!important; width:979px; margin:-5px auto; }

#page-body,#pun-foot {
width:920px;
padding:7px 30px;
}

.module.main {
margin:0 0 30px!important;
}

#chatbox { background:url(http://i36.servimg.com/u/f36/17/76/06/16/bg1010.png); } #chatbox_footer { background:url()no-repeat; }
#chatbox_members { background:#ededed; border-right:1px solid #ccc; font-family:Arial; font-size:12px; font-style:normal; font-variant:normal; font-weight:700; margin-bottom:-65px; margin-top:-30px; } #chatbox_members .member-title { background:url(http://i74.servimg.com/u/f74/16/18/15/10/128.png)no-repeat 5px; color:#38788c; padding:8px; }
#smiley-box { float:left; overflow:auto; width:101%; margin:6px 0 0; } #chatbox_header.main-head { background:url(http://i77.servimg.com/u/f77/16/55/90/36/bg_rep10.jpg); }
#search input[type=text]:hover { background:#fff url(http://i75.servimg.com/u/f75/15/86/65/76/search10.png)no-repeat center left; width:425px; }
#search input[type=text] { -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; background:#fff url(http://i75.servimg.com/u/f75/15/86/65/76/search10.gif)no-repeat center center; border:1px solid #76B17B; border-radius:5px; color:#222; float:right; font-size:13px; height:26px; left:auto; position:fixed; right:14.25em; top:.2em; width:0; z-index:998; padding:7px 6px 6px 34px; }

a#dangky { background-color:#f63; background-image:url(/users/2611/10/63/87/album/reg10.png); color:#FFF; cursor:pointer; height:102px; left:0; margin-left:-7px; overflow:hidden; position:fixed; text-indent:-100000px; top:15%; width:42px; z-index:999; }
a#dangky:hover { background-color:#82D23D; margin-left:-3px; }

#top-link { background:none repeat scroll 0 50% transparent; bottom:5px; color:green; font-weight:700; position:fixed; right:5px; text-decoration:none; }
#content {width:100%!important;}

.user .user-ident img {max-width:146px;}
.boxfmvi .tcl td {border:0 none!important;}

.pun .sig-content {clear:none;max-height:250px;overflow:hidden;}
.pun .sig-content:hover {max-height:100%;}
.sig-content img {max-width:100%!important;}
.main-content.standalone { border-color:#000 #c7c7c7 #c7c7c7 #000; border-style:solid; border-width:1px; padding:10px 15px; }
a,a:hover,a:link { text-decoration:none!important; } a.mainmenu[href=/register] { color:#ff0!important; }
#smilies_categ p { text-align:center; } .user-basic-info img { max-width:150px; }
#show_color {display:block;}
.main-foot p,.main-head p {width:50%!important;}
#pun-logo {padding-right:10px;}

p#pun-desc { color:#FFCE30; margin-left:20px; padding:.5em 0 0 5px; }
#pun-foot .copyright { text-shadow:1px 1px 1px #000; }
.pun table .tdtopics .status { margin-left:-50px; }

.collapse a,.collapsePost a {color:#FFF!important; font-family:monospace; font-size:18px; font-weight:700; padding:3px 8px; }
.collapse a:hover,.collapsePost a:hover { background-color:#000; border:3px double #72736E; padding:0 5px; }

.postmain blockquote { background:0 0 #f4f4f4; color:#000; max-height:580px; min-height:16px; overflow:auto; width:90%; border-color:#cddff8; border-style:solid; border-width:1px 1px 1px 20px; margin:10px 0 10px 10px; padding:10px; }
.postmain blockquote:hover {background:0 0 #FFF;}
blockquote cite { border-bottom:2px solid #cddff8; margin:0; padding:0; }
#textarea_content,.sceditor-container { width:98%!important; }
#textarea_content dd { margin-left:0!important; }
.frm-form iframe,.frm-form textarea { width:calc(98%-10px)!important; }
.frm-buttons { border-top:0!important; }
input[type=reset],input[type=submit] { float:none!important; }

.c3zplus { background:url(http://i48.servimg.com/u/f48/16/58/89/73/like_b12.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:#fff!important; display:block; float:left; height:13px; position:relative; text-align:left; width:25px; margin:-4px 2px 0; padding:4px 4px 5px 24px; }
.c3zminus { background:url(http://i48.servimg.com/u/f48/16/58/89/73/dislik15.png) no-repeat scroll #ECEEF5; background-position:6px 36%; background-repeat:no-repeat; border:1px solid #CAD4E7; border-radius:3px 3px 3px 3px; color:#fff!important; display:block; float:left; height:13px; position:relative; text-align:left; width:36px; margin:-4px 0 0; padding:4px 4px 5px 24px; }
.vote-button { float:left; width:60px; }
.c3zvau .qua,.no,.ost,.share { background-position:5px 50%; background-repeat:no-repeat; border:1px solid #C2D5E3; margin:6px 2px 0; padding:5px 8px 5px 25px; }
.c3zplus:hover,.c3zminus:hover { background-color:#ebedf4; border-color:#9dacce; }
.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 18px; }
.no .vom { background:url(http://i48.servimg.com/u/f48/16/58/89/73/dislik15.png) no-repeat left center; padding:0 0 0 18px; }
.ost { background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/f10.gif); }

#profile-advanced-details .autobot,.main-head .h2,.main-head .h3,.main-head h1,.main-head h2,.main-head h3 {
color:#FF0;
font-size:16px!important;
font-variant:small-caps;
font-weight:600!important;
}

.pun .main-foot .h2,.pun .main-head .h2 { float:left; height:18px; overflow:hidden; width:890px; }
.boxfmvi { border:1px solid #3CA5FB!important; margin-bottom:20px; }
.main .main-head { background-image:url(http://i77.servimg.com/u/f77/16/55/90/36/bg_rep10.jpg); }
.boxfmvi .table thead { background-image:url(http://i36.servimg.com/u/f36/15/86/65/76/line-t10.jpg); }
.boxfmvi .table th { background-color:transparent!important; color:#FFF!important; font-weight:700; }
.boxfmvi .table { border-collapse:separate!important; }
.boxfmvi .table .tcr { background-color:#E7FCFE; width:33%!important; padding:10px 20px; }
.boxfmvi .table .tcl { width:60%!important; }
.boxfmvi .table .statused td { border-color:#0D99A6!important; border-style:solid solid none none !important; padding:5px!important; }

.paging { background-image:url(http://i77.servimg.com/u/f77/16/55/90/36/bg_rep10.jpg); border:3px double #D1D1E1; box-shadow:-2px 2px 2px #C8C8C8; color:transparent; width:auto; margin:0 0 4px; padding:5px 10px; }
.paging a { border:0; color:#FFF!important; font-size:.9em; }
.paging b { border:0; color:#FF0; font-size:1.5em; }
#pun-intro,a.mainmenu[href=/calendar],a.mainmenu[href=/groups],a.mainmenu[href=/privmsg?folder=inbox],#dulieupostter,#dulieutip,#left,#sapxepdulieu,#textarea_content dt,#tooltip .header,.tipchuthich {
display:none;
}

#pun-head #pun-navlinks{background-color:transparent}
#pun-head{background-image:url(http://i77.servimg.com/u/f77/16/55/90/36/bg_rep10.jpg);border:0 solid #136BA2;height:38px;margin:-12px -1px 20px;width:920px}
 
th, td, p { font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; }

.title-overview { font-size:20px; font-variant:small-caps; font-weight:700; margin-bottom:10px; padding:5px 0; }

#pun-navlinks ul { text-align:center; }
#pun-navlinks li { background-color:transparent; background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/btn_ri11.png); background-position:right top; background-repeat:no-repeat; color:#FFF; display:inline-block; font-family:tahoma,arial,sans-serif; font-size:13px; font-style:normal; font-variant:normal; font-weight:400; height:32px; margin-right:5px; padding-right:10px; text-decoration:none; }
#pun-navlinks li:hover { background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/btn_ho10.png); color:#FFFE1B; outline:medium none; }
#pun-navlinks li a { background-color:transparent; background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/btn10.png); background-repeat:no-repeat; color:#FFF; display:inline-block; line-height:21px; margin-right:-8px!important; padding:3px 0 8px 10px; }
#pun-navlinks li:hover a {background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/btn_ho11.png);}

#tooltip .tiplFMvi { border-bottom:2px dotted #ddd; margin-bottom:5px; padding-bottom:5px; }
#tooltip { background:#000 url(http://i36.servimg.com/u/f36/15/86/65/76/profil10.png); border:1px solid #ddd; border-radius:3px; color:#fff; font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-size:12px; font-style:normal; font-variant:normal; font-weight:400; max-width:550px; position:absolute; z-index:99; padding:0; }
/*viewtopic_body*/
.hihi { background-color:#1F537B; color:#DEDFDF; font-weight:400; padding:.7em .1em; }
.codebox { max-width:700px; }
.spoiler dt { padding-left:1em; }
.spoiler dt:hover { background-image:url(http://i46.servimg.com/u/f46/15/86/65/76/images12.jpg); background-origin:content-box; background-position:right center; background-repeat:no-repeat; border:1px solid; color:red; }
.spoiler dd { margin:0; padding:0; }
.avatarthum img { height:70px!important; padding-right:10px; }
.pun .user { margin-top:0!important; overflow:visible; width:13em; padding:0; }
.cl dt { width:75px; }
.cl dd { width:110px; }
.cl dd,.cl dt { float:left; height:1.6em; line-height:1.6em; }
.useravatar img { background-color:#F5F5F5; border-bottom:2px solid; border-radius:3px; border-right:2px solid; width:120px; padding:5px; }
.morelink a { padding-right:13px; }
.pun .post .user,.pun .postfoot { margin-left:-13em!important; position:relative; }
.pun .postmain { margin-left:13em!important; }
.main .main-foot,.main .main-head { border:0 none; }

.closeWIndowF { background-color:transparent; color:red; font-family:Arial,Helvetica,sans-serif; font-size:20px; font-variant:small-caps; font-weight:700; letter-spacing:-1px; opacity:1; text-decoration:none; text-shadow:0 0 9px #eee 3px 0 1px #131313; text-transform:capitalize; padding:5px; }
.post-entry .entry-content img { max-width:650px; }
.user .status { color:green; float:right; height:18px; margin-bottom:-3px; overflow:hidden; padding-right:20px; width:250px; }
.user-ident .posthead { background-color:#F5F5F5; font-size:14px; height:22px; left:0; position:absolute; text-align:center; top:-28px; width:155px; padding:5px 0 0; }
.user-ident .userInfoF {background:none repeat scroll 0 0 #fff; border:1px solid #cdcdcd; box-shadow:2px 2px 3px #ccc; display:none; left:-2px; position:absolute; top:-1px; width:510px; z-index:301; padding:15px 0 15px 13px; }
.user-ident .user-info { float:right; width:370px; }
.user-ident .manuUserF { border-bottom:1px dashed; float:left; margin-bottom:5px; position:relative; width:350px; }
.user-ident .morelink { border-top:1px dashed; float:left; padding-top:5px; text-align:center; width:350px; }
.pun .postfoot .user-contact { float:none; left:-.7em; position:absolute; text-align:center; width:13em; z-index:99; }

#sapxepFMvi span { color:#026DA6; font-family:Tahoma; font-size:1.2em; font-weight:700; padding:0 10px 0 30px; }
#find_user,#jqmHide,#sapxepFMvi .button,input[type=reset],input[type=submit] { background-color:#0161A4!important; border-bottom:2px solid #000!important; border-radius:3px 3px 3px 3px; border-right:2px solid #000!important; color:#FFF!important; cursor:pointer; float:right; font-family:Verdana; font-size:1em!important; font-weight:bolder; margin-top:-10px; text-shadow:1px 2px 1px #000; padding:5px!important; }
#sapxepFMvi .button:hover,input[type=reset]:hover,input[type=submit]:hover { background-color:#000!important; color:#1BD5FF!important; text-shadow:-1px 1px 5px #FFF; }
#sapxepFMvi .button:active,input[type=reset]:active,input[type=submit]:active { background-color:#045C06!important; text-shadow:-1px -2px -1px #000; }
#sapxepFMvi { background-color:#DEDEDE; margin-bottom:20px; padding:15px 20px 10px 5px; }

.dropMenuP { background-color:#FFF; border:1px solid #09A2E8; display:none; position:absolute; right:10px; top:30px; padding:0 5px; }
#quanlylist { border:2px solid #EAEAEA; width:276px; padding:10px!important; }
#quanlylist p { background-color:#8B8B8B; border:1px solid #807F7F; color:#FFF; font-variant:small-caps; text-shadow:1px 1px 1px #000; width:278px; margin:7px -12px; padding:3px 10px; }
/*body*/
.leftStats { float:left; margin-left:-71px; position:absolute; vertical-align:middle; width:60px; }
.rightStats { border-left:2px solid #CFC9C9; max-height:300px; min-height:50px; overflow-x:hidden; overflow-y:auto; padding-left:10px; width:828px; margin:0 10px 5px 70px; }
.starsTitle { background-color:#BFBFBF; background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/gradie11.gif); border:0 none; color:#F8FF04; font-family:Comic Sans MS; font-variant:small-caps; font-weight:700; height:1.4em; text-shadow:1px 1px 1px #000; padding:5px; }
/*khác*/
.jqDrag { width:398px; }
.popup { min-width:434px; width:434px!important; margin:.5em; }
.post .post-options { height:22px; position:relative; }
.FMvi-like .nolikeplus { float:left; }
.large_textbutton { background:url(http://i48.servimg.com/u/f48/16/58/89/73/newbtn10.png) repeat-x scroll left top #0b1c30; border:0 none; border-radius:10px 10px 10px 10px; box-shadow:0 3px 8px #DDD; clear:left; color:#FFF!important; display:block; float:right; font-family:Arial,sans-serif; font-size:16px; font-style:normal; font-variant:normal; font-weight:400; margin-left:10px; margin-top:-2px; position:relative; padding:4px 15px; }
.small_textbutton { background-color:#0b1c30; 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:400; position:relative; margin:2px!important; padding:2px 4px; }

.large_textbutton span { display:inline; font-size:15px; font-weight:700; }
.large_textbutton:hover,.small_textbutton:hover { background-color:#037730; text-shadow:1px 1px 1px #000; }
.large_textbutton:active,.small_textbutton:active { background-color:#000; }

#mudimPanel { -moz-box-shadow:5px 5px 5px #000; -moz-opacity:.9; -moz-transition:all 2s ease; -webkit-box-shadow:5px 5px 5px #000; -webkit-transition:all 2s ease; background:#FFF url(http://i48.servimg.com/u/f48/16/58/89/73/go1010.jpg) no-repeat right center!important; bottom:-100px!important; box-shadow:5px 5px 5px #000; filter:alpha(opacity=90); font-size:9px!important; font-weight:700; height:47px!important; left:-333px!important; opacity:.9; vertical-align:middle; width:330px!important; padding:4px 26px 4px 4px !important; }
#mudimPanel:hover { -moz-opacity:1; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; filter:alpha(opacity=100); left:0!important; opacity:1; }



.iconPlayer { background:url(//ssl.gstatic.com/s2/tt/images/play-overlay.png) no-repeat scroll center center transparent; left:140px; opacity:.8; position:absolute; top:-155px; z-index:99; padding:40px!important; }
#loginFancy { height:50px; position:absolute; right:-331px; top:-1px; width:305px; }
#loginFancy .logi { font-size:10px!important; height:52px!important; line-height:7px!important; }
#loginFancy .user_login_form { text-align:left; }
#loginFancy p { position:relative; width:269px; padding:5px; }
#loginFancy .mainoption { border:0; border-radius:0; font-style:normal!important; font-weight:500; margin-top:-5px; padding:4px 2px important; }
#loginFancy .post { left:80px; position:absolute; width:90px; }
#loginFancy .Rlogin { position:absolute; right:0; }

#pun-legend { padding-bottom:50px; }
#pun-legend .nguon { background-color:#ffeb90; box-shadow:-2px 2px 2px #c8c8c8; clear:both; display:inline-block; margin:20px 30px; padding:20px; }
.pun .post { background:url(http://i36.servimg.com/u/f36/15/86/65/76/profil10.png)repeat; border:1px solid #DDD; box-shadow:0 2px 2px #1F6597; margin-bottom:30px; }
#specificatii { -moz-border-radius:10px; -webkit-border-radius:10px; background:#029624; border-radius:10px; color:#fff; float:center; list-style-type:none; text-shadow:1px 1px 0 #000; width:90%; margin:5px 0; padding:5px; }
#pun-about,.boxfmvi .tc2,.boxfmvi .tcr { background:url(http://i48.servimg.com/u/f48/16/58/89/73/alt210.gif) repeat scroll 0 0 #F4F4F4!important; }
.postmain [id*=p] {background:transparent!important;}
.post a+a[href*="/u"] {display: none;}

.tenccm,.tenltp { float:left; overflow:hidden; text-overflow:ellipsis; text-transform:capitalize; white-space:nowrap; width:100%; }
.tabs { background:#e5effe; border-bottom:1px solid #b4d0f3; margin:0 0 15px; padding:0 0 31px; }
.tabs li { border-right:1px solid #b4d0f3; float:left; font-size:11px; height:30px; line-height:30px; list-style:none; }
.tabs li.current { background:#FFF; font-weight:700; height:32px; }
.mainbox { background:#FFF; border:1px solid #9DB3C5; padding:1px; }
.mainbox table { width:100%; }


#dhtmlpointer,#dhtmltooltip { left:-300px; position:absolute; top:0; visibility:hidden; z-index:999; }
#dhtmltooltip { -moz-border-radius:6px; -moz-opacity:.8; -webkit-border-radius:6px; background-color:#fff; border:#666 2.4px solid; filter:alpha(opacity=80); font-family:Arial; font-size:9pt; max-width:340px; opacity:.8; text-align:left; width:expression(document.body.clientWidth>340?"340px":"auto"); padding:10px; }


.popmenubutton a { background-image:url(http://2img.net/i/fa/invision/menu_action_down.gif); background-position:98% 50%; background-repeat:no-repeat; font-size:11px; font-weight:700; text-align:center; text-decoration:none; white-space:nowrap; padding:2px 16px 2px 8px; }
.popupmenu { background-color:#fff; border:1px solid #d0d0d0; font-size:11px; list-style:none; min-width:200px; width:220px; }
.member .popupmenu { position:absolute; z-index:999; }
.popupmenu .avatar { background:url(http://2img.net/i/fa/invision/pp-blank-thumb-50px.png) no-repeat; background-color:#fff; border:1px solid #666; float:right; height:50px; width:50px; margin:5px; }
.popupmenu .avatar img { display:block; height:50px; width:50px; }
.popupmenu ul { list-style:none; padding:.3em; }
.popupmenu li { background-color:#fff; background-image:url(http://2img.net/i/fa/invision/menu_item.gif); background-position:2px 50%; background-repeat:no-repeat; border-bottom:1px solid #d0d0d0; display:block; font-size:11px; text-decoration:none; white-space:nowrap; padding:.1em; }
.popupmenu li a { text-decoration:none; }
.popup .popup-msg { margin:.5em; }
.borderwrap.member-list {margin-bottom:4em;}

.member { background-color:#fff; border:1px solid #979ba0; float:left; height:90px; margin-bottom:10px; margin-right:10px; width:22%; padding:5px; }
.member-list .popmenubutton { height:auto; width:100%; }
* html .member span.membername { float:left; word-wrap:break-word!important; }
*+ html .member span.membername { float:left; white-space:normal; word-wrap:break-word!important; }
.member-list .popmenubutton .mini-avatar { background:url(http://2img.net/i/fa/invision/pp-blank-thumb-38px.png) no-repeat; background-color:#fff; border:1px solid #222; display:block; float:right; height:38px; width:38px; margin:5px; }
.member .popupmenu li { background-image:none; }
.member-list .popmenubutton .mini-avatar img { height:38px; width:38px; }
.member p { color:gray; font-size:10px; height:7em; overflow:auto; }
div.borderwrap .member-list { background-color:#c4c4c4; border:none; padding:5px; }
ul.popupmenu li.popupmenu-category { background-color:#c4c4c4; color:#464c55; }

.popmenubutton-new-out { float:none; width:15em; margin:0 auto; padding:.3em 0; }
.popmenubutton-new-out a { background-color:#e4e6e9; text-align:left; }

.member .popmenubutton-new-out a { border:1px solid #c6ccd4; }
.popmenubutton { margin:-1px auto; }

#mask { background-color:#000; display:none; left:0; position:absolute; top:0; z-index:998; }
#boxes .window { display:none; left:0; margin-top:0; position:absolute; top:0; width:350px; z-index:999; padding:10px; }
#boxes,#dialog { background-color:#fff; width:350px; margin:10px; }

.thanhlv1 { float:left; width:21%; }
.user-info { float:right; width:150px; }
#mbt-menu,#mbt-menu ul { list-style:none; margin:0; padding:0; }
#mbt-menu { background:#444 url(http://i77.servimg.com/u/f77/16/55/90/36/bg_rep10.jpg); border:1.5px solid #000; border-radius:5px; margin-left:0; position:fixed; width:979px!important; z-index:996; zoom:1; }
#mbt-menu:after,#mbt-menu:before { content:""; display:table; }
#mbt-menu:after { clear:both; }
#mbt-menu li { -moz-box-shadow:1px 0 0 #444; -webkit-box-shadow:1px 0 0 #444; border-right:1px solid #222; box-shadow:1px 0 0 #444; float:left; position:relative; }
#mbt-menu a { color:#f5fffa; float:left; font-family:Arial,Helvetica; font-size:12px; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; text-shadow:0 0 0 #111,0 0 .5em #306EFF,0 0 .4em #306EFF; text-transform:uppercase; padding:12px 25px; }
#mbt-menu li:hover > a { -moz-border-radius:4px; -moz-box-shadow:inset 0 0 10px #EEE; -webkit-border-radius:4px; -webkit-box-shadow:inset 0 0 10px #EEE; border-image:initial; border-radius:4px; box-shadow:inset 0 0 10px #EEE; color:#f5fffa; text-shadow:0 0 0 #111,0 0 .5em Orange,0 0 .4em Orange; }
*html #mbt-menu li a:hover { color:#fafafa; }
#mbt-menu ul { -moz-border-radius:3px; -moz-box-shadow:0 -1px rgba(255,255,255,.3); -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; -webkit-border-radius:3px; -webkit-box-shadow:0 -1px 0 rgba(255,255,255,.3); -webkit-transition:all .2s ease-in-out; _margin:0; background:linear-gradient(#444,#111); border-radius:3px; box-shadow:0 -1px 0 rgba(255,255,255,.3); left:0; opacity:0; position:absolute; top:38px; transition:all .2s ease-in-out; visibility:hidden; z-index:999; margin:20px 0 0; }
#mbt-menu li:hover > ul { opacity:1; visibility:visible; margin:0; }
#mbt-menu ul ul { -moz-box-shadow:-1px 0 0 rgba(255,255,255,.3); -webkit-box-shadow:-1px 0 0 rgba(255,255,255,.3); _margin:0; box-shadow:-1px 0 0 rgba(255,255,255,.3); left:150px; top:0; margin:0 0 0 20px; }
#mbt-menu ul li { -moz-box-shadow:0 1px 0 #111,0 2px 0 #666; -webkit-box-shadow:0 1px 0 #111,0 2px 0 #666; _line-height:0; border:0; box-shadow:0 1px 0 #111,0 2px 0 #666; display:block; float:none; }
#mbt-menu ul li:last-child { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
#mbt-menu ul a { _height:10px; display:block; float:none; text-transform:none; white-space:nowrap; width:130px; padding:10px; }
#mbt-menu ul a:hover { background-color:#0186ba; background-image:linear-gradient(#04acec,#0186ba); }
#mbt-menu ul li:first-child > a { -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; }
#mbt-menu ul li:first-child > a:after { border-bottom:6px solid #444; border-left:6px solid transparent; border-right:6px solid transparent; content:''; left:40px; position:absolute; top:-6px; }
#mbt-menu ul ul li:first-child a:after { border-bottom:6px solid transparent; border-left:0; border-right:6px solid #3b3b3b; border-top:6px solid transparent; left:-6px; margin-top:-6px; top:50%; }
#mbt-menu ul li:first-child a:hover:after { border-bottom-color:#04acec; }
#mbt-menu ul ul li:first-child a:hover:after { border-bottom-color:transparent; border-right-color:#0299d3; }
#mbt-menu ul li:last-child > a { -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px; }


.pun strong.pagination a { -khtml-border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; background-color:#fff; border:1px solid #999; border-radius:2px; color:#333; font-size:11px; font-weight:400; line-height:1.5em; margin:0 1px; padding:0 3px 0 4px; }
strong.pagination span a:hover { text-decoration:none!important; border-color:#407294; }
strong.pagination span { color:#333; font-size:11px; padding:5px; }
.center-overview,.cl dt span { color:#000!important; }
.center-overview a,.center-overview a:hover { background-image:none!important; }
.spoiler_content.hidden,.memberlist fieldset { padding:1em; }
.FMvi-like em,.fancybox-title,.post a+a[href*=/u],strong.pagination span.page-sep { display:none; }
/* hiện thông tin nà :D*/
#user-hoverbox {
  display:initial!important;
margin-left:5px;
width:140px;
padding-top:1px;
position:absolute;
z-index:9;}

#user-hoverbox #user-hoverbox-inner a {
background:#fff;
border-bottom:1px solid #d4d4d4;
color:#333!important;
display:inline-block;
font: bold 11px 'Helvetica Neue',Helvetica,Arial,sans-serif;
text-align:left;
text-shadow:none!important;
padding:8px;
width:104px;
height:12px;
}

#user-hoverbox-inner {
background:#fff;
border:4px solid #000;
border-radius:2px;
box-shadow:0 1px 5px rgba(0,0,0,0.31);
width:120px;
height:145px;
}

#user-hoverbox #user-hoverbox-inner a:hover {
background:#fafafa;
}

#user-hoverbox::before {
border-bottom:5px solid #363636;
border-left:5px solid transparent;
border-right:5px solid transparent;
content:"";
height:0;
left:12px;
position:absolute;
top:-4px;
width:0;
}

#user-hoverbox a .icon-user {
background-image:url(http://i57.servimg.com/u/f57/17/68/86/50/o0vbzt11.png);
}

#user-hoverbox a .icon-comments {
background-image:url(http://i57.servimg.com/u/f57/17/68/86/50/lprlxh11.png);
}

.pun #user-hoverbox a i {
background-position:center;
background-repeat:no-repeat;
float:left;
height:10px;
margin-right:3px;
margin-top:2px;
opacity:.8;
width:13px;
}

#user-hoverbox a .icon-envelope-alt {
background-image:url(http://i57.servimg.com/u/f57/17/68/86/50/h1hniq11.png);
}

#user-hoverbox a .icon-file-alt {
background-image:url(http://i57.servimg.com/u/f57/17/68/86/50/3tvmtx11.png);
}

#user-hoverbox a .icon-folder-open {
background-image:url(http://i57.servimg.com/u/f57/17/68/86/50/xbes4r11.png);
}

.pun #user-hoverbox a:hover i {
opacity:1!important;
}


#chatbox_members ul li a span:before{display: none!important;}
#chatbox p a span:before{display: none!important;}

#chatbox_members ul li a span:after{display: none!important;}
#chatbox p a span:after{display: none!important;}








/* code nền nick name */
a[href="/u4"] {
background-image: url(http://i36.servimg.com/u/f36/15/86/65/76/kg-mau22.gif); background-position:15px;}
a[href="/u3"] {
background-image: url(http://i36.servimg.com/u/f36/15/86/65/76/kg-mau9.gif); background-position:15px;}
a[href="/u9"] {
background-image: url(http://i36.servimg.com/u/f36/15/86/65/76/kg-mau15.gif); background-position:15px;}
a[href="/u8"] {
background-image: url(http://i36.servimg.com/u/f36/15/86/65/76/kg-mau15.gif); background-position:15px;}
/* code nền 3d loại 1 */
a[href="/u4"] strong {
  color: white;
}
a[href="/u4"] {
text-shadow: 0px 0px 0px #111, 0 0 0.5em #0073FF, 0 0 0.4em #0073FF;
}


/* code nền 3d loại 2 */
a[href="/u1000000"] strong {
  color: white;
}
 a[href="/u1000000"] {
text-shadow: 0px 0px 0px #111, 0 0 0.5em #FF0000, 0 0 0.4em #FF0000;
}
a[href="/u9"] strong {
  color: white;
}
 a[href="/u9"] {
text-shadow: 0px 0px 0px #111, 0 0 0.5em #FF0000, 0 0 0.4em #FF0000;
}
a[href="/u3"] strong {
  color: white;
}
 a[href="/u3"] {
text-shadow: 0px 0px 0px #111, 0 0 0.5em #FF0000, 0 0 0.4em #FF0000;
}

/* icon nick */
a[href="/u1"] span:before {content: url(http://img.org.zing.vn/bbo/images/data/14-9%20bum/s7.gif);}
a[href="/u10000000000"] span:after {content: url(http://i10.servimg.com/u/f10/15/86/65/76/23232310.png);}
a[href="/u4"] span:before {content: url(http://upanh.biz/images/2013/07/31/zZrp8.gif);}
a[href="/u3"] span:before {content: url(http://upanh.biz/images/2013/07/31/NbwGf.gif);}
a[href="/u300000000000"] span:after {content: url(http://i48.servimg.com/u/f48/14/28/30/23/semi-110.gif);}
a[href="/u6"] span:before {content: url(http://i.imgur.com/fNkie.jpg);}
a[href="/u15"] span:before {content: url(http://upanh.biz/images/2013/07/31/T4wdQ.gif);}
a[href="/u9"] span:before {content: url(http://upanh.biz/images/2013/07/31/QzIfx.gif);}
a[href="/u14"] span:before {content: url(http://upanh.biz/images/2013/07/31/3KC7.gif);}
[href="/u8"] span:before {content: url(http://upanh.biz/images/2013/07/31/eX9O.gif);}
#chatbox_members ul li a span:before{display: none!important;}
#chatbox p a span:before{display: none!important;}

#chatbox_members ul li a span:after{display: none!important;}
#chatbox p a span:after{display: none!important;}






/* chuyển link thành dowloand */
.entry-content a[href*="mediafire.com/?"],.entry-content a[href*="4shared.com"] {
    background: url("http://i12.servimg.com/u/f12/17/70/81/78/button10.png") no-repeat scroll center center transparent;
    color: transparent;
    display: block;
    font-size: 0;
    height: 33px;
    overflow: hidden;
    width: 116px;
}









.postbody span[style="color:#f00"], .postbody span[style="color:red"]  {
font-size: 0px;display: inline-block;
}
.postbody span[style="color:#f00"]::before, .postbody span[style="color:red"]::before {
content: "[ đăng nhập vào là ngìn thấy ";
font-size: 12px;
}
.postbody span[style="color:#f00"]::after, .postbody span[style="color:red"]::after {
content: " thử đi thì biết. ]";
font-size: 12px;
}.postbody span[style="color:#f00"] a, .postbody span[style="color:red"] a {
display: inline-block;
}








Admin
Admin
Admin
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

foter_end
Code:
<!-- BEGIN html_validation -->
<!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">
<body>
<div>
 <div>
 <div>
 <div>
 <div>
 <div>
 <ul>
 <li>
<!-- END html_validation -->
 </li>
 </ul>
                                         
  <ul><li>Copyright© PunBB. GamePri All rights reserved.<br>(Liên Hệ: <a href="https://www.facebook.com/nguyenvanthuong.thuong.18" target="_blank">Facebook)</a>.  (Yahoo :  <b>thuongkissyou@yahoo.com)</b></li></ul>
 <!-- BEGIN switch_footer_links -->
 <ul>
 <li>
 <!-- BEGIN footer_link -->
 <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
 {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
 <!-- END footer_link -->
 </li>
 </ul>
 <!-- END switch_footer_links -->
 </div>
 <br />
 <p class="center">
 <strong>{ADMIN_LINK}</strong>
 </p>
 </div>
 {PROTECT_FOOTER}
 </div>
 </div>
 </div>
</div>

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

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
 if ($('a#logout'))
 {
 var lien_redir = $('a#logout').attr('href');

 if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
 {
 document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
 }
 }
});

$(document).ready( function() {
 $('a#logout').click( function() {
 FB.logout();
 } );
} );
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
//<![CDATA[
 fa_endpage();
//]]>
</script>

</body>
</html>
<form action='/h10-search' id='search' method='get'><input name='q' placeholder='Tìm kiếm trên 4rgamepri ...' size='40' type='text'/></form>


 
 
 
 
 
<div class="vf_wrapper" style="margin-top: 10px;"><div style="display:block;width:700px;float:right"><div class="font_copyright" align="right"><strong><font color="#0077FF"><b>4rGamePri</b></font></strong> là một cộng đồng mở, chúng tôi không chịu trách nhiệm những nội dung của thành viên đưa lên.</div><div class="font_copyright" align="right">Vui lòng trích dẫn "<strong><font color="#0077FF"><b>4rgamepri.us.to</b></font></strong>" khi bạn phát hành thông tin từ <strong>4rGamePri</strong>.</div><div class="font_copyright" align="right">Diễn đàn được phát triển bởi <font color="#FF0015"><b>Administrator</b></font> và các thành viên.</div><div class="font_copyright" align="right">Múi giờ GMT +7. Hà Nội, Việt Nam.</div></div></div><div class="vf_footer"><div class="vf_wrapper"><div class="vf_billboard"><a href="http://dv-online.info/diendan/forum.php"><img src="http://dv-online.info/akavinh/dv.gif" style="margin-top: 23px;border:0;width: 160px;height: 70px;" alt=""></a></div></div></div><style>.font_copyright {font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}.vf_footer {background: url(http://i57.servimg.com/u/f57/17/73/81/22/footer10.png) repeat-x 0px 15px;height: 140px;margin-top: 20px;min-width: 1010px;}.vf_wrapper {width: 970px;margin: 0 auto 0 auto;}.vf_billboard {background: url(http://i57.servimg.com/u/f57/17/73/81/22/footer11.png) no-repeat;width: 177px;height: 140px;margin-left: 50px;display: block;float: left;text-align: center;}</style><style>#toppage {width:2px;border:0px solid #fff;padding:10px;position:fixed;bottom:50px;right:60px;cursor:pointer;text-decoration:none;}</style><a id="toppage" style="display: block;"><img src="http://i57.servimg.com/u/f57/17/73/81/22/up10.png" border="0"></a><script type="text/javascript">$(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr("href");if($(window).scrollTop()!="0"){$(this).fadeIn("slow")}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()=="0"){$(scrollDiv).fadeOut("slow")}else{$(scrollDiv).fadeIn("slow")}});$(this).click(function(){$("html, body").animate({scrollTop:0},"slow")})}});$(function() {$("#toppage").scrollToTop();});</script>
 
 
 
 
 

        <style type="text/css">
        #style1{position: fixed;right:-5px;top: -20px; z-index:-9999;}
        #style2{position: fixed;left:-10px;top: -20px; z-index: -9999;}
        </style>

        <div id='style1'><img src="https://lh6.googleusercontent.com/-1Z33bDZglkc/UO9041vTheI/AAAAAAAAAEo/5PtnQ_kj8Jc/s623/utehy.org---caudoitet_2.png"/> </object></div>
        <div id='style2'><img src="https://lh4.googleusercontent.com/-BhcjEFoEuPE/UO901251c_I/AAAAAAAAAEg/Jh-5l6nFkMo/s623/utehy.org---caudoitet_1.png"/> </object></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  <script type="text/javascript" src="http://dj.ghequa.net/js/tetghequa.net.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
  <div id="noelevent">
        <div>
            <a href="http://4rgamepri.us.to/" target="_blank">Chào mừng bạn đến với Diễn Đàn <b>4rgamepri.us.to</b> Chúc các bạn 1 năm mới vui vẻ!</a>
        </div>
    </div>


   
    <style>#noelevent {
position: fixed;
bottom: 0;
display: block;
width: 100%;
}#noelevent div a {
background: url(http://i58.servimg.com/u/f58/18/67/94/07/sticky10.png) no-repeat 0px 0px;
display: block;
width: 892px;
height: 61px;
text-align: center;
color: #e8ca56;
line-height: 97px;
font-size: 15px;
}
   
    #noelevent div a {
text-align: center;
color: #e8ca56;
line-height: 97px;
font-size: 15px;
      }</style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Admin
Admin
Admin
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

index_box
Code:
<div style="margin:auto;text-align:center;width:100%"><img src="http://i41.servimg.com/u/f41/17/51/96/70/20120910.gif" width="270" ,="" height="36" style="padding: 2px;border: 1px solid #f0f0f0;border-bottom: 2px solid #ccc;-webkit-border-radius: 5px;"><img src="http://i41.servimg.com/u/f41/17/51/96/70/20121011.gif" width="270" ,="" height="36" style="padding: 2px;border: 1px solid #f0f0f0;border-bottom: 2px solid #ccc;-webkit-border-radius: 5px;"></div>





<div class="main">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
  <div class="boxfmvi">
      <div class="main-head">
                  <div class="page-title"><center>{catrow.tablehead.L_FORUM}</center></div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
       
            <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr>
                  <td class="tcl">
                    <fieldset style="border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>
                                                          <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle"><font size="2" color="#000000" style="text-shadow: 0px 0px 1px rgb(165, 214, 141), 0px 0px 0px rgb(165, 214, 141), 0px 0px 1px rgb(165, 214, 141);">{catrow.forumrow.FORUM_NAME}</font></a></h{catrow.forumrow.LEVEL}>
                                                          <br /></legend>
                                                         
                    {catrow.forumrow.FORUM_DESC}
                 
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                                                          </fieldset>
                  </td>
             
                  <td class="tcr">
                                                  <div align="right" style="margin: 10px;">
                   
                    <!-- BEGIN switch_topic_title -->
                                                    <p style="text-align:left" class="smallfont"><img src="http://i36.servimg.com/u/f36/15/86/65/76/icon110.gif"><a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}"><b>{catrow.forumrow.LATEST_TOPIC_NAME}</b></a><br /></p>
                    <!-- END switch_topic_title -->
                    {catrow.forumrow.USER_LAST_POST}
                                                    </div>
                                                      <div align="center" style="border-style: dotted dotted dotted solid; border-color: rgb(153, 153, 153) rgb(153, 153, 153) rgb(153, 153, 153) rgb(153, 153, 153); border-width: 1px 1px 1px 1px; padding: 3px; margin: 5px 10px;" class="smallfont">» Chủ đề:<font color="blue">
                                                        <b> {catrow.forumrow.TOPICS}</b></font> |  » Số Bài:<font color="red"><b> {catrow.forumrow.POSTS}</b></font></div>
                   
                  </td>
              </tr>
  <!-- END forumrow -->

  <!-- BEGIN tablefoot -->
            </tbody>
        </table>
      </div></div>
  <!-- END tablefoot -->
<!-- END catrow -->
</div>

ryohary
ryohary
ryohary
Danh hiệu[Mod] Bản Tin Tổng Hợp

[Mod] Bản Tin Tổng Hợp

cái này để làm j`

Admin
Admin
Admin
Danh hiệu[Admin] Điều Hành Quyền Lực Tối Cao

[Admin] Điều Hành Quyền Lực Tối Cao

skin diễn đàn này

nh0xpr00kute
nh0xpr00kute
nh0xpr00kute
Danh hiệu[Smod] Quản Trị Viên Cao Cấp

[Smod]  Quản Trị Viên Cao Cấp

cái này hay nè  Very Happy 

nh0xpr00kute
nh0xpr00kute
nh0xpr00kute
Danh hiệu[Smod] Quản Trị Viên Cao Cấp

[Smod]  Quản Trị Viên Cao Cấp

2 năm rồi mới quay lại diễn đàn Question

Sponsored content
Sponsored content
Danh hiệu


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


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

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

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

 
  • Free forum | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất
  • Copyright© PunBB. GamePri All rights reserved.
    (Liên Hệ: Facebook). (Yahoo : meomap93_1812@yahoo.com)