Đưa Skin mới vào diễn đàn sử dụng ! Nếu quá trình sử dụng diễn đàn xảy ra lỗi, xin vui lòng liên hệ Admin để báo lỗi ! Cảm ơn !

You are not connected. Please login or register

[Code] Có ai có ccs của skin nyaafansub thanh màu khác ko

  • Please log in to post a topic
  • Kisaki Ai

    Kisaki Ai
    Kisaki Ai

    Kisaki Ai

    Group: Member

    Hiện đang:
    Bài viết : 98
    Points : 114
    Thanks : 2

    Member

    Member
    Bài viết thứ :1

    Đăng vào:29/1/2013, 11:00

    Member
    Mình cần 1 ccs có màu hồng trong skin của nyaafansub nếu ai có share cho mình nhé xin cám ơn cười nhăn răng đồng ý hai tay

    #1 - Posted 29/1/2013, 11:00
    FakeAdmin

    FakeAdmin
    FakeAdmin

    FakeAdmin

    Group: Moderagerator

    Hiện đang:
    Bài viết : 322
    Points : 426
    Thanks : 96
    Đến từ : Bất cứ đâu có thể

    Moderagerator
    http://zdzone.bforum.biz/

    Moderagerator
    Bài viết thứ :2

    Đăng vào:3/2/2013, 06:57

    Moderagerator
    Bạn thử chèn những code sau xem sao :
    Index_box
    Code:
    <div class="pun-crumbs">
       <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
    </div>
    <div class="main">
    <!-- BEGIN catrow -->
       <!-- BEGIN tablehead -->
          <div class="maintitle">
             <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="tcr">{L_LASTPOST}</th>
                   </tr>
                </thead>
                <tbody class="statused">
       <!-- END tablehead -->

       <!-- BEGIN forumrow -->
                   <tr>
                      <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                         <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                         </span>
                         <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                         <br />
                                                      Chủ đề: {catrow.forumrow.TOPICS}
                        Bài Gửi: {catrow.forumrow.POSTS}
                                                      <br>
                         {catrow.forumrow.FORUM_DESC}
                         <!-- BEGIN switch_moderators_links -->
                         <br />
                         {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                         <!-- END switch_moderators_links -->
                         {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                         <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                      </td>
                      
                      <td class="tcr">
                         <span>
                         <!-- BEGIN switch_topic_title -->
                         <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                         <!-- END switch_topic_title -->
                         {catrow.forumrow.USER_LAST_POST}
                         </span>
                      </td>
                   </tr>
       <!-- END forumrow -->

       <!-- BEGIN tablefoot -->
                </tbody>
             </table>
          </div>
       <!-- END tablefoot -->
    <!-- END catrow -->
    </div>

    <!-- BEGIN switch_on_index -->
    <div class="main-box clearfix">
       <ul>
          <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
          <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
          <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
       </ul>
       <!-- BEGIN switch_delete_cookies -->
       <p class="right">
          <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
       </p>
       <!-- END switch_delete_cookies -->
    </div>
    <!-- END switch_on_index -->
    <style>
     
    .maintitle{

           






    background: url("http://it4c.name.vn/forum/styles/svhy_green/tcat.png") repeat-x scroll 0 0 #FF00F7;

        border: 1px solid #d2d2d2;
        border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -khtml-border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -khtml-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        color: #EDF5FB;
        font-size: 14px;
        margin-bottom: 0px;
        padding: 9px 15px;
        text-shadow: 0 0 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.4);




       
       
    }

    .maintitle a{
       
     color: #FFFFFF;
        font: bold 12pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
        text-shadow: 0.1em 0.1em 0.1em #ADADAD;
     
    }
    </style>

    CSS:
    Code:
    html{background-color: transparent !important;overflow-y: scroll !important;}
    .pun {
    line-height: 130%;
    margin: 0 auto;
    min-width: 768px;
    padding: 5px;
    width: 970px;
    }
    body
    {

    background: url("http://nyaafansub.net/Nyaa4rum/styles/svhy_green/bg.jpg") repeat-y fixed center top #F4F4F4;
    color: #333333;
    font: 10pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    margin: 0;
    padding: 0;

    }
    a:link, a:visited{color: #b43c01;text-decoration: none;}

    li{list-style:none}


    #navigation {
       
       height: 35px;
       margin-bottom: 35px;
    }

    #navigation .pageContent
    {


    background: url("http://it4c.name.vn/forum/styles/svhy_green/nav.png") repeat-x scroll 0 0 #FFFFFF;
        font-family: arial,verdana,sans-serif;
        height: 38px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 500;

       
    }

       .navTabs
       {
          font-size: 12px;
    /*background-color: #434343;
          padding: 0 25px;
          border: 1px solid #9b9b9b;
          border-bottom: 1px solid #242424;
          border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -khtml-border-top-left-radius: 10px;
          border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -khtml-border-top-right-radius: 10px;*/

          
          height: 33px;
       }

    .navTabs.primary_nav{
       @property "primaryNav";
       float: left;
       border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px;
       border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px;
       margin-top: 2px;
       margin-left: 10px;
       @property "/primaryNav";
    }

    .navTabs.user_bar{
       @property "userBar";
       float: right;
       border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px;
       border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px;
       margin-right: 10px;
       font-size: 11px;
       @property "/userBar";
    }
       
          .navTabs .publicTabs
          {
             float: left;
          }
          
          .navTabs .visitorTabs
          {
             margin-top: 2px;
             float: right;
          }
       
             .navTabs .navTab
             {
                float: left;
                white-space: nowrap;
                word-wrap: normal;
                border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px;
                border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px;
             }


    /* ---------------------------------------- */
    /* Links Inside Tabs */

    .navTabs .navLink,
    .navTabs .SplitCtrl
    {
       display: block;
    float: left;
    vertical-align: text-bottom;
    text-align: center;
    outline: 0 none;

       
       height: 33px;
       line-height: 33px;
    }

       .navTabs .publicTabs .navLink
       {
          padding: 0 17px;
          font-weight: bold;
       }
       
       .navTabs .visitorTabs .navLink
       {
          padding: 0 10px;
       }
       
       .navTabs .navLink:hover
       {
          text-decoration: none;
       }
       
       /* ---------------------------------------- */
       /* unselected tab, popup closed */
       
       




    .navTabs .navTab.PopupClosed .navLink {
        color: #FFFFFF;
    }
    .navTabs .navTab.PopupClose:hover {
        background-color: #FF00F7;
    }
    .navTabs .navTab.PopupClosed a:hover {
        color: #000000 !important;
    }








          
             .navTabs .navTab.PopupClosed:hover .navLink,
             .navTabs .navTab.PopupClosed .navLink:hover
             {
                color: #FFFFFF;
             }
          
       .navTabs .navTab.PopupClosed .arrowWidget
       {
          background-position: -64px 0;
       }
       
       .navTabs .navTab.PopupClosed .SplitCtrl
       {
          margin-left: -16px;
          width: 14px;
       }

          .navTabs .navTab.PopupClosed:hover .SplitCtrl
          {
             background: transparent url('http://it4c.name.vn/forum/styles/svhy_green/xenforo/widgets/nav_menu_gadget.png') no-repeat center left;
          }
       
       /* ---------------------------------------- */
       /* selected tab */

      .navTabs .navTab.selected .navLink {
        background: none repeat scroll 0 0 #ECF6DD;
        border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px;
        border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px;
        color: #272727;
        font-weight: bold;
        position: relative;
        text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
    }

    .navTabs .navTab.selected .navLink:before,
    .navTabs .navTab.selected .navLink:after{
       content: "";
       width: 5px;
       height: 5px;
       display: block;
       position: absolute;
       
       bottom: 0;
       left: -5px;
       z-index: 999;
    }

    .navTabs .navTab.selected .navLink:after{
    background-position: -5px 0;
       left: auto;
       right: -5px;
    }
       
       .navTabs .navTab.selected .SplitCtrl
       {
          display: none;
       }
       
       .navTabs .navTab.selected .arrowWidget
       {
          /* circle-arrow-down */
          background-position: -32px 0;
       }
       
          .navTabs .navTab.selected.PopupOpen .arrowWidget
          {
             /* circle-arrow-up */
             background-position: -16px 0;
          }
       
       /* ---------------------------------------- */
       /* unselected tab, popup open */
       
       .navTabs .navTab.PopupOpen .navLink
       {
       }
       
       
       /* ---------------------------------------- */
       /* selected tab, popup open (account) */

       .navTabs .navTab.selected.PopupClosed:hover .navLink,
       .navTabs .navTab.selected.PopupClosed .navLink:hover
       {
          color: rgb(39, 39, 39);
       }
       
       .navTabs .navTab.selected.PopupOpen .navLink
       {
          color: rgb(39, 39, 39);
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -khtml-border-top-left-radius: 3px;
    border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px;
    border-bottom-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -khtml-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -khtml-border-bottom-left-radius: 0px;
    box-shadow: 0px 5px 5px rgba(0,0,0, 0.5); -webkit-box-shadow: 0px 5px 5px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 5px 5px rgba(0,0,0, 0.5); -khtml-box-shadow: 0px 5px 5px rgba(0,0,0, 0.5);

       }
       
    /* ---------------------------------------- */
    /* Second Row */

    .navTabs .navTab.selected .tabLinks
    {



     background-color:#ECF6DD;
      background-position:initial initial;
      background-repeat:initial initial;
      border-bottom-color:#CECECE;
      border-bottom-width:1px;
      border-style:none none solid;
      height:32px;
      left:0;
      overflow:hidden;
      padding:0;
      position:absolute;
      top:33px;
      width:100%;
      zoom:1;








       
    }

       .navTabs .navTab.selected .blockLinksList
       {
          background: none;
          padding: 0;
          border: none;
       }

       .navTabs .navTab.selected .tabLinks .menuHeader
       {
          display: none;
       }
       
       .navTabs .navTab.selected .tabLinks li
       {
          float: left;
          padding: 2px 0;
       }

          .navTabs .navTab.selected .tabLinks li:first-child
          {
             margin-left: 8px;
          }
       
          .navTabs .navTab.selected .tabLinks a
          {
             font-size: 11px;
    color: rgb(39, 39, 39);
    padding: 1px 10px;
    margin-right: 5px;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
    display: block;
    text-shadow: #FFFFFF 0 1px 0;

             
             line-height: 27px;
          }
          
             .navTabs .navTab.selected .tabLinks a:hover,
             .navTabs .navTab.selected .tabLinks a:focus
             {
                color: #434343;
    text-decoration: none;
    background-color: rgb(215, 215, 215);
    outline: 0;

                
             }
       
    /* ---------------------------------------- */
    /* Alert Balloons */
       
    .navTabs .navLink .itemCount
    {
       font-weight: bold;
    font-size: 9px;
    color: white;
    background-color: #e03030;
    padding: 0 2px;
    border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px;
    position: absolute;
    right: 2px;
    top: -9px;
    line-height: 16px;
    min-width: 12px;
    _width: 12px;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    word-wrap: normal;
    box-shadow: 2px 2px 5px rgba(0,0,0, 0.25); -webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.25); -moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.25); -khtml-box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
    height: 16px;

    }

       .navTabs .navLink .itemCount .arrow
       {
          border: 3px solid transparent;
    border-top-color: #e03030;
    border-bottom: 1px none black;
    position: absolute;
    bottom: -3px;
    right: 4px;
    line-height: 0px;
    text-shadow: none;
    _display: none;
    /* Hide from IE6 */
    width: 0px;
    height: 0px;

       }
       
    .navTabs .navLink .itemCount.Zero
    {
       display: none;
    }
       
    /* ---------------------------------------- */
    /* Account Popup Menu */

    .navTabs .navTab.account .navLink
    {
       font-weight: bold;
    }






    .main .main-head {
            background: url("http://it4c.name.vn/forum/styles/svhy_green/tcat.png") repeat-x scroll 0 0 #71A514;

        border: 1px solid #d2d2d2;
        border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -khtml-border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -khtml-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        color: #EDF5FB;
        font-size: 14px;
        margin-bottom: 0px;
        padding: 9px 15px;
        text-shadow: 0 0 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.4);
    }
    .main-foot{
            background: url("http://it4c.name.vn/forum/styles/svhy_green/tcat.png") repeat-x scroll 0 0 #71A514;

        border: 1px solid #d2d2d2;
        border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -khtml-border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -khtml-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        color: #EDF5FB;
        font-size: 14px;
        margin-bottom: 0px;
        padding: 9px 15px;
        text-shadow: 0 0 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.4);   
    }

    #2 - Posted 3/2/2013, 06:57
    http://zdzone.bforum.biz/

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

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

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

    Free forum | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất
    YOUR BANNER HERE
    728x90