profile's cover

Admin
Admin
Admin
Admin

Tổng số bài gửi : 37

Join date : 03/11/2013

Age : 34

Đến từ : Nam Định

Skin game Vua Hải Tặc
Post n°
DEMO
Skin game Vua Hải Tặc  Vht10

overall_header
Code:
<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="headers">
      <!-- top menu -->
<div class="menu">
  <ul class="">
        <!-- BEGIN switch_user_logged_in -->
    <li><a href="/">Trang Chủ</a></li>
    <li><a href="{U_PRIVATEMSGS}">Hòm Thư</a></li>
    <li><a href="/profile?mode=editprofile">Lý Lịch</a></li>
        <li class="lg">
        <a href="javascript:void(0);" target="_self" class="lg"></a>
        </li>
        <li><a href="/profile?mode=editprofile&page_profil=signature">Đổi Chữ Ký</a></li>
        <li><a href="/profile?mode=editprofile&page_profil=avatars">Đổi Avatar</a></li>
        <li><a href="{U_LOGIN_LOGOUT}">Thoát</a></li>
        <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    <li><a href="/">Trang Chủ</a></li>
    <li><a href="/">Tâm Sự</a></li>
    <li><a href="/">Giải Trí</a></li>
        <li class="lg">
        <a href="javascript:void(0);" target="_self" class="lg"></a>
        </li>
    <li><a href="/">Truyện Cười</a></li>
        <li><a href="/register?agreed=true&step=2">Đăng Ký</a></li>
        <li><a href="/login">Đăng Nhập</a></li>
        <!-- END switch_user_logged_out -->
                      </ul>
  </div>      <!-- end top menu -->
  </div>
  <div class="minwidth_IE">
    <div class="layout_IE">
    <div class="container_IE">                         
              <div class="phananh"></div>
          <div class="clear"></div>       
          </div>
        </div>
                <div id="wrapper1">
          <div class="pun">
          <div class="pun2">         
                    <div id="pun-head"></div>
              <!-- BEGIN switch_ticker_new -->
              <div id="fa_ticker_block" style="padding-top:4px;">
                <div class="module main">
                    <div class="main-content clearfix">
                      <div id="fa_ticker_container">
                          <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
                            <!-- BEGIN ticker_row -->
                            <li>{switch_ticker.ticker_row.ELEMENT}</li>
                            <!-- END ticker_row -->
                          </ul>
                      </div>
                    </div>
                </div>
              </div>
              <!-- END switch_ticker_new -->

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

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

<!-- BEGIN html_validation -->
                                  </div>
                                </div>
                            </div>
                          </div>
                      </div>
                    </div>
                </div>
              </div>
          </div>
        </div>
    </div>
  </div>
</body>
</html>
<!-- END html_validation -->
index_body
Code:
{JAVASCRIPT}
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- END giefmod_index1 -->
<!-- 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> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {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}&nbsp;:&nbsp;{GROUP_LEGEND}</p>

      </div>
      <!-- BEGIN switch_chatbox_activate -->
      <div id="onlinechat">
        <p class="page-bottom">
        {TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp;
        {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> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {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">
http://<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
http://]]>
</script>
<!-- END switch_fb_index_login -->
index_box
Code:
<style>
#smallrum{padding: 0.4em 1em;margin: 3px 1px;
width: 540px ;font-size:0px}
#smallrum a img{vertical-align: middle; margin-right: 6px;margin-top:-10px;display:inline-block}
#smallrum a.gensmall {
display: inline-block;
text-align: left;margin:2px 0px;
width:162px;font: 13px Tahoma
}
#smallrum a.gensmall:hover {
color:#879e2b;
}
.pun .forumtitle{display:inline-block;margin-bottom:5px}
.pun .phutu2{padding-right:10px;font: 12px Arial}
.pun .phutu2 a[href*="u"]{float:left}
.pun a[href=""]:before {
content:"Chưa có bài viết";
font:12px Arial;
color:#333;
cursor: default;
}
.pun a[href=""] img {display:none}
    .pun table.table td {
background-color: #fff;
border: 1px #B0AEAE solid;
border-width: 1px;
line-height: 130%;
}
</style>
<div class="main" id="main1">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <div class="main-head">
        <center><div class="page-title"><b><font size="3" color="#ffffff">{catrow.tablehead.L_FORUM}</font></b></div></center>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
                        <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr href="{catrow.forumrow.U_VIEWFORUM}">
                  <td class="tcl" style="padding-left:30px;padding-right:20px;"><div style="min-height:40px;max-width:730px;min-width:360px">
                    <span class="status" style="margin-left:-15px;margin-top:8px">
                    </span>
                    <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                    <br />
                    {catrow.forumrow.FORUM_DESC}
                   
                    <div id="smallrum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</div>
                  </td>
