Author Topic: Custom Follower and Donation,Please  (Read 4718 times)

0 Members and 2 Guests are viewing this topic.

Jijon_Jang

  • Youngling
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jijon_Jang
Custom Follower and Donation,Please
« on: January 27, 2016, 02:17:38 AM »
Follower Alert


Image Link: http://i57.tinypic.com/2pozja9.jpg
Font Style/Link: Arial
Font Color: White
Any text fill/boarder?: Whatever it takes to make it look nice I'll leave the choice to you
Where do you want text located? (Follower Name): Can I get in the Same position as the example picture as well size
Example (If applicable):http://i1144.photobucket.com/albums/o500/AzureFlame98/StalkyStalker_zps4c303b4a.png
Anything else?: Nope, thanks you for help

Donation Alert

Image Link: https://i.ytimg.com/vi/Zij3f-ZywhY/maxresdefault.jpg
Font Style/Link: Arial
Font Color: White
Any text fill/boarder?: Whatever it takes to make it look nice I'll leave the choice to you
Currency Type: US
Where do you want text located?Like how it looks it the example but on the left side
Example (If applicable):http://vignette3.wikia.nocookie.net/warframe/images/2/26/BqQxtNXIEAAQj6M.jpg/revision/latest?cb=20140712132548
Anything else?: Nothing, thank you once more

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower and Donation,Please
« Reply #1 on: January 27, 2016, 02:53:09 AM »
Requested by: Jijon_Jang

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 1600
Height: 1000

CSS Code:
Code: [Select]

#follow-notification {
display: none;
position: absolute;
left: 0px !important;
width: 1600px !important;
height: 1000px !important;
border-radius: 00px !important;
background-image: url('http://oi57.tinypic.com/2pozja9.jpg') !important;
background-repeat: no-repeat;

}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 750px !important;
margin-left: 740px !important;
width: 300px !important;
font-size: 70px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
text-transform: capitalize;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: red;
-webkit-text-stroke-width: 2px;
text-shadow: 10px white !important;
overflow: ahidden !important;
}
 
.followname:after {
content: '' !important;
}

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




Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 1280px !important;
height: 720px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.ytimg.com/vi/Zij3f-ZywhY/maxresdefault.jpg') !important;
overflow: ahidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}

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

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

#donor-notification .message {
position: absolute;
margin-top: 270px !important;
margin-left: 0px !important;
width: 600px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: bold !important;
font-size: 30px !important;
font-family: Arial !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0.8px;
text-shadow: 3px !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 170px !important;
margin-left: -450px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Arial !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0.7px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 170px !important;
margin-left: -570px !important;
width: 500px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Arial !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0.6px;
text-shadow: 3px !important;
}

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

Jijon_Jang

  • Youngling
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jijon_Jang
Re: Custom Follower and Donation,Please
« Reply #2 on: January 28, 2016, 02:32:35 AM »
Thank you so much...I don't mind to be a pain but how do I make them work on Xsplit  :'(, I don't know which line of code to change I'm very confuse about it please help
« Last Edit: January 28, 2016, 02:46:22 AM by Jijon_Jang »

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower and Donation,Please
« Reply #3 on: January 28, 2016, 02:58:31 AM »
Fixed for xSplit. xSplit hates ', so you have to change ' to ".

Requested by: Jijon_Jang

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 1600
Height: 1000

CSS Code:
Code: [Select]

#follow-notification {
display: none;
position: absolute;
left: 0px !important;
width: 1600px !important;
height: 1000px !important;
border-radius: 00px !important;
background-image: url("http://oi57.tinypic.com/2pozja9.jpg") !important;
background-repeat: no-repeat;

}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 750px !important;
margin-left: 740px !important;
width: 300px !important;
font-size: 70px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
text-transform: capitalize;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: red;
-webkit-text-stroke-width: 2px;
text-shadow: 10px white !important;
overflow: ahidden !important;
}
 
.followname:after {
content: "" !important;
}

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




Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 1280px !important;
height: 720px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url("https://i.ytimg.com/vi/Zij3f-ZywhY/maxresdefault.jpg") !important;
overflow: ahidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}

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

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

