Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: RorakLive on October 22, 2016, 10:32:56 AM
-
Hey there wanting to get the CSS made for the notifications if possible.
Thanks
-
Requested by: RorakLive
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 450
Height: 110
CSS Code:
body {
background-color: transparent;
color: white;
}
#follow-notification {
display: none;
position: absolute !important;
top: 0px !important;
left: 0px !important;
width: 400px !important;
height: 110px !important;
background-image: url(http://i.imgur.com/L03q8mK.png) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
#follow-notification .followname {
margin-left: -20px !important;
margin-top: 55px !important;
width: 455px;
text-align: center;
line-height: 36px !important;
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 2px 2px 1px #000 !important;
text-transform: capitalize !important;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}
#follow-notification .header {
display: none !important;
}
#follow-notification .followname:after {
content: '' !important;
}
Preview: (If there is a black background, it is just my background.)
(http://i.imgur.com/VCw0YD6.png)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 450
Height: 110
CSS Code:
body {
background-color: transparent;
color: white;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 400px !important;
height: 110px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url(http://i.imgur.com/uCkVY6E.png) !important;
overflow: ahidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .date {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 30px !important;
margin-left: -120px !important;
width: 200px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 24px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
text-shadow: none !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 30px !important;
margin-left: -210px !important;
width: 500px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 24px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
text-shadow: none !important;
}
.donor:before {
content: '';
}
.donor:after {
content: '';
}
.amount:after{
content: '';
}
#donor-notification .messagebox {
width: 100%;
text-align: center;
}
Preview: (If there is a black background, it is just my background.)
(http://i.imgur.com/sConJlj.png)
Gamewisp Sub:
Link: http://deepbot.tv/notifications/gwnotification.htm
Width: 400
Height: 150
CSS Code:
::-webkit-scrollbar {
visibility: hidden !important;
}
body {
background-color: transparent;
color: black;
}
#sub-notification {
display: none;
position: absolute;
top: 0px;
left: 0px !important;
width: 400px !important;
height: 110px !important;
background-repeat: no-repeat;
background-position-y: 0px;
background-image: url(http://i.imgur.com/VFtMHMz.png) !important;
}
#sub-notification .subname {
margin-left: 0px !important;
padding-top: 55px !important;
width: 400px !important;
text-align: center;
line-height: 36px !important;
font-size: 24px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 2px 2px 1px #000 !important;
text-transform: capitalize !important;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}
#sub-notification .subtier {
visibility: hidden !important;
}
#sub-notification .submonths {
visibility: hidden !important;
}
#sub-notification .newsubmsg {
visibility: hidden !important;
}
#sub-notification .submonths::after {
content: ' months ';
}
#sub-notification .newsubmsg::after {
content: '' !important;
}
#sub-notification .submonths::before{
content: '';
}
#sub-notification .subname::after {
content: '' !important;
}
#sub-notification .subtier::before {
content: '' !important;
}
#sub-notification .subtier::after {
content: '' !important;
}
#sub-notification .subamount {
visibility: hidden !important;
}
Preview: (If there is a black background, it is just my background.)
(http://i.imgur.com/A3sUio3.png)
-
thank you very much :)
-
Just put them on my obs and my follower 1 is showing the xbox 360 thing for some reason when i preview and the follower and donation 1 is showing the scroll bars.
-
Just put them on my obs and my follower 1 is showing the xbox 360 thing for some reason when i preview and the follower and donation 1 is showing the scroll bars.
Which URL are you using for the follower notification? As for the donation notification, increase the dimensions, try 450x150?
-
I'm using the follower link you provided,ookay I'll give that resolution a try also the donation 1 has follower link so I just changed follower to donation hope that's correct
-
My apologies, fixed the link. But use this link for donations: http://deepbot.tv/notifications/donationnotification2.htm
-
no worries all good now thank you very much :D