Other Xmas green Notification - Thông báo nền giáng sinh xanh v1

PVS

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

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

xmas3_notification_preview.png

Cài đặt: Tải lên hình ảnh trong file zip và đặt 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 custom field và chèn "xmas3" (không có dấu ngoặc kép), và sau đó dán đoạn mã sau vào template Extra.css của bạn và thực hiện.
Mã:
/* XMAS 3 NOTIFICATION ENHANCEMENT */

.xmas3 .gritter-item {
    background: url("@imagePath/xenforo/gradients/xmas3.png") no-repeat scroll center bottom transparent !important;
    width: 300px;
    height: 250px; }

.xmas3 .gritter-with-image {
    width: 200px;
    padding-right: 25px;
    padding-top: 50px;
    color: #daf7d0; }

.xmas3 .gritter-without-image {
    width: 260px;
    padding-left: 20px;
    padding-top: 50px;
    color: #daf7d0; }

.xmas3 .gritter-with-image .gritter-title {
   color: #ffeca8 !important;
   font-size: 14px !important; }

.xmas3 .gritter-without-image .gritter-title {
   color: #ffeca8 !important;
   font-size: 14px !important;
   text-align: center; }

.xmas3 .gritter-with-image  a, .tablet .gritter-without-image a {
   color: #921717 !important; }

.xmas3 .gritter-with-image  a:hover { opacity: 0.6; }

.xmas3 .gritter-image {
   padding-left: 18px;
   padding-top: 85px; }

.xmas3 .gritter-dismiss {
   padding-bottom: 15px;
   padding-right: 20px;
   font-size: 10px; }

.xmas3 .gritter-dismiss a { color: #ffeca8 !important; }

.xmas3 .gritter-dismiss a:hover { opacity: 0.6; }

.xmas3 .gritter-close  {
    background: url("@imagePath/xenforo/gradients/xmas3close.png") no-repeat scroll top left transparent;
    right: 150px !important;
    top: 35px !important; }

/* XMAS 3 NOTIFICATION ENHANCEMENT */

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


Nguồn: xenforo.com​
 

Đính kèm

  • Xmas Green Notification (BBSmiley.com).zip
    21.7 KB · Lượt xem: 1

Top Bottom