Bài Bài :
581
:
Like Like :
196
:
Giới Giới :
Nam
:
Tham Gia :
20/07/2013
:
Age :
27
:
ღAdministratorsღ


ღAdministratorsღ
ღAdministratorsღ
  • ღAdministratorsღ
Bài Bài : 581
Like Like : 196
Giới Giới : Nam
Tham Gia : 20/07/2013
Age : 27
Index box
Code:
<style>
#smallrum{padding: 0.4em 1em;margin: 3px 1px;
width: 100%;font-size:0px}
#smallrum a img{vertical-align: middle; margin-right: 6px;margin-top:-10px;display:inline-block}
#smallrum a.gensmall {
display: inline-block;
text-align: left;margin:2px 0px;
width:161px;
}
#smallrum a.gensmall:hover {
color:#879e2b;
}
.pun .forumtitle{display:inline-block;margin-bottom:5px}
.pun .phutu2{padding-right:10px;font: 12px Arial}
.pun .phutu2 a[href*="u"]{float:left}
.pun a[href=""]:before {
content:"Chưa có bài viết";
font:12px Arial;
color:#333;
cursor: default;
}
.pun a[href=""] img {display:none}
</style>
<div class="main" id="main1">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <div class="main-head"style="height: 23px;">
                  <div class="tabs">
                                      <a class="titleForumText forum_row_name">
        <h2>{catrow.tablehead.L_FORUM}</h2>
      </a></div></div>
      <div class="main-content">
        <table cellspacing="0" class="table">
                        <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr href="{catrow.forumrow.U_VIEWFORUM}">
                  <td class="tcl" style="padding-left:30px;padding-right:20px;"><div style="min-height:40px;max-width:730px;min-width:360px">
                    <span class="status" style="margin-left:-24px;margin-top:-2px">
                        <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">
                                                          <strong style=" font-family: Comic Sans MS ; font-weight: oblique  ; font-size: 14px">{catrow.forumrow.FORUM_NAME}</strong></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 -->
                    <div id="smallrum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</div>
                  </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}" style="font:bold 12px Verdana"><img src="http://www.vlcc.edu.vn/images/new.gif" style="margin-right:4px">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                    <!-- END switch_topic_title -->
                    <div class="phutu2" align="left">{catrow.forumrow.USER_LAST_POST}</div>
                    </span></div>
                  </td>

  <td class="tc2"><span style="color: #ff8a00;">{catrow.forumrow.TOPICS} </span><br /><span class="s_text"><span style="color: #6F8497;">Chủ đề</span></span></td>
  <td class="tc3"><span style="color: #99BF00;">{catrow.forumrow.POSTS}</span><br /><span class="s_text"><span style="color: #6F8497;">Bài gửi</span></span></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 -->
 



Message reputation : 100% (1 vote)

Bài Bài :
581
:
Like Like :
196
:
Giới Giới :
Nam
:
Tham Gia :
20/07/2013
:
Age :
27
:
ღAdministratorsღ


ღAdministratorsღ
ღAdministratorsღ
  • ღAdministratorsღ
