Other Xmas Notification Card - Thông báo thẻ giáng sinh v1

PVS

Super Moderator
Thành viên BQT
Tham gia
28/02/2015
Bài viết
17,150
Được Like
12,745
Xmas Notification Card - Thông báo thẻ giáng sinh v1

Tóm tắt: Bạn sẽ cần phải cài đặt add-on Xen Notices.

xmascard.png

Cài đặt: Tải các hình ảnh trong kho lưu trữ và đặt chúng trong thư mục /gradients của bạn. Sau đó bạn sẽ phải tạo thông báo của bạn và sử dụng các lĩnh vực tùy chỉnh và chèn "xmasnot". Sau đó dán đoạn mã sau vào template Extra.css của bạn là xong.
Mã:
#gritter-notice-wrapper.bottom-right .xmasnot{
    bottom: 30px !important;
    left: auto;
    right: 40px !important;
    top: auto;
}
.xmasnot .gritter-item{
    background: url("@imagePath/xenforo/gradients/notification5.png") no-repeat scroll center bottom transparent !important;
    width: 250px;
    height: 300px;
}
.xmasnot .gritter-with-image {
    width: 190px;
    margin-right: 30px;
    padding-top: 20px;
}
.xmasnot .gritter-image {
   margin-left: 90px !important;
   margin-top: 50px;
   width: 65px !important;
   height: 65px !important;
   border: 1px solid #54707e;
   padding: 0px;
   background-color: #d9e9f1;
   border-radius: 3px;
}
.xmasnot .gritter-title {
   color: #fff2bf !important;
   font-size: 16px !important;
   font-family: 'georgia';
   text-align: center;
}
.xmasnot .gritter-item p {
   color: #e3eef3;
   font-family: 'georgia';
   font-size: 13px;
}

.xmasnot .gritter-item a {
   color: #fff2bf;
}

.xmasnot .gritter-dismiss {
   padding-bottom: 10px;
   padding-right: 75px;
   font-size: 11px;
}

Chúc các bạn thành công.


Nguồn: xenforo.com​
 

Đính kèm

  • Xmas themed notification (bbsmiley.com).zip
    22.5 KB · Lượt xem: 1

Top Bottom