Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyTue May 21, 2013 9:03 am wWw.SkinFm.123.St
catkpts
catkpts

catkpts

Designs
Designs
...:!:.Tôi yêu Forumotion.:!:...
default Share Skin đồ họa ver 4 Tue May 21, 2013 9:03 am
Demon nhé : http://dohoa-vn5.forumvi.com/


CSS :


index_body:

index_box :


Vui lòng gi nguồn


trừ : skinfm.123.st , hotrofm.com , tnketnoi



Message reputation : 100% (2 votes)



Được sửa bởi catkpts ngày Tue May 21, 2013 9:15 am; sửa lần 1.



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyTue May 21, 2013 9:04 am wWw.SkinFm.123.St
catkpts
catkpts

catkpts

Designs
Designs
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Tue May 21, 2013 9:04 am
overall_header :
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>
<script type="text/javascript" src="http://codeforumotion.googlecode.com/files/FMvar.js"></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 class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE">
            <div class="pun">
             
             
             
                             
<center><img src=" http://i81.servimg.com/u/f81/18/27/58/17/410_aa10.png  " alt="" width="950"></center>
                                   
                                   
                               
                             


             
             
             
             
             
                           
 
  <div id="navbar">
                <div class="wrapper"><!-- BEGIN switch_user_logged_out -->
                        <div id="account">
                                <ul>
                                  <li class="signin"><a href="/login">Đăng Nhập</a></li>
                                  <li class="signup"><a href="/register">Đăng Kí</a></li>
                                </ul>
                        </div><!-- END switch_user_logged_out -->
                  <!-- BEGIN switch_user_logged_in -->
                        <div id="account">
                                <ul>
                                  <li class="signin"><a href="/profile?mode=editprofile">Lý Lịch</a></li>
                                  <li class="signup"><a href="{U_LOGIN_LOGOUT}">Thoát</a></li>
                                </ul>
                        </div><!-- END switch_user_logged_in -->
                        <div id="quicknav">
                            <ul id="topnav">
                                  <ul>
                                  <li id="button_home">
                                  <a class="active firstlevel" href="/">
                  <span class="last firstlevel">Forum</span>
              </a>
            </li>
                                   
                                    <li id="button_calendar">
                                  <a class="firstlevel" href="/faq">
                  <span class="firstlevel">Trợ Giúp</span>
              </a>
            </li>
            <li id="button_calendar">
                                  <a class="firstlevel" href="{U_MEMBERLIST}">
                  <span class="firstlevel">Thành Viên</span>
              </a>
            </li>
                                   
           
                             
            <li id="button_calendar">
                                  <a class="firstlevel" href="{U_PRIVATEMSGS}" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">
                  <span class="firstlevel">{PRIVATE_MESSAGE_INFO}</span>
              </a>
            </li>
                       
                    <li id="button_demo">
                                  <a class="firstlevel" href="#">
                  <span class="firstlevel">Hồ Sơ Cá Nhân</span>
              </a>
              <ul>
                  <li>
                                                  <a href="/profile?mode=editprofile&page_profil=avatars">
                        <span>Sửa Avatar</span>
                    </a>
                  </li>
                                          <li>
                                                  <a href="/profile?mode=editprofile&page_profil=signature">
                        <span>Sửa Chữ Ký</span>
                    </a>
                  </li>
               
                    </ul>
                  </li>
              </ul>
            </li>
                                          </div>
                                         
                </div>
        </div>
                             
 
  <br><br><br>
 
   
 
   
   
        <div class="boxfmvi main" style="margin: 1em 0;">
                                    <div class="navFMvi main-box">
                                      <p>
                                          <a onclick="history.back(1); return false;" href="#">
                                            <img border="0" alt="Diễn đàn" src="http://i41.servimg.com/u/f41/17/81/61/94/vista-10.png" title="Diễn đàn" />                                            </a> 
                                          <a href="{U_INDEX}">{L_INDEX}</a> {NAV_CAT_DESC}</p>
                                      <p style="color: #3A3A3A; font-weight: bold">
                                          <img src="http://i967.photobucket.com/albums/ae153/ligerv/dpt/navbits_finallink_ltr.gif" /> » ★ « Chào mừng tới Forums Đồ Họa-Vn</p>
                                      <div id="loginFancy" class="main-box">
                                          <!-- BEGIN switch_user_logged_out -->
                                          <form action="/login" method="post" name="form_login">
                                            <div class="user_login_form center">
                                                <p>
                                                  <label>
                                                      <span class="genmed" style="color: #3A3A3A; font-weight: bold">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" style="color: #3A3A3A; font-weight: bold">Ghi nhớ?</span>
                                                  </label>
                                                </p>
                                                <p>
                                                  <label>
                                                      <span class="genmed" style="color: #3A3A3A; font-weight: bold">Mật khẩu :&nbsp;</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>
                                          </form>
                                          <!-- END switch_user_logged_out -->
                                          <!-- BEGIN switch_user_logged_in -->
                                          <span class="logi">
                                            <p style="color:red">{LOGGED_AS}</p>
                                            <p style="color:green">{LAST_VISIT_DATE}</p>
                                            <p style="color:blue">{CURRENT_TIME}</p>
                                          </span>
                                          <!-- END switch_user_logged_in -->
                                      </div>
                                    </div>
                                </div>
   
    <div id="page">
                             
