Author Topic: Pls Customize that for me  (Read 1852 times)

0 Members and 1 Guest are viewing this topic.

Taronix

  • Youngling
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Taronix
Pls Customize that for me
« on: October 10, 2015, 10:57:36 AM »
Hey Guys, can anybody customize me that Pictures?

Font: Aldo the Apache

Follow *Test*: https://picload.org/image/paliclo/neuerfollower.png
Follow Template: https://picload.org/image/paliclg/followeralerts.png

Donation *Test*: https://picload.org/image/palicld/neuedonation.png
Donation Template: https://picload.org/image/palicop/donationalerts.png


Thank you VERY MUTCH!!! :D

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Pls Customize that for me
« Reply #1 on: October 10, 2015, 12:55:09 PM »
Any particular font?
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

Taronix

  • Youngling
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Taronix
Re: Pls Customize that for me
« Reply #2 on: October 10, 2015, 07:53:25 PM »

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Pls Customize that for me
« Reply #3 on: October 11, 2015, 02:14:05 AM »
Make sure you have that font installed on your computer.

Requested by: Taronix

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 200

CSS Code:
Code: [Select]
@font-face {
font-family: 'Aldo';
src:local('AldotheApache'),
    local('Aldo the Apache'),
    local('AldotheApache.ttf'),
    url('AldotheApache.ttf');
}
 
#follow-notification {
display: none;
position: absolute;
width: 500px !important;
height: 150px !important;
border-radius: 00px !important;
background-image: url('https://img5.picload.org/image/paliclg/followeralerts.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 50px !important;
margin-left: 50px !important;
width: 400px !important;
font-size: 42px !important;
font-weight: normal !important;
font-family: Aldo !important;
color: #ffffff !important;
text-transform: capitalize;
-webkit-text-fill-color: White;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}

Preview: (If there is a black background, it is just my background.)




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 200

CSS Code:
Code: [Select]
@font-face {
font-family: 'Aldo';
src:local('AldotheApache'),
    local('Aldo the Apache'),
    local('AldotheApache.ttf'),
    url('AldotheApache.ttf');
}

#donor-notification {
position: absolute;
left: 0px !important;
width: 500px !important;
height: 150px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://img5.picload.org/image/palicop/donationalerts.png') !important;
}

#donor-notification .header {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 50px !important;
margin-left: -80px !important;
width: 200px !important;
font-size: 34px !important;
font-weight: normal !important;
font-family: Aldo !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
text-shadow: none !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 50px !important;
margin-left: -120px !important;
width: 300px !important;
font-size: 34px !important;
font-weight: normal !important;
font-family: Aldo !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
text-shadow: none !important;
}

.donor:after {
content: ' - ' !important;
}

Preview: (If there is a black background, it is just my background.)

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport