Author Topic: Follow and Donation  (Read 1482 times)

0 Members and 1 Guest are viewing this topic.

Shad0w1988

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Follow and Donation
« on: December 16, 2014, 05:43:16 AM »
could you pls make a custom follow and donation notification for me and is it possible to make donation in € and not in $





thanks alot

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follow and Donation
« Reply #1 on: December 19, 2014, 08:55:48 PM »
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 1000
Height: 370

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1000px !important;
height: 370px !important;
border-radius: 0px!important;
background-image: url('http://i.imgur.com/QCITRmU.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 192px !important;
margin-left: 240px !important;
text-align: center !important;
width: 750px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: Algerian !important;
color: #CCC !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}
#follow-notification .header {
visibility: hidden !important;
}

Preview:



Link : http://deepbot.tv/notifications/donationnotification2.htm?ccy=%E2%82%AC
Width: 1000
Height: 370

Code:
Code: [Select]
#donor-notification {
width: 1000px !important;
height: 380px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/uvqvUDp.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: 50px !important;
font-family: Algerian !important;
color: #DDD !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}
#donor-notification .donor {
font-size: 50px !important;
font-family: Algerian !important;
color: #DDD !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000

}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 225px !important;
padding-left: 245px !important;
width: 730px !important;
float: left !important;
text-align: center !important;
}

Preview: