Author Topic: CSS For Custom Donation, Follow, and Sub Alerts  (Read 15905 times)

0 Members and 1 Guest are viewing this topic.

MissyGotGame

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
  • All about that action boss...
    • View Profile
    • Twitch.tv/MissyGotGame
  • Twitch Name: twitch.tv/MissyGotGame
CSS For Custom Donation, Follow, and Sub Alerts
« on: March 31, 2015, 09:05:24 AM »
For some reason these Images came out huge... I guess this is a good thing as they can be scaled down and not look too pixelated. If you could help me resize these so they fit a 720p stream and still look good, that would be awesome! <3 Thank you in advance for all your help! Deepbot is amazing!

Donation Alert PNG:
http://i.imgur.com/kKl6wfT.png
Suber Name: in the the middle Under alert title.
Amount: Under suber name
Font: Hobo
Color and border: Match the alert font and border

Sub Alert PNG:
http://i.imgur.com/FnRcvxn.png
Suber Name: in the the middle Under alert title.
Font: Hobo
Color and border: Match the alert font and border


Follow Alert PNG:
http://i.imgur.com/o5EtWPK.png
Follower name: in the the middle Under alert title.
Font: Hobo
Color and border: Match the alert font and border

« Last Edit: March 31, 2015, 09:18:27 AM by MissyGotGame »
-MissyGotGame
Twitch.tv/MissyGotGame
Twitter.com/MissyGotGame
Facebook.com/MissyGotGame

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #1 on: March 31, 2015, 09:31:48 AM »
Do you have a link to this font?
Old Name: RepentGamingTV
Twitch: Here

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

MissyGotGame

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
  • All about that action boss...
    • View Profile
    • Twitch.tv/MissyGotGame
  • Twitch Name: twitch.tv/MissyGotGame
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #2 on: March 31, 2015, 09:46:31 AM »
-MissyGotGame
Twitch.tv/MissyGotGame
Twitter.com/MissyGotGame
Facebook.com/MissyGotGame

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #3 on: March 31, 2015, 10:26:21 AM »
To get this custom font to work for you, you need to go here: http://www.mediafire.com/download/loyr1s59jltqg1b/HoboStd.otf Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere

Requested by:

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 2253px !important;
height: 750px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/o5EtWPK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 350px !important;
margin-left: 900px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 132px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

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





Donation:

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

CSS Code:
Code: [Select]
@font-face {
font-family: 'Hobo';
src: url('InsertDownloadLinkHere');
}
#donor-notification {
width: 2253px !important;
height: 750px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kKl6wfT.png') !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 {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 420px !important;
margin-left: 1100px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 250px !important;
margin-left: 870px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

#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.)



Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#sub-notification {
  display: none;
  position: absolute;
  width: 2253px !important;
  height: 750px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/FnRcvxn.png') !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 250px !important;
margin-left: 900px !important;
width: 300px !important;
font-size: 132px !important;
font-weight: bold !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

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

TinyxDestiny

  • Youngling
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TinyxDestiny
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #4 on: June 20, 2015, 07:36:02 AM »
To get this custom font to work for you, you need to go here: http://www.mediafire.com/download/loyr1s59jltqg1b/HoboStd.otf Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere

Requested by:

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 2253px !important;
height: 750px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/o5EtWPK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 350px !important;
margin-left: 900px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 132px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

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





Donation:

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

CSS Code:
Code: [Select]
@font-face {
font-family: 'Hobo';
src: url('InsertDownloadLinkHere');
}
#donor-notification {
width: 2253px !important;
height: 750px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kKl6wfT.png') !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 {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 420px !important;
margin-left: 1100px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 250px !important;
margin-left: 870px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

#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.)



Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 2253
Height: 800

CSS Code:
Code: [Select]
@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#sub-notification {
  display: none;
  position: absolute;
  width: 2253px !important;
  height: 750px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/FnRcvxn.png') !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 250px !important;
margin-left: 900px !important;
width: 300px !important;
font-size: 132px !important;
font-weight: bold !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: silver;
}

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




I need help with the same thing with a sub alert Repent! <3


http://www.dafont.com/authentic-hilton.font
http://i.imgur.com/WWGHZlv.png

Please and thank you!  Last time I tried it myself the photo would come up but no ones name would show up.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #5 on: June 20, 2015, 10:39:13 AM »
Requested by: TinyXDestiny

Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 580
Height: 150

CSS Code:
Code: [Select]
@font-face {
font-family: 'AH';
src: url('http://download1585.mediafire.com/glbk5dd62pxg/a511yvbbha4uy5w/Authentic+Hilton.ttf');
}

#sub-notification {
width: 580px !important;
height: 146px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/WWGHZlv.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: -90px !important;
margin-left: 220px !important;
width: 200px !important;
font-size: 55px !important;
text-transform: capitalize;
font-weight: normal !important;
font-family: AH !important;
color: blue !important;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: white;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

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

TinyxDestiny

  • Youngling
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TinyxDestiny
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #6 on: June 22, 2015, 05:20:16 AM »
You are the best thank you!

TinyxDestiny

  • Youngling
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TinyxDestiny
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #7 on: June 22, 2015, 05:23:03 AM »
It doesn't come up the same, i'll mess with it after stream though. <3

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: CSS For Custom Donation, Follow, and Sub Alerts
« Reply #8 on: June 23, 2015, 04:54:06 AM »
What doesn't come up the same? :o
Old Name: RepentGamingTV
Twitch: Here

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