<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>
  </div>
</body>
</html>
<!-- END html_validation -->
 



Message reputation : 100% (2 votes)



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyTue May 21, 2013 9:04 am wWw.SkinFm.123.St
catkpts
catkpts

catkpts

Designs
Designs
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Tue May 21, 2013 9:04 am
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 --> | <!-- 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>

<div style="width: 1000px;margin: 0 auto;padding-top:30px;padding-bottom:30px;">
 
 
 
 
  <div class="end">
<ul>

  <li>
    <a rel="bookmark" href="/">Trang Chủ</a>
  </li>
  <li>
    <a rel="bookmark" href="/faq">Hổ Trợ</a>
  </li>
  <li>
    <a rel="bookmark" href="/">Liên Hệ</a>
  </li>
  <li id="edit-ChúTề">
   
    <a>Thems Edit By <font color="GOLD">Chú Tề</font></a>
   
  </li>

</ul>
</div>
 
 
 
 
</div>














Message reputation : 100% (2 votes)



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyTue May 21, 2013 9:11 am wWw.SkinFm.123.St
Admin
Admin

Admin

•—Ban Quản Trị ♥
•—Ban Quản Trị ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Tue May 21, 2013 9:11 am
Like



Message reputation : 100% (1 vote)



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyThu May 23, 2013 12:22 pm wWw.SkinFm.123.St
Bá Đạo
Bá Đạo

Bá Đạo

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Thu May 23, 2013 12:22 pm
xem



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyThu May 23, 2013 12:43 pm wWw.SkinFm.123.St
Angel Boy
Angel Boy

Angel Boy

Moderators
Moderators
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Thu May 23, 2013 12:43 pm
xem



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyThu Oct 03, 2013 7:51 am wWw.SkinFm.123.St
Dungkinggame
Dungkinggame

Dungkinggame

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Thu Oct 03, 2013 7:51 am
xem



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptySun Oct 06, 2013 8:33 pm wWw.SkinFm.123.St
npsuperman
npsuperman

npsuperman

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Sun Oct 06, 2013 8:33 pm
thanks



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyFri Oct 11, 2013 7:52 pm wWw.SkinFm.123.St
*๖ۣۜ Mr-๖ۣۜ Hải*
*๖ۣۜ Mr-๖ۣۜ Hải*

*๖ۣۜ Mr-๖ۣۜ Hải*

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Fri Oct 11, 2013 7:52 pm
xem laughing



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptyFri Feb 21, 2014 10:25 am wWw.SkinFm.123.St
lilkhangvn
lilkhangvn

lilkhangvn

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Fri Feb 21, 2014 10:25 am
xemmmmmmmmmmmmm



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptySun Apr 27, 2014 5:24 pm wWw.SkinFm.123.St
hóng-er
hóng-er

hóng-er

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Sun Apr 27, 2014 5:24 pm
xem



Bài gửiThời gian: Share Skin đồ họa ver 4 EmptySun Aug 09, 2015 12:35 pm wWw.SkinFm.123.St
Ios_Sword
Ios_Sword

Ios_Sword

Thành Viên ♥
Thành Viên ♥
...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4 Sun Aug 09, 2015 12:35 pm
xem



Bài gửiThời gian: Share Skin đồ họa ver 4 Empty wWw.SkinFm.123.St
Sponsored content

Sponsored content

...:!:.Tôi yêu Forumotion.:!:...
default Re: Share Skin đồ họa ver 4


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]

Bình luận về bài viết

Bạn cần để bình luận về bài viết


Nếu chưa có tài khoản bạn vui lòng tài khoản

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


Mở Thêm Text link
Thủ Gọn Text link