1
					Custom Notifications / Re: Custom Notification WorkShop
« on: April 23, 2016, 03:37:46 AM »
					I don't know why it comes up a squished. D: 
					
				This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I will be working on Custom Notifications for all DeepBot users. Don't expect your notifications to be done right away, since I am doing this for free. Expect up to 48 hour delay for your custom notifications to be done. (It all depends on how busy I am and how many requests I get.) If you want them done faster, you can donate to me, and I will move you to the top of the list. (PM me for details on that.)
Post Below with the following the notifications you need. Here are the layouts:
For image links use Imgur.
Follower Alert:Code: [Select]Follower Alert
Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Where do you want text located? (Follower Name):
Example (If applicable):
Anything else?:
Donation Alert: (You do not need to include all 3 text options, Just an FYI.)Code: [Select]Donation Alert
Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Currency Type:
Where do you want text located?(Text Options: Donator Name, Donation Amount, Message)
Example (If applicable):
Anything else?:
Subscriber Alert:Code: [Select]Subscriber Alert
Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Where do you want text located? (Subscriber Name)
Example (If applicable):
Anything else?:
To get this custom font to work for you, you need to go here: http://www.mediafire.com/download/loyr1s59jltqg1b/HoboStd.otf Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere
Requested by:
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 2253
Height: 800
CSS Code:Code: [Select]@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 2253px !important;
height: 750px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/o5EtWPK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 350px !important;
margin-left: 900px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 132px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
Preview: (If there is a black background, it is just my background.)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 2253
Height: 800
CSS Code:Code: [Select]@font-face {
font-family: 'Hobo';
src: url('InsertDownloadLinkHere');
}
#donor-notification {
width: 2253px !important;
height: 750px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/kKl6wfT.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 420px !important;
margin-left: 1100px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 250px !important;
margin-left: 870px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 128px !important;
font-weight: normal !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 8px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}
Preview: (If there is a black background, it is just my background.)
Subscriber:
Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 2253
Height: 800
CSS Code:Code: [Select]@font-face {
font-family: "Hobo";
src: url('InsertDownloadLinkHere');
}
#sub-notification {
display: none;
position: absolute;
width: 2253px !important;
height: 750px !important;
background-repeat: no-repeat;
background-image: url('http://i.imgur.com/FnRcvxn.png') !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 250px !important;
margin-left: 900px !important;
width: 300px !important;
font-size: 132px !important;
font-weight: bold !important;
font-family: Hobo !important;
color: silver !important;
-webkit-text-stroke-width: 6px;
-webkit-text-stroke-color: black;
-webkit-text-fill-color: silver;
}
Preview: (If there is a black background, it is just my background.)
