BMT
Bài gửi : 20
Tiền : -38
Thanks : 0
BMT on 16/10/2013
BMT demo : http://www.teenmct.net/ http://www.teenmct.net/ http://www.teenmct.net/ 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> <!-- 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" dav"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"> <!-- dòng này tại rip gấp nên để vậy cho lẹ :D --> <!-- BEGIN switch_user_logged_out --> <div id="submenu"> <ul> <li class="clearfix"> <a class="mainmenu" href="/">Trang Chủ</a> <a class="mainmenu" href="/memberlist" rel="nofollow">Thành viên</a> <a class="mainmenu" href="/register" rel="nofollow">Đăng ký</a> <a class="mainmenu" href="/login" rel="nofollow" original-title="Đăng Nhập">Đăng Nhập</a> </li></ul></div> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <div id="submenu" original-title=""><ul><li class="clearfix"><a class="mainmenu" href="/" original-title="">Trang Chủ</a> <a class="mainmenu" href="/memberlist" rel="nofollow" original-title="">Thành viên</a><a class="mainmenu" href="/" original-title="Liên Hệ BQT">Liên Hệ</a><a class="mainmenu" href="/profile?mode=editprofile" rel="nofollow" original-title="Lý Lịch">Lý Lịch</a><a class="mainmenu" href="/privmsg?folder=inbox" original-title="Tin Nhắn">Tin Nhắn</a><a class="mainmenu" href="/login?logout=1" rel="nofollow" id="logout" original-title="Thoát">Thoát</a></li></ul></div> <!-- END switch_user_logged_in --> <!-- dòng này tại rip gấp nên để vậy cho lẹ :D --> <div class="thanhbanner"> <a id="top" name="top" accesskey="t"></a> <div id="anhdausai123"> <span class="useravatar"></span> </div> <style>.useravatar img{margin-top: -39px;margin-left: 813px;z-index: 999;height: 35px;width: 35px;border-radius: 2px;}</style> <script type="text/javascript">$(function() {jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) { link = jQuery('#ucp .frm dl dd img', data).attr('src'); if(link){ jQuery('#anhdausai123').html('<span class="useravatar"><img src="'+link+'" alt=""/></span>'); }else{ jQuery('#anhdausai123').html(''); } }); });</script> <div class="banner"></div> <div class="vienduoi" original-title=""><div id="quicknav" original-title=""><ul><li><a class="social_icon facebook" href="http://facebook.com/TeenLyThuongKiet" target="_blank" original-title="Facebook"></a></li><li><a class="social_icon twitter" href="/" target="_blank" original-title="Twitter"></a></li><li><a class="social_icon googleplus" href="/" target="_blank" original-title="Google+"></a></li><li><a class="social_icon rss" href="/rss" target="_blank" original-title="RSS"></a></li></ul></div><img dav"margin-left:640px; margin-top:-60px;height:70px" src="http://i72.servimg.com/u/f72/14/65/61/19/kenhsi11.png" original-title=""></div> <div id="head"> <div class="overlay-head"> </div> </div> <!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" dav"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" dav"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" dav"padding-top:4px;"> <div class="module main"> <div class="main-content clearfix"> <div id="fa_ticker_container"> <div id="fa_ticker" dav"height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </div> </div> </div> <!-- END switch_ticker --> <div id="page-body"> <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <div id="outer-wrapper"> <div id="wrapper"> <div id="container"> <div id="content"> <div id="main"> <div id="main-content"> <!-- BEGIN html_validation --> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </body> </html> <!-- END html_validation -->
BMT 16/10/2013, 3:53 pm BMT
index_box
Code: <div class="main"> <!-- BEGIN catrow --> <!-- BEGIN tablehead --> <div class="main-head"> <div class="page-title"><b><h2>{catrow.tablehead.L_FORUM}</h2></b></div> </div> <div class="main-contentbox"> <table cellspacing="0" class="table"> <tbody class="statused"> <!-- END tablehead --> <!-- BEGIN forumrow --> <tr> <td class="tcl" dav"width: 70%;color: #999;padding-right: 0px;padding-left: 6px;"> <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle" dav" font-size: 15px; color: #225985 !important; font-family: helvetica,arial,sans-serif; ">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}> <br /> {catrow.forumrow.FORUM_DESC} <div id="smallrum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div> <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS} </td> <td class="tcr"> <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> </td> </tr> <!-- END forumrow --> <!-- BEGIN tablefoot --> </tbody> </table> </div><br/> <!-- END tablefoot --> <!-- END catrow --> </div> <!-- 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 --> <style>#smallrum a:hover {color: #067791!important;}#smallrum {color: #fff;width: 395px;padding: 3px 25px;}#smallrum a img { vertical-align: middle; padding-right: 6px;}#smallrum a.gensmall {display: inline-block;text-align: left;width: 165px;}h2 {color:#FFFFFF}#smallrum a:link,#smallrum a:visited{color:#067791}.pun a[href=""]:before {content:"Chưa có bài viết";font:12px Arial;color:#333;cursor: default;}.sidebarcontainer .adbox h6 {margin-top: 3px;color: white;display: block;background-color: #4B4F55;padding: 10px;margin-bottom: 5px;font-size: 14px;}.pun table.table td {border-style: none none solid none;}.pun .paged-head {border: none;}.pun .paged-foot {border: none;}.main-contentbox {border-bottom: 1px solid #029cbf;border-left: 1px solid #029cbf;border-right: 1px solid #029cbf;}</style>
BMT 16/10/2013, 3:53 pm BMT
index_body
Code: {JAVASCRIPT} <div class="main"> <div class="main-head"> <div class="page-title"><h2><b>Thống Kê Bài Viết</b></h2></div></div> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- END giefmod_index1 --></div> <center><img src="http://i43.servimg.com/u/f43/16/03/04/56/new_b10.png" width="400px" height="7px"/></center> <!-- 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 --> <!-- BEGIN switch_user_logged_in --> <span class="natata"></span><span class="netete"></span><span class="nototo"></span><span class="nututu"></span> <script type="text/javascript">jQuery(document).ready(function(){my_setcookie('mytid',jQuery("#logout").attr("href"),1,0);});</script> <object data="chatbox" scrolling="yes" width="99%" height="400px" type="text/html"></object> <center><img src="http://i43.servimg.com/u/f43/16/03/04/56/new_b10.png" width="300px" height="7px"/></center> <!-- END switch_user_logged_in --> <!-- BEGIN switch_user_logged_out --> <div class="main"><div class="main-head"><div class="page-title"><h2>Phòng Chém Gió Trà Sữa Cho Tâm Hồn</h2></div></div><div class="main-content"><div dav"padding-top:50px;padding-bottom:50px;"> <div class="main-content stat-board po-rel"> <span class="natata"></span><span class="netete"></span><span class="nototo"></span><span class="nututu"></span> <center><h2><b> Bạn cần <a href="/login"><input class="mainoption" type="submit" name="login" value="Đăng Nhập" /></a> để tham gia chém gió</b></h2> <br/> <h2><b> Nếu chưa có tài khoản bạn vui lòng <a href="/register"><input class="mainoption" type="submit" name="login" value="Đăng Ký" /></a> tài khoản</b></h2> </center> </div> </div> </div> <center><img src="http://i43.servimg.com/u/f43/16/03/04/56/new_b10.png" width="400px" height="7px"/></center> <!-- END switch_user_logged_out --> <table width="100%"><tbody><tr><td width="90%" valign="top"> {BOARD_INDEX}</td> <td width="20%" valign="top" dav"padding-left:10px"><div class="main" original-title=""><div class="main-head" original-title="">Music</div><div class="main-content stat-board po-rel" dav"background-color: #FFFFFF;border:1px solid #029cbf;" original-title=""><div dav"padding:3px;" original-title=""><center><object width="170" height="300"><param name="movie" value="http://mp3.zing.vn/embed/album/IWBF7O6F?"><param name="quality" value="high"><param name="wmode" value="transparent"><embed width="170" height="300" src="http://mp3.zing.vn/embed/album/IWBF7O6F?" quality="high" wmode="transparent" type="application/x-shockwave-flash"></object> </center></div></div><img src="http://i43.servimg.com/u/f43/16/03/04/56/new_b10.png" original-title=""><br><div class="main-head" original-title="">Like FB</div><div class="main-conten" dav"background-color: #FFFFFF;border:1px solid #029cbf;" original-title=""><center><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FTeenLyThuongKiet&width=180&height=340&colorscheme=light&show_faces=true&header=false&stream=false&show_border=false" scrolling="no" frameborder="0" dav"border:none; overflow:hidden; width:180px; height:406px;" allowtransparency="true"></iframe> </center></div><img src="http://i43.servimg.com/u/f43/16/03/04/56/new_b10.png" original-title=""></div></td> </tr></tbody></table> <!-- BEGIN disable_viewonline --> <div id="pun-info" class="main"> <div class="main-head"> <div class="page-title"> <h2>Tình hình diễn đàn</h2> </div> </div> <div class="main-content stat-board po-rel"> <span class="natata"></span><span class="netete"></span><span class="nototo"></span><span class="nututu"></span> <b> <div class="starsItem"> <p class="starsTitle"> <!-- BEGIN switch_viewonline_link --> <a href="{U_VIEWONLINE}" rel="nofollow">Ai đang trực tuyến?</a> <!-- END switch_viewonline_link --> <!-- BEGIN switch_viewonline_nolink -->Ai đang trực tuyến? <!-- END switch_viewonline_nolink --> </p> <div class="rightStats"> <div class="leftStats"> <img src="http://i48.servimg.com/u/f48/16/58/89/73/user_s10.png" /> </div> <p><div class="online2" dav"display:inline">{TOTAL_USERS_ONLINE}</div> <br /><br />{LOGGED_IN_USER_LIST} {L_ONLINE_USERS} {L_CONNECTED_MEMBERS}</p> </div> </div> <div class="starsItem"> <p class="starsTitle">Sự kiện</p> <div class="rightStats"> <div class="leftStats"> <img src="http://i48.servimg.com/u/f48/16/58/89/73/openso10.png" /> </div> <p><div class="member1" dav"display:inline">{NEWEST_USER}</div></p> <p>{L_WHOSBIRTHDAY_TODAY}</p> </div> </div> <div class="starsItem"> <p class="starsTitle">Thống kê</p> <div class="rightStats"> <div class="leftStats"> <img src="http://i48.servimg.com/u/f48/16/58/89/73/icon_s10.gif" /> </div> <p><div class="online1" dav"display:inline">{RECORD_USERS}</div> <br /><div class="post1" dav"display:inline">{TOTAL_POSTS}</div> <br /><div class="online2" dav"display:inline">{TOTAL_USERS}</div></p> </div> </div></b> </div> </div> <div class="main-box clearfix"> <p align="center">{GROUP_LEGEND}</p> </div> <!-- END disable_viewonline --> <!-- BEGIN switch_user_login_form_footer --> <form action="{S_LOGIN_ACTION}" method="post" name="form_login"> <div class="user_login_form main-box center"> <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /> <!-- BEGIN switch_fb_connect --> <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span> <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button> <!-- END switch_fb_connect --> </div> </form> <!-- END switch_user_login_form_footer --> {CHATBOX_BOTTOM}
BMT 16/10/2013, 3:54 pm BMT
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> <center><a><b><font color="green">Rip Py </font><font color="red">VIP-RIP</font></b></a></center>
BMT 16/10/2013, 3:54 pm BMT
css
Code: .baixemnhieu::-webkit-scrollbar {width: 12px;} .baixemnhieu::-webkit-scrollbar-thumb {background: #e5e5e5;border-left: 6px solid #fff;} .baixemnhieu:hover::-webkit-scrollbar-thumb {background: #e5e5e5;} .baixemnhieu::-webkit-scrollbar-thumb:active {background: #029cbf;} .baixemnhieu::-webkit-scrollbar-track {background: rgba(0,0,0,0);} .baixemnhieu::-webkit-scrollbar-thumb:hover{background-color:#029cbf;} #submenu {background-color:#029cbf;padding:0;font-size:0;z-index:666;right:0;top:0;width:100%} #submenu ul { width:853px;margin: 0 auto; } #submenu ul li a { color: #FFF;margin: 0;padding: 13px 12px;font-size: 12px;font-weight: bold; display: inline-block;float: left; } #submenu ul li a:hover { background-color: rgba(0,0,0,0.1);box-shadow: inset 0 14px 10px rgba(0,0,0,0.1); text-shadow: 0 1px 1px rgba(0,0,0,0.1); } #submenu a[href*="/login"],#submenu a[href*="/privmsg"], #submenu a[href*="/profile?mode=edit"] { float: right;width: 32px;height: 32px;padding: 0;font-size: 0;margin: 5px 0; border-radius: 4px;margin-right: 5px;background-image: url(http://i37.servimg.com/u/f37/18/10/55/32/cpskin10.png);background-repeat: no-repeat; } #submenu a[href*="/login"]:hover,#submenu a[href*="/privmsg"]:hover, #submenu a[href*="/profile?mode=edit"]:hover { box-shadow: none; } #submenu a[href*="/profile?mode=edit"] {background-position: 9px;margin-right: 42px;} #submenu a[href*="/privmsg"] {background-position: -15px 8px;} #submenu a[href*="/login"] {background-position: -39px;} #submenu a[href*="/login?logout"] {background-position: -62px; } .thanhbanner {width:850px; margin: 0 auto;} .banner { background: #FFF url(https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-prn1/546403_220510671438648_1545988168_n.jpg)repeat-y; background-size: 100% 100%; height:250px; border-radius:0 0 3px 3px; } .vienduoi {border-radius:0px 0px 4px 4px; margin-top:-42px;background-color:#029CBF; opacity: 0.7;height:42px;} .sig-content>br:nth-child(1),.sig-content>br:nth-child(2),#pun-about #qjump,#toggle-button,#add-google-bottom,#calendar > p,#calendar > table + br,#right,#sub.profile ul li,.formsearch,.selected .label,#pun-visit,.c3zone i.c3inv,#mudimPanel a:first-child { display:none; } #quicknav { float:left; margin-top:4px; margin-left: 4px; } #quicknav ul,#quicknav li { float:left; list-style:none; margin:0; padding:0; } #quicknav a { display:block; padding-left:15px; line-height:36px; color:#444; } #quicknav .social_icon { background:url(http://i.imgur.com/nNXyd6R.png) no-repeat; height:36px; width:36px; padding:0; } #quicknav .facebook { background-position:0 0; } #quicknav .twitter { background-position:0 -78px; } #quicknav .googleplus { background-position:0 -156px; } #quicknav .dribble { background-position:0 -234px; } #quicknav .flickr { background-position:0 -312px; } #quicknav .youtube { background-position:0 -390px; } #quicknav .rss { background-position:0 -468px; } #quicknav .facebook:hover { background-position:0 -39px; } #quicknav .twitter:hover { background-position:0 -117px; } #quicknav .googleplus:hover { background-position:0 -195px; } #quicknav .dribble:hover { background-position:0 -273px; } #quicknav .flickr:hover { background-position:0 -351px; } #quicknav .youtube:hover { background-position:0 -429px; } #quicknav .rss:hover { background-position:0 -507px; } .main .main-head{background-color:#029cbf; color:#fff;;font-size:12px;font-weight:700;padding:8px} .main-head{background-color:#029cbf; color:#fff;font-size:12px;font-weight:700;padding:8px} .main .main-foot{background-color:#029cbf; color:#fff;font-size:12px;font-weight:700;padding:8px} ::-webkit-scrollbar-thumb{-webkit-box-shadow: rgba(0,0,0,0.5); background:#029cbf} ::-webkit-scrollbar{height:12px;width:12px} body {font-family: Verdana;background:#f6f1e7 url(http://i73.servimg.com/u/f73/18/32/36/44/bg10.jpg) fixed} #pun-about { background:none; border:none; font-size:9px; text-align:center; } #pun-about a { color:#6f6f6f; font-size:9px; } #head { height: 310px; } div#content { margin:-300px auto 88px!important; position: relative; } .pun {background:#f6f1e7 url(http://i72.servimg.com/u/f72/15/64/85/86/square10.png) fixed background:url() center bottom no-repeat; min-width:100px; width:100%; padding:0; } #content { border: 1px solid #DEDEDE; max-width:837px; -webkit-border-radius:4px 4px 4px 4px; border-radius:4px 4px 4px 4px; background-color:#fff; margin:0 auto; padding:8px; } #page-body { margin:0 auto; } /* Số trang - paging - www.fmvi.vn */ .pun .pagination.top b,.pun .paging b { background:#385a94 url(http://i80.servimg.com/u/f80/16/18/15/10/1100.png); border:1px solid #17408c; font:bold 12px Tahoma; color:#FFF; margin:2px 2px 2px 1px; padding:4px 6px 5px 6px; } .pun .pagination.top a,.pun .paging a { background:#e8e8e8 url(http://i80.servimg.com/u/f80/16/18/15/10/199.png); border:1px solid #9c999c; font:bold 12px Tahoma; color:#333; margin:2px 2px 2px 1px; padding:4px 6px 5px 6px; } .pun .pagination.top,.pun .paging { color:#FFF; display:inline-block; font-size:0; padding:0; } .pun .pagination.top a:hover,.pun .paging a:hover { background:#e8e8e8 ; } /*Link*/ a:link,a:active,a:visited { text-decoration: none; } a:hover{ text-decoration: none !important; } #content-container div#left { float: none; margin-bottom: 0px; width: 100%; } .module.main { margin: 0!important; } .tag div.active { background: #FFF; border-right: 0px solid #FBFBFB!important; border-left: 0px solid #FBFBFB!important; cursor: none; font-style: italic; position: relative; z-index: 999; } .tag div { background: none repeat scroll 0 0 #bfd9ff; cursor: pointer; float: left; margin: 0 6px 0 0; padding: 10px; } .last { border-bottom: 1px solid #029cbf; border-right: 1px solid #029cbf; display: block; font-size: 11px; font-weight: 700; line-height: normal; outline: none; text-decoration: none; width: 116px; } .fuck ol.activea { display: block; } .fuck ol { display: none; } .last123 { border-bottom: 1px solid #029cbf; border-left: 1px solid #029cbf; display: block; font-size: 11px; font-weight: 700; line-height: normal; outline: none; text-decoration: none; width: 116px; } div.mekiep { border-top: 0px solid #4f95ff; border-right: 0px solid #DBE4EF; border-top: px solid black; float: left; height: 236px; margin-right: -1px; overflow: hidden; position: relative; width: 137px; z-index: 100; } div.mekiep123 { border-top: 0px solid #4f95ff; border-left: 0px solid #FFF; border-right: 0px solid #FFF; float: right; height: 236px; margin-right: -1px; overflow: hidden; position: relative; width: 137px; z-index: 100; } #lastest123 li { text-decoration: none; border-bottom: 1px dotted #CCC; clear: both; } #lastest123 { line-height: 19px; list-style: decimal-leading-zero outside none; padding-left: 25px; } #lastest li { text-decoration: none; border-bottom: 1px dotted #CCC; clear: both; } #lastest { line-height: 19px; list-style: decimal-leading-zero outside none; padding-left: 25px; } #chatbox p[class*="chatbox_row"] {background:#FFF ;margin-bottom: 1px;border-top: 1px solid #ddd;} #chatbox p[class*="chatbox_row"] .date-and-time {float: right;color: #aaa;} #chatbox_messenger_form .right:last-child {margin: 2px;position: absolute;left: 4px;} #chatbox_messenger_form .right .fontbutton {border: 1px solid #ccc;border-radius: 2px;margin-right: 5px;} #chatbox_messenger_form .right .fontbutton#divcolor {padding: 3px 1px;} .chatbox {background: #fff;} .chatbox-title {padding: 3px 10px;font-size: 13px;font-weight: bold;} .chatbox-title a {color: #e74c2e} .chatbox-options {margin: 1px;} #chatbox .user span, .online-users li a span, .online-users li span, .away-users li a span, .away-users li span {display: none;} #chatbox .user a *, .online-users li a span:last-child, .away-users li a span:last-child {display: inline-block !important;} #chatbox_members { left: -160px;background-color: #fff;z-index: 1; border-right: 3px solid #ddd;position: fixed;opacity: 0; } #chatbox_members:hover {left: 0;opacity: 1;} #chatbox {left: 0;bottom: 39px;} #chatbox_footer {background-color: #fff;border-top: 1px solid #ddd;z-index: 3;} #chatbox_footer input[name="submit_button"] {height: 28px;} #chatbox_bottom {min-height: 500px!important;} #chatbox_header.main-head {background-color:#029cbf; color:#fff;font-size:12px;font-weight:700;padding:8px} #chatbox img { max-width:400px; border:1px solid #d4d4d4;padding:4px; margin-top:4px; } #chatbox img[src*="r12.imgfast.net"]{ border:0px;padding:0px;margin-top:0px; } #chatbox {background: #FFF!important;font-family: Comic Sans Ms;font-size: 13px;} /* ThĂ¡Â»â€˜ng kĂª */ .leftStats{float:left;margin-left:-71px;position:absolute;vertical-align:middle;width:60px} .rightStats{border-left:2px solid #CFC9C9;min-height:50px;padding-left:10px;width:858px;margin:5px 10px 5px 70px} .starsTitle{background-color:#BFBFBF;border:1px solid #989898;color:#F8FF04;font-family:Comic Sans MS;font-variant:small-caps;font-weight:700;height:18px;text-shadow:1px 1px 1px #000;padding:5px} .boxbody{background:url(/users/2211/12/43/96/album/box-sh10.gif) no-repeat scroll 0 80% transparent;font-size:12px;line-height:18px;padding-bottom:9px} .online2 strong { color: Orange; font-family: georgia; text-decoration: none; font-style: normal; font-weight: normal; font-size:46px; } .member1 strong { font-family: georgia; text-decoration: none; font-style: normal; font-weight: normal; font-size:35px; } .post1 strong { color: deepSkyBlue; font-family: georgia; text-decoration: none; font-style: normal; font-weight: normal; font-size:38px; } .online1 strong { color: yellowGreen; font-family: georgia; text-decoration: none; font-style: normal; font-weight: normal; font-size:48px; }
alobabyday 2/11/2013, 9:57 pm alobabyday
skin lỗi =.= http://vncomin.forum9.biz/
Sponsored content
Sponsored content
Thông điệp [Trang 1 trong tổng số 1 trang]
Similar topics
Similar topics
Permissions in this forum: Bạn không có quyền trả lời bài viết