Summary You will need to have Notifications - powered by Gritter - Developed by Chris Deeming to use this.
Important Note: This Notification was designed to make use of the avatar option for those that want to display an image/avatar since the last notification didn't.
Install Upload the images 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 "angrybird2notification" without the quotes. and then paste the following into your Extra.css template and done.
Code:
/* ANGRY BIRD V2 NOTIFICATION ENHANCEMENT */
.angrybird2notification .gritter-item {
background: url("@imagePath/xenforo/gradients/angrybird2_notification.png") no-repeat scroll center bottom transparent !important;
width: 275px;
height: 350px;}
.angrybird2notification .gritter-image { margin-top: 80px; margin-left: 10px; }
.angrybird2notification .gritter-with-image { margin-top: 25px; width: 200px !important; }
.angrybird2notification .gritter-dismiss { right: 65px !important; bottom: 12px !important; font-size: 9px;}
.angrybird2notification .gritter-dismiss a { color: #01a5ac;}
.angrybird2notification .gritter-dismiss a:hover { color: #55dae0; }
.angrybird2notification .gritter-item p a {color: #ffcd36; font-weight: bold; text-decoration: none; }
.angrybird2notification .gritter-item p a:hover {
opacity: 0.4;
-moz-transition: all 0.7s ease-in-out 0s;
-o-transition: all 0.7s ease-in-out 0s;
-webkit-transition: all 0.7s ease-in-out 0s; }
.angrybird2notification .gritter-title { color: #ffe5b3; text-shadow: 0 1px 2px #003a3c; }
.angrybird2notification .gritter-close {
background: url("@imagePath/xenforo/gradients/angrybird2_close_notification.png") no-repeat scroll left top transparent;
right: 95px !important;
top: 10px !important;
width: 50px; }
/* ANGRY BIRD V2 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.