Author Topic: follow and donation for twitch  (Read 1693 times)

0 Members and 2 Guests are viewing this topic.

stingray060

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: stingray060
follow and donation for twitch
« on: June 20, 2015, 03:05:44 AM »
Pics
https://www.dropbox.com/s/4qekpunl88eak17/notifications.zip?dl=0

Could you do the CSS for this and obs CLR browser thingy you do :P

Thanks alot,
Stingray060

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: follow and donation for twitch
« Reply #1 on: June 20, 2015, 03:37:44 AM »
Requested by: Stingray060

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 640
Height: 282

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 640px !important;
height: 282px !important;
background-image: url('http://i.imgur.com/oSENnzb.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 100px !important;
margin-left: 150px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Impact !important;
color: blue !important;
-webkit-text-fill-color: grey;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

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




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 640
Height: 282

CSS Code:
Code: [Select]
#donor-notification {
width: 640px !important;
height: 282px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/6Aq04A2.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 {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 140px !important;
margin-left: -150px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: grey;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 100px !important;
margin-left: 0px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: grey;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.donor:after {
content: ' donated' ;
}

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

It will be $ by default, if you need a different currency symbol, let me know. I just left the currency symbol because of other notifications I do. :)

Old Name: RepentGamingTV
Twitch: Here

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