Author Topic: follower and donation pop up  (Read 1583 times)

0 Members and 2 Guests are viewing this topic.

SpryDawg

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: SpryDawg
follower and donation pop up
« on: April 30, 2015, 06:02:55 AM »
Follower...
imgur: http://imgur.com/I3rZ4ju
front style: any that looks good
font color: White with black thin outline (like new follower)
the text should be located under New Follower

Donation
http://imgur.com/CNhyjwx
Same as One above

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: follower and donation pop up
« Reply #1 on: April 30, 2015, 06:45:58 AM »
Requested by: SpryDawg

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 579
Height: 150

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 579px !important;
height: 110px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/I3rZ4ju.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 22px !important;
margin-left: 80px !important;
width: 400px !important;
font-size: 30px !important;
  font-weight: normal !important;
font-family: Impact !important;
color: #ADD8E6 !important;
  -webkit-text-fill-color: White;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: Black;
}

Preview: (If there is a black background, it is just my background.)




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 577
Height: 150

CSS Code:
Code: [Select]
#donor-notification {
width: 577px !important;
height: 119px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/CNhyjwx.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
text-shadow: none !important;
}


#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 10px !important;
margin-left: 360px !important;
width: 100px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
color: white !important;
-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: Black;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 10px !important;
margin-left: 40px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: impact !important;
color: white !important;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: Black;
}

#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}

Preview: (If there is a black background, it is just my background.)

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

SpryDawg

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: SpryDawg
Re: follower and donation pop up
« Reply #2 on: April 30, 2015, 06:50:27 AM »
thanks so much