FMVI
skin rip : [You must be registered and logged in to see this link.]
skin gốc : traitimyenbai.net/forum/
[You must be registered and logged in to see this image.]
index_body: [hide]
skin gốc : traitimyenbai.net/forum/
[You must be registered and logged in to see this image.]
index_body: [hide]
- 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}
<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p class="right">{TOTAL_POSTS}</p>
<p>{TOTAL_USERS}</p>
<p>{NEWEST_USER}</p>
</div>
<div id="onlinelist">
<img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
<p class="right">
<!-- BEGIN switch_viewonline_link -->
<a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
{L_WHO_IS_ONLINE}
<!-- END switch_viewonline_nolink -->
</p>
<p>{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}
{L_ONLINE_USERS}
{L_CONNECTED_MEMBERS}<br />
{L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
<div class="clear"></div>
<p>{LEGEND} : {GROUP_LEGEND}</p>
</div>
<!-- BEGIN switch_chatbox_activate -->
<div id="onlinechat">
<p class="page-bottom">
{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
</script>
<!-- END switch_chatbox_popup -->
</p>
</div>
<!-- END switch_chatbox_activate -->
</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}
<!-- BEGIN switch_legend -->
<ul id="pun-legend">
<li>
<img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
</li>
</ul>
<!-- END switch_legend -->
{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:
.bm_h {
padding: 0 10px;
height: 31px;
border-top: 1px solid white;
border-bottom: 1px solid #E6E6E6;
background: #F2F2F2;
line-height: 31px;
white-space: nowrap;
overflow: hidden;
}
.bm_h .o {
float: right;
width: 30px;
}
.px, .pt {
padding: 2px 4px;
line-height: 17px;
}
.y {
float: right;
}
.fastlg td {
padding: 2px 0 2px 4px;
}
.ftid {
float: left;
margin-right: 6px;
}
.ftid select {
width: 94px;
}
.ftid select {
float: left;
height: 23px;
}
#ls_fastloginfield_ctrl {
line-height: 20px;
border: none;
background-color: transparent;
background-position: 100% -1px;
}
.ftid a {
display: block;
overflow: hidden;
padding: 0 17px 0 4px;
height: 21px;
line-height: 21px;
text-decoration: none !important;
font-size: 12px;
font-weight: 400;
color: #444 !important;
border: 1px solid;
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
background: white url(http://traitimyenbai.net/forum/template/yenbai2013/img/newarow.gif) no-repeat 100% 0;
}
.px, .pt, .ps, select {
border: 1px solid;
border-color: #848484 #E0E0E0 #E0E0E0 #848484;
background: white url(http://traitimyenbai.net/forum/template/yenbai2013/img/px.png) repeat-x 0 0;
color: ;
}
.fastlg_l {
border-right: 1px solid #00696F;
}
.fastlg_l {
padding-right: 4px !important;
border-right: 1px solid #F8F8F8;
}
.psw_w {
padding-left: 5px;
}
.pn {
vertical-align: middle;
overflow: hidden;
margin-right: 3px;
padding: 0;
height: 23px;
border: 1px solid #999;
background: #E5E5E5 url(http://traitimyenbai.net/forum/template/yenbai2013/img/pn.png) repeat-x 0 0;
cursor: pointer;
-moz-box-shadow: 0 1px 0 #E5E5E5;
-webkit-box-shadow: 0 1px 0 #E5E5E5;
box-shadow: 0 1px 0 #E5E5E5;
}
#scbar_btn {
margin: 0;
padding: 0;
border: none;
background: transparent none;
}
.xw1 {
font-weight: 700;
}
#scbar {
line-height: 44px;
}
.scbar_icon_td {
width: 50px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/search.png) no-repeat 0 -74px;
}
.scbar_txt_td, .scbar_type_td {
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/search.png) repeat-x 0 -222px;
}
.scbar_narrow #scbar_txt {
width: 260px;
}
#scbar_txt {
width: 260px;
border: 1px solid white;
outline: none;
font-size: 14px;
}
.scbar_type_td {
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/search.png) no-repeat 0 -370px;
}
#scbar_type {
display: block;
padding-left: 5px;
text-align: left;
text-decoration: none;
}
.showmenu {
padding-right: 16px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/arrwd.gif) no-repeat 100% 50%;
cursor: pointer;
white-space: nowrap;
}
.scbar_btn_td {
width: 67px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/search.png) no-repeat 0 -296px;
text-align: center;
}
.pnc, a.pnc {
border: 1px solid #00696F;
background-color: #7CBDC3;
}
#scbar_hot {
padding-left: 8px;
height: 45px;
overflow: hidden;
}
#scbar_hot strong, #scbar_hot a {
float: left;
margin-right: 8px;
white-space: nowrap;
padding-top: 10px;
}
.fl_tb {
width: 100%;
}
.fl_by {
width: 220px;
}
.fl_by div {
margin-left: 10px;
width: 210px;
padding-left: 8px;
word-break: keep-all;
word-wrap: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fl_i {
text-align: right;
}
.fl_tb td {
padding: 10px;
}
.fl_i {
width: 150px;
text-align: right;
}
.xi2, .xi2 a, .xi3 a {
color: #1A98A3;
}
.bm_c .hierarchy {
font-weight: bold;
font-size: 1em;
}
.vovanan {
padding-left: 20px;
}
.main .main-head .page-title {
padding-left: 25px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_titleico.jpg) no-repeat 0 0;
}
.main .main-head {
border-width: 1px 0;
border-color: #C2D5E3;
}
.main .main-head {
height: 41px;
line-height: 41px;
border: none;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_title.jpg) repeat-x 0 0;
}
.main {
margin-bottom: 10px;
border: 1px solid #E3E3E3;
}
.main .main-head {
border-width: 1px 0;
border-color: #C2D5E3;
}
.main .main-head {
padding: 0 10px;
height: 41px;
border-top: 1px solid white;
border-bottom: 1px solid #E6E6E6;
background: #F2F2F2;
line-height: 41px;
white-space: nowrap;
overflow: hidden;
}
.main .main-head .page-title {
color: #333;
font-size: 16px;
font-family: 'Microsoft yahei';
}
#eis_nv{overflow:hidden;padding-left:10px;padding-right:10px;height:33px;padding-top:8px;padding-bottom:7px;background:url(../../template/yenbai2013/img/eis_nv.jpg) no-repeat 0 0;}#eis_nv li{float:left;padding-right:1px;height:33px;line-height:33px;font-weight:700;font-size:14px;}.ie_all #eis_nv li{line-height:36px;}.ie6 #eis_nv li{line-height:33px;}#eis_nv li a{float:left;padding:0 15px;height:33px;}#eis_nv li a{color:#fff;}#eis_nv li span{display:none;}#eis_nv li.a{background:#fc8300;}#eis_nv li.a a{color:#fff;}#eis_nv li a:hover{background:#fc8300;}#eis_nv li.hover a:hover,#eis_nv li.hover a{background:#fc8300;}#um,#um .pipe{color:#00696f;}.fastlg,.fastlg a,#um a,#ls_cookietime{color:#00696f;}.pn{box-shadow:0px 0px 0px #fff;}.fastlg_l{border-right:1px solid #00696f;}.bm_h .o img{margin-top:16px;}.pnc,a.pnc{border:1px solid #00696f;background-color:#7cbdc3;}.fl{border:none;background:none;}.fl .bm{margin-bottom:10px;border:1px solid #e3e3e3;}.fl .bm_h{height:41px;line-height:41px;border:none;background:url(../../template/yenbai2013/img/eis_title.jpg) repeat-x 0 0;}.fl .bm_h h2{padding-left:25PX;background:url(../../template/yenbai2013/img/eis_titleico.jpg) no-repeat 0 0;}.fl .bm_h h2 a{color:#333;font-size:16px;font-family:'Microsoft yahei';}.bdl{border:1px solid #e3e3e3!important;background-color:#fefefe!important;}.bdl dt{border-color:#e3e3e3!important;}.bdl dd.bdl_a a{background-color:#f8f8f8!important;}.eis_wp{width:1000px;margin:0 auto;}.eis_wp01{padding-bottom:70px;background:url(../../template/yenbai2013/img/eis_wp03.png) no-repeat 0 100%;}.eis_wp02{padding-top:20px;background:url(../../template/yenbai2013/img/eis_wp01.png) no-repeat 0 0;}.eis_wp03{background:url(../../template/yenbai2013/img/eis_wp02.png) repeat-y 0 0;}.eis_ft #ft{color:#fffefa;padding-bottom:10px;}.eis_ft #ft a{color:#fffefa;}
.p_pop, .p_pof, .sllt {
padding: 4px;
border: 1px solid;
min-width: 60px;
border-color: #DDD;
background: #FEFEFE;
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.sllt {
padding: 10px 5px 5px !important;
}
.tb_s {
margin-top: 0;
line-height: 26px;
}
.tb {
margin-top: 10px;
padding-left: 5px;
line-height: 30px;
border-bottom: 1px solid #CDCDCD;
}
.tb li {
float: left;
margin: 0 3px -1px 0;
}
.sllt_p {
text-align: right;
}
.p_pop li:last-child a {
border: none;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
.p_pop a {
display: block;
padding: 3px 5px;
border-bottom: 1px solid #F8F8F8;
white-space: nowrap;
}
a {
color: #333;
text-decoration: none;
}
#qmenu_menu ul a {
margin-bottom: 10px;
padding: 47px 0 0;
width: 60px;
border: none;
border-radius: 4px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/noicon.gif) no-repeat 50% 5px;
text-align: center;
}
#qmenu_menu {
margin-top: -1px;
padding: 20px 5px 10px;
width: 180px;
border-color: #9A9A9A;
}
.p_pop a {
display: block;
padding: 3px 5px;
border-bottom: 1px solid #F8F8F8;
white-space: nowrap;
}
.p_pop, .p_pof, .sllt {
padding: 4px;
border: 1px solid;
min-width: 60px;
border-color: #DDD;
background: #FEFEFE;
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
#qmenu_menu ul li {
float: left;
}
.p_pop li {
display: inline;
}
ul li, .xl li {
list-style: none;
}
#eis_nv li a {
color: white;
}
#eis_nv li a {
float: left;
padding: 0 15px;
height: 33px;
}
#qmenu {
float: right;
display: inline;
margin: 3px 4px 0;
padding: 0 12px 0 0;
width: 83px;
height: 26px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/qmenu.png) no-repeat 0 0;
line-height: 26px;
text-align: center;
color: #1A98A3;
font-weight: 700;
text-shadow: 0 1px 0 white;
overflow: hidden;
}
#eis_nv li {
float: left;
padding-right: 1px;
height: 33px;
line-height: 33px;
font-weight: 700;
font-size: 14px;
}
#eis_nv li.a {
background: #FC8300;
}
#eis_nv li a {
color: white;
}
#eis_nv li a {
float: left;
padding: 0 15px;
height: 33px;
}
#hd h2 {
padding: 0 20px 8px 0;
float: left;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
#um p {
text-align: right;
}
.cl {
zoom: 1;
}
#myprompt.new {
background-image: url(http://traitimyenbai.net/forum/template/yenbai2013/img/notice.gif);
background-position: 3px 50%;
}
#um .new, .topnav .new, .sch .new, #toptb .new {
padding-left: 20px;
background-repeat: no-repeat;
background-position: 0 50%;
color: #1A98A3;
font-weight: 700;
}
#um {
padding-top: 10px;
padding-right: 60px;
_padding-right: 54px;
line-height: 2.3;
zoom: 1;
}
.vwmy {
padding-left: 16px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/user_online.gif) no-repeat 0 2px;
}
.fastlg, .fastlg a, #um a, #ls_cookietime {
color: #00696F;
}
#eis_toptb a {
float: left;
padding: 0 4px;
color: #00696F;
height: 47px;
}
.z {
float: left;
}
#eis_toptb {
line-height: 47px;
}
#eis_toptb {
line-height: 47px;
height: 47px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_toptb.jpg) repeat-x 0 0;
}
#um .avt {
display: inline;
margin-right: -60px;
}
.y {
float: right;
}
#um, #um .pipe {
color: #00696F;
}
.avt img {
padding: 2px;
width: 48px;
height: 48px;
background: white;
border: 1px solid;
border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
}
.hdc {
min-height: 70px;
}
#hd .wp {
padding: 10px 0 0;
}
.wp {
margin: 0 auto;
width: 960px;
}
#ajaxwaitid {
display: none;
position: absolute;
right: 0;
top: 0;
z-index: 1;
padding: 0 5px;
background: #D00;
color: white;
}
#eis_nv {
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
height: 33px;
padding-top: 8px;
padding-bottom: 7px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_nv.jpg) no-repeat 0 0;
}
.eis_wp03 {
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_wp02.png) repeat-y 0 0;
}
.eis_wp02 {
padding-top: 20px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_wp01.png) no-repeat 0 0;
}
.eis_wp01 {
padding-bottom: 70px;
background: url(http://traitimyenbai.net/forum/template/yenbai2013/img/eis_wp03.png) no-repeat 0 100%;
}
#hd {
border-bottom: 0 solid #C2D5E3;
background: url("http://traitimyenbai.net/forum/template/yenbai2013/img/eis_hdbg.jpg") no-repeat 50% 0;
}
.eis_wp {
width: 1000px;
margin: 0 auto;
}
.cl::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
body, input, button, select, textarea {
font: 12px/1.5 Tahoma,Helvetica,'SimSun',sans-serif;
color: #444;
}