Hello, can you make myn also?
Donation:
Image link: 
http://i.imgur.com/9CRkCnI.pngFont Style/Link: Impact
Font Color:n White
Any text fill/boarder?:Black
Currency Type: €
What do you want the alert to say?(Text Options: Donator Name, Donation Amount, Message): Name and amount in the gray area centered
Example (If applicable): 
Anything else?: That's all.
This is what i use in my follow notification, maye you can make it so that it matches as good as possible?
#follow-notification {
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 500px !important;
   height: 100px !important;
   border-radius: 00px !important;
   background-image: url(URLURLURL) !important;
   background-repeat: no-repeat;
} 
#follow-notification .followname {
   margin-top: 24px !important;
   margin-left: 0px !important;
   text-align: center !important;
   width: 450px !important;
   font-size: 40px !important;
   font-weight: bold !important;
   font-family: impact !important;
   color: #00cebb !important;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #000000;
   -webkit-text-fill-color: #FFFFFF;
}
Thanks allot!