Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: Sengira_nanaki on April 24, 2016, 07:24:38 PM
-
Hello can I get CSS for Follow Sub and Donation please.
Links below - Linked blank only if you have issues with the pre named ones!
https://gyazo.com/a18f402ebd4a9e4e52c701e23ba49559 - Blank
https://gyazo.com/7308a279d5ada16d55a2504ac662ed42 - Donation
https://gyazo.com/2cd666483798623c156f17854642203b - Follow
https://gyazo.com/d018560f844a6585ae13a5c9284f0ba3 - Sub
Thank you so very much in advance for you help!!!
-
Sub for Twitch or Sub for GameWisp?
-
Gamewisp sorry
-
Requested by: Sengira_nanaki
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 150
CSS Code:
#follow-notification {
display: none;
position: absolute;
top: 0px !important;
left: 0px !important;
width: 580px !important;
height: 110px !important;
border-radius: 00px !important;
background-size: contain !important;
background-image: url('http://i.imgur.com/CVYzsO7.png') !important;
background-repeat: no-repeat;
}
#follow-notification .header {
visibility: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 30px !important;
margin-left: 40px !important;
width: 500px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: #00aced;
-webkit-text-stroke-width: 0px;
text-shadow: 10px white !important;
}
.followname:before {
content: '' !important;
}
.followname:after {
content: '' !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/oup0Y/77ac766cce.png)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 600
Height: 150
CSS Code:
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 580px !important;
height: 110px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/IC3KQ7o.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: -130px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: limegreen;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 30px !important;
margin-left: -170px !important;
width: 400px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: limegreen;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
.donor:after {
content: '' !important;
}
.donor:before {
content: '' !important;
}
.amount:after {
content: '' !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/ouoVp/169417d9cb.png)
GameWisp Sub:
Link: http://deepbot.tv/notifications/gwnotification.htm
Width: 600
Height: 150
CSS Code:
body {
background-color: transparent;
color: black;
}
#sub-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
background-repeat: no-repeat;
background-position-y: 0px;
background-image: url(http://i.imgur.com/tLMQpbt.png) !important;
}
#sub-notification .subname {
margin-left: 60px !important;
margin-top: 40px !important;
padding-top: 30px;
width: 455px;
text-align: center;
line-height: 14px;
font-size: 30px !important;
font-family: Impact !important;
text-shadow: none !important;
text-transform: uppercase;
color: white !important;
}
#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: 'New Sub!';
}
#sub-notification .subamount {
visibility: hidden !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/oupus/ba2495e9ff.png)