You are not connected. Please login or register

Xem chủ đề cũ hơn Xem chủ đề mới hơn Go down Thông điệp [Trang 1 trong tổng số 1 trang]

Mr.Hiểu

1[Skin] HeyHey NeW 04/11/2013 Empty [Skin] HeyHey NeW 04/11/2013 Fri Nov 08, 2013 9:01 am

Mr.Hiểu
Mr.Hiểu Thành Viên Gắn Bó

Bài Viết : 379

Tài sản : 1741

Uy tín : 349

Sinh Nhật : 09/11/1986

Phương châm : Chúc một ngày tốt lành

demo: [You must be registered and logged in to see this link.]
index_body:hide! 

https://game8.forumvi.net
Mr.Hiểu

2[Skin] HeyHey NeW 04/11/2013 Empty Re: [Skin] HeyHey NeW 04/11/2013 Fri Nov 08, 2013 9:02 am

Mr.Hiểu
Mr.Hiểu Thành Viên Gắn Bó

Bài Viết : 379

Tài sản : 1741

Uy tín : 349

Sinh Nhật : 09/11/1986

Phương châm : Chúc một ngày tốt lành

head:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  <!-- BEGIN switch_compat_meta -->
  <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  <!-- END switch_compat_meta -->
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META_FAVICO}
  {META}
  {META_FB_LIKE}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="{JQUERY_PATH}" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

  <!-- BEGIN switch_fb_login -->
  <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  <!-- END switch_fb_login -->

  <!-- BEGIN switch_ticker -->
  <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  <!-- END switch_ticker -->

  <!-- BEGIN switch_ticker_new -->
  <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
        case 'top' :
            slid_vert = true;
            break;

        case 'left':
            break;

        case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

        case 'right':
            auto_dir = 'prev';
            break;

        default:
            slid_vert = true;
      }

      $(document).ready(function() {

        var width_max = $('ul#fa_ticker_content').width();
        var width_item = Math.floor(width_max / {switch_ticker.SIZE});

        if (width_max > 0)
        {
            $('#fa_ticker_content').css('display','block');

            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
              if ($(this).width() > width_item)
              {
              var ratio      = $(this).width() / width_item;
              var new_height = Math.round($(this).height() / ratio);
              $(this).height(new_height).width(width_item);
              }
            });

            if (slid_vert)
            {
              var height_max = h_perso;

              $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                    height_max = $(this).height();
                  }
              } );

              $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
              $('ul#fa_ticker_content li').height(height_max);
            }

            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
              wrap: 'circular',
              auto: {switch_ticker.STOP_TIME},
              auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
        }
        else
        {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
        }
      });
  //]]>
  </script>
  <!-- END switch_ticker_new -->

  <script type="text/javascript">
  //<![CDATA[
  $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
        if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
        report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
        if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
        ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
      <!-- END switch_ticker -->
  });

  <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  <!-- END switch_login_popup -->

  <!-- BEGIN switch_login_popup -->
  $(document).ready( function() {
      $(window).resize(function() {
        var windowWidth = document.documentElement.clientWidth;
        var popupWidth = $("#login_popup").width();
        var mypopup = $("#login_popup");

        $("#login_popup").css({
        "left": windowWidth/2 - popupWidth/2
            });
      });
  });
  <!-- END switch_login_popup -->
  //]]>
  </script>
  {GREETING_POPUP}
  <!-- BEGIN switch_ticker_new -->
  <style>
  .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
  }

  .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
  }

  .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
  }
  </style>
  <!-- END switch_ticker_new -->
  {HOSTING_JS}
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);
  _gaq.push(['_trackPageLoadTime']);

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

    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
</head>

