Đăng nhập
Latest topics
» Tôi sẽ đỗ đại học!by NgocPRO 6/11/2024, 8:37 am
» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm
» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm
» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm
» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am
» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am
» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm
» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am
» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm
» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am
» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm
» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am
» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm
» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm
» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm
» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm
» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm
» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm
» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am
» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm
» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm
» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm
» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am
» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm
» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am
Top posting users this week
No user |
[Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
+11
mrnhock123
anhcodon
sps.kủn
An Nguyễn
Chúa Tể Địa Ngục
BTV2
Méo Hắc Hắc
Rin
anhoang_qn
MR.Rồng
bucnong1
15 posters
CHINH PHỤC :: KHU VỰC CHIA SẺ :: Skin
Trang 1 trong tổng số 1 trang
[Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
Skin này edit tí chút thấy hay hay đem share lun . Mong mấy thím đừng chặt chén
- demo ảnh:
- Code:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
</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 -->
<!-- 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}
<style>
.main-head1 {
background: #171f35;
color: #FFF;
font-size: 12px;
font-weight: 700;
padding: 15.5px;
}
page-title1 {
font-size: 12px;
font-weight: 400;
}
page-title1 {
font-size: 12px;
font-weight: 400;
}
.page-title1 h2 {
color: #fff;
font-weight: bold;
letter-spacing: -1px;
text-decoration: none;
background: #359bed;
padding: 8px 5px;
border-left: 5px solid #fff;
border-right: 5px solid #fff;
FLOAT: Left;
margin-top: -15px;
}
</style>
<!-- BEGIN disable_viewonline -->
<div class="main1"><div class="main-head1"><div class="page-title1"><b><h2>Tình Hình Diễn Đàn</h2></b></div></div><div class="main-content"><br><div style="padding-left:20px"><img src="http://i37.servimg.com/u/f37/17/47/85/23/wall10.gif"> {TOTAL_POSTS}</div> <br> <div style="padding-left:20px"><img src="http://i36.servimg.com/u/f36/17/46/03/61/chart10.png"> {TOTAL_USERS}</div> <br><div style="padding-left:20px"><img src="http://i37.servimg.com/u/f37/17/47/85/23/profil10.gif"> {NEWEST_USER}</div> <br></div> </div>
<!-- END disable_viewonline -->
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<div class="user_login_form main-box center">
<label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label>
<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}
{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 -->
- Code:
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div id="indexBox" class="main avatarBox">
<!-- 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="tc3">{L_POSTS}</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};">
</span>
<h3 class="hierarchy">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h3>
<div class="desc">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"/>
{catrow.forumrow.FORUM_DESC} </div>
<span class="topic4r stat4r">Chủ đề: <strong>{catrow.forumrow.TOPICS}</strong></span>
<span class="post4r stat4r">Bài viết: <strong>{catrow.forumrow.POSTS}</strong></span>
<span class="sub4r stat4r"></span></td>
<td class="tcr">
<div class="statusAva"><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>
<!-- 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 -->
- Code:
<script src="https://dl.dropboxusercontent.com/u/57978077/New%20Folder/jquery.js" type="text/javascript"></script>
<!-- BEGIN html_validation -->
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
</div>
</div>
</div>
<div id="{ID_RIGHT}">
<!-- BEGIN giefmod_index2 -->
{giefmod_index2.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index2 -->
</div>
</div>
</div>
</div>
<div id="pun-foot">
<div id="pun-about" class="clearfix">
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
<fieldset>
<p><label>{L_JUMP_TO}: </label></p>
{S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
</fieldset>
</form>
<ul>
<li>
<li> <script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=zongshenlogin]').facebox()
})
</script>
</li>
<!-- BEGIN html_validation -->
</li>
</ul>
</div>
</div>
<!-- END html_validation -->
<!-- BEGIN switch_user_logged_out -->
<div id="zslogin" style="top: 22px; left: 0px; display: none;">
<div id="mainpopup">
<div class="popup">
<table> <tbody>
<tr>
<td class="tl"></td><td class="b"></td><td class="tr"></td>
</tr> <tr> <td class="b"></td>
<td class="thantrang">
<script type="text/javascript">//<![CDATA[
$(function(){$('#signin').attr('action','/login?redirect=/h3-page'+this.location.pathname);});//]]></script>
<form name="register" method="post" action="/login.forum?redirect=/h3-page" class="dangnhap" id="signin">
<div class="headlogin">
<div id="tieude">Đăng nhập</div>
<div id="nutclose" class="close_image close" src="facefiles/huybo.jpg"></div>
</div> <div class="noidung">
<b>Tài khoản:</b>
<input name="username" type="text" id="username" class="zsinput" value="">
<input type="hidden" name="urlreturn" value="javascript:history.go(-1)"><br>
<b>Mật khẩu:</b>
<input type="password" class="zsinput" name="password" value="" id="login_password"> <br>
<center>
<input name="autologin" type="checkbox" id="savecookie" value="1" checked="checked"> Ghi nhớ đăng nhập </center>
</div>
<div class="footer">
<input type="submit" name="login" class="bloginyes" value="Đăng nhập">
<input type="reset" onclick="$("#dang_ky").fadeIn("slow");" class="bloginyes" value="Đăng ký">
<input type="reset" value="Làm lại" class="bloginno">
</div>
</form>
<form name="register" method="post" action="/register?agreed=true&step=2" class="dangky">
<div id="dang_ky" style="display:none;">
<div class="headlogin">
<div id="tieude">Đăng ký thành viên</div>
<div id="nutclose" onclick="$("#dang_ky").fadeOut("slow");"></div>
</div><div></div>
<div class="noidungdangky">
<div class="noidung">
<b>Tài khoản: </b>
<input type="text" class="zsinput" name="username"><br>
<b>Mật khẩu: </b>
<input type="password" class="zsinput" name="password"><br>
<b>Lặp lại: </b>
<input type="password" class="zsinput" name="confirmpsw"><br>
<b>Email: </b>
<input type="text" class="zsinput" name="email"><br>
<b>Giới tính:</b>
<input type="radio" name="gender" value="0">Không rõ <input type="radio" name="gender" value="1">Nam <input type="radio" name="gender" value="2">Nữ <br>
</div>
<div class="footer">
<input type="submit" name="submit" class="bloginyes" value="Đăng ký">
<input type="reset" value="Làm lại" class="bloginno">
</div>
</div>
</div>
</form>
</td>
<td class="b"></td>
</tr>
<tr>
<td class="bl"></td><td class="b"></td><td class="br"></td>
</tr>
</tbody>
</table> </div>
</div> </div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div id="zslogin" style="top: 66.5px; left: 0px; display: none;">
<div id="mainpopup">
<div class="popup">
<table>
<tbody>
<tr>
<td class="tl"></td>
<td class="b"></td><td class="tr"></td> </tr>
<tr> <td class="b"></td>
<td class="thantrang" style="background: rgba(0, 0, 0, .8);">
<div class="headlogin" style="font-weight: bold; color: rgb(211, 211, 211); padding: 5px 0 9px; margin: 3px 0 9px; border-bottom: 1px solid rgb(100,100,100);">
<div id="tieude">Trỉnh sửa lí lịch</div>
<div id="nutclose" class="close_image close" src="facefiles/huybo.jpg"></div>
</div>
<div class="noidung">
<div id="memberCard10" data-overlayclass="memberCard" style="margin-top: -20px;">
<div class="avatarCropper" style="
float: left; border: none; padding: 0; position: relative;
width: 192px; height: 192px; direction: ltr;
">
<a class="avatar NoOverlay Av10l" href="/profile?mode=editprofile&page_profil=avatars" style="
">
<div id="avatar1"><span class="vf_avatar_user"></span></div>
<script type="text/javascript">$(function() {var logoutlink = $('a.mainmenu[href*="/login?logout"]').attr("href");$('.logoutt a[href="#logout"]').attr("href", logoutlink);jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) { link = jQuery('#ucp .frm dl dd img', data).attr('src'); if(link){ jQuery('#avatar1').html('
<span class="useravatar1">
<img src="'+link+'" alt=""/></span>'); }else{ jQuery('#avatar1').html(''); } }); });</script>
</a>
</div>
<div class="userInfo" style="margin-left: 205px; font-size: 11px;">
<h3 class="username" style="font-size: 18px; color: #FFF!important; ">
Welcome <strong><a href="/profile?mode=editprofile"><strong{LOGGED_AS}</strong></a></strong>
</h3><br>
<div class="userTitleBlurb">
<a title="Cài đặt thông tin cá nhân" href="/profile?mode=editprofile" style="z-index: 10000;">» Cài đặt</a>
<a class="profile_link" title="Your Profile" style="margin-right: 100px; z-index: 10000;float: right; max-width: 100%; text-align: right;" href="/profile?mode=editprofile">» Thông tin</a>
<br>
<a title="Thay đổi avatar" href="/profile?mode=editprofile&page_profil=avatars" style="z-index: 10000;">» Thay Avatar</a>
<a style="margin-right: 90px; z-index: 10000;float: right; max-width: 100%; text-align: right;" href="/profile?mode=editprofile&page_profil=signature">» Sửa chữ ký</a>
<br>
<a href="/search?search_id=egosearch" title="My Posts" style="z-index: 10000;">» Bài của tôi</a>
<a style="margin-right: 107px; z-index: 10000;float: right; max-width: 100%; text-align: right;" href="/faq" style="z-index: 10000;">» Trợ giúp</a>
</div>
<div class="userLinks" style="font-weight: bold; color: rgb(211, 211, 211); padding: 5px 0 9px; margin: 3px 0 9px; border-bottom: 1px solid rgb(100,100,100);">
<a href="{U_PRIVATEMSGS}">
<div><b style="
font-size: 15px;
">{PRIVATE_MESSAGE_INFO}</b></div>
</a>
</div>
<dl class="userStats pairsInline" style="">
</dl>
<span class="USERNAME" style="
color: #F01515;">Bạn là: </span>
<span class="USERBIRTHDAY">Sinh nhật: </span>
<br><span class="USERCOUNTPOST" style="
color: #3ACC1E;
">Bài Gửi: </span>
<br>
<span class="USERREGDATE">Ngày tham gia: </span>
<br>
<span class="USERLASTVISIT">Ghé thăm gần đây nhất:</span>
<dl class="pairsInline lastActivity" style="padding-top: 9px; margin-top: 9px; border-top: 1px solid rgb(100,100,100);">
<dt><span class="FORUMNAMELINK">Chào mừng bạn đã đến với Diễn Đàn:</span> </dt>
<br> Hãy cập nhật thông tin chính xác nhá !!!
<dd>
</dd>
</dl></div><a class="close OverlayCloser"></a></div></div>
</td> <td class="b"></td> </tr> <tr> <td class="bl"></td><td class="b"></td><td class="br"></td> </tr> </tbody> </table> </div> </div></div>
<style>
#zslogin .noidung {
background: #000!important;
color: #2f252a;
font-family: tahoma;
font-size: 13px;
font-weight: 700;
line-height: 20px!important;
margin: 0 auto;
padding-top: 1px!important;
text-align: left;
width: 96%;
}#zslogin .headlogin {
color: #FFF!important;
font-family: tahoma;
font-size: 15px;
font-weight: 700;
height: 30px;
text-align: Center;
width: 100%;
}
.avatar {
background-color: #fff;
border: 0px solid #1f537b;
width: 50px;
}
.avatar1 img {
width: 192px;
height: 192px;
}
</style>
<!-- END switch_user_logged_in -->
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
css http://tny.cz/429f7aa5
overall_footer_end
overall_footer_end
- Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div>
<div>
<div>
<div>
<div>
<div>
<ul>
<li>
<!-- END html_validation -->
</li>
</ul>
<!-- BEGIN switch_footer_links -->
<ul>
<li>
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
{switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</li>
</ul>
<!-- END switch_footer_links -->
</div>
<br />
<p class="center">
<strong>{ADMIN_LINK}</strong>
</p>
</div>
{PROTECT_FOOTER}
</div>
</div>
</div>
</div>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
FB.Event.subscribe('auth.logout', function(response) {
if ($('a#logout'))
{
var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
{
document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
}
}
});
$(document).ready( function() {
$('a#logout').click( function() {
FB.logout();
} );
} );
//]]>
</script>
<!-- END switch_facebook_logout_TMP -->
<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>
</body>
</html>
<div class="footer" original-title=""></div>
<script src="http://my-project-na.googlecode.com/files/FMvar.js"></script>
<script>$(function() {$(".tag div").click(function() {$(".active").removeClass("active");$(this).addClass("active");var a = $(this).attr("data");0 != a ? ($("#loading").show(),$("#loadddddd").load("/f" + a + "-forum .table tr", function() {var b = "";for(i = 1;i < $("#loadddddd tr").length;i++) {b = b + '<li><span style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap;position: absolute; width:460px!important">' + $(this).find('tr:eq('+i+') .topic-title').html() +'</span> <span style="float: right;margin-right: -7px;">' + $(this).find('tr:eq('+i+') td.tcr strong').html() + '</span></li>'}$(".activea").removeClass("activea");$(".forum" + a).addClass("activea").html(b);$("#loading").fadeOut();})) : ($(".activea").removeClass("activea"), $(".forum" + a).addClass("activea"))})});</script>
<style>
.footer {
border-top: 5px solid #6cb2e4;
padding-top: 2px;
background-color: #2B2F33;
}
#noelevent {
position: fixed;
bottom: 0;
display: block;
width: 100%;
}#noelevent div a {
background: url(http://i58.servimg.com/u/f58/18/67/94/07/sticky10.png) no-repeat 0px 0px;
display: block;
width: 892px;
height: 61px;
text-align: center;
color: #e8ca56;
line-height: 97px;
font-size: 15px;
}
#noelevent div a {
text-align: center;
color: #e8ca56;
line-height: 97px;
font-size: 15px;
}</style>
- 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><script type="text/javascript">
//<![CDATA[
function lang_vi(a) {
a = a.toLowerCase();
a = a.replace(/\u00e0|\u00e1|\u1ea1|\u1ea3|\u00e3|\u00e2|\u1ea7|\u1ea5|\u1ead|\u1ea9|\u1eab|\u0103|\u1eb1|\u1eaf|\u1eb7|\u1eb3|\u1eb5/g, "a");
a = a.replace(/\u00e8|\u00e9|\u1eb9|\u1ebb|\u1ebd|\u00ea|\u1ec1|\u1ebf|\u1ec7|\u1ec3|\u1ec5/g, "e");
a = a.replace(/\u00ec|\u00ed|\u1ecb|\u1ec9|\u0129/g, "i");
a = a.replace(/\u00f2|\u00f3|\u1ecd|\u1ecf|\u00f5|\u00f4|\u1ed3|\u1ed1|\u1ed9|\u1ed5|\u1ed7|\u01a1|\u1edd|\u1edb|\u1ee3|\u1edf|\u1ee1/g, "o");
a = a.replace(/\u00f9|\u00fa|\u1ee5|\u1ee7|\u0169|\u01b0|\u1eeb|\u1ee9|\u1ef1|\u1eed|\u1eef/g,
"u");
a = a.replace(/\u1ef3|\u00fd|\u1ef5|\u1ef7|\u1ef9/g, "y");
a = a.replace(/\u0111/g, "d");
a = a.replace(/\W+/g, "-");
a = a.replace(/^\-+|\-+$/g, "");
a = a.replace(/(-group)$/, "");
return a.replace(/(-page-\d+)$/, "")
}
var path = location.pathname,
canonical = path + location.search + location.hash;
/(\-category|\-forum|\-topic|\-group)/.test(path) && history.replaceState(null, null, canonical.slice(1).replace(/(\-category|\-forum|\-topic|\-group)/, "-" + lang_vi(document.title)));
//]]>
</script>
<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 -->
$(document).ready(function() {
ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
_gaq.push(["_trackPageview"]);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" class="module main">
<div id="login_popup_title" class="main-head">
<div class="h3">{SITENAME}</div>
</div>
<div class="main-content">
{LOGIN_POPUP_MSG}
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="button2" value="{L_LOGIN}" />
<input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
</div>
</div>
<!-- END switch_login_popup -->
<a id="top" name="top" accesskey="t"></a>
<div class="minwidth_IE">
<div class="layout_IE">
<div class="container_IE">
<div id="top-nav">
<div class="inner">
<div class="thoigian" id="clock">
</div>
<a class="redvn-logo" href="/forum" title="Diễn Đàn Cntt-k3" style="
background-image: url(http://i38.servimg.com/u/f38/16/58/45/96/logoit10.png);
background-repeat: no-repeat;
height: 31px;
padding: 0px;
width: 103px;
position: absolute;
"></a>
<!-- BEGIN switch_user_logged_out -->
<div id="loginpro">
<div id="chao"><a title="Đăng nhập/đăng ký" href="#login" rel="zongshenlogin"><b>Đăng nhập or Đăng Ký</b>
</div>
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div id="loginpro">
<div id="chao"><a title="Kick để xem lí lịch" href="#login" rel="zongshenlogin"><b>Lí lịch</b>
<img alt="down icon" class="tiled-icon" style="width: 14px; height: 10px; " src="http://png-3.findicons.com/files/icons/977/rrze/32/sort_down.png" data-private-src="/icons/117795/243952/16/raster">
</a> | <a href="/">Trang chủ</a> | <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</div>
</div>
<!-- END switch_user_logged_in -->
</div>
</div>
<script src="https://dl.dropboxusercontent.com/u/57978077/New%20Folder/FAv.js" type="text/javascript">
/***********************************************
* Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<div id='cssmenu'>
<ul>
<li class='active'><a href='index.html'><span>Home</span></a></li>
<li><a href='#'><span>Products</span></a></li>
<li><a href='#'><span>About</span></a></li>
<li class='last'><a href='#'><span>Contact</span></a></li>
</ul>
</div>
<div class="logoglowna">
<div style="padding-top:80px;">
<h1>edit by bucnong </h1>
<br><span class="opisglowna">Thích sửa gì thì sửa nhá</span>
</div>
</div>
<div id="cssmenu">
</div>
<div id="wrapper">
<div id="innerWrapper">
<div class="chu-y"><div id="note-icon"></div>
<!-- BEGIN switch_user_logged_out -->
<div id="note-content"><b>Note:</b> Chào mừng bạn đến với <b>Cntt-k3.com</b>. Hãy <a rel="nofollow" title="Đăng ký thành viên" href="/register"><b>Đăng ký thành viên</b></a> hoặc <a title="Đăng nhập/đăng ký" href="#login" rel="zongshenlogin"><b>Đăng nhập</b></a> để có thể tham gia cùng Cntt-k3 nhá !
</div>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<div id="note-content"><b>Note:</b> Chúc mừng bạn đã đăng nhập thành công trên <b>Cntt-k3</b>. Giờ bạn có thể đăng <a rel="nofollow" title="hỏi đáp - thắc mắc" href="http://www.cntt-k3.com/f101-forum"><b>Hỏi đáp - Thắc mắc</b></a> Và <b>Viết Bài</b></a> nhá</div>
<!-- END switch_user_logged_in -->
</div>
<div class="pun">
<div id="pun-head">
</div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</div>
</div>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="padding-top:4px;">
<div class="module main">
<div class="main-content clearfix">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<div id="outer-wrapper">
<div id="wrapper">
<div id="container">
<div id="content">
<div id="main">
<div id="main-content">
<!-- BEGIN html_validation -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
</div></div>
</body>
</html>
<!-- END html_validation -->
Được sửa bởi bucnong1 ngày 10/2/2014, 1:46 pm; sửa lần 2.
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
thì đúng thế mà chứ hình như gì nữa, giờ đổi thêm cái background, cái view, cái box, cái body nữa đi, là thành skin mới (thấy phán như thần k )MR.Rồng đã viết:Hình như thay mỗi cái ảnh -_- vs cả cái nav
BTV2- CPPurpleMember
-
Ngày đăng ký : 08/09/2012
Số bài : 1182
CPP : 751
Châm ngôn sống : [hide][/hide]
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
thay cả thanh nav nữa kìa
mà banner chứ không phải banned -_-
mà banner chứ không phải banned -_-
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
dù là skin của ai cũng cần có cái tên ng` design và quan trọng hơn là thớt quên css
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
css đâu rồi má
anhcodon- CPMember
-
Ngày đăng ký : 03/09/2013
Số bài : 50
CPP : 139
Châm ngôn sống : Hacking - Coder
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
Rin đã viết:dù là skin của ai cũng cần có cái tên ng` design và quan trọng hơn là thớt quên css
Nói vây thì phải nói đúng người chứ !
anhcodon- CPMember
-
Ngày đăng ký : 03/09/2013
Số bài : 50
CPP : 139
Châm ngôn sống : Hacking - Coder
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
tach zay o ben nao ban index box ak ban chi minh tach o cho nao
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
Cho hỏi, mình muốn thanh drop menu đó tự chuyển sang thuộc tính "position: fixed;" khi trượt xuống 1 đoạn thì phải làm sao vậy?
P/s: Mình đã thử cả 2 đoạn js của Handsome và Phutu nhưng đều không được
P/s: Mình đã thử cả 2 đoạn js của Handsome và Phutu nhưng đều không được
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
1 câu hỏi nhức nhốiChúa Tể Địa Ngục đã viết:trong code css thì code nào liên quan đến box vậy>?
đây là vấn đề nhạy cảm cần phải xin ý kiến cấp trên - các cơ quan đầu não có thẩm quyền - mới có thể đưa ra quyết định có nên đi tìm lại não cho bác không hay là cứ để bác như thế cho ngôi nhà có cái để cười
ý kiến riêng tôi là bác nên coppy hết css bỏ vào nếu k tìm nỗi đoạn nào của box
Re: [Skin] Cntt-k3 editor ver 1.1 GTA V[✔]
Hài thật
Vào box rồi copy cái class cần tìm và search trong CSS là ra chứ gì
Vào box rồi copy cái class cần tìm và search trong CSS là ra chứ gì
BTV2- CPPurpleMember
-
Ngày đăng ký : 08/09/2012
Số bài : 1182
CPP : 751
Châm ngôn sống : [hide][/hide]
Similar topics
» Skin cntt-k3 Editor ver 1.0[✔]
» [Skin] share skin cntt-k3 Facebook profile 2012 Full Mod 1
» [Chia sẻ] Skin Cntt-k3 Full[✔]
» Xin skin Cntt-k3[✔]
» [Thắc mắc] Cần Giúp Đỡ Skin Cntt-k3 Bị Mất Hình Ảnh Post Lên
» [Skin] share skin cntt-k3 Facebook profile 2012 Full Mod 1
» [Chia sẻ] Skin Cntt-k3 Full[✔]
» Xin skin Cntt-k3[✔]
» [Thắc mắc] Cần Giúp Đỡ Skin Cntt-k3 Bị Mất Hình Ảnh Post Lên
CHINH PHỤC :: KHU VỰC CHIA SẺ :: Skin
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