Author Topic: Sub/Donation Alerts  (Read 4100 times)

0 Members and 1 Guest are viewing this topic.

syndrome208

  • Padawan
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
  • Twitch Name: syndrome208
Sub/Donation Alerts
« on: August 26, 2014, 05:31:18 AM »
New Sub Alert and Updated Donation Alert.

For the Donation just need to show:   Name - Amount
Sub just needs to show:     Name


Is there a way to customize the font in clr browser.  My graphics guy sent me the font he uses and I'll attach it here, but I'm sure its just something I adjust in the clr browser.
Also Can we have the donation alert not do the scroll thing just to be stationary.

I also attached my overlay so you can see where I place everthing.  The overlay is in 720p though and I run 1080p but you can see that the alerts to over the top center where it says syndrome

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Sub/Donation Alerts
« Reply #1 on: August 27, 2014, 01:35:30 AM »
Sub

Link : http://deepbot.tv/notifications/subnotification1.htm

Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/CgQ0CMd.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 00px !important;
  margin-top: 41px !important;
  padding-top: 0px !important;
  width: 595px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: troglodyte !important;
  color: #FFFFFF !important;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #8a0823;
}

Preview:


Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?top=1&ccy=$

Code:
Code: [Select]
#donor-notification {
 width: 633px !important;
 height: 75px !important;
 background-color: transparent !important;
 background-image:url('http://i.imgur.com/agCJa30.png') !important;
}

#donor-notification .title {
 padding-top: 0px !important;
}
#donor-notification .message {
  visibility: hidden !important;
}
#donor-notification .amount {
font-family: troglodyte !important;
font-size: 26px !important;
font-family: troglodyte !important;
    color: #FFFFFF !important;
    -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: #000;
}
#donor-notification .donor {
  font-size: 28px !important;
  font-weight: bold !important;
  font-family: troglodyte !important;
  color: #FFFFFF !important;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #000;
}
#donor-notification .header {
color: #3FFA00 !important;
font-size: 1px !important;
visibility: hidden !important;

}
#donor-notification .title {
margin-top: 35px !important;
padding-left: 10px !important;
width: 610px !important;
}

Preview:

syndrome208

  • Padawan
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
  • Twitch Name: syndrome208
Re: Sub/Donation Alerts
« Reply #2 on: August 27, 2014, 08:18:38 AM »
Thanks Experts they look awsome!!!

Keep up the good work!

Bigguns

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Bigguns007
Re: Sub/Donation Alerts
« Reply #3 on: September 07, 2014, 08:48:47 PM »
Hi, can you help me too?
I want same like syndrome, but with this image - https://dl.dropboxusercontent.com/u/57089466/NECHAT%21%21/donate.png
font - Segoe UI
text - "Pan/paní" is name of donator
"Dne" is date
"prispel/a" is amount
and "zprava" is message
I need the image to appear from the top.
Thank you so much!!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Sub/Donation Alerts
« Reply #4 on: September 13, 2014, 07:13:35 PM »
Apologies - I have been away travelling, hence the delayed response.

Link : http://deepbot.tv/notifications/donationnotification.htm

CSS Code:
Code: [Select]
#donor-notification {
display: none;
position: absolute !important;
width: 1920px !important;
height: 748px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/Ij7AMXm.png') !important;
}


#donor-notification .date {
position: absolute !important;
margin-top: 135px !important;
margin-left: 890px !important;
padding-top: 43px !important;
width: 350px !important;
text-align: center !important;
line-height: 20px !important;
vertical-align: top !important;
font-size: 28px !important;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #000 !important;
color: white !important;
}

#donor-notification .streamname {
position: absolute !important;
display: none !important;
margin-left: 34px !important;
padding-top: 28px !important;
text-align: left !important;
line-height: 26px !important;
vertical-align: top !important;
font-size: 24px !important;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #FFF !important;
color: black !important;
}

#donor-notification .message {
position: absolute !important;
margin-left: 548px !important;
margin-top: 258px !important;
float: left !important;
padding-top: 9px !important;
width: 840px !important;
line-height: 95px !important;
text-align: left !important;
vertical-align: top !important;
font-size: 32px !important;
font-family: Segoe UI !important;
color: white !important;
}
#donor-notification .amount {
position: absolute !important;
float: right !important;
margin-left: 1335px !important;
margin-top: 153px !important;
width: 160px !important;
padding-top: 15px !important;
text-align: center !important;
line-height: 26px !important;
vertical-align: top !important;
font-size: 48px !important;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
margin-left: 430px !important;
padding-top: 165px !important;
width: 450px !important;
text-align: left !important;
line-height: 28px !important;
vertical-align: middle !important;
font-size: 38px !important;
font-family: Segoe UI !important;
text-shadow: 2px 2px 1px #000 !important;
color: white !important;
}

Preview:

Bigguns

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Bigguns007
Re: Sub/Donation Alerts
« Reply #5 on: September 14, 2014, 03:30:20 PM »
Thank you so much. But I need so that the image pulled from the top. Can you do that? Like image for Syndrom. Thank you again.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Sub/Donation Alerts
« Reply #6 on: September 15, 2014, 02:33:50 AM »

Bigguns

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Bigguns007
Re: Sub/Donation Alerts
« Reply #7 on: September 15, 2014, 02:46:35 AM »
You are best :-) thank you.