Для работы данной модификации Вам необходимо установить плагин Notifications.
Изображения из архива положите в папку /icons своего стиля и в шаблон EXTRA.css добавьте:
Не забудьте создать новое уведомление в плагине Notifications с использованием дополнительного поля, в котором напишите: gamerfluid
Код:
/* 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 */
Не забудьте создать новое уведомление в плагине Notifications с использованием дополнительного поля, в котором напишите: gamerfluid