Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: emrerocky on September 28, 2014, 09:22:28 AM

Title: Custom Subscriber Notification Gallery
Post by: emrerocky 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:
(http://puu.sh/b20Tm/1a0051be8c.jpg)

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:
(http://puu.sh/b8P1f/fe886e5fae.jpg)