Other Notifications fluid Gamer - Thông báo fluid Gamer

PVS

Super Moderator
Thành viên BQT
Tham gia
28/02/2015
Bài viết
17,149
Được Like
12,745
Notifications fluid Gamer - Thông báo fluid Gamer

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


notificationfluid-preview.png

Ghi chú thêm: Bởi vì add-on notification cho phép cho nhiều vị trí bạn có thể cần phải thay đổi css một chút nhưng được thiết kế và css cho các vị trí ở bottom-right.

Cài đặt: Tải các hình ảnh trong kho lưu trữ và đặt chúng trong thư mục /icons 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 "gamerfluid" (không có dấu ngoặc kép). Sau đó dán đoạn mã sau vào template Extra.css của bạn là xong.
Mã:
/* GAMER FLUID NOTIFICATION */

.gamerfluid .gritter-top {
  background: url("@imagePath/xenforo/icons/game_notifications_top.png") no-repeat scroll transparent;
  width: 250px;
  height: 139px; }

.gamerfluid .gritter-item {
  background: url("@imagePath/xenforo/icons/game_notifications_center.png") repeat-y scroll transparent;
  border-radius: 0;
  margin: 0 0 0;
  padding-top: 0;}

.gamerfluid .gritter-bottom {
  background: url("@imagePath/xenforo/icons/game_notifications_bottom.png") no-repeat scroll transparent;
  width: 250px;
  height: 45px; }

.gamerfluid .gritter-image {
  margin-left: 60px;
  width: 96px;
  height: 96px;
  border: 1px solid #242424;
  padding: 3px;
  background-color: #383838;
  border-radius: 3px;
  position: absolute;
  top: -122px; }

.gamerfluid .gritter-with-image {
  width: 210px;
  margin-right: 60px;
  padding-top: 10px; }

.gamerfluid .gritter-dismiss {
  padding-right: 110px;
  font-size: 11px;
  position: absolute;
  bottom: -35px; }
  .gamerfluid .gritter-dismiss:hover {opacity: 0.6;}

.gamerfluid .gritter-title {
  color: #5c88b0;
  font-size: 11px;
  text-align: center; }
.gamerfluid .gritter-item p { color: #bcbcbc; }

.gamerfluid .gritter-close {
  background: url("@imagePath/xenforo/icons/gamerfluidclose.png") no-repeat scroll left top transparent;
  width: 30px;
  height: 30px;
  right: 165px;
  top: -168px;}
 
/* GAMER FLUID NOTIFICATION */

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


Nguồn: xenforo.com​
 

Đính kèm

  • Gamer Fluid Notifications (BBSmiley.com).zip
    5.8 KB · Lượt xem: 2

Top Bottom