Author Topic: Custom Notification  (Read 1857 times)

0 Members and 1 Guest are viewing this topic.

Sengira_nanaki

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/sengira_nanaki
Custom Notification
« on: April 24, 2016, 07:24:38 PM »
Hello can I get CSS for Follow Sub and Donation please.

Links below - Linked blank only if you have issues with the pre named ones!

https://gyazo.com/a18f402ebd4a9e4e52c701e23ba49559 - Blank
https://gyazo.com/7308a279d5ada16d55a2504ac662ed42 - Donation
https://gyazo.com/2cd666483798623c156f17854642203b - Follow
https://gyazo.com/d018560f844a6585ae13a5c9284f0ba3 - Sub

Thank you so very much in advance for you help!!!

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification
« Reply #1 on: April 25, 2016, 01:14:52 AM »
Sub for Twitch or Sub for GameWisp?
Old Name: RepentGamingTV
Twitch: Here

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

Sengira_nanaki

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/sengira_nanaki
Re: Custom Notification
« Reply #2 on: April 25, 2016, 04:11:45 AM »
Gamewisp sorry

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification
« Reply #3 on: April 25, 2016, 05:30:26 AM »
Requested by: Sengira_nanaki

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 150

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px !important;
left: 0px !important;
width: 580px !important;
height: 110px !important;
border-radius: 00px !important;
background-size: contain !important;
background-image: url('http://i.imgur.com/CVYzsO7.png') !important;
background-repeat: no-repeat;
}

#follow-notification .header {
visibility: hidden !important;
}

#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 30px !important;
margin-left: 40px !important;
width: 500px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: #00aced;
-webkit-text-stroke-width: 0px;
text-shadow: 10px white !important;
}

.followname:before {
content: '' !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: 600
Height: 150

CSS Code:
Code: [Select]
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 580px !important;
height: 110px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/IC3KQ7o.png') !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 {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 30px !important;
margin-left: -130px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: limegreen;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 30px !important;
margin-left: -170px !important;
width: 400px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: limegreen;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}

.donor:after {
content: '' !important;
}

.donor:before {
content: '' !important;
}

.amount:after {
content: '' !important;
}

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



GameWisp Sub:

Link: http://deepbot.tv/notifications/gwnotification.htm
Width: 600
Height: 150

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

#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: url(http://i.imgur.com/tLMQpbt.png) !important;
}

#sub-notification .subname {
  margin-left: 60px !important;
  margin-top: 40px !important;
  padding-top: 30px;
  width: 455px;
  text-align: center;
  line-height: 14px;
  font-size: 30px !important;
  font-family: Impact !important;
  text-shadow: none !important;
  text-transform: uppercase;
  color: white !important;
}

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

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

#sub-notification .newsubmsg {
visibility: hidden !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.)

Old Name: RepentGamingTV
Twitch: Here

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