Bài Bài : 581
Like Like : 196
Giới Giới : Nam
Tham Gia : 20/07/2013
Age : 27
Css
Code:
/* Avatar in index */
.avatar-index {float: left;}
.avatar-index img {width: 40px;height: 40px;background: #F4F4F4;border: 1px solid #DDD;margin: 0 5px;padding: 1px;}
.avatar-index img:hover {border: 1px dashed #CCC;}
.avs a.inx img:hover {
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
border-color: #A1A1A1;
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#smallrum{padding: 0.4em 1em;margin: 3px 1px;
width: 100%;font-size:0px}
#smallrum a img{vertical-align: middle; margin-right: 6px;margin-top:-10px;display:inline-block}
#smallrum a.gensmall {
display: inline-block;
text-align: left;margin:2px 0px;
width:160px;font: 13px Tahoma
}
#smallrum a.gensmall:hover {
color:#879e2b;
}
a[href="/u1"] span:before {content: url(http://goo.gl/YFqpWP);}
.main .main-head {
border-bottom: 2px solid #418797;
}
.main .main-head {
background-image: url(http://2img.net/i/fa/empty.gif);
}
.main .main-foot, .main .main-head {
background-color: #fff;
color: #dedfdf;
font-weight: 400;
padding: .7em 1.3em;
}
#pun-intro, .main-foot, .main-head {
background-color: #171F34!important;
}
/* Chu Clan */

.rank2 img {
max-height: 24px;
}

.pun table.table td table td {
border-color: #0D99A6!important;
border-style: solid solid none none !important;
padding: 2px!important;
}

.pun table.table td table td {
border: 0 none!important;
}

body{
background-attachment:scroll;background-color:#fff;background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/ete9k10.png);color:#000;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px}
.pun {
background-color: #FFF;
border-right: 1px solid #919191;
box-shadow: 0 0 4px #ded7de;
min-height: 3400px;
min-width: 977px;
width: 36px;
}
.pun input.search_pt{float:left;padding:6px!important;height:15px;width:150px;border:1px solid #bdbfbd;color:#333;padding-right:20px!important;font:11px Tahoma;box-shadow: inset 0 1px 1px #ccc}
.pun #sell1 input.search_pt:focus{border:1px solid #4279c7}
#pun-logo{position: absolute;bottom:-5px;margin-left:-8px}
.pun a span[style="color:#0500A3"] strong{background: url(http://i80.servimg.com/u/f80/16/18/15/10/award_11.png)no-repeat;padding-left:20px;padding-bottom:4px}
.postbody a img{padding:2px;border:1px solid #d4d4d4}
.postbody a img:hover{border:1px solid #4c6291}
.pun .main .main-content p.message{background-color:#fffbd6;border:1px solid #e6c820}
.pun input[type="text"]{padding:3px 5px}
#chatbox .msg a{
  color:#1e1c59;
  background:url(http://i48.servimg.com/u/f48/16/18/15/10/untit361.png)no-repeat 4px center;
  padding-left:20px;
}
.pun .postbody {line-height:18px;}
#chatbox .msg a:hover{color:red}
#chatbox .msg{font:normal 13px/18px Tahoma,Helvetica,verdana,arial,sans-serif}
.postbody blockquote {
border:1px solid #437194;
background:#f7f7ff;
margin:10px;
padding:7px 10px 10px;
}

.postbody blockquote>div {
margin-left:-18px;
background:url(http://i74.servimg.com/u/f74/16/18/15/10/quote-10.png)no-repeat left top;
padding-left:20px;
padding-top:5px;
font:normal 10pt Segoe UI, Verdana, Tahoma, Arial, Sans-Serif, Trebuchet MS, Georgia, Courier, Times New Roman, Serif;
font-style:italic;
}

.postbody blockquote cite {
width:100%;
display:inline-block;
margin-top:-5px;
font:bold 13px Tahoma;
}

.pun select{border:1px solid #0f528c}
#sell1{border:2px solid #24374a;width:176px}
#sell1 input:focus{border:1px solid red;}
#chatbox_members .away{display:none;}
#chatbox_members .away+.online-users{margin-top:-38px}
#chatbox_members .online+.online-users a{background: url(http://2img.net/i/fa/Online.png)no-repeat left;padding-left:15px;}
.away+.online-users a{background: url(http://2img.net/i/fa/Offline.png)no-repeat left;padding-left:15px;}
.chatbox-options{font-size:0px;margin-top:5px;padding-right:5px}
.chatbox-options a{border:1px solid #9c999c;
  background:#FFF url(http://i74.servimg.com/u/f74/16/18/15/10/117.png)repeat-x;
  cursor: pointer;
  box-shadow: 0px 1px 0px #dedade;
  padding:3px 5px;
  color:#000;
  font:bold 12px Tahoma;
  float:left;
  }
.chatbox-options a:active {
background:#dedede;
box-shadow: inset 0 1px 1px #b0b0b0;
}
#chatbox_option_autorefresh{display:none}
.bailienquan a.topictitle:visited b,.bailienquan a.topictitle:visited,.muc_post a:visited{color:#096600}
a.topictitle:hover,.muc_post a:hover{color:red!important;}
.pun ol li.clearfix {
  border-bottom:1px solid #e0e0e0;
  margin-left:-4px;
  margin-right:-4px;
  padding:5px 10px;
}
.pun ol li.clearfix .avatar {overflow:hidden;height:50px;border:0px}
#profile-advanced-details .message-header {
  margin-top:-5px;
  font: 11px Arial;
  border:0px;
  background:none;
  color:#737373;
}
#profile-advanced-details .message-header img{display:none}
.pun .message-text img{max-width:395px}
.pun .pagination.top {margin:10px 5px}
.pun a.top_nav1{
  background: url(http://i35.servimg.com/u/f35/16/18/15/10/136.png)no-repeat 176px 11px;
  padding:10px 2px 14px 42px;
  display:inline-block;
  width:153px;
  border-top:1px solid #FFF;
  border-bottom:1px solid #bdbfbd;
  margin:0px;
  font:bold 15px Tahoma;
  color:#333;
  text-shadow: 0px 0px 0 #fff;
  margin-left:-10px;
}
.pun a.top_nav2{
  height:10px;
  position:absolute;
  margin-left:-196px;
  margin-top:47px;
  font:bold 0px Tahoma;
  color:#000;
  z-index:4;
  width:149px;
  display:inline-block;
  padding:11px 0px 20px 48px ;
  background: url(http://i80.servimg.com/u/f80/16/18/15/10/191.png)no-repeat right center;
}

#qjump select {
background:#FFF url(http://i35.servimg.com/u/f35/16/18/15/10/158.png)no-repeat left top;
font:11px Arial;
width:150px;
position:absolute;
top:6px;
margin-left:614px;
border:0px!important;
padding:7px;
z-index:999!important;
}
#qjump select option{overflow:hidden;width:130px}
.pun #profile-advanced-left #tabs ul li a {
border:0;
border-right:1px solid #ccc;
color:#333;
font:bold 11px Verdana;
background:none;
margin-left:0;
padding:10px 9px;
}

.pun #profile-advanced-left #new-message #tabs {
height:33px;
width:472px;
margin-left:0;
margin-bottom:-34px;
background:#FFF url(http://i74.servimg.com/u/f74/16/18/15/10/154.png)repeat-x left bottom;
border:1px solid #ccc;
border-bottom:0;
color:#333;
padding:0;
}

.pun #profile-advanced-left #tabs ul li.activetab a {
background:#FFF;
margin-bottom:-1px;
border-left:1px solid #ccc;
margin-left:-5px;
padding:10px 10px 11px;
}

.pun #profile-advanced-left .middleline dt {
font:bold 12px Arial;
}

.pun #profile-advanced-left .middleline dt img {
display:none;
}

.pun .forumline {
background-color:#ccc;
border:0;
}

.pun .forumline td {
background-color:#FFF;
padding:4px 8px;
}

.pun .codebox {
border:0;
background-color:#fff;
}

.pun .codebox dt {
border:0;
font:bold 12px Arial;
padding-left:8px;
}

.pun .codebox dd.cont_code {
border-top:1px solid #000;
border-right:1px solid #ABABAB;
border-bottom:1px solid #ABABAB;
border-left:1px solid #000;
background-color:#fff;
overflow:scroll;
margin-top:-3px;
max-height:300px;
font-size:11px;
max-width: 450px;
color:#000;
}
.pun form[name="form_login"] .connexion{margin-top:-10px;padding-top:10px;background: url(http://i74.servimg.com/u/f74/16/18/15/10/168.png)no-repeat 500px 0px}

textarea{border:1px solid #bdc7de;padidng:5px}
#tabs+form.frm-form .main-head .subtitle ,#tabs a[href*="attachments"],#tabs a[href*="search?"]{display:none}
.pun #tabs{margin-bottom:-32px;margin-left:-16px}
.pun #tabs a[href*="profile?mode=editprofile&page_profil=informations"]{background: url(http://i74.servimg.com/u/f74/16/18/15/10/163.png)no-repeat 4px 7px}
.pun #tabs a[href*="profile?mode=editprofile&page_profil=preferences"]{background: url(http://i74.servimg.com/u/f74/16/18/15/10/164.png)no-repeat 4px 7px}
.pun #tabs a[href*="profile?mode=editprofile&page_profil=signature"]{background: url(http://i74.servimg.com/u/f74/16/18/15/10/165.png)no-repeat 4px 7px}
.pun #tabs a[href*="profile?mode=editprofile&page_profil=avatars"]{background: url(http://i74.servimg.com/u/f74/16/18/15/10/165.png)no-repeat 4px 7px}
.pun #tabs a:hover{background-color:#FFF;padding-bottom:8px}
#tabs+form.frm-form .main-head{
  background: #FFF url(http://i74.servimg.com/u/f74/16/18/15/10/154.png)repeat-x left bottom;
  border:1px solid #ccc;
  border-bottom:0px;
  color:#333;
  height:30px;
  overflow-y:hidden;
  padding:0px;
}
#tabs+form.frm-form .main-head h1{font-size:0px;}
.pun #tabs ul li a{border:0px;border-right:1px solid #ccc;color:#333;font:bold 11px Verdana;padding:9px 10px 9px 30px;background:none;margin-left:-4px}
.pun #tabs ul li.activetab a{background:#FFF;padding:9px 30px}
.pun .frm-info{border:1px solid #de3c10;color:#333}
.pun .frm .frm-info{border:1px solid #e6c820;background-color:#fffbd6}
.spoiler_content {
background:#f5f5f5;
margin-top:1px;
border:1px solid #c5ccd1;
padding:10px;
}


#content-container div#container {
float:left;
margin-right:-6px;
width:100%;
}

#content-container div#content {
margin-right:6px;
}

.postbody .spoiler_content img {
max-width:700px;
}

.pun .icon_down {
filter: alpha(opacity=80);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
border: 1px solid #b0b0b0;
margin: 10px -12px 0px 16px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #FFF;
padding: 2px;
}

.spoiler dt:hover {
color:red;
background:#e8e8e5 url(http://i48.servimg.com/u/f48/16/18/15/10/untitl74.png) no-repeat 6px 10px;
}

.pun .spoiler dt {
font:bold 12px Tahoma;
color:#333;
background:#e8e8e5;
border:1px solid #c5ccd1;
padding:4px 20px;
}

.spoiler dd {
background:none;
margin:0;
padding:0;
}

.spoiler {
background:none;
border:0;
width:96%;
margin:10px 0 0 15px;
padding:0;
}

.pun .nav_pt a {
display:inline-block;
width:300px;
font:bold 12px Arial;
border-left:5px solid #ababab;
color:#ababab;
margin-bottom:1px;
padding:3px 5px;
}

.pun .nav_pt a:hover {
color:#5e5e5e;
border-left:5px solid #5e5e5e;
}

.pun .nav_pt a.forum {
color:#000;
border-left:5px solid #000;
}

.nav_pt {
font-size:0;
position:fixed;
top:10px;
margin-left:790px;
}

#chatbox_members {
background:#ededed;
border-right:1px solid #ccc;
margin-bottom:-35px;
margin-top:-30px;
font:bold 12px Arial;
overflow:auto;
}

#chatbox_members .member-title {
background:url(http://i80.servimg.com/u/f80/16/18/15/10/196.png)no-repeat left top;
color:#38788c;
padding:10px;
}

#chatbox_footer {
margin-left:181px;
border-top:1px solid #ccc;
background:#f7f7f7;
}

#chatbox {
overflow-x:hidden;
margin-bottom:37px;
margin-right:0px;
margin-left:0px;
overflow-y: scroll;
}

#chatbox_header.main-head {
border:0;
background:#FFF url(http://i80.servimg.com/u/f80/16/18/15/10/122.png)repeat-x -1px 0px;
font-size:0;
}

#chatbox_header.main-head a {
color:#333;
}

#message {
width:360px;
height:16px;
font-size:13px;
border:1px solid #b0b0b0;
background-color:#fff;
margin:5px -60px 15px -180px;
padding:10px 70px 9px 50px;
}

#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_row_1,.chatbox_row_2 {
font:10px Arial;
color:#adadad;
background:#fff;
}

.user {
display:inline-block;
margin-left:-48px;
padding-left:10px;
font:bold 12px/18px Tahoma,Helvetica,verdana,arial,sans-serif
}

#submit_button {
margin-right:20px;
}

#divcolor {
border:0;
background:none;
margin-top:-5px;
margin-right:55px;
}

#divsmilies {
margin-left:-65px;
margin-top:13px;
border:0;
background:none;
border-right:1px solid #ccc;
padding-right:8px;
}

img[src="http://2img.net/i/fa/resize.gif"]{display:inline-block;margin-bottom:-20px}
blockquote blockquote,#divcolor img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],img[src="http://2img.net/i/fa/subsilver/wysiwyg/color.gif"],#divsmilies img[src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif"],#divunderline{display:none}
div.fontbutton {
cursor:pointer;
height:18px;
border:1px solid #999;
background:#dedede;
}

div.fontbutton,div.fontbutton_normal {
margin-top:10px;
width:20px;
height:18px;
background:#FFF url(http://i74.servimg.com/u/f74/16/18/15/10/117.png)repeat-x;
}

div.fontbutton_selected {
border:1px solid #999!important;
background:#dedede;
}

div.fontbutton_clicked {
background:#dedede;
border:1px solid #999;
}

#toppage {
margin-left:765px;
position:fixed;
bottom:220px;
cursor:pointer;
display:block;
opacity:1px;
}