<body>
  <!-- BEGIN hitskin_preview -->
  <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
        <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
        </p>
      </div>
  </div>
  <!-- END hitskin_preview -->

  <!-- BEGIN switch_login_popup -->
  <div id="login_popup" class="module main">
      <div id="login_popup_title" class="main-head">
        <div class="h3">{SITENAME}</div>
      </div>
      <div class="main-content">
        {LOGIN_POPUP_MSG}
        <div id="login_popup_buttons">
            <form action="{S_LOGIN_ACTION}" method="get">
              <input type="submit" class="button2" value="{L_LOGIN}" />
              <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
              <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
            </form>
        </div>
      </div>
  </div>
  <!-- END switch_login_popup -->

  <div class="topheader">
          <div class="inner">
            <div class="topleftmenu">
              <img src="http://i55.servimg.com/u/f55/18/58/25/24/coolte10.png" style="position: absolute;left: 25px;top: 5px;" alt="Diễn Đàn HeyHey"/>
              <a target="_top" href="/">Trang chủ</a>
              <a target="_top" href="/forum">Diễn đàn</a>
              <a target="_top" href="/memberlist">Thành Viên</a>
              <a target="_blank" href="/groups">Nhóm</a>
              <a style="background-color: #83B81A;" target="_blank" rel="nofollow" href="/f3-">Game Online</a>
            </div>
            <div class="toprightmenu">
              <!-- BEGIN switch_user_logged_out -->
              <a target="_blank" href="/login">Đăng Nhập</a>
              <a target="_blank" href="/register">Đăng kí</a>
              <!-- END switch_user_logged_out -->
              <!-- BEGIN switch_user_logged_in -->
              <a target="_blank" href="/profile?mode=editprofile">Lý Lịch</a>
              <a target="_blank" href="/login?logout">Thoát</a>
              <!-- END switch_user_logged_in -->
            </div>
            <hr class="clear"/></div></div>
  <a id="top" name="top" accesskey="t"></a>
  <div class="minwidth_IE">
    <div class="layout_IE">
      <div class="container_IE">
        <div class="vipthoiroi">
          <div id="leftCol">
            <h4 class="navHeader">
              <a href="/forum"><div class="clearfix"><div class="lfloat">Like Facebook</div></div></a>
            </h4>
            <ul class="uiSideNav mts mbm nonDroppableNav" data-gt="{"nav_items_count":"4","nav_section":"pagesNav"}">
              <ul class="uiSideNav mts mbm nonDroppableNav" data-gt="{"nav_items_count":"4","nav_section":"pagesNav"}">
                <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FHeyHey24h%3Fref%3Dhl&width=200&height=62&colorscheme=dark&show_faces=false&header=false&stream=false&show_border=false&appId=568391059888612" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:62px;" allowtransparency="true"></iframe>
              </ul></ul>   
            <h4 class="navHeader"><a href="/forum">
              <div class="clearfix"><div class="lfloat">Ứng Dụng</div></div></a></h4>
            <ul class="uiSideNav mts mbm nonDroppableNav" data-gt="{"nav_items_count":"4","nav_section":"pagesNav"}">
              <li class="sideNavItem stat_elem">
                <img src="http://i49.tinypic.com/y00fp.png"/><a href="/h8-page">Vẽ ChiBi</a></li>
              <li class="sideNavItem stat_elem"><img src="http://i49.tinypic.com/y00fp.png"/><a href="/#">Game flash</a></li>
              <li class="sideNavItem stat_elem"><img src="http://i49.tinypic.com/y00fp.png"/><a href="/#">Upload Ảnh</a></li>
              <li class="sideNavItem stat_elem"><img src="http://i49.tinypic.com/y00fp.png"/><a href="/h9-page">Mã Hóa HTML</a></li>
              <li class="sideNavItem stat_elem"><img src="http://i49.tinypic.com/y00fp.png"/><a href="/h7-page">Photoshop</a></li></ul>
            <h4 class="navHeader"><a href="/forum">
              <div class="clearfix"><div class="lfloat">Hỗ Trợ YM! 1</div></div></a></h4>
            <ul class="uiSideNav mts mbm nonDroppableNav" data-gt="{"nav_items_count":"4","nav_section":"pagesNav"}"><p align="center"><a href="ymsgr:sendim?hack_bongdem"><img src="http://opi.yahoo.com/online?u=hack_bongdem&m=g&t=14" height="70" width="90"/></a></p></ul>
            <ul class="uiSideNav mts mbm nonDroppableNav" data-gt="{"nav_items_count":"4","nav_section":"pagesNav"}"><h4 class="navHeader"><a href="/forum">
              <div class="clearfix"><div class="lfloat">Hỗ Trợ YM! 2</div></div></a></h4><p align="center"> <a href="ymsgr:sendim?hack_bongdem"><img src="http://opi.yahoo.com/online?u=hack_bongdem&m=g&t=14" height="70" width="90"/></a></p></ul></div>
          <div class="pun">
              <!-- BEGIN switch_ticker_new -->
              <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                    <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                          <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                          </ul>
                        </div>
                    </div>
                  </div>
              </div>
              <!-- END switch_ticker_new -->

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

              <div id="page-body">
                  <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                    <div id="outer-wrapper">
                        <div id="wrapper">
                          <div id="container">
                              <div id="content">
                                <div id="{ID_LEFT}">
                                    <!-- BEGIN giefmod_index1 -->
                                    {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                    <!-- END giefmod_index1 -->
                                </div>
                                <div id="main">
                                    <div id="main-content">

<!-- BEGIN html_validation -->
                                    </div>
                                </div>
                              </div>
                          </div>
                        </div>
                    </div>
                  </div>
              </div>
            </div>
        </div>
      </div>
  </div>
</body>
</html>
<!-- END html_validation -->
css
Code:
.khung2{-moz-border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);-ms-border-radius:3px;-ms-box-shadow:0 1px 2px rgba(0,0,0,0.1);-o-border-radius:3px;-o-box-shadow:0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);background:url(http://i1205.photobucket.com/albums/bb427/LoveStudio/9xstudio/box.gif);border:1px solid #dfdfdf;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,0.1);margin-left:10px;padding:10px;position:relative}
.box-name{background:#454545 url(http://i34.servimg.com/u/f34/17/84/20/51/bg-hea10.png) center top repeat-x;color:#FFF;margin:-6px -6px 0;padding:10px;text-align:center}.box-name .hierarchy a{color:#FFF}.box-name .hierarchy a:hover{color:#FFF}.rank1{border-bottom:1px solid #DDD;margin:-10px -10px 10px;padding:10px}.rank3{border-top:1px solid #DDD;margin:5px -10px -10px;padding:5px}.khung dd,.khung dt{float:left;height:1.6em;line-height:1.6em}.khung dt{width:75px}.khung dd{width:110px}.lasperpet{border:13px dashed #666;border-bottom-color:transparent;border-left:none;border-left-color:transparent;border-right-style:solid;border-top-color:transparent;left:-13px;position:absolute;top:38px}.profile_box{background:#fff;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.1);display:none;margin-left:163px;margin-top:2px;position:absolute;width:377px;z-index:1}
.coin{color:blue;font-weight:700}
.page-title h2{color:#FFF;font-size:12px;font-weight:700}
.main .main-foot,.main .main-head{-webkit-box-shadow:0 1px #193776,0 2px 1px rgba(25,55,118,.4);
  background-color:#31353E!important;box-shadow:0 1px #193776,0 2px 1px rgba(25,55,118,.4)}

.leftStats{float:left;margin-left:-71px;vertical-align:middle;width:60px}
.rightStats{border-left:2px solid #CFC9C9;margin:5px 10px 5px 70px;min-height:50px;padding-left:10px;
  width:858px}.starsTitle{background-color:#BFBFBF;border:1px solid #989898;color:#F8FF04;
  font-family:Comic Sans MS;font-variant:small-caps;font-weight:700;padding:5px;
  text-shadow:1px 1px 1px #000}.topheader{background-color:#31353E!important;color:#FFF;
  display:block;font-family:Arial, Helvetica, sans-serif;font-size:14px;height:40px;left:0;
  overflow:hidden;position:fixed;text-align:center;text-transform:none;top:0;vertical-align:top;
  width:100%;z-index:999}.topheader .inner{color:#FFF;font-family:Arial, Helvetica, sans-serif;
  font-size:14px;height:40px;margin-left:200px;margin-right:auto;width:1000px}

.topheader .inner .topleftmenu a:hover,.toprightmenu a:hover{background-color:#292929}
.topheader .inner .topleftmenu{display:inline-block;float:left}
.topheader .inner .topleftmenu a,.toprightmenu a{color:#FFF;display:inline-block;padding:12px;
  text-decoration:none;text-shadow:1px 1px 0 #121212}body{background:#E9EAED!important}
.sideNavItem img{margin-left:-20px;position:absolute}a{text-decoration:none}
.imgWrap{float:left;margin-left:-22px;margin-top:-1px}
.uiSideNav .item .imgWrap{width:18px}.sx_2c1443{background-position:0 -273px}
.sp_3f9pes{background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yc/r/FvX-kDAwiOF.png);
  background-repeat:no-repeat;background-size:auto;display:inline-block;height:16px;width:16px}
.uiSideNavCount{-moz-border-radius:2px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
  -webkit-border-radius:2px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
  background:linear-gradient(tobottom,#3e485e0%,#323a4d100%);
  border-radius:2px;border-top:1px solid #505a63;box-shadow:0 1px 2px rgba(0,0,0,.4);
  color:#bfc5d2;left:170px!important;padding:0 4px 2px;position:absolute!important;text-align:center;
  text-shadow:0 1px 0 rgba(0,0,0,.6);z-index:9}.vipthoiroi{margin-top:40px;min-width:1060px}
#leftCol{background:#31353E!important;display:block;float:left;height:100%!important;left:0!important;
  overflow-x:hidden!important;position:fixed!important;width:202px!important}.pun{float:none!important;
  margin-left:213px!important;margin-right:10px;min-width:830px;width:930px}
.navHeader,.navHeader a{color:#9094a6!important;font-size:9px;font-weight:700;
  margin-top:12px;text-shadow:0 1px 1px #232732!important}
.navHeader{background-image:linear-gradient(top,#464e61,#434b5e);
  border-bottom:1px solid #242a37;border-top:1px solid #555c6e;padding:5px 0 5px 10px !important}
.uiSideNav li{background:transparent!important;border:0!important;padding:9px 7px 7px 32px !important}
#leftCol a{color:#c5cddb!important;font-size:11px;text-shadow:0 1px 1px #171a22}

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

https://game8.forumvi.net
CJ7

3[Skin] HeyHey NeW 04/11/2013 Empty Re: [Skin] HeyHey NeW 04/11/2013 Mon Dec 23, 2013 4:04 pm

avatar
CJ7 Thành Viên Chính Thức

Bài Viết : 29

Tài sản : 174

Uy tín : 0

Sinh Nhật : 28/02/1987

i love it

sican73

4[Skin] HeyHey NeW 04/11/2013 Empty Re: [Skin] HeyHey NeW 04/11/2013 Wed Sep 03, 2014 10:31 am

sican73
sican73 Thành Viên Chính Thức

Bài Viết : 24

Tài sản : 24

Uy tín : 0

Sinh Nhật : 01/10/1973

thank's

FolkBirds

5[Skin] HeyHey NeW 04/11/2013 Empty Re: [Skin] HeyHey NeW 04/11/2013 Fri Nov 11, 2016 5:54 pm

FolkBirds
FolkBirds Thành Viên Mới

Bài Viết : 9

Tài sản : 9

Uy tín : 0

Sinh Nhật : 01/01/1990

thanks

Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 1 trong tổng số 1 trang]

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