Author Topic: Custom Subscriber Notification Gallery  (Read 8510 times)

0 Members and 1 Guest are viewing this topic.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Custom Subscriber Notification Gallery
« on: September 28, 2014, 09:22:28 AM »
Hey folks, this is a little gallery of some different styles of CSS for you to choose from for your notification!

1.

Requested by: nexxx

Link : http://deepbot.tv/notifications/subnotification1.htm
Width: 400
Height: 100

CSS Code:
Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px !important;
  height: 100px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/UFgtYL6.jpg') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 100px !important;
  padding-top: 50px !important;
  width: 300px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 30px !important;
  font-family: Algerian !important;
  text-shadow: 1px 1px 1px #000 !important;
  color: #d7d7d7 !important;
}

Preview:


2.

Requested by: syndrome208

Link : http://deepbot.tv/notifications/subnotification1.htm
Width: 600
Height: 110

CSS Code:
Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/CgQ0CMd.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 00px !important;
  margin-top: 41px !important;
  padding-top: 0px !important;
  width: 595px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: troglodyte !important;
  color: #FFFFFF !important;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #8a0823;
}

Preview: