Author Topic: Deepbot follower Notifications  (Read 5407 times)

0 Members and 1 Guest are viewing this topic.

IanChandler1990

  • Padawan
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
    • Twitch
  • Twitch Name: Ianchandler1990
Deepbot follower Notifications
« 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

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Deepbot follower Notifications
« Reply #1 on: May 27, 2014, 12:18:45 AM »
Link: http://deepbot.tv/notifications/follownotification1.htm?dur=8000
Code: [Select]
#follow-notification .header {
padding-top: 5px !important;
visibility: visible !important;
}

#follow-notification .followname {
  padding-top: 5px !important;
  font-family: Algerian !important;
}