1
Custom Notifications / Re: Custom Notification WorkShop
« on: October 16, 2015, 01:12:39 PM »
@RepentGamingTV If you wouldn't mind and do what you did on this donation notification on mine.
http://i.imgur.com/P7nsqrE.png
Thanks for the help with the new follower notification too! Awesome.
http://i.imgur.com/P7nsqrE.png
Thanks for the help with the new follower notification too! Awesome.
Requested by: Frexie
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 1920
Height: 1080
CSS Code:Code: [Select]#follow-notification {
display: none;
position: absolute;
width: 1920px !important;
height: 1080px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/tBUQddc.png?1') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 480px !important;
margin-left: 780px !important;
width: 300px !important;
font-size: 60px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
text-transform: capitalize;
-webkit-text-fill-color: black;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}
Preview: (If there is a black background, it is just my background.)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 1920
Height: 1080
CSS Code:Code: [Select]#donor-notification {
position: absolute;
left: 0px !important;
width: 1920px !important;
height: 1080px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/TalpYOd.png?1') !important;
overflow: hidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .date {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
position: absolute !important;
margin-top: 520px !important;
margin-left: 600px !important;
width: 700px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: #C0C0C0 !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: black;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 450px !important;
margin-left: -150px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: black;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 450px !important;
margin-left: -130px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: black;
}
Preview: (If there is a black background, it is just my background.)