Author Topic: Donation Text Notification coming up after the Donation Gif image  (Read 2342 times)

0 Members and 1 Guest are viewing this topic.

twitchp

  • Youngling
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Hello,

Hmm I don't know how to explain it, but I've created a gif for a donation alert, but I want that the text what people write is coming up after the donation alert. How is this possible? So I want that the text is coming up after a few seconds, but not directly.

Thanks :)

Erwin


TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Donation Text Notification coming up after the Donation Gif image
« Reply #1 on: April 28, 2015, 12:36:57 AM »
With CSS, Take a look at .message, and to make it come up after a few seconds, I am not sure :

Code: [Select]
#donor-notification {
width: 377px !important;
height: 260px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/V50K2uP.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}


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

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

#donor-notification .message {
position: absolute !important;
text-align: center !important;
margin-top: 270px !important;
margin-left: 0px !important;
width: 400px !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
    -webkit-text-fill-color: white;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 150px !important;
margin-left: 120px !important;
width: 300px !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
    -webkit-text-fill-color: white;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 150px !important;
margin-left: 0px !important;
width: 300 !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
    -webkit-text-fill-color: white;
}

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

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