.pun input[type=submit],input[type=button],input[type=reset] {
font-family:Tahoma;
cursor:pointer;
border:1px solid #999;
color:#000;
background:#FFF url(http://i38.servimg.com/u/f38/16/18/15/10/untitl27.png)repeat-x bottom left;
font-size:11px;
font-weight:700;
box-shadow: 0px 1px 0px #dedade;
}
select,input[type=text]{font-size:11px;padding:3px 5px}
input[type=submit]{padding:3px 5px!important;}
.pun input[name=submit],.pun input.mainoption,.pun input[name=post] {
box-shadow: 0px 1px 0px #dedade;
border:1px solid #c20000;
color:#fff;
background:#ff1100 url(http://i38.servimg.com/u/f38/16/18/15/10/untitl26.png)repeat-x top left;
}
.pun input[type=reset]:active,input[type=submit]:active {
background:#dedede;
box-shadow: inset 0 1px 1px #b0b0b0;
}

.pun input[name=submit]:active,input.mainoption:active,input[name=post]:active {
background:#de0d0d;
box-shadow: inset 0 2px 2px #c90000;
}
#pun-visit,.pun-crumbs {
display:none;
}

.pun2 {
position:fixed;
top:0;
z-index:3;
height:100%;
width:197px;
background: rgb(239,239,239);
border-right:1px solid #bdbfbd;
border-left:1px solid #bdbfbd;
margin-left:-27px;
padding:0px;
min-height: 620px;
}

