Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: obeewnn on March 19, 2015, 08:02:04 AM

Title: Custom Follow notification
Post by: obeewnn on March 19, 2015, 08:02:04 AM
Hello I need a CSS stylesheet for my follow alert.

I would like to use http://cdn.gifbay.com/2013/05/playing_dayz-46965.gif as the GIF. And "Thanks for the follow (follower)!" on top, in blue with cyan outline.

Thanks!
Title: Re: Custom Follow notification
Post by: TheNumbLock on March 19, 2015, 10:28:08 AM
Requested by: obeewnn

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 250

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 300px !important;
height: 183px !important;
border-radius: 00px !important;
background-image: url('http://cdn.gifbay.com/2013/05/playing_dayz-46965.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: left !important;
margin-top: 0px !important;
margin-left: 80px !important;
width: 100px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: arial bold !important;
color: blue !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: cyan;
}

.followname:before {
content: " Thanks for the follow " !important;
position: absolute !important;
text-align: left !important;
margin-top: -20px !important;
margin-left: -40px !important;
margin-right: 0px !important;
width: 300px !important;
font-size: 22px !important;
font-weight: bold !important;
font-family: arial bold !important;
color: blue !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: cyan;
}

Preview: (If there is a black background, it is just my background.)

(http://puu.sh/gGfrC/8f8488a23f.jpg)