<td class="tcr">
                    <span>
                    <!-- BEGIN switch_topic_title -->
                      <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}" style="font:bold 12px Verdana"><img src="http://i74.servimg.com/u/f74/16/18/15/10/1106.png" style="float:left;margin-right:4px"/>{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                    <!-- END switch_topic_title -->
                    <div class="phutu2" align="right">{catrow.forumrow.USER_LAST_POST}</div>
                    </span>
                  </td>

                  <td class="tc2">{catrow.forumrow.TOPICS}</td>
                  <td class="tc3">{catrow.forumrow.POSTS}</td>
                                </tr>
  <!-- END forumrow -->

  <!-- BEGIN tablefoot -->
            </tbody>
        </table>
      </div>
  <!-- END tablefoot -->
<!-- END catrow -->
</div>
overall_footer_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>
                  <!-- BEGIN switch_footer_links -->
                  <ul>
                    <li>
                        <!-- BEGIN footer_link -->
                          <!-- BEGIN switch_separator -->&nbsp;|&nbsp;<!-- 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">
http://<![CDATA[
FB.init({
  appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
http://]]>
</script>
<!-- END switch_facebook_login -->

<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
http://<![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();
  } );
} );
http://]]>
</script>
<!-- END switch_facebook_logout_TMP -->

<script type="text/javascript">
http://<![CDATA[
  fa_endpage();
