Author Topic: Donation custom and Follower  (Read 1673 times)

0 Members and 1 Guest are viewing this topic.

Nasa712

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: http://www.twitch.tv/nasa712
Donation custom and Follower
« on: January 06, 2015, 12:39:26 PM »
I need a donation notification with the name, how much, and the message. With this backround :) Also a follower notifaction with the same image
« Last Edit: January 06, 2015, 01:13:04 PM by Nasa712 »

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Donation custom and Follower
« Reply #1 on: January 07, 2015, 02:00:23 PM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 800
Height: 259

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 800px !important;
height: 259px !important;
border-radius: 10px;
background-image: url('http://www.nasa.gov/images/content/159945main_pia08787-browse.jpg') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 25px !important;
margin-left: 85px !important;
text-align: center !important;
width: 600px !important;
font-size: 100px !important;
font-weight: normal !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #00fdbd;


}

Preview:


Donations

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 860
Height: 290

CSS Code:
Code: [Select]
#donor-notification {
 width: 800px !important;
 height: 259px !important;
 background-color: transparent !important;
 background-image:url('http://www.nasa.gov/images/content/159945main_pia08787-browse.jpg') !important;
}

#donor-notification .title {
 padding-top: 0px !important;
}
#donor-notification .message {
  margin-top: 150px !important;
margin-left: 30px !important;
color: #FFF !important;
font-size: 21px !important;
width: 700px !important;
text-align: left !important;
}
#donor-notification .amount {
float: left !important;
font-family: Algerian;
color: #FFF !important;
font-size: 40px !important;
margin-top: 4px !important


}
#donor-notification .donor {
font-size: 50px !important;
font-family: Algerian !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
margin-left: -230px !important;

}

#donor-notification .amount:after {
content: ' - ';

}
#donor-notification .header {
color: #FFF !important;
font-size: 1px !important;
font-family: Algerian !important;
visibility: hidden !important;
}
#donor-notification .title {
margin-top: 30px !important;
margin-left: 49px !important;
padding-left: 10px !important;
}

Preview:

Nasa712

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: http://www.twitch.tv/nasa712
Re: Donation custom and Follower
« Reply #2 on: January 07, 2015, 02:04:22 PM »
Thanks looks awesome!  :D