.pun2 li {
list-style-type:none;
}

a {
text-decoration:none!important;
}

#main1 .main-content {
margin-bottom:10px;
border-top:0;
}


div.nav {
height:30px;
border:1px solid #b5b1b5;
overflow:hidden;
width:767px;
margin-bottom:5px;
font-size:0;
background:#f7f7f7 url(http://i35.servimg.com/u/f35/16/18/15/10/o7ihji10.gif) no-repeat 770px center;
padding:0px 5px 0px 20px;
z-index:999!important;
position: relative;
}

.pun div.nav a.nav {
font:bold 12px Tahoma;
display:inline-block;
height:20px;
background:url(http://i74.servimg.com/u/f74/16/18/15/10/125.png)no-repeat left top;
padding:8px 5px 2px 15px;
}
.pun div.nav a.nav,.pun div.nav a.nav font {
color:#243E75;
}

.pun .paged-head,.pun .paged-foot {
border:0;
}

.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 url();
}


#nav li {
color:#fff;
position:relative;
float:left;
list-style-image:none;
}

#nav li.dl span {
background-color:transparent;
text-decoration:underline;
}


#nav li ul.hide-mobile {
position:absolute;
z-index:999;
color:#000966;
top:20px;
list-style:none;
opacity:0;
transition:opacity .25s ease-out;
-o-transition:opacity .25s ease-out;
display:none;
margin-left:182px;
margin-top:-66px;
padding-left:5px;
width:150px !important; 
}

#nav li:hover ul,#nav li:active ul,#nav li:focus ul,#nav li.sfhover ul {
  opacity:1;
  display:block;
  text-align:left;
}

#nav li ul li,#nav li ul li:hover,#nav li ul li:focus {
min-width:180px;
font-size:11px;
float:none;
background:transparent none;
margin:0;
padding:0;
}

#nav li ul li + li {
border-top:1px solid #ABABAB;
border-collapse:collapse;
}

#nav li ul li.dl b {
display:block;
}

#operamenu {
padding-top:3px;
font:normal 12px Tahoma;
margin:0 auto;
}

.pun #operamenu .hide-mobile li {
  height:auto;
  background: #f7f7f7;
  border: 1px solid #949294;
  margin-top:10px;
  box-shadow: 1px 1px 3px #e8e3e7;
}

.pun #operamenu .hide-mobile li a{
  background:url(http://b0.ttimg.vn/img/img_201302/bullet_subNav.png)no-repeat 15px 16px;
  width:150px;
  display:inline-block;
  padding:12px 0px 10px 30px;
  font:bold 12px Tahoma;
  color:#333;
  border-bottom:1px solid #e8e3e7;
  border-top:1px solid #FFF;
}
.pun #operamenu .hide-mobile li a:hover {
  background-color:#FFF!important;
}
#username_reg,#email,#password_reg,#password,#subject,#username {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
width:200px;
margin-bottom:4px;
margin-top:-4px;
border:1px solid #a6a6a6;
border-top:1px solid #858583;
border-left:1px solid #858583;
padding:5px 4px 5px 28px;
}

#password {
float:left;
background:#FFF url(http://i48.servimg.com/u/f48/16/18/15/10/login_12.jpg) no-repeat 2px center;
}

#username {
float:left;
background:#FFF url(http://i48.servimg.com/u/f48/16/18/15/10/login_11.jpg) no-repeat 2px center;
}

#pwd_bad:before {
content:"Xin vui lòng chọn mật khẩu với độ dà i ít nhất là 6 kí tự. Mật khẩu phải chứa ít nhất 1 ký tự (a-z) và 1 ký tự số .";
font:11px Arial;
color:red;
margin-top:-7px;
display:inline-block;
}

#pwd_bad {
text-align:left;
width:300px;
font-size:0;
padding-left:30px;
background:url(http://i48.servimg.com/u/f48/14/28/30/23/regwro10.png)no-repeat scroll left;
margin-left:-40px;
margin-top:-2px;
}
#pwd_middle:before,#pwd_good:before {
content:"Hợp lệ có thể dùng ";
font:11px Arial;
color:green;
}

#pwd_middle,#pwd_good {
text-align:left;
width:300px;
font-size:0;
padding-left:25px;
margin-left:-40px;
margin-top:-2px;
background:url(http://i48.servimg.com/u/f48/14/28/30/23/regrig10.png)no-repeat scroll left;
}


