Author Topic: Notification alert  (Read 1609 times)

0 Members and 1 Guest are viewing this topic.

bigfatrik

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: StriaghtEdgeRik
Notification alert
« on: November 08, 2014, 05:18:21 AM »
https://imgur.com/Vb25Xt3
can i please get some CSS code for these? thanks in advance
also included in attachment

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Notification alert
« Reply #1 on: November 09, 2014, 01:48:04 PM »
What type of notification would you like this to be converted to?  Follow, Donation, Sub, All?

-emrerocky

bigfatrik

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: StriaghtEdgeRik
Re: Notification alert
« Reply #2 on: November 10, 2014, 12:04:39 AM »
follow please sorry

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Notification alert
« Reply #3 on: November 10, 2014, 06:52:05 AM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 580
Height: 110

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
border-radius: 10px;
background-image: url('https://i.imgur.com/Vb25Xt3.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 5px !important;
margin-left: 50px !important;
text-align: center !important;
width: 480px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.3px;
-webkit-text-stroke-color: #000
}

Preview: