Author Topic: New Follower/Supporter Images  (Read 1998 times)

0 Members and 1 Guest are viewing this topic.

VibeRaider

  • Youngling
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
  • Twitch Name: VibeRaiderLP
New Follower/Supporter Images
« on: December 19, 2014, 10:31:04 AM »
As always you guys rock for doing this. Easily one of the reasons I really enjoy using this bot, the support is amazing. Thank you!

http://www.thecontingency.org/VibeDownloads/NewFollower.png

http://www.thecontingency.org/VibeDownloads/NewSupporter.png

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New Follower/Supporter Images
« Reply #1 on: December 19, 2014, 09:29:47 PM »
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 220

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 220px !important;
border-radius: 0px!important;
background-image: url('http://www.thecontingency.org/VibeDownloads/NewFollower.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 25px !important;
margin-left: 000px !important;
text-align: center !important;
width: 420px !important;
font-size: 52px !important;
font-family: Corbel !important;
font-weight: bold !important;
color: #FFF !important;
-webkit-text-stroke-width: 2.0px;
-webkit-text-stroke-color: #777;
text-shadow:3px 3px 5px #000;
     
}
#follow-notification .header {
visibility: hidden !important;
}

Preview:



Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 600
Height: 220

Code:
Code: [Select]
#donor-notification {
width: 600px !important;
height: 220px !important;
background-color: transparent !important;
background-image:url('http://www.thecontingency.org/VibeDownloads/NewSupporter.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 {
font-size: 38px !important;
font-family: Corbel !important;
color: #FFF !important;
font-weight: bold !important;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #080;
text-shadow:3px 3px 5px #000;
}
#donor-notification .donor {
font-size: 38px !important;
font-family: Corbel !important;
font-weight: bold !important;
color: #FFF !important;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #080;
text-shadow:3px 3px 5px #000;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 75px !important;
padding-left: 0px !important;
width: 420px !important;
float: left !important;
text-align: center !important;
}

Preview:

VibeRaider

  • Youngling
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
  • Twitch Name: VibeRaiderLP
Re: New Follower/Supporter Images
« Reply #2 on: December 20, 2014, 09:08:29 AM »
Would it be possible to get the CSS for the supporter image to also display their message please? :D

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New Follower/Supporter Images
« Reply #3 on: December 20, 2014, 09:26:10 AM »
Code: [Select]
#donor-notification {
width: 600px !important;
height: 220px !important;
background-color: transparent !important;
background-image:url('http://www.thecontingency.org/VibeDownloads/NewSupporter.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;
visibility: visible !important;
padding-top: 63px !important;
padding-left: 10px !important;
color: #FFF !important;
text-shadow:3px 3px 5px #000 !important;
font-size: 20px !important;
text-align: left !important;
font-family: Corbel !important;
color: #FFF !important;
width: 400px;
}
#donor-notification .amount {
font-size: 38px !important;
font-family: Corbel !important;
color: #FFF !important;
font-weight: bold !important;
text-shadow:3px 3px 5px #000;
}
#donor-notification .donor {
font-size: 38px !important;
font-family: Corbel !important;
font-weight: bold !important;
color: #FFF !important;
text-shadow:3px 3px 5px #000;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 37px !important;
padding-left: 10px !important;
width: 420px !important;
float: left !important;
text-align: left !important;
}

Preview:

VibeRaider

  • Youngling
  • *
  • Posts: 33
  • Karma: +0/-0
    • View Profile
  • Twitch Name: VibeRaiderLP
Re: New Follower/Supporter Images
« Reply #4 on: December 20, 2014, 09:45:44 AM »
You sir are awesome. Donation incoming! Big stream day for me tomorrow and you are a life saver!