Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

tung

Latest topics


    [Codes] Chữ ký sinhvienit.net

    Ruby
    Ruby
    User's Founder


    Bài viết : 460
    Ryo : 4839
    Cảm ơn : 3022
    Nam Date : 09/04/2012
    Tuổi : 25
    Đến từ : Việt Nam

     [Codes] Chữ ký sinhvienit.net Empty [Codes] Chữ ký sinhvienit.net

    Bài gửi by Ruby Wed Aug 08, 2012 12:24 pm

     [Codes] Chữ ký sinhvienit.net Sig10

    1. Chèn thêm codes trong CSS

    - ACP> Display> Colors & pics> Colors> Css
    - chèn codes sau vô cuối cho dễ
    - bấm nút submit

    Code:
     .postsignature
    {
      display:block;
      text-align:left;
      -webkit-border-radius:2px;
      -moz-border-radius:2px;
      border-radius:2px;
      border:solid 1px #CCC;
      position:relative;
      padding:4px 4px 4px 20px;
    }

    .postsignature .title
    {
      position:absolute;
      top:-22px;
      left:20px;
      border:0;
      overflow:hidden;
    }

    .postsignature .content
    {
      margin-top:15px;
      margin-bottom:4px;
      padding:0;
    }

    2. thay codes trong Viewtopic_body

    ACP> Display> Templates> QLTT> Viewtopic_body
    - tìm và thay:

    Code:
    {postrow.displayed.SIGNATURE}

    bằng:
    không có thanh cuộn

    Code:
     <!--  signature  -->
              <div class="postsignature">
                <div style="width:100%;">
                  <img class="title" rel="nofollow" src="http://i48.servimg.com/u/f48/14/58/28/06/sign-l11.png"/>
                  <div class="content">{postrow.displayed.SIGNATURE}
                  </div>
                </div>
            </div>
                <!-- end signature -->

    có thanh cuộn

    Code:
     <!--  chữ ký -->
              <div class="postsignature">
                <div style="width:100%;">
                  <img class="title" rel="nofollow" src="http://i48.servimg.com/u/f48/14/58/28/06/sign-l11.png"/>
                  <div class="content">
                    <div class="smallfont" align="center" style="max-height: 100px; overflow-y: auto;">
                      {postrow.displayed.SIGNATURE}
                    </div>
                  </div>
                </div>
            </div>
                <!-- end chữ ký -->

    - bấm save rùi đấu cộng màu xanh
    Nguồn : 4allvn
    Ruby
    Ruby
    User's Founder


    Bài viết : 460
    Ryo : 4839
    Cảm ơn : 3022
    Nam Date : 09/04/2012
    Tuổi : 25
    Đến từ : Việt Nam

     [Codes] Chữ ký sinhvienit.net Empty Re: [Codes] Chữ ký sinhvienit.net

    Bài gửi by Ruby Wed Aug 08, 2012 10:07 pm

    Ruby đã viết: [Codes] Chữ ký sinhvienit.net Sig10

    1. Chèn thêm codes trong CSS

    - ACP> Display> Colors & pics> Colors> Css
    - chèn codes sau vô cuối cho dễ
    - bấm nút submit

    Code:
     .postsignature
    {
      display:block;
      text-align:left;
      -webkit-border-radius:2px;
      -moz-border-radius:2px;
      border-radius:2px;
      border:solid 1px #CCC;
      position:relative;
      padding:4px 4px 4px 20px;
    }

    .postsignature .title
    {
      position:absolute;
      top:-22px;
      left:20px;
      border:0;
      overflow:hidden;
    }

    .postsignature .content
    {
      margin-top:15px;
      margin-bottom:4px;
      padding:0;
    }

    2. thay codes trong Viewtopic_body

    ACP> Display> Templates> QLTT> Viewtopic_body
    - tìm và thay:

    Code:
    {postrow.displayed.SIGNATURE}

    bằng:
    không có thanh cuộn

    Code:
     <!--  signature  -->
              <div class="postsignature">
                <div style="width:100%;">
                  <img class="title" rel="nofollow" src="http://i48.servimg.com/u/f48/14/58/28/06/sign-l11.png"/>
                  <div class="content">{postrow.displayed.SIGNATURE}
                  </div>
                </div>
            </div>
                <!-- end signature -->

    có thanh cuộn

    Code:
     <!--  chữ ký -->
              <div class="postsignature">
                <div style="width:100%;">
                  <img class="title" rel="nofollow" src="http://i48.servimg.com/u/f48/14/58/28/06/sign-l11.png"/>
                  <div class="content">
                    <div class="smallfont" align="center" style="max-height: 100px; overflow-y: auto;">
                      {postrow.displayed.SIGNATURE}
                    </div>
                  </div>
                </div>
            </div>
                <!-- end chữ ký -->

    - bấm save rùi đấu cộng màu xanh
    Nguồn : 4allvn
    Ruby đã viết: [Codes] Chữ ký sinhvienit.net Sig10

    1. Chèn thêm codes trong CSS

    - ACP> Display> Colors & pics> Colors> Css
    - chèn codes sau vô cuối cho dễ
    - bấm nút submit

    Code:
     .postsignature
    {
      display:block;
      text-align:left;
      -webkit-border-radius:2px;
      -moz-border-radius:2px;
      border-radius:2px;
      border:solid 1px #CCC;
      position:relative;
      padding:4px 4px 4px 20px;
    }

    .postsignature .title
    {
      position:absolute;
      top:-22px;
      left:20px;
      border:0;
      overflow:hidden;
    }

    .postsignature .content
    {
      margin-top:15px;
      margin-bottom:4px;
      padding:0;
    }

    2. thay codes trong Viewtopic_body

    ACP> Display> Templates> QLTT> Viewtopic_body
    - tìm và thay:

    Code:
    {postrow.displayed.SIGNATURE}

    bằng:
    không có thanh cuộn

    Code:
     <!--  signature  -->
              <div class="postsignature">
                <div style="width:100%;">
                  <img class="title" rel="nofollow" src="http://i48.servimg.com/u/f48/14/58/28/06/sign-l11.png"/>
                  <div class="content">{postrow.displayed.SIGNATURE}
                  </div>
                </div>
            </div>
                <!-- end signature -->

    có thanh cuộn

    Code:
     <!--  chữ ký -->
              <div class="postsignature">
                <div style="width:100%;">
                  <img class="title" rel="nofollow" src="http://i48.servimg.com/u/f48/14/58/28/06/sign-l11.png"/>
                  <div class="content">
                    <div class="smallfont" align="center" style="max-height: 100px; overflow-y: auto;">
                      {postrow.displayed.SIGNATURE}
                    </div>
                  </div>
                </div>
            </div>
                <!-- end chữ ký -->

    - bấm save rùi đấu cộng màu xanh
    Nguồn : 4allvn



      Hôm nay: Mon May 13, 2024 4:19 pm