Other Gamertwo Notification - Thông báo Gamertwo v1

PVS

Super Moderator
Thành viên BQT
Code hoặc hướng dẫn này được sử dụng trên phiên bản Xenforo cũ đã quá hạn sử dụng. Bạn hãy click để tìm bản mới hơn
Gamertwo Notification - Thông báo Gamertwo v1

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

gamertwopreview.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 "gamertwo". Sau đó dán đoạn mã sau vào template Extra.css của bạn là xong.
Mã:
/*GAMER 2 NOTIFICATION ENHANCEMENT*/
.gamertwo .gritter-item{
    background: url("@imagePath/xenforo/gradients/gamer2.png") no-repeat scroll center bottom transparent !important;
    width: 300px;
    height: 200px;
}
.gamertwo .gritter-with-image {
    width: 200px;
    padding-right: 25px;
    padding-top: 50px;
}
.gamertwo .gritter-without-image {
    width: 240px;
    padding-left: 30px;
    padding-top: 50px;
}
.gamertwo .gritter-title {
  color: #6faf00 !important;
  font-size: 11px !important;
}
.gamertwo .gritter-with-image  a {
  color: #a6d357 !important;
}
.gamertwo .gritter-with-image  a:hover {
  opacity: 0.6;
}
.gamertwo .gritter-image {
  padding-left: 22px;
  padding-top: 50px;
}
.gamertwo .gritter-dismiss {
  padding-bottom: 2px;
  padding-right: 22px;
  font-size: 10px;
}
.gamertwo .gritter-dismiss a {
  color: #c2c2c2 !important;
}
.gamertwo .gritter-dismiss a:hover {
  opacity: 0.6;
}
.gamertwo .gritter-close  {
    background: url("@imagePath/xenforo/gradients/gamertwoclose.png") no-repeat scroll top left transparent;
    right: 135px !important;
    top: -4px !important;
}
/*GAMER 2 NOTIFICATION ENHANCEMENT*/

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


Nguồn: xenforo.com​
 
Back
Top