a[href="/u1"]+.topic2 .topic1 {
background: url(http://photo.ssc.vn/images/551images.jpg)repeat;
}


a[href="/u4011"]+.topic2 .topic1 {
background: url(http://www.taochu.com/backgrounds/thumbs/bgrnew14.gif.thumb.jpg)repeat;
}
#fire {
background-position: initial initial;
background-repeat: initial initial;
color: red;
text-shadow: #ff0 0 -1px 2px, #fc0 0 -3px 3px, #f90 0 -5px 4px, #f60 1px -7px 5px, #f30 2px -9px 6px, red -2px -11px 7px;
}
#pun-about{display: none;}
.postbody img{max-width:480px;}
.postbody img:hover{
max-width:480px;
overflow:auto;
}
.postbody img:before {
display: block;
height: 30px;
width: auto;
}
/*************Point send system********/
a[href*="/u1629wall?d"] {
  font-size:0px;}
a[href*="/u1629wall?d"]:after {
  content:"Chấp nhận giao dịch";
    font-size : 12px;
}
#pointopen {
text-align :center;
position: fixed;
bottom: 10px;
left: 10px;
min-height: 20px;
width: 120px ;
z-index: 999;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
background: #000000;
font-weight: bold;
color:white
 
}
.pointuser, .erroraccess {
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
background: #fff;
border: 1.5px solid #D5D5D5;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);

padding: 12px ;
border-radius: 3px;
margin-top: 100px;
margin-left: 600;
width : auto;
color:black;
position: fixed;
}

