Код:
/*GAMER 3 NOTIFICATION ENHANCEMENT*/
.gamerthreenotification .gritter-item{
background: url("@imagePath/xenforo/gradients/gamer3notification.png") no-repeat scroll center bottom transparent !important;
width: 300px;
height: 200px;
}
.gamerthreenotification .gritter-title {
color: #99cd3d;
text-shadow: 0 0 0 transparent, 0px -1px 0 #000;
padding-top: 30px;
}
.gamerthreenotification .gritter-without-image .gritter-title {
text-align: center;
}
.gamerthreenotification .gritter-item p {
padding-top: 30px;
padding-right: 10px;
}
.gamerthreenotification .gritter-without-image p {
padding-top: 30px;
padding-right: 10px;
padding-left: 15px;
}
.gamerthreenotification a {
color: #a6d357 !important;
}
.gamerthreenotification a:hover {
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
opacity: 0.6;
}
.gamerthreenotification .gritter-image {
padding-left: 15px;
padding-top: 85px;
}
.gamerthreenotification .gritter-dismiss {
padding-bottom: 15px;
padding-right: 20px;
font-size: 10px;
}
.gamerthreenotification .gritter-dismiss a {
color: #a6d357 !important;
}
.gamerthreenotification .gritter-close {
background: url("@imagePath/xenforo/gradients/gamer3closenotification.png") no-repeat scroll top left transparent;
right: 140px !important;
top: 10px !important;
width: 50px;
}
/*GAMER 3 NOTIFICATION ENHANCEMENT*/