Author Topic: Follow Noti  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

The Mundo

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Follow Noti
« on: October 31, 2014, 06:04:12 AM »
Hey could you make this into a link for me mate?

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://i.imgur.com/NTFbNrw.png');
   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;
}

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follow Noti
« Reply #1 on: October 31, 2014, 09:54:29 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: 1px!important;
background-image: url('http://i.imgur.com/NTFbNrw.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 20px !important;
margin-left: 70px !important;
text-align: center !important;
width: 440px !important;
font-size: 45px !important;
font-weight: normal !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}

Preview: