Author Topic: Follow,Donation custom gif?  (Read 2833 times)

0 Members and 2 Guests are viewing this topic.

NiceBoyTV

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: NiceBoyTV
Follow,Donation custom gif?
« on: September 01, 2015, 10:12:39 PM »
Please somebody can help me? I would like to have this gif for follow notification i need css code please:

http://giphy.com/gifs/smile-rihanna-happy-5bXy1SA6zp4SQ

and this for donation alerts:

https://media.giphy.com/media/QLvRBqfLXCphu/giphy.gif

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follow,Donation custom gif?
« Reply #1 on: September 01, 2015, 10:30:32 PM »
Requested by: NiceBoyTV

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 300

CSS Code:
Code: [Select]
#follow-notification {
        display: none;
        position: absolute;
        width: 500px !important;
        height: 281px !important;
        border-radius: 00px !important;
        background-image: url('https://media.giphy.com/media/5bXy1SA6zp4SQ/giphy.gif') !important;
        background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
        text-align: center !important;
        margin-top: 180px !important;
        margin-left: 150px !important;
        width: 200px !important;
        font-size: 26px !important;
        font-weight: normal !important;
        font-family: Impact !important;
        color: #ffffff !important;
    -webkit-text-fill-color: ffffff;
}

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




Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
width: 256px !important;
height: 147px !important;
top: 80px !important;
left: 100px !important;
background-color: transparent !important;
background-image:url('https://media.giphy.com/media/QLvRBqfLXCphu/giphy.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 150px !important;
margin-left: -100px !important;
width: 450px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: white;
}
#donor-notification .amount {
position: absolute !important;
margin-top: -130px !important;
margin-left: -70px !important;
width: 200px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: white;
}
#donor-notification .donor {
position: absolute !important;
margin-top: -80px !important;
margin-left: -150px !important;
width: 200px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: white;
}

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