Author Topic: Custom donation/sub popup  (Read 3440 times)

0 Members and 4 Guests are viewing this topic.

humpens04

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: humpens04
Custom donation/sub popup
« on: July 23, 2015, 07:49:52 PM »
hey,
i just need this as an image for my clr browser

http://gyazo.com/b905c04bed78dad864a8c44c56ca8337

best regards

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom donation/sub popup
« Reply #1 on: July 24, 2015, 01:33:47 AM »
You want to use that image for donations and subs?
Old Name: RepentGamingTV
Twitch: Here

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

humpens04

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: humpens04
Re: Custom donation/sub popup
« Reply #2 on: July 24, 2015, 01:49:47 AM »
yes :) with the css thing ^^

humpens04

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: humpens04
Re: Custom donation/sub popup
« Reply #3 on: July 28, 2015, 06:48:51 PM »
is it possible to do ? :P
i would like to have it like : NAME - amount
                                       message

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom donation/sub popup
« Reply #4 on: July 29, 2015, 03:26:49 AM »
Requested by: humpens04

Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 958
Height: 350

CSS Code:
Code: [Select]
#sub-notification {
width: 958px !important;
height: 333px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kynTi98.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
margin-top: -30px !important;
margin-left: 250px !important;
text-align: center;
line-height: 80px;
width: 600px !important;
font-size: 40px !important;
text-transform: capitalize;
font-weight: normal !important;
font-family: Impact !important;
color: blue !important;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}

.subname:after {
content: ' has just subscribed!'
}

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




Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
width: 958px !important;
height: 333px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kynTi98.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 100px !important;
margin-left: 370px !important;
width: 500px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: blue !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 0px !important;
margin-left: 100px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
color: blue !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 0px !important;
margin-left: -70px !important;
width: 500px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
color: blue !important;
text-transform: capitalize;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}

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

« Last Edit: August 04, 2015, 04:00:27 AM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

humpens04

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: humpens04
Re: Custom donation/sub popup
« Reply #5 on: July 30, 2015, 07:49:57 PM »
hey,
first of all thank you :)
The donation thing works perfekt.. but the sub alert looks like this : http://gyazo.com/c6293fbcd6a364f5a669325130083c02
do you know how to fix this ? :>

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom donation/sub popup
« Reply #6 on: July 31, 2015, 04:05:57 AM »
In the CSS, just increase the linewidth by like 10px till it is perfect
Old Name: RepentGamingTV
Twitch: Here

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

humpens04

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: humpens04
Re: Custom donation/sub popup
« Reply #7 on: July 31, 2015, 06:50:33 AM »
it looks like this after i changed it :o

http://gyazo.com/35c3d21c576a2dc826cd163d6869fd57

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom donation/sub popup
« Reply #8 on: July 31, 2015, 08:35:18 AM »
I edited the CSS, try again.
Old Name: RepentGamingTV
Twitch: Here

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

humpens04

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: humpens04
Re: Custom donation/sub popup
« Reply #9 on: August 03, 2015, 06:49:19 PM »

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom donation/sub popup
« Reply #10 on: August 04, 2015, 04:00:47 AM »
Okay, I edited the CSS to make the whole thing one line.
Old Name: RepentGamingTV
Twitch: Here

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