#donor-notification .message {
position: absolute;
margin-top: 270px !important;
margin-left: 0px !important;
width: 600px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: bold !important;
font-size: 30px !important;
font-family: Arial !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0.8px;
text-shadow: 3px !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 170px !important;
margin-left: -450px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Arial !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0.7px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 170px !important;
margin-left: -570px !important;
width: 500px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Arial !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0.6px;
text-shadow: 3px !important;
}

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


[/quote]
Old Name: RepentGamingTV
Twitch: Here

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

Jijon_Jang

  • Youngling
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jijon_Jang
Re: Custom Follower and Donation,Please
« Reply #4 on: January 28, 2016, 03:32:19 AM »
Thank you so much now it works :) your the best

Jijon_Jang

  • Youngling
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jijon_Jang
Re: Custom Follower and Donation,Please
« Reply #5 on: April 23, 2016, 01:56:46 PM »
Now that Game Wisp work is it possible to get a Custom Notifications with it Please?If yes

Image Link: https://n8k6e2y6.ssl.hwcdn.net/sites/default/files/styles/large/public/field/image/Syndicates-website.jpg?itok=sDA70CYu
Font Style/Link: Arial
Font Color: White
Any text fill/boarder?: Whatever it takes to make it look nice I'll leave the choice to you
Where do you want text located? (Follower Name): Can I get it just blow the flags
Example (If applicable):
Anything else?:No thank you so much




TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower and Donation,Please
« Reply #6 on: April 24, 2016, 04:18:04 AM »
Requested by:

GameWisp:

Link: http://deepbot.tv/notifications/gwnotification.htm
Width: 640
Height: 300

CSS Code:
Code: [Select]
body {
  background-color: transparent;
  color: black;
}

#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px !important;
  height: 281px !important;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: url("https://n8k6e2y6.ssl.hwcdn.net/sites/default/files/styles/large/public/field/image/Syndicates-website.jpg?itok=sDA70CYu") !important;
}

#sub-notification .subname {
  margin-left: 80px !important;
  margin-top: 170px !important;
  padding-top: 30px;
  width: 455px;
  text-align: center;
  line-height: 14px;
  font-size: 32px;
  font-family: Arial !important;
  text-shadow: 2px 2px 1px #FFF;
  text-transform: uppercase;
  color: white !important;
}

#sub-notification .subtier {
visibility: hidden !important;
}

#sub-notification .submonths {
  position: absolute;
  top: 230px !important;
  margin-left: 80px !important;
  width: 455px;
  text-align: center;
  line-height: 14px;
  font-size: 30px;
  font-family: Arial !important;
  text-shadow: 1px 1px 1px #000;
  color: white !important;
}

#sub-notification .newsubmsg {
  position: absolute;
  top: 160px !important;
  margin-left: 80px !important;
  width: 455px;
  text-align: center;
  line-height: 14px;
  font-size: 30px;
  font-family: Arial !important;
  text-shadow: 1px 1px 1px #000;
  color: white !important;
}

#sub-notification .submonths::after {
  content: " Months!";
}

#sub-notification .newsubmsg::after {
  content: "New Sub!";
}

#sub-notification .subamount {
visibility: hidden !important;
}

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

New Sub:


Resub:
« Last Edit: April 29, 2016, 08:42:46 AM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

Jijon_Jang

  • Youngling
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Jijon_Jang
Re: Custom Follower and Donation,Please
« Reply #7 on: April 29, 2016, 02:00:46 AM »
sry to be the pain Can I get the xsplit version as well plz I know I'm suppose to add a " somewhere but I don't where btw thank you it look nice

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower and Donation,Please
« Reply #8 on: April 29, 2016, 08:43:08 AM »
sry to be the pain Can I get the xsplit version as well plz I know I'm suppose to add a " somewhere but I don't where btw thank you it look nice

The CSS should work with xsplit. I updated the post.
Old Name: RepentGamingTV
Twitch: Here

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