ForumssearchcalendarnhómTin nhắn riêngHelplý lịch
  • Trang ChínhTrang Chính  
  • Tìm kiếmTìm kiếm  
  • Latest imagesLatest images  
  • Đăng kýĐăng ký  
  • Đăng NhậpĐăng Nhập  

  • 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]

    Bài viết: 1Skin blue  Empty Skin blue 12/7/2012, 17:18

    Admin<br />

    Admin
    Admin
    Admin
    Loading
    demo: http://thanh361.forumvi.com/
    skin rip đầu tay: tặng các bạn
    Skin blue  367196f5ef54b45b750a2d32a7b394b0_51426879.1
    Skin blue  Fc2fb2e1aeac6c887946a0430a94025f_51426883.2
    punbb:


    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="stylesheet" type="text/css" media='screen,print' href="http://www.ipbforumskins.com/skindemo/public/min/index.php?ipbv=650da1cb1cfc3aa57ef2136b1fa7b0a9&f=public/style_css/css_8/ipb_help.css,public/style_css/css_8/ipb_common.css,public/style_css/css_8/ipb_styles.css,public/style_css/css_8/calendar_select.css" />
       

    <!--[if lte IE 7]>
       <link rel="stylesheet" type="text/css" title='Main' media="screen" href="http://www.ipbforumskins.com/skindemo/public/style_css/css_8/ipb_ie.css" />
    <![endif]-->
    <!--[if lte IE 8]>
       <style type='text/css'>
          .ipb_table { table-layout: fixed; }
          .ipsLayout_content { width: 99.5%; }
       </style>
    <![endif]-->
      <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 -->
       
       <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 id='ipboard_body'>
          <p id='content_jump' class='hide'><a href='#j_content' title='Jump to content' accesskey='m'>Jump to content</a></p>
          <div id='ipbwrapper' class='wrapper'>
             <!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->         
                   

             <!-- ::: BRANDING STRIP: Logo and search box ::: -->
             <div id='branding'>
                    <div id='logo'>
                       
                            <a href='' title='Go to community index' rel="home" accesskey='1'><img src='http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/logo.png' alt='Logo' /></a>
                       
                    </div>
                 
             </div>
               
                <div class='content'><div id='left_col'>
                <span id='navigationToggle'></span>
                   <div id='left_col_top'>
                        <!-- ::: APPLICATION TABS ::: -->
          <div id='primary_nav' class='clearfix'>
                    <ul class='ipsList_inline' id='community_app_menu'>
                       
                            <li id='nav_home' class='left'><a href='#' title='Homepage' rel="home"><img src="http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/menu_icon.gif" alt="" class="nav_icon" /> Home</a></li>
                       
                       
                                   
          
             
             
          

             
             <li id='nav_app_forums' class="left active"><a href='#' title='Go to Forums' >Forums</a></li>
          

             
             <li id='nav_app_members' class="left "><a href='/memberlist' title='Go to Members' >Members</a></li>
          

             
             <li id='nav_app_calendar' class="left "><a href='/calendar' title='Go to Calendar' >Calendar</a></li>
          

             
             <li id='nav_app_downloads' class="left "><a href='' title='Go to Downloads' >Downloads</a></li>
          

             
             <li id='nav_app_blog' class="left "><a href='' title='Go to Blogs' >Blogs</a></li>
          

             
             <li id='nav_app_nexus' class="left "><a href='' title='Go to Store' >Store</a></li>
          

             
             <li id='nav_app_gallery' class="left "><a href='' title='Go to Gallery' >Gallery</a></li>
          

             
             <li id='nav_app_ccs' class="left "><a href='' title='Go to Pages' >Pages</a></li>
          
       
       
                           
                        <li id='nav_other_apps' style='display: none'>
                            <a href='#' class='ipbmenu' id='more_apps'>More <img src='http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/useropts_arrow.png' /></a>
                        </li>
                    </ul>
             <script type='text/javascript'>
                // if( $('primary_nav') ){ ipb.global.activateMainMenu(); }
             </script>
          </div>

                    </div>
                    <div id='main_content' class='clearfix'>
               
                <div id='user_bar'>         
               
                <div id='user_navigation' class='not_logged_in'>
                         
                         <ul class='ipsList_inline'>
                            <li>
                               <span class='services'>
                                  
                                  
                                  
                               </span>
                                                                      <a href='/login' title='Sign In' id='sign_in'><img src="http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/user_login.png" alt="" /> Sign In</a>
                            </li>
                            <li>
                                                                      <a href="/register" title='Create Account' id='register_link'><img src="http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/user_register.png" alt="" /> Create Account</a>
                            </li>
                         </ul>
                      </div>
                </div>
                     
    <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>
    <!-- ::: MAIN CONTENT AREA ::: -->
             <div id='content' class='clearfix'>
       <div class="minwidth_IE">
          <div class="layout_IE">
             <div class="container_IE">
                <div class="pun">
                   <div id="pun-head">
                      <div id="pun-navlinks">
                         <ul class="clearfix">
                            <li>{GENERATED_NAV_BAR}</li>
                         </ul>
                      </div>
                   </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="{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 -->


    index box

    Code:
    <div class="main">
    <!-- BEGIN catrow -->
       <!-- BEGIN tablehead -->
          <div class="main-head">
             <div class="page-title">{catrow.tablehead.L_FORUM}</div>
          </div>
          <div class="main-content">
             <table cellspacing="0" class="table">
                <thead>
                   <tr>
                      <th class="tcl">{L_FORUM}</th>
                      <th class="tc2">{L_TOPICS}</th>
                      
                      <th class="tcr">{L_LASTPOST}</th>
                   </tr>
                </thead>
                <tbody class="statused">
       <!-- END tablehead -->

       <!-- BEGIN forumrow -->
                   <tr>
                      <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                         <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                         </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}
                         <!-- BEGIN switch_moderators_links -->
                         <br />
                         {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                         <!-- END switch_moderators_links -->
                         {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                         <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                      </td>
                      <td class="tc2">{catrow.forumrow.TOPICS}  topics <br>{catrow.forumrow.POSTS} replies</td>
                      
                      <td class="tcr">
          <div class="avs"><span>
          <!-- BEGIN switch_topic_title -->
          <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
          <!-- END switch_topic_title -->
          {catrow.forumrow.USER_LAST_POST}
          </span></div>
    </td>
                   </tr>
       <!-- END forumrow -->

       <!-- BEGIN tablefoot -->
                </tbody>
             </table>
          </div>
       <!-- END tablefoot -->
    <!-- END catrow -->
    </div>
     
      <style>.avs a.inx img {
      float: left;
      width: 40px;
      height: 40px;
      padding: 1px;
      border: 1px solid #DDD;
      margin: 0 5px;
      -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
      box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
    }
      </style>
     
        <script>
        $(document).on('ready', function() {
        $('.avs').each(function () {
            var touser = $(this).children('span').children('strong').children('a').attr('href');
            $(this).prepend('<a href="' + touser + '" class="inx"><img src="http://i34.servimg.com/u/f34/16/54/26/99/female10.png" alt="нет аватара" /></a>');
            $(this).children('a').load(touser + ' div.main-content.clearfix.center img:eq(0)');
        });
    });
      </script>
    <!-- BEGIN switch_on_index -->
    <div class="main-box clearfix">
       <ul>
          <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
          <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
          <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
       </ul>
       <!-- BEGIN switch_delete_cookies -->
       <p class="right">
          <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
       </p>
       <!-- END switch_delete_cookies -->
    </div>
    <!-- END switch_on_index -->
     
     

    index body

    Code:
    <div class="main" style="border: 0pt none;">
    <div class="main-head">Thống kê bài viết<span class="lp2">Chủ đề</span><span class="lp3">Sáng lập</span><span class="lp4">Gửi cuối</span><span class="lp5">Chuyên mục</span><span class="lp6">Bình</span><span class="lp7">Xem</span></div>
    <fieldset><div id="st_vertical" class="st_vertical"><div class="sort_num"></div><div class="st_tabs_container"> <a href="#prev" class="st_prev" style=""></a>  <a href="#next" class="st_next" style=""></a> <div class="st_slide_container"><ul class="st_tabs">
      <li rel="2"><div class="op-last-bottom" onclick="Op1Last('')">Toàn bộ</div></li>
      <li rel="1"><div class="op-last-bottom op-last-bottom2" onclick="Op2Last('/search?search_author=*_*&search_keywords')">Lastest</div> </li>
      <li rel="2"><div class="op-last-bottom" onclick="Op2Last('/search?search_id=newposts')">From last visit</div></li>
     <li rel="2"> <div class="op-last-bottom" onclick="Op2Last('/search?search_id=egosearch')">You have commented</div></li>
      <li rel="2"><div class="op-last-bottom" onclick="Op2Last('/search?search_id=unanswered')">No comment</div></li>
     
      <li rel="2"><div class="op-last-bottom" onclick="Op1Last('c1')">Đại sảnh</div></li>
      </ul></div></div>
      <div class="st_view_container"><div class="st_view">
        <div id="main-lastpost"></div>
     <div id="dl-lastpost"></div>
     </div></div></div></fieldset> </div>
    <script src="http://hotro.4forum.biz/11280.js" type="text/javascript"></script>

    <STYLE> #last-posts{width:100%;}
    #select-lastpost{float:right;cursor:pointer;}
    #option-lastpost{height:18px;}

    .op-last{float:left;border:1px solid #999;padding:2px 0;cursor:pointer;height:18px;background-color:white;margin:-5px 2px 0;width:80px;text-align:center;background-color:#DDD;}
    .op-last2{height:28px;margin-top:-12px;font-weight:bold;line-height:250%;border-radius:5px 5px 0 0;border-bottom:0;color:red;background-color:#FFF;}
    .op-last-bottom{
        background: white url(/../../forum/styles/newcomic/img/v_tab_bg.jpg) repeat-x 0 0;
    border-bottom: 1px solid #D0D9E2;
    border-left: 1px solid #D0D9E2;
    border-right: 1px solid #D0D9E2;
    color: #5C5C5C;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 30px;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 14px 0 14px 20px;
    text-decoration: none;
        width: 110px; }
       
        .op-last-bottom2{-webkit-box-shadow: #CCC 5px 5px 7px;
    background: #F8F8F8;
    box-shadow: #CCC 5px 5px 7px;
    color: #FF6317;
    font-size: 0.95em;
    padding-right: 1px;
    position: relative;
    z-index: 10;}
    .op-last-select{font-weight:bold!important;color:red;}
    .op-choice{float:left;display:none;}
    .op-change{float:left;margin-left:5px;}
    .op-prew,.op-next{width:20px;height:20px;cursor:pointer;float:left;margin:0 2px;}
    .op-prew{background:url(http://i48.servimg.com/u/f48/13/58/60/43/contro18.png) 50% 50%;}
    .op-next{background:url(http://i48.servimg.com/u/f48/13/58/60/43/contro20.png) 50% 50%;}

    #dl-lastpost{display:none;}
    #name-lastpost,.name-lastpost {
    position: absolute;
    padding: 5px 25px;
    font-style: italic;
    }

    .dl-post {
    height: 20px;
    margin-top: 4px;
        background: white url(http://i27.servimg.com/u/f27/15/47/59/46/listbg10.gif);

    }
    lp1,.lp2,.lp3,.lp4,.lp5,.lp6,.lp7,.lp8,.imglp{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    }
    .dl-post:hover{
    background-color:#DDD;
    }

    .lp1 img {

    display: none;
    }
    .lp2 {
    margin-left: 20px;
    width: 180px;
        overflow: hidden;  position: absolute;  text-overflow: ellipsis;  white-space: nowrap;
    }
        .lp2 a:hover {
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    margin: 0px 0px 0px 20px;

    }
    .lp3 {
    margin-left: 400px;
    width: 120px;
    }
    .lp4 {
    margin-left: 525px;
    width: 120px;
    }
    .lp5 {
    margin-left: 650px;
    width: 190px;
    }
    .lp6 {
    margin-left: 220px;
    font-style: italic;
    }
    .lp7 {
    margin-left: 290px;
    font-style: italic;
    }
    .lp8 {
    display: none;
    }
    .imglp {
    display: none;
    }
    #trang-lastpost {
    float: right;
    }
    .TrangTruoc,.TrangSau,.TrangHT{font:12px Courier;cursor:pointer;color:red;float: left;height:30px;width:30px;opacity:0.6;}
    .TrangTruoc:hover,.TrangSau:hover,.TrangHT:hover{opacity:1;}
    .TrangTruoc{display:none;background:url(http://i48.servimg.com/u/f48/16/58/89/73/fancy_12.png) no-repeat;}
    .TrangSau{background:url(http://i48.servimg.com/u/f48/13/58/60/43/fancy_10.png) no-repeat;}
    #SoTrangLT{width:25px;height:22px;text-align:center;font-weight:bold;border:3px dashed white;}
    #SoTrangLT:hover{border:3px dashed black;color:red;}

    #Load {
    display:none;
    background: white url(http://i48.servimg.com/u/f48/13/58/60/43/loadaj10.gif) 50% 50% no-repeat;
    position: fixed;
    left: 50%;
    top: 40%;
    width: 50px;
    height: 50px;
    border: 10px solid #82D23D;
    border: 20px solid rgba(130, 210, 60, .3);
    border-radius: 50px;
    margin-left: -25px;
    }

     
      div.st_vertical{clear:both;color:#616161;float:left;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;line-height:18px;position:relative;width:100%}div.module ol li em span{color:#7E8A9E;float:left;font-size:.8em}li.itemstast em a.username{max-width:100px;overflow:hidden}div.module ol li em a{color:#666;float:right;font-size:.85em;font-weight:700;text-align:right}div.sort_num{background:url(http://3.bp.blogspot.com//-dEiHafZpbiY/UHEKbQdLMLI/AAAAAAAAGig/_a9vxQUq5Oo/s0/) left center no-repeat;height:370px;margin:-5px 0 0 134px;position:absolute;width:23px;z-index:999}li{list-style:none}div.st_vertical ul.st_tabs li{clear:both;float:left}div.st_vertical ul.st_tabs a.st_tab_active{-khtml-box-shadow:5px 5px 7px #CCC;-moz-box-shadow:5px 5px 7px #CCC;-webkit-box-shadow:5px 5px 7px #CCC;background:#F8F8F8;box-shadow:5px 5px 7px #CCC;color:#FF6317;font-size:.95em;padding-right:1px;position:relative;z-index:10}div.st_vertical ul.st_tabs li a{background:#fff url(/../../forum/styles/newcomic/img/v_tab_bg.jpg) repeat-x 0 0;border-bottom:1px solid #D0D9E2;border-left:1px solid #D0D9E2;border-right:1px solid #D0D9E2;color:#5C5C5C;display:block;font-size:11px;font-weight:700;height:30px;line-height:normal;margin:0;outline:none;padding:14px 0 14px 20px;text-decoration:none;width:110px}div.st_vertical ul.st_tabs li a span{clear:both;color:#838383;display:block;font-weight:400;padding-top:3px}
      div.st_vertical div.st_slide_container{clear:both;float:left;position:relative!important}div.st_vertical div.st_tabs_container{border-top:1px solid #D0D9E2;float:left;height:400px;margin-right:-1px;overflow:hidden;position:relative;width:132px;z-index:100}div.st_vertical div.st_view_container{background:#fff;border:1px solid #D0D9E2;height:350px;line-height:18px;padding:5px 10px;position:relative;z-index:5}div.st_vertical div.st_view{height:368px;position:relative}.xl ol,.xl ul{list-style:none outside none}div.module ol li{background:#F9FBFD;float:right;height:19px;margin:2px}div.module ol li em{float:right;overflow:hidden;padding:0 5px;width:470px}div.module ol li .title_stats{display:inline-block;overflow:hidden;width:320px}.box .icoAdd1,.box2 .icoAdd1{background:url(http://i38.servimg.com/u/f38/16/58/45/96/rss10.png) 0 50% no-repeat}.box .icoAdd2,.box2 .icoAdd2{background:url(http://i38.servimg.com/u/f38/16/58/45/96/usr_on10.png) 0 50% no-repeat}.box .icoAdd3,.box2 .icoAdd3{background:url(http://www.evn.com.vn/DesktopModules/ePowerPortal_CMS/FrontEnd/images/blogs.png) 0 50% no-repeat}
    </STYLE>
    {JAVASCRIPT}

    <!-- 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 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 message_admin_txt -->
      <div id="pun-announcement">
          <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
      </div>
      <!-- END message_admin_txt -->
    {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 -->



    Được sửa bởi Admin ngày 12/7/2012, 17:20; sửa lần 1.

    http://www.xaydungthanhhoa.com

    Bài viết: 2Skin blue  Empty Re: Skin blue 12/7/2012, 17:19

    Admin<br />

    Admin
    Admin
    Admin
    Loading

    view topicbody

    Code:
    <style>
     

    /* Viewtopic */
     

      .rank-tk{
      background:#333333;
      border:1px solid #333333;
      color:#FFF;
      font-size:12px;
      font-weight:700;
      padding:5px;
      margin-left:-15px;
      margin-right:-15px;
      text-align:center;
      border-radius: 0px 0px 3px 3px;
      box-shadow:0 1px 3px rgba(0,0,0,0.25);
      }
      .rank-tk-left {
      float:left;
      border-radius: 3px 0px 0px 0px;
      margin-left:-15px;
      margin-top:-5px;
      background:#333333;
      border:1px solid #333333;
      height:5px;
      width:3px;
      }
      .rank-tk-right {
      float:right;
      border-radius: 0px 3px 0px 0px;
      margin-right:-15px;
      margin-top:-5px;
      background:#333333;
      border:1px solid #333333;
      height:5px;
      width:3px;
      }

     
     
     
      .user-nickname {
      background: url(http://i47.servimg.com/u/f47/17/47/85/23/highli10.png) 50% 0% repeat-x #EDEDED;
      border-bottom: 1px solid #DDDDDD;
      padding:10px;
      margin-top: -10px;
      margin-left: -10px;
      margin-right: -10px;
      }
     
     
      .pun .user {
    display: inline;
    overflow: hidden;
    padding-top: 1.6em;
    white-space: normal;
    width: 13em;
    background: #FFFFFF;
    border: 0px solid #DDD;
    padding:10px;
    padding-left:15px;
    }
     
      .pun .topic {
    background: #EDEDED;
    border: 1px solid #DDD;
    padding:1px;
    }
     
    .pun .post {
        border: 1px solid #DDD;
        margin: 10px;
        background: #FFFFFF;
    }

    .postfoot {
        border: 0px solid #DDD;
        clear: both;
        margin-left: -17em;
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0.5em;
        text-align: right;
        background: #FFFFFF;
    }

     
    .options-button a.small_textbutton { font-weight:bold;clear:left;color:#3d3d3d;font-size:11px;margin-left:0px;padding:5px 5px;}
    .options-button a.small_textbutton:hover{ font-weight:bold;clear:left;color:#999;font-size:11px;margin-left:0px;padding:5px 5px;}


      .vote-button{float:left;width:65px}
        .plus{float:left;width:50px;background-color: #ffffff;border: 1px solid black;-webkit-border-radius: 3px;
        -webkit-border-radius: 3px;color: #3B5998!important;
        border-color: #ebebeb;cursor:pointer;display:inline-block;font-size:11px;line-height:13px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;padding: 3px 5px 0px 4px;}
        .minus{float:left;width:80px;background-color: #ffffff;border: 1px solid black;-webkit-border-radius: 3px;
        -webkit-border-radius: 3px;color: #3B5998!important;
        border-color: #ebebeb;cursor:pointer;display:inline-block;font-size:11px;line-height:13px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;padding: 3px 5px 0px 4px;}
        .dosat .qua,.no{margin:6px 2px 0;padding:5px 8px 5px 25px}

        .no{padding:5px 8px}
        .dosat .qua,.no .vom,.no .vop{background-color: #ffffff;
        -webkit-border-radius: 1px;
        color: #000;
        left: -1px;
        padding: 3px;
        position: relative;
        border: 1px solid #ebebeb;
    }
     
    .pun .postmain {
        background-color: #FFFFFF;
        border-left: 0px solid #CBDAEA;
        margin-left: 17em;
    }
    .pun .posthead {
        background-color: #FFFFFF;
        border: 0px solid #DDD;
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1.3em;
        padding-top: 0.5em;
    }


     
     
    </style>





    <script type="text/javascript">//<![CDATA[
    var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
    $(function(){
      _atc.cwait = 0;
      $('.addthis_button').mouseup(function(){
          if ($('#at15s').css('display') == 'block') {
            addthis_close();
            addthis_close();
          }
      });
    });
    //]]>
    </script>

    <!-- BEGIN switch_user_logged_in -->
    <div id="pun-visit" class="clearfix">
      <ul>
          <!-- BEGIN switch_plus_menu -->
          <li>
            <script type="text/javascript">//<![CDATA[
                var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
                var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
          </li>
          <!-- END switch_plus_menu -->
          <li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
          <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
          <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
          <!-- BEGIN watchtopic -->
          <li>{S_WATCH_TOPIC}</li>
          <!-- END watchtopic -->
      </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 -->

    <div class="pun-crumbs noprint">
      <p class="crumbs">
          <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
          <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
          <!-- BEGIN switch_twitter_btn -->
          <span id="twitter_btn" style="margin-left: 6px; ">
            <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
            <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
          </span>
          <!-- END switch_twitter_btn -->
          <!-- BEGIN switch_fb_likebtn -->
          <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
          </span>
          <!-- END switch_fb_likebtn -->
      </p>
    </div>

    <div class="main paged">
      <div class="paged-head clearfix">
          <!-- BEGIN topicpagination -->
          <p class="paging">{PAGINATION}</p>
          <!-- END topicpagination -->
          <p class="posting">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a> 
            <!-- END switch_user_authpost -->

            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
            <!-- END switch_user_authreply -->
          </p>
      </div>
      {POLL_DISPLAY}
      <div class="main-head clearfix">
          <p class="h2">
            <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> 
            {L_MESSAGE} [{PAGE_NUMBER}]
          </p>
      </div>

      <div class="main-content topic">
          <!-- BEGIN postrow -->
            <!-- BEGIN displayed -->
            <div class="post"{postrow.displayed.THANK_BGCOLOR}>
                <a name="{postrow.displayed.U_POST_ID}"></a>
                <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
                  <div style="margin-left:-15px;" id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
                      <h2>
                        <strong>{postrow.displayed.COUNT_POSTS}</strong>
                        {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
                      </h2>
                  </div>

                  <div class="postbody"{postrow.displayed.THANK_BGCOLOR}>
    <div class="user">
                                                      <div style="background: #FFFFFF;border: 1px solid #DDD;padding:10px;margin-top:-3px;margin-left:-8px;">
                        <div class="user-ident">
                                                              <div class="user-nickname">
                                                              <center>{postrow.displayed.POSTER_NAME}</center>
                                                        </div>
                                                              <br/>
    <span class="rank-tk-left"></span>        <span class="rank-tk-right"></span>
                                                              <div class="rank-tk">
                             
                                                              <marquee>{postrow.displayed.POSTER_RANK_NEW}</marquee>
                                                            </div>
                                                              <br/>
                            <div class="user-basic-info">
                              <center>
                                                                      {postrow.displayed.POSTER_AVATAR}
                                                                      </center>
                                                                      <br/>
                                                                   
                                                                     
                                                                      <center>{postrow.displayed.RANK_IMAGE}</center>
                            </div>
                        </div>
                                                     
                        <div class="user-info">
                            {postrow.displayed.ONLINE_IMG}
                            <!-- BEGIN profile_field -->
                            {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                            <!-- END profile_field -->
                            {postrow.displayed.POSTER_RPG}
                        </div>
    </div>
                      </div>

                                           
                      <div class="post-entry" style="margin-left:-10px;">
                        <div class="entry-content">
                       
                            <div>
                              <div>{postrow.displayed.MESSAGE}</div>
                              <!-- BEGIN switch_attachments -->
                              <dl class="attachbox">
                                  <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                  <dd>
                                    <!-- BEGIN switch_post_attachments -->
                                    <dl class="file">
                                        <dt>
                                          <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                          <!-- BEGIN switch_dl_att -->
                                          <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                          <!-- END switch_dl_att -->

                                          <!-- BEGIN switch_no_dl_att -->
                                          {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                          <!-- END switch_no_dl_att -->
                                        </dt>

                                        <!-- BEGIN switch_no_comment -->
                                        <dd>
                                          <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                        </dd>
                                        <!-- END switch_no_comment -->

                                        <!-- BEGIN switch_no_dl_att -->
                                        <dd>
                                          <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                        </dd>
                                        <!-- END switch_no_dl_att -->

                                        <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                    </dl>
                                    <!-- END switch_post_attachments -->
                                  </dd>
                              </dl>
                              <!-- END switch_attachments -->
                              <div class="clear"></div>
                            </div>
                            <p>
                              {postrow.displayed.EDITED_MESSAGE}
                            </p>
                        </div>
                      </div>
                  </div>

                  <!-- BEGIN switch_signature -->
                  <div class="sig-content">
                      {postrow.displayed.SIGNATURE_NEW}
                  </div>
                  <!-- END switch_signature -->

                  <div class="postfoot">
                    <div class="votene" style=" float: left;text-align: left;  width: 23em;">
                                               
    <!-- BEGIN switch_vote_active -->
                                             
                                              <table width="400px" border="0" cellspacing="0" cellpadding="0">
      <tr valign="MIDDLE">
     
     
     
      <iframe name="vote{postrow.displayed.U_POST_ID}" style="display:none"></iframe>
     
     

      <td style="text-align: center;width: 190px;height: 20px!important;" class="smallfont">
    <!-- BEGIN switch_no_bar -->
      <span class="dosat vote{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
    <!-- END switch_no_bar -->
    <!-- BEGIN switch_bar -->
      <span class="dosat vote{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
     <!-- END switch_bar -->
      </td>
     
        <td style="padding-left:5px" valign="middle" nowrap="nowrap" class="genmed gensmall">
         
          <div class="vote vote-button">
              <!-- BEGIN switch_vote -->
            <a target="vote{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" alt="plus" class="plus giet"><img src="http://i43.servimg.com/u/f43/16/03/04/56/like-f10.png"/> Thích</a>
     <!-- END switch_vote -->
          </div>
          <div class="vote vote-button">
     <!-- BEGIN switch_vote -->
              <a target="vote{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}" alt="minus" class="minus giet"><img src="http://i43.servimg.com/u/f43/16/03/04/56/dislik10.png"/> Không thích</a>
     <!-- END switch_vote -->
          </div>
       
      </td>
      </tr>
    </table> <!-- END switch_vote_active -->
                                              </div>     
                                             
                           
                                         
    <span class="options-button">{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG}
                                                        {postrow.displayed.REPORT_IMG}
                     
                                                      </span>
                                             
                                             
                      <div style="clear:both;"></div>
                  </div>
                </div>
            </div>
            <!-- BEGIN first_post_br -->
          </div>
          <hr id="first-post-br" />
          <div class="main-content topic">
            <!-- END first_post_br -->
            <!-- END displayed -->
            <!-- BEGIN hidden -->
                <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
            <!-- END hidden -->
          <!-- END postrow -->
      </div>

      <div class="main-foot clearfix">
          <p class="h2">
            <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> 
            {L_MESSAGE} [{PAGE_NUMBER}]
          </p>
          <p class="options">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <!-- BEGIN viewtopic_bottom -->
            {S_TOPIC_ADMIN}
            <!-- END viewtopic_bottom -->
          </p>
      </div>

      <a name="bottomtitle"></a>

      <div class="paged-foot clearfix">
          <!-- BEGIN topicpagination -->
          <p class="paging">{PAGINATION}</p>
          <!-- END topicpagination -->
          <p class="posting">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a> 
            <!-- END switch_user_authpost -->

            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
            <!-- END switch_user_authreply -->
          </p>
      </div>

    </div>

    <div class="pun-crumbs">
      <p class="crumbs">
          <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
          <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
      </p>
    </div>

    <!-- BEGIN promot_trafic -->
    <div class="main" id="ptrafic_close" style="display:none">
      <div class="main-head clearfix">
          <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
          <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
      </div>
    </div>
    <div class="main" id="ptrafic_open" style="display:''">
      <div class="main-head clearfix">
          <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
          <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
      </div>
      <div class="main-content clearfix">
          <!-- BEGIN link -->
          » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
          <!-- END link -->
      </div>
    </div>
    <!-- END promot_trafic -->

    <!-- BEGIN switch_forum_rules -->
    <div class="main" id="forum_rules">
      <div class="main-head clearfix">
          <p class="h2">{L_FORUM_RULES}</p>
      </div>
      <table class="main-content frm">
          <tr>
            <!-- BEGIN switch_forum_rule_image -->
            <td class="logo">
                <img src="{RULE_IMG_URL}" />
            </td>
            <!-- END switch_forum_rule_image -->
            <td class="rules entry-content">
                {RULE_MSG}
            </td>
          </tr>
      </table>
    </div>
    <!-- END switch_forum_rules -->

    <!-- BEGIN switch_user_logged_in -->
    <a name="quickreply"></a>
    {QUICK_REPLY_FORM}
    <!-- END switch_user_logged_in -->

    <div id="pun-info" class="main">
      <div class="main-content">
          <div id="stats">
            <p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
          </div>
      </div>
    </div>

     <!-- BEGIN switch_image_resize -->
        <script type="text/javascript">
        //<![CDATA[
        $(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
        //]]>
        </script>
        <!-- END switch_image_resize -->

    <!-- BEGIN switch_image_resize -->
    <script type="text/javascript">
    //<![CDATA[
    $(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
    //]]>
    </script>
    <!-- END switch_image_resize -->

     <script type="text/javascript">
      function hehe(){
      $(".options-button a").addClass("small_textbutton");
      $(".options-button a[href*='?thank=']").text("Cảm ơn");
      $(".options-button a[href^='/post?p='][href*='&mode=quote']").text("❝ Trích dẫn");
      $(".options-button a[href^='/post?p='][href*='&mode=editpost']").text("✎ Sửa");
      $(".options-button a[href^='/post?p='][href*='&mode=delete']").text("✖ Xóa");
      $(".options-button a[href^='/modcp?mode=ip']").text("Xem Ip");
      $(".options-button a[href^='/report?mode=report']").text("✆ Báo cáo");
      $(".options-button a[href^='/report?mode=unlock']").text("Mở báo cáo");
      $(".options-button a[href^='/report?mode=lock']").text("Chặn báo cáo");
      }
      hehe();
    </script>
     
      <script src="http://zone-fm.forumvi.com/14110.js" type="text/javascript">

      </script>
       
    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>


    css
    Code:
    .main .main-head {
        background-color: 1f2029;
        background-image: url("http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/maintitle.png");
        background-position: 50% 50%;
        background-repeat: repeat-x;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.3), 0 2px 0 rgba(255, 255, 255, 0.2) inset;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold !important;
        margin-top: 15px;
        padding-bottom: 13px;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 13px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    #pun-head #pun-navlinks {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
        background-color: #304154;
        background-image: url("http://www.ipbforumskins.com/skindemo/public/style_images/gravityg33x/maintitle.png");
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat-x;
        border: 1px solid #1E2831;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #pun-navlinks ul {
        text-align: center;
    }
    #pun-navlinks li {
        display: inline;
        font-size: 15px;
        line-height: 30px;
    }
    #pun-navlinks li a {
        margin-left: -8px;
        margin-right: -8px;
        color: #fff;
        font-family: tahoma,helvetica,arial,sans-serif
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
        padding-top: 12px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 10px;
    }
    #pun-navlinks a, #pun-navlinks a:visited {
        text-decoration: none;
    }
    #pun-navlinks a:active, #pun-navlinks a:focus, #pun-navlinks a:hover {
        text-decoration: none;
        color: #fff;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
        padding-top: 12px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    http://www.xaydungthanhhoa.com

    Bài viết: 3Skin blue  Empty Re: Skin blue 12/12/2012, 07:43

    Chăm chỉ<br />

    Tiger86
    Tiger86
    Chăm chỉ
    Loading
    Xin hãy giúp tôi điều này avat ở cuối bài viết nó hiện ra 2 cái liền
    demo: http://ae4p.forum.st/

    Bài viết: 4Skin blue  Empty Re: Skin blue 12/12/2012, 08:52

    Admin<br />

    Admin
    Admin
    Admin
    Loading
    bạn xem trong code cũ của bạn có code avata chưa, vì trong index box này tôi đã tích hợp sẵn code avata

    http://www.xaydungthanhhoa.com

    Bài viết: 5Skin blue  Empty Re: Skin blue 12/13/2012, 11:15

    Chăm chỉ<br />

    Tiger86
    Tiger86
    Chăm chỉ
    Loading
    XÓA Ở ĐÂU THẾ

    Bài viết: 6Skin blue  Empty Re: Skin blue

    Skin blue  Staffy11

    Sponsored content
    Loading

    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

    Đang kiểm tra dữ liệu...

    Bạn phải điền đầy đủ thông tin đăng ký.

    Số ký tự phải từ 6 trở lên
    Hãy chọn tài khoản khác
    Có thể dùng tài khoản này
    Không sử dụng địa chỉ này
    E-mail sẽ được kiểm sau
    Số ký tự phải từ 6 trở lên
    Trùng tên đăng nhập
    Chưa đúng
    Chính xác