Show Posts

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.


Messages - LLARISSAL

Pages: [1]
1
Custom Notifications / Re: Custom Notification WorkShop
« on: August 10, 2015, 11:23:05 PM »
Hey @repentgamingtv

the Sub and Follow notifications work perfectly. I am just wondering if you could see whatsup with the donor notification? the CSS you previously gave me is below, but it is doing some interesting things on screen. the message text and donor name are overlapping, the date is on top of the photo.. Its very possible its something Im doing wrong in obs  -_-

if you have a moment. Thank you :D

@font-face {
font-family: 'Adobe';
src: url('https://www.fontyukle.net/en/indir.php?id=96085&nrsg=04e2668362d9baabc03d998a23276dd2');
}

#donor-notification {
width: 500px !important;
height: 213px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/hMtD35m.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 300px !important;
margin-left: 0px !important;
width: 500px !important;
text-transform: capitalize;
font-size: 28px !important;
font-weight: normal !important;
font-family: Adobe !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 215px !important;
margin-left: -180px !important;
font-size: 34px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 180px !important;
margin-left: -70px !important;
width: 400px !important;
text-transform: capitalize;
font-size: 34px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: #00FF00 !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}

.donor:after {
content: ' donated ';
-webkit-text-fill-color: white;
}

2
Custom Notifications / Re: Custom Notification WorkShop
« on: June 19, 2015, 02:35:38 AM »





Requested by: LLarissal

Follower:

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

CSS Code:
Code: [Select]
@font-face {
font-family: 'Adobe';
src: url('https://www.fontyukle.net/en/indir.php?id=96085&nrsg=04e2668362d9baabc03d998a23276dd2');
}

#follow-notification {
display: none;
position: absolute;
width: 400px !important;
height: 293px !important;
background-image: url('http://i.imgur.com/LZMFvYd.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 220px !important;
margin-left: 80px !important;
margin-right: 100px !important;
width: 200px !important;
font-size: 36px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: blue !important;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: white;
-webkit-text-stroke-width: 0.1px;
-webkit-text-stroke-color: red;
}

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




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 700
Height: 550

CSS Code:
Code: [Select]
@font-face {
font-family: 'Adobe';
src: url('https://www.fontyukle.net/en/indir.php?id=96085&nrsg=04e2668362d9baabc03d998a23276dd2');
}

#donor-notification {
width: 500px !important;
height: 213px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/hMtD35m.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 300px !important;
margin-left: 0px !important;
width: 500px !important;
text-transform: capitalize;
font-size: 28px !important;
font-weight: normal !important;
font-family: Adobe !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 215px !important;
margin-left: -180px !important;
font-size: 34px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 180px !important;
margin-left: -70px !important;
width: 400px !important;
text-transform: capitalize;
font-size: 34px !important;
font-weight: bold !important;
font-family: Adobe !important;
color: #00FF00 !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: black;
}

.donor:after {
content: ' donated ';
-webkit-text-fill-color: white;
}

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





OH MY GOD!!!! THANK YOU :D :D :D

3
Custom Notifications / Re: Custom Notification WorkShop
« on: June 13, 2015, 01:32:20 PM »
Requested by: Llarissal

Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 500
Height: 281

CSS Code:
Code: [Select]
@font-face {
font-family: 'Adobe';
src: url('https://www.fontyukle.net/en/indir.php?id=96085&nrsg=04e2668362d9baabc03d998a23276dd2');
}

#sub-notification {
width: 500px !important;
height: 281px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/hztG3wS.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
text-align: left !important;
margin-top: 60px !important;
margin-left: 110px !important;
width: 150px !important;
font-size: 32px !important;
text-transform: uppercase;
font-weight: normal !important;
  font-family: Adobe !important;
color: #ffffff !important;
}

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




YAY :D thank you!! I followed u on twitch btw, Ill make sure to drop by again.

thats awesome. Heres the other 2:



Follower Alert

Image Link: http://i.imgur.com/LZMFvYd.gif
Font Style/Link: Adobe Gothic Std B
Font Color: White
Any text fill/boarder?: no
Where do you want text located? (Follower Name): Centered at bottom of Gif (can cover some of the image)
Example (If applicable):
Anything else?:


Donation Alert

Image Link: http://i.imgur.com/hMtD35m.gif
Font Style/Link: Adobe Gothic Std B
Font Color: White
Any text fill/boarder?: no
Currency Type: USD
Where do you want text located?(Donator Name, Donation Amount, Message) Underneath Gif, Centered (not covering Picard   )
Example (If applicable):
Anything else?:

4
Custom Notifications / Re: Custom Notification WorkShop
« on: June 11, 2015, 06:35:51 PM »
Hi there @RepentGamingTV

I was wondering if you could make me a subscriber GIF and notification that I can use for my channel. I will most likely come back for a follower notification/donor notification later but Id like to test it out before getting you to do more work than you need to :)

Thank you!
Larissa




Subscriber Alert

Image Link: http://i.imgur.com/hztG3wS.gif
Font Style/Link: Adobe Gothic Std B
Font Color: White
Any text fill/boarder?: no
Where do you want text located? (Subscriber Name) At bottom of Gif (Can cover some of the image)
Example (If applicable):
Anything else?:

5
Closed Beta Applications / Re: Closed Beta Applications Phase 2 - Now Open
« on: February 25, 2015, 04:31:15 PM »
Where did you hear about DeepBot from?
Many other streamers/ word of mouth

Your stream name?
LLARISSAL

Twitch bot account name?(This needs to be a valid twitch account, other than your streamer account you own that the bot will connect to)
LLARISSALBOT

Your streaming schedule? [Days/Approximate time]
Mon-Fri AM
weekends flexible

Is your stream partnered with Twitch?
yes

Average number of users on your channel?
per stream 150, 122,000+page views, 22,888 followers

Do you need to migrate an existing points system over to DeepBot? If yes, please specify which Bot you are currently using.
Yes, modbot.

System Edit : Application Accepted. Install complete. Thanks for the support!
For point migrations, please email your modbot.sqlite file to deepbot@deep.sg for conversion.

Pages: [1]