Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: IanChandler1990 on May 26, 2014, 10:38:05 PM
-
Hey Expert,
would you be able to add the New follower header to the new follower notification page http://deepbot.tv/notifications/follownotification1.htm?dur=10000? or add new one so you can pick if you dont want it? i can add the header to the css but it does not work. this is my css
body {
background-color: transparent;
color: white;
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px;
height: 100px;
border-radius: 10px;
background-image: url('http://deepbot.tv/images/Achievement.gif');
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-left: 96px;
padding-top: 15px;
text-align: center;
width: 385px;
line-height: 55px;
vertical-align: middle;
font-size: 32px;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #000;
color: #ffffff;
}
#follow-notification .header {
margin-right: 115px;
padding-top: 10px;
text-align: left;
vertical-align: top;
font-size: 26px;
line-height: 26px;
font-family: Algerian;
text-shadow: 1px 1px 1px #FFFDE8;
color: red;
float: right;
border-bottom: red;
border-bottom-style: double;
}
Regards,
Ian
-
Link: http://deepbot.tv/notifications/follownotification1.htm?dur=8000
#follow-notification .header {
padding-top: 5px !important;
visibility: visible !important;
}
#follow-notification .followname {
padding-top: 5px !important;
font-family: Algerian !important;
}