.notepass {
    background-position: 10px center;
    border-radius: 4px 4px 4px;
      background-color: #d1e4f3;
      background-image: url("http://cdn1.iconfinder.com/data/icons/musthave/24/Information.png");
      background-repeat: no-repeat;
      color: #073561;
      border: 1px solid #175fa3;
      margin: 10px 0px;
      padding: 15px 10px 15px 50px;
}
.pointuser .button {
  background-image:url(http://2img.net/i/fa/admin/icon_ok.gif);
  background-repeat:no-repeat;
  color: #6C0;
  border: 1px solid #8FD534;
  margin: 2px 0 2px 20px;
        padding:0 5px 0 16px;
  cursor:pointer;
  background-repeat:no-repeat;
  direction:ltr;
        margin-left: 170;
}
.pointuser .button:hover {
  border-color:#66CC00;
  background-color: #eeeeee;
  background-image:url(http://2img.net/i/fa/admin/icon_ok.gif);
  background-repeat:no-repeat;
  text-decoration: none;
}
.notifi {color : green; font-weight:bold }
/*************Point send system********/
/* tooltip */
#tooltip .header{display:none}
#tooltip .tiplFMvi{border-bottom:1px dashed;padding-bottom:5px;margin-bottom:5px}
#tooltip{background-color:#FFF;border:1px solid #DDD;border-radius:3px 3px 3px 3px;box-shadow:2px 2px 3px #746E6E;color:#131313;max-width:450px;position:absolute;z-index:999;padding:15px 20px}
.vote .vote-bar {margin-left: -450px;margin-top:-38px;height: 25px}
.pun .main table td.tc2, .pun .main table td.tc3{background-color: #f7f2f7}
.pun tbody.statused td.tcl {padding-left: 0em}
.pun strong.pagination a {background-color:#fff;border:1px solid #999;color:#333;font-weight:400;line-height:1.5em;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;font-size:11px;margin:0 1px;padding:0 3px 0 4px;}strong.pagination span a:hover {text-decoration:none !important;border-color:#407294;}
.tabs a::after {
content: '';
position: absolute;
z-index: 1;
top: 0;
right: -.5em;
bottom: 0;
width: 1em;
background: #418797;
-webkit-transform: skew(18deg);
-moz-transform: skew(10deg);
-ms-transform: skew(10deg);
-o-transform: skew(10deg);
transform: skew(10deg);
}
.tabs a {
position: relative;
margin-top: -7px;
margin-left: -14px;
background: #418797;
padding: 1em 3.5em;
float: left;
text-decoration: none;
color: #FFF;
}
.frm-form [class|="sceditor"]{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;border-radius:0!important;text-align:left}
.sceditor-group,#pun-qpost .main-content.frm{border:1px solid #D1D1D1!important}




Message reputation : 100% (1 vote)

Bài Bài :
581
:
Like Like :
196
:
Giới Giới :
Nam
:
Tham Gia :
20/07/2013
:
Age :
27
:
ღAdministratorsღ


ღAdministratorsღ
ღAdministratorsღ
  • ღAdministratorsღ
Bài Bài : 581
Like Like : 196
Giới Giới : Nam
Tham Gia : 20/07/2013
Age : 27
Body
Code:
<script type="text/javascript">
function chuyenmuclast(n,idchuyenmuc)
{
$(function () {
$.ajax({url: "/feed/?f="+n, 
success: function (ta)
{
 for(var i=2;i<10;i++)
  $('<div class="last">
  <li>
<a style="float:left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:140px;" href="'+$(ta).find("link:eq("+i+")").text()+'" title="'+$(ta).find("title:eq("+i+")").text()+'"> '+$(ta).find("title:eq("+i+")").text()+'</a><a style="float:right"> '+$(ta).find("creator:eq("+(i-2)+")").text()+'</a>
</div>
</li>
<br/>
').appendTo(idchuyenmuc);
}
})
})
}
</script>

<div class="main">
  <div id="main-content">
  <div class="main-head">
<div class="page-title">
<center>Thống kê bài viết</center>
</div>
</div>
<div class="main-content">
      <table width="100%">
        <tr>
  <!-- BEGIN giefmod_index1 -->
  {giefmod_index1.MODVAR}
  <!-- END giefmod_index1 -->
        <td width="40%">
      <table width="100%">
        <tr>
            <td>
<div style="background-color:#ccc;padding:5px 0px;"><center>Gunny Private</center></div>
        <div id="code"><script>chuyenmuclast("11","#code");</script>
        </div>
</td>
</tr>
</table>
          </td>
          <td width="40%">
<table width="100%">
  <tr>
<td>
<div style="background-color:#ccc;padding:5px 0px;"><center>Thông Báo Từ BQT</center></div>
        <div id="thacmac"><script>chuyenmuclast("39","#thacmac");</script></div>
</td>
</tr>
</table>
          </td>
            </tr>
            </table>
</div>
              </div>
              </div>
<style>
.last li
{
  list-style:none;
  padding-left:10px;
  display:block;
}
</style>
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
  <!-- BEGIN message_admin_txt -->
  {message_admin_index.message_admin_txt.MES_TXT}
  <!-- END message_admin_txt -->
<!-- END message_admin_index -->

<!-- BEGIN switch_user_logged_in --><div id="chatbox_top" style="height: 300px;border:1px solid #ccc;margin-top:10px" align="center"><iframe style="display: inline;" src="/chatbox/index.forum?archives=1" id="frame_chatbox" marginwidth="0" marginheight="0" width="100%" frameborder="0" height="100%" scrolling="no"></iframe></div>
<script type="text/javascript">//<![CDATA[
$('#frame_chatbox').fadeOut(1000,function(){$(this).attr('src','/chatbox/index.forum?archives=1');$(this).fadeIn(3000,function(){if($(this).contents().find('#chatbox_option_disco').css('display')=='none'){$(this)[0].contentWindow.CB_disconnect();};});});//]]></script><div onmousedown="javascript:resizeElement(event, 'chatbox_top');" alt="" style="cursor: n-resize;border-left:1px solid #b0b0b0;border-right:1px solid #b0b0b0;background: url(http://i74.servimg.com/u/f74/16/18/15/10/159.png)repeat-x top left;padding:2px;text-align:center"><img src="http://i74.servimg.com/u/f74/16/18/15/10/160.png"></div><!-- END switch_user_logged_in -->
{BOARD_INDEX}

<!-- BEGIN disable_viewonline -->
<div id="pun-info" class="main">
  <div class="main-head">
        <div class="page-title">Thống kê</div>
      </div>
  <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 /></p>
        <div class="clear"></div>

        <p style="font:12px Arial">{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</p>

      </div>

  </div>
</div>
<!-- END disable_viewonline -->
{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 -->
 



Message reputation : 100% (1 vote)

Bài Bài :
581
:
Like Like :
196
:
Giới Giới :
Nam
:
Tham Gia :
20/07/2013
:
Age :
27
:
ღAdministratorsღ


ღAdministratorsღ
ღAdministratorsღ
  • ღAdministratorsღ
Bài Bài : 581
Like Like : 196
Giới Giới : Nam
Tham Gia : 20/07/2013
Age : 27
Head
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" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
        <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
        </p>
      </div>
  </div>
  <!-- END hitskin_preview -->

  <!-- BEGIN switch_login_popup -->
  <div id="login_popup" class="module main">
      <div id="login_popup_title" class="main-head">
        <div class="h3">{SITENAME}</div>
      </div>
      <div class="main-content">
                 
        {LOGIN_POPUP_MSG}
        <div id="login_popup_buttons">
            <form action="{S_LOGIN_ACTION}" method="get">
              <input type="submit" class="button2" value="{L_LOGIN}" />
              <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
              <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
            </form>
        </div>
      </div>
  </div>
  <!-- END switch_login_popup -->

  <a id="top" name="top" accesskey="t"></a>

  <div class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE">
            <div class="pun">
                <div align="left" class="pun2"><div style="width:185px;margin-top: 172px;float:right">
                                   
                                    <!-- BEGIN switch_user_logged_out -->
                                    <div style="height:170px">
                                      <style>.dang_nhap #password,.dang_nhap #username {width:145px;padding:5px 4px 5px 28px;margin-bottom:4px;margin-top:-4px;border:1px solid #333;font:13px Verdana;color:#000;}.pun .dang_nhap p{color:#000;font: 12px Arial;margin-top:5px}.pun .login_1 input{padding:2px 10px 4px 10px;width:auto;background:#595b5c url(http://i73.servimg.com/u/f73/17/98/19/05/147.png)repeat-x top left;color:#FFF;font:12px Tahoma;box-shadow: 0px 0px 0px #000;border:1px solid #000}.pun .login_1 input:active{background: #4a4a4a url();box-shadow: inset 0 2px 2px #333;}.pun a.dang_ki {padding:2px 15px 4px 15px;width:auto;background:#6fab57 url(http://i74.servimg.com/u/f74/16/18/15/10/153.png)repeat-x;color:#FFF;font:12px Tahoma;border:1px solid #000;margin-right:15px;display:inline-block;float:right}.pun a.dang_ki:active {background: #609946 url()}#fa_toolbar{display:none !important;}</style>
                                      <script>$(function(){$("input#username_reg").attr("maxlength","15");})</script>
                                      <form class="dang_nhap" name="form_login" method="post" action="/login">
                                        <p style="margin-top:10px"><label for="username">
                                          <strong>Tên truy cập :</strong></label></p><p style="height:2em;valign:top;">
                                        <input type="text" class="inputbox autowidth" value="" placeholder="Tên truy cập" maxlength="40" size="15" id="username" name="username"></p><p>
                                        <label for="password"><strong>Mật khẩu :</strong></label></p><p style="height:2em;valign:top;">
                                        <input type="password" class="inputbox autowidth" placeholder="Mật khẩu" maxlength="25" size="15" name="password" id="password"></p>
                                        <p align="left">
                                          <a style="font:bold 11px Arial;color:#333" rel="nofollow" href="/profile?mode=sendpassword">Quên mật khẩu?</a></p>
                                        <p align="left" class="login_1"><input type="checkbox" style="display:none" checked="true" name="autologin">
                                          <input type="submit" class="button1" value="Đăng nhập" tabindex="6" name="login">
                                            <a class="dang_ki" href="/register?agreed=true&amp;step=2">Đăng kí</a></p></form></div>
                                       
                                      <!-- END switch_user_logged_out -->
                                       
                                        <ul id="muc_luc" style="margin:0px;width:185px">
                                          <li style="height:35px">
                                            <form style="width:176px;border:0px" name="cpsearch" action="/h36-search" method="get" target="_blank" id="sell1">
                                              <input type="text" class="search_pt" placeholder="Tìm kiếm chủ đề bài viết , mọi thứ" title="tìm kiếm" name="q" size="10">
                                                <input type="submit" style="background: url(http://i80.servimg.com/u/f80/16/18/15/10/search10.gif)no-repeat center;width:14px;height:12px;border:0px;box-shadow: 0px 0px 0px #000;position: absolute;margin-left:-20px;margin-top:8px;float:right" value=""></form></li>
                                              <li style="margin-bottom:-4px;margin-left:-1px;border-bottom:1px solid #bdbfbd">
                                                <a style="background:#FFF;border-top:0px;border-top:1px solid #bdbfbd" class="top_nav1" href="/">
                                                  <img style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px" src="http://i35.servimg.com/u/f35/16/18/15/10/147.png">Diễn Đàn</a></li>
                                                <li style="margin-left:-2px" id="operamenu"> <ul id="nav"><li>
                                                  <a style="color:red" class="top_nav1" href="/f1-forum">Thông Báo BQT</a>
                                                  <ul class="hide-mobile">
                                                  <a class="top_nav2" href="/f1-forum">Thông Báo BQT</a>
                                                    <li style="margin-top:-67px">
                                                    <a style="color:red" href="/f39-forum">Thông báo</a>
                                                    <a style="color:red" href="/f143-forum">Khu Lưu Trữ Bài</a>
                                                      <a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/116.png)no-repeat 10px center;color:red;" href="/f98-forum">Shop KingGunny</a>
                                                    <a href="/f6-forum">Báo lỗi - Góp ý </a>
                                                      <a href="/f4-forum">Hướng dẫn - Giải Đáp</a>
                                                    <a href="/f42-forum">Tài Liệu Event</a>
                                                      <a href="/f5-forum">Khu Tổ Chức Event</a>
                                                      <a href="/f43-forum">Lưu Trữ Event</a>
                                                      <a href="/f2-forum">Đuổi Hình Bắt Chữ</a>
                                                      <a href="/f155-forum">Danh sách mem band</a>
                                                      <a href="/f9-forum">Tố Cáo Thành Viên</a>
                                                    </li></ul></li>
                                                  <li><a class="top_nav1" href="/f103-forum">Cộng Đồng Game</a>
                                                    <ul class="hide-mobile"><a class="top_nav2" href="/f103-forum">Cộng Đồng Game</a><li>
                                                      <a href="/f105-forum">Gift Code Game Online</a>
                                                      <a href="/f167-forum">Thảo Luận Chung
                                                        <img style="float:right" src="http://i35.servimg.com/u/f35/16/18/15/10/more10.gif"></a>
                                                        <a href="/f166-forum">Share Ác Game
                                                          <img style="float:right" src="http://i35.servimg.com/u/f35/16/18/15/10/more10.gif"></a>
                                                          <a href="/f104-forum">Thảo Luận ZingMe</a>
                                                      </li></ul></li><li>
                                                      <a class="top_nav1" href="/f8-forum">
                                                        <img style="float:left;margin-left:-35px;margin-bottom:-10px;margin-top:-2px;" src="http://i35.servimg.com/u/f35/16/18/15/10/146.png">Game Privite</a><ul class="hide-mobile">
                                                        <a class="top_nav2" href="/f8-forum">Gunny Privite</a><li>
                                                        <a href="/f112-forum">VL Chi Mộng Private</a>
  <a href="/f17-forum">Bá Thiên Kiếm</a>
                                                      <a href="/f27-forum">Hướng dẫn tạo map</a>
                                                      <a href="/f14-forum">Đột Kích Private</a>
                                                  <a href="/f13-forum">Nhất Kiếm Private</a>
                                                      <a href="/f16-forum">VLCM Private</a>
                                                  <a href="/f15-forum">Mu Online JX1 Private</a>   
                                        <a href="/f12-forum">Kiếm Thế Private</a>   
                                                      <a href="/f102-forum">Các Game Private Khác</a> 
                                                        </li></ul></li></ul><ul id="nav"><li><a class="top_nav1" href="/f115-forum"><img style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px" src="http://i35.servimg.com/u/f35/16/18/15/10/143.png">Vui Hài 24h</a><ul class="hide-mobile">
                                                      <a class="top_nav2" href="/f115-forum">Vui Hài 24h</a><li style="margin-top:-142px"><a href="/f4-forum">Tin tức D&amp;F</a><a href="/f2-forum">Chuyện lạ quanh ta</a><a href="f3-forum">Bản tin vip</a><a href="f115-forum">Vui hài 24h</a>
                                                      <a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/images10.png)no-repeat 10px center" href="/h4-truyen_tranh">Xem truyện tranh</a>
                                                      <a href="/f126-forum">Truyện cười</a><a href="/f102-forum">Mật ngữ chòm sao</a>                                                                    </li></ul></li><li><a class="top_nav1" href="/f45-forum"><img style="float:left;margin-left:-35px;margin-bottom:-10px;margin-top:-2px;" src="http://i35.servimg.com/u/f35/16/18/15/10/145.png">Giải Trí Tổng Hợp</a>
                                                      <ul style="width:450px" class="hide-mobile"><a class="top_nav2" href="/f45-forum">Tám - Thư giãn</a><li style="margin-top:-335px"><a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/commen10.png)no-repeat 10px center" href="/f45-forum">Chuyện trò linh tinh</a>
                                                      <a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/114.png)no-repeat 10px center" href="f17-forum">Video clip giải trí</a><a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/book10.png)no-repeat 10px center" href="f56-forum">Hội quán Truyện</a>
                                                      <a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/image_10.png)no-repeat 10px center" href="/f103-forum">Hình chế CLB</a><a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/music_10.png)no-repeat 10px center" href="/f8-forum">Âm nhạc - Nonstop</a>
                                                      <a href="/f99-forum">Game thủ cần biết</a><a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/group10.png)no-repeat 10px center" href="/f39-forum">Ảnh thành viên</a><a style="background:url(http://i35.servimg.com/u/f35/16/18/15/10/114.png)no-repeat 10px center" href="/f61-forum">Phim hay tổng hợp</a><a href="/f58-forum">Game Offline</a>  <a href="/f104-forum">Ảnh Warcraft III</a><a href="/f57-forum">Girl xinh - Kute</a><a href="/f55-forum">Ảnh Bikini - Sexy</a>                                                               
                                                      </li></ul></li><li><a style="border-bottom:0px" class="top_nav1" href="/h3-tool"><img style="float:left;margin-left:-35px;margin-bottom:-6px;margin-top:-4px" src="http://i35.servimg.com/u/f35/16/18/15/10/144.png">Tiện ích</a><ul class="hide-mobile"><a class="top_nav2" href="/h3-tool">Tiện ích</a><li><a target="_blank" href="/h32-photoshop">Photoshop</a><a target="_blank" href="/h1-game_mini">Game Mini</a><a target="_blank" href="/h48-chom_avatar">Chôm Avatar</a><a href="/viewonline">Người Online</a>                                                                  </li></ul></li></ul>
                                                      </li><li>
                                                      <a title="Tải Garena Plus" href="/t34614-topic"><img class="icon_down" src="http://i48.servimg.com/u/f48/16/18/15/10/untit313.png"></a>
                                                        <a target="_blank" title="Hotkey (thay đổi phím số item)" href="/t334-topic"><img class="icon_down" src="http://i48.servimg.com/u/f48/16/18/15/10/untit317.png"></a><a target="_blank" title="Tải game Warcraft III" href="/t69-topic"><img class="icon_down" src="http://i48.servimg.com/u/f48/16/18/15/10/untit323.png"></a> </li></ul><style>.pun .icon_down {filter:alpha(opacity=80);-moz-opacity:1.0;opacity:1.0;-khtml-opacity:1.0;border:1px solid #b0b0b0;margin:10px -12px 0px 16px;-moz-border-radius: 2px;border-radius: 2px;background-color:#FFF;padding:2px;}#bam1 span.ten1{display:none;color:#FFF;font:bold 11px Arial;}#bam1:hover span.ten1{display:inline-block;padding:4px 10px;position: absolute;margin-left:28px;background:#000;margin-top:-2px;width:105px}#bam1 span.ten1 img{float:left;margin-left:-14px;margin-top:2px}.ads_pt {background: url(http://i35.servimg.com/u/f35/16/18/15/10/148.png)no-repeat;width:20px;height:20px}</style><a id="pun-logo" href="/">
                                                        <img alt="" src="http://i35.servimg.com/u/f35/16/18/15/10/157.png"></a>
                                                        <a style="position: absolute;bottom:10px;margin-left:160px" id="bam1" href="javascript:remove_ads()">
                                                        <span class="ten1">Ẩn quảng cáo - Esc<img src="http://i74.servimg.com/u/f74/16/18/15/10/233.png"></span><img class="ads_pt" src="http://2img.net/i/fa/empty.gif"></a><script>$(document).ready(function(){$(window).keydown(function(e){if(e.keyCode=='27'){$(function(){$(".quang_cao").remove();$(".ads_pt").css({'background':'url(http://i73.servimg.com/u/f73/17/98/19/05/untitl10.png)no-repeat'});});}})});$(function(){$("#bam1").click(function(){$(".quang_cao").remove();$(".ads_pt").css({'background':'url(http://i73.servimg.com/u/f73/17/98/19/05/untitl10.png)no-repeat'});});});</script></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 style="width:800px;margin-left:179px">
                  <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">
                                                                                                <script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
                                                                                                  <div class="nav"><a style="background:none;padding:10px;" href="/"><img src="http://i13.servimg.com/u/f13/18/07/80/35/bx_hom10.png"style="width: 25px;height: 24px;margin-left: -26px;\">
                                                                                                    </a>{NAV_CAT_DESC_SECOND} 
                                                                                                    </div>
<!-- BEGIN html_validation -->
                                    </div>
                                </div>
                              </div>
                          </div>
                        </div>
                    </div>
                  </div>
</body>
</html>
<!-- END html_validation -->
<div id ="panelpoint">
  <div id="pointopen" style ="cursor:pointer;" onclick="if($('.pointuser').css('display')=='none'){$('.pointuser').show()}else{$('.pointuser').hide()}">Chuyển points</div>
<div class="pointuser" style ="display:none;">
  <div class ="notepass">Hãy nhập tên người bạn muốn chuyển tiền và số tiền phía dưới. Giao dịch sẽ được gửi tới BQT</div>
  <label for="usersend" style="text-align:left; color : red; font-weight:bold;margin-left: 2px;">User :  </label>
  <input type="text" id="usersend" placeholder="Tên người nhận..."/>
  <br>
  <br>
  <label for="pointsend" style="text-align:left; color : blue; font-weight:bold">Point : </label>
  <input type="text" id="pointsend"  placeholder="Tiền muốn gửi..."/>
    <br>
      <br>
    <input type="submit" name="pointsubmit" style="float:left; " value="Chấp nhận" class="button"/>
      <div class="notifi">
        <span class="loadajax" style="display:none;margin-left:80px;">
          <img src ="http://i35.servimg.com/u/f35/15/64/85/86/ajax-l10.gif" /></span></div>
   
 </div>
  </div>




Message reputation : 100% (1 vote)

Bài Bài :
13
:
Like Like :
3
:
Giới Giới :
Nam
:
Tham Gia :
05/08/2013
:
Đến từ
Thế Giới Băng Giá
:
๖ۣۜK-๖ۣۜMøøη ๖ۣۜSǿċķ


๖ۣۜK-๖ۣۜMøøη ๖ۣۜSǿċķ
ღThành Viên Mớiღ
  • ღThành Viên Mớiღ
Bài Bài : 13
Like Like : 3
Giới Giới : Nam
Tham Gia : 05/08/2013
Đến từThế Giới Băng Giá
Like



Bài Bài :
50
:
Like Like :
10046
:
Giới Giới :
Nam
:
Tham Gia :
23/07/2013
:
Age :
28
:
Đến từ
ღ๖ۣۜĐạt•๖ۣۜAloneღ
:
ĐạtÄŁøηë


ĐạtÄŁøηë
ღThành Viên Cấp 2ღ
  • ღThành Viên Cấp 2ღ
Bài Bài : 50
Like Like : 10046
Giới Giới : Nam
Tham Gia : 23/07/2013
Age : 28
Đến từღ๖ۣۜĐạt•๖ۣۜAloneღ
fuck





Sponsored content



Xem chủ đề cũ hơn Xem chủ đề mới hơn Về Đầu Trang Thông điệp [Trang 1 trong tổng số 1 trang]

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

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


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

Quyền hạn của bạn:
Bạn không có quyền trả lời bài viết