http://]]>
</script>
<center>
<font color="#00569c">Copyright © 2013 by </font><a href="http://skin.ace.st"><b><font color="red">skin.ace.st</font></b></a> - <font color="#00569c">Design by </font><font color="red"><b>Phan Tuấn Anh</b></font>
<br/>
<a href="http://skin.ace.st"><b><font color="red">skin.ace.st </font></b></a><font color="#00569c">được xây dựng bởi tất cả các thành viên. Mọi trích dẫn yêu cầu ghi rõ nguồn gốc</font>
</center>
</body>
</html>
Css
Code:
.pun {
background: #f7bd5e;
border-radius: 3px;
margin-top: -90px;
padding: 5px;
width: 1035px;
}
.pun2 {
background: #ffffff;
border-radius: 3px;
color: #000;
line-height: 130%;
margin: 0 auto;
min-width: 700px;
padding: 10px;
width: 98%;
}
body {
background: url(http://i83.servimg.com/u/f83/18/35/37/29/conten10.jpg) repeat-x center top fixed;;
color: #000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px; 
line-height: 130%;
}
.phananh {
margin: auto;
margin-top: -24px;
background: url(http://i83.servimg.com/u/f83/18/35/37/29/conten10.png) no-repeat;
width: 1285px;
height: 122px;
z-index: 0;
position: relative;
}
#headers {
width: 100%;
margin: auto;
height: 457px;
background: url(http://i83.servimg.com/u/f83/18/35/37/29/header10.jpg) center no-repeat;
}
.menu {
float: left;
width: 100%;
height: 159px;
background: url(http://i83.servimg.com/u/f83/18/35/37/29/menu10.png) center no-repeat;
}
#headers ul {
font-family: Tahoma,Geneva,sans-serif;
font-size: 15px;
height: 105px;
list-style-type: none;
margin: -11px 0 0 144px;
padding: 0;
}
#headers ul li {
float: left;
height: 44px;
position: relative;
width: 120px;
display: inline;
}
#headers ul li.lg {
width: 240px;
}
#headers ul li a {
color: #F6EE8D;
display: block;
float: left;
font-weight: bold;
height: 30px;
line-height: 40px;
padding: 10px 13px 12px 17px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0 #663625;
width: 125px;
}
.main .main-head, .header, .posthead {
background: #f5f2d0;
background-image: url(http://i81.servimg.com/u/f81/14/65/61/19/untitl20.png);
border: 1px solid #f5f2d0;
color: #333;
font-size: 12px;
font-weight: 700;
padding: 10px;
}
a:link,a:active,a:visited {
text-decoration: none;
}
a:hover{
text-decoration: none !important;
}
.thugonlink {
overflow: hidden;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
width: 360px;
}
/*kick thước rank*/
.rank2 img{
  width: 160px;
  height: 45px;
}
/* link nghiêng */a:hover{color:#090;text-decoration:none;font-style:italic;text-shadow:black 3px 3px 5px}
/* Giới hạn kích cỡ avatar */
.user-basic-info a img {
background: white;
border: 1px solid #CBCBCB;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
margin: 5px auto;
padding: 2px;
width: 135px;
}
/*nền box*/
.pun .main-content , .pun table.table td , #onlinelist , #stats {
background-image: url(http://i81.servimg.com/u/f81/18/29/76/99/bg101010.png);
}
/*Kick thước ảnh*/
.postbody img{max-width:650px!important;}
/*Đóng khung rank*/
.rank2 { background:#00000; border-left: 1px #0099FF dotted; border-right: 1px #0099FF dotted; border-top: 1px #0099FF dotted; border-bottom: 1px #0099FF dotted; padding: 3px; margin-bottom: 2px;width: 180px; }
.rank3 { background:#00000; border-left: 1px #0099FF dotted; border-right: 1px #0099FF dotted; border-top: 1px #0099FF dotted; border-bottom: 1px #0099FF dotted; padding: 3px; margin-bottom: 2px;width: 140px; }
/* Số trang - paging */
.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://i81.servimg.com/u/f81/18/29/76/99/right10.png) no-repeat scroll 100% center transparent;height:10px;width:10px}
.sprite-arrow_prosilver_left{background:url(http://i81.servimg.com/u/f81/18/29/76/99/left10.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}
/* Đóng khung Avatar*/
.eazy-avatar:after {border-color: transparent transparent #3DBBFF;border-style: solid;border-width: 10px;content: "";display: block;height: 0;left: 30px;position: absolute;top: -20px;width: 0;}.eazy-avatar {background: none no-repeat scroll right top #FFFFFF;border: 2px solid #3DBBFF;box-shadow: 0 0 1em #B6B6B6;min-height: 100%;position: relative;width: 140px;}.eazy-avatar {background: none repeat scroll 0 0 #FFFFFF;float: left;margin: 5px;padding: 3px;transition: all 0.3s ease 0s;}
/* Đóng khung bài viết*/
.khungbv {
background-color: #FFFFFF;
background-image: url(http://teentrucninh.info/images/styles/habi/vietfriend.png);
background-position: top right;
background-repeat: no-repeat;
border: double #0077FF;
padding: 5px;
border-width: 1px;
margin: 1px 1px;
}
/*Khuyến cáo ở khung trả lời*/
#text_editor_textarea {
    background: url("http://i81.servimg.com/u/f81/18/29/76/99/bgd_no10.gif") no-repeat scroll center center transparent;
}

 select, textarea {
    border-width: 1px;
}
/* đóng khung trong view */
.phantuananh {
  margin-left: 18px;
background-color: #ffffff;
border: 1px solid #dfdfdf;
color: #3a3a3a;
margin-top: 2px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 3px;
padding-top: 3px;
text-align: left;
width: 154px;
 }
/*Avatar xoay*/
.avatarxt img {
background-color: #FFFFFF;
max-width:143px;
border-radius:5px;
margin:1px 3px 3px 1px;
padding:3px;
border:1px solid #d4d4d4;
box-shadow: 3px 3px 3px #8A8A8A;}
.avatarxt img:hover {
transition: all 3s ease;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
position:relative; }

/*Icon trước nick*/
span[style="color:#FF0000"]:before{content: url(http://i81.servimg.com/u/f81/18/29/76/99/sadmin10.gif);padding-right:2px;}
span[style="color:#0077FF"]:before{content: url(http://i81.servimg.com/u/f81/18/29/76/99/smd1010.gif);padding-right:2px;}
span[style="color:#FF4500"]:before{content: url(http://i81.servimg.com/u/f81/18/29/76/99/mod1010.gif);padding-right:2px;}
span[style="color:#FCDC0F"]:before{content: url(http://i81.servimg.com/u/f81/18/29/76/99/v1010.gif);padding-right:2px;}
span[style="color:#009900"]:before{content: url(http://i81.servimg.com/u/f81/18/29/76/99/star1010.gif);padding-right:2px;}
span[style="color:#FF00CC"]:before{content: url(http://c1img.cyworld.co.kr/img/mall/effect2/nameicon/nameicon_149209.gif);padding-right:2px;}
span[style="color:#B10EE8"]:before{content: url(http://www.servimg.com/u/f83/18/23/08/73/icon10.gif);padding-right:2px;}
/*Css Lasttopic*/
a{text-decoration:none}
    a.mainmenu{font: 14px bold Verdana,Arial,Helvetica,sans-serif;
      font-weight: bold!important;}
    .tborder {
    background: #C6D7E9;
    color: black;
    }#postmenu_445{
      font-size: 14pt;}
    .smallfont {
    font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_option
    {padding: 3px 6px 3px 6px;
   
      background: #fff;
      color: #000;
      font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      white-space: nowrap;
      cursor: pointer;
    }

    .thead {
    background: #E0E8F1 url(http://i45.servimg.com/u/f45/16/75/78/56/highli10.png) repeat-x 0 -1px;
    color: #567BA0;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    td.thead, th.thead, div.thead {
    padding: 4px;
    }
  .alt2zja, .alt2Activezja {
      padding:6px;
    background: white url(http://i45.servimg.com/u/f45/16/75/78/56/row_gr10.png);
    color: black;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    }
    .alt1, .alt1Active {
      padding:6px;
    background: white url(http://i45.servimg.com/u/f45/16/75/78/56/row_gr10.png);
    color: black;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    }
    .alt1zja, .alt1Activezja {
      padding:6px;
    background: white url(http://i45.servimg.com/u/f45/16/75/78/56/row_gr10.png);
    color: black;
    background-repeat: repeat-x !important;
    background-position: 0 100% !important;
    }
Rip by Phan Tuấn Anh