Author Topic: Follower/Donation Notifications Request  (Read 2460 times)

0 Members and 1 Guest are viewing this topic.

Pyrocide

  • Youngling
  • *
  • Posts: 10
  • Karma: +1/-0
    • View Profile
    • twitch.tv/pyrocide_
  • Twitch Name: Pyrocide_
Follower/Donation Notifications Request
« on: January 11, 2015, 01:30:39 AM »
Turns out I'm not as good with CSS as I thought I was :(

Would it be possible for somebody to create the CSS required for the following (image required > example layout):

Follower:
http://imgur.com/id91Yb7

Example: http://imgur.com/J4m1RzB - if the users name could be red (#e60000) with a 1px wide black outline that would be great!

Donation:
http://imgur.com/HWXfUxQ

Example: http://imgur.com/M526Hla - users name in red (#e60000) with a 1px wide black outline, message in white with a 1px wide black outline and amount in yellow (#eacc00 preferably) with a 1px wide black outline.

If both notifications could be 10 seconds long that would would be great, doesn't need any flashy animation just a pop in and pop out.

Thanks <3

Pyrocide

  • Youngling
  • *
  • Posts: 10
  • Karma: +1/-0
    • View Profile
    • twitch.tv/pyrocide_
  • Twitch Name: Pyrocide_
Re: Follower/Donation Notifications Request
« Reply #1 on: January 14, 2015, 10:33:31 AM »
bump, is anybody able to do this?  :'(

Pyrocide

  • Youngling
  • *
  • Posts: 10
  • Karma: +1/-0
    • View Profile
    • twitch.tv/pyrocide_
  • Twitch Name: Pyrocide_
Re: Follower/Donation Notifications Request
« Reply #2 on: February 01, 2015, 05:07:19 AM »
bump, still looking for some css if anybody is free!

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follower/Donation Notifications Request
« Reply #3 on: February 01, 2015, 10:12:11 AM »
Requested by: Pyrocide

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 500
Height: 650

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 300px !important;
height: 600px !important;
background-image: url('http://i.imgur.com/id91Yb7.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 370px !important;
margin-left: 20px !important;
text-align: center !important;
width: 270px !important;
font-size: 30px !important;
font-weight: bold !important;
font-family: impact !important;
color: #e60000 !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #e60000;


}

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



Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
width: 720px !important;
height: 480px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/HWXfUxQ.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 {
position: absolute !important;
text-align: center !important;
margin-top: 200px !important;
margin-left: 380px !important;
  margin-right: 150px !important;
width: 160px !important;
font-size: 16px !important;
font-weight: normal !important;
font-family: Calibri !important;
color: #ffffff !important;
-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #ffffff;
   -webkit-text-fill-color: #ffffff;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 280px !important;
margin-left: 370px !important;
margin-right: 150px !important;
width: 180px !important;
font-size: 20px !important;
font-weight: normal !important;
font-family: good times rg !important;
color: #eacc00 !important;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 120px !important;
margin-left: 380px !important;
margin-right: 180px !important;
width: 150px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: impact !important;
color: #e60000 !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #e60000;
}

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

« Last Edit: February 01, 2015, 03:03:43 PM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

Pyrocide

  • Youngling
  • *
  • Posts: 10
  • Karma: +1/-0
    • View Profile
    • twitch.tv/pyrocide_
  • Twitch Name: Pyrocide_
Re: Follower/Donation Notifications Request
« Reply #4 on: February 01, 2015, 10:24:15 AM »
Thanks dude <3 Greatly appreciated!

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follower/Donation Notifications Request
« Reply #5 on: February 01, 2015, 02:35:23 PM »
No problem. If the viewers type a long message in the donation message, it may overlap the amount. FYI.
Old Name: RepentGamingTV
Twitch: Here

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