Hello!
I have made my own CSS but it doesn´t works when I am online on the Stream.
My CSS is this:
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 480px !important;
height: 270px !important;
border-radius: 10px;
background-image: url('http://i.gifntext.com/124884-nuevo-caballero-de-bronze.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 170px !important;
padding-top: 0px !important;
margin-left: 75px !important;
text-align: center !important;
width: 350px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Algerian !important;
color: #f5f214 !important;
-webkit-text-stroke: 0.2px;
-webkit-text-stroke-color: #000
}
And I´m using the url:
http://deepbot.tv/notifications/follownotification1.htm?dur=10000Is there something I am doing wrong?
OFFLINE works fine. ( I mean Preview)
Thanks!