Gamer 3 Notification

Unmaintained Gamer 3 Notification v1

No permission to download
SlhUD.png

gamer3-notification-preview.webp


Summary You will need to have Notifications - powered by Gritter - Developed by Chris Deeming to use this.

Install Upload the image(s) in the archive and put that in your /gradients folder. You will then have to create your notification and use the custom field and insert "gamerthreenotification" without the quotes. and then paste the following into your Extra.css template and done.

Code:
/*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*/

Conditions of use: This pack may be used on forums, websites but cannot be redistributed or repackaged in any way shape or form for any reason without prior consent of the author.
Author
Shelley
Downloads
43
Views
785
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest reviews

Awesome stuff :D :D
if($resource == 'by Shelley')
{
$default = '*****';
}
Top Bottom