Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Taronix on January 18, 2015, 12:59:36 PM

Title: Pls set my buttons
Post by: Taronix on January 18, 2015, 12:59:36 PM
Hey, please set me my Buttons with € pls.

Pleas take my font (Good Times) with a silver-grey color. (font: http://www.dafont.com/good-times.font)


Donation Alert:

http://picload.org/image/ccwagro/neuespende.png


Follower Alert:

http://picload.org/image/ccwagrc/neuerfollower.png
Title: Re: Pls set my buttons
Post by: Taronix on January 18, 2015, 01:05:35 PM
Like this

Text Size 30pt


(http://picload.org/image/ccwagdi/test1.png)



(http://picload.org/image/ccwagdw/teste2.png)



Thanks a lot for ur help! :)
Title: Re: Pls set my buttons
Post by: Taronix on January 20, 2015, 01:45:09 AM
No more css support? :c
Title: Re: Pls set my buttons
Post by: Taronix on January 22, 2015, 12:51:19 AM
Hmm.. ;/
Title: Re: Pls set my buttons
Post by: TheNumbLock on January 27, 2015, 11:05:31 AM
I don't know how to do the effect like you have on the text, but I can do a gray/dark gray if you like.
Title: Re: Pls set my buttons
Post by: Taronix on January 27, 2015, 11:52:34 PM
RepentGamingTV

Thanks for ur help! :)

Gray/Dark is okay! :)
Title: Re: Pls set my buttons
Post by: TheNumbLock on January 28, 2015, 07:03:53 AM
Requested by: Taronix

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 250

CSS Code:
Code: [Select]
@font-face {
font-family: "good times rg";
src: url("http://download2118.mediafire.com/j99yhch4vceg/2gfybv7a02q5eq5/good+times+rg.ttf");
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 250px !important;
border-radius: 00px !important;
background-image: url('http://img5.picload.org/image/ccwagrc/neuerfollower.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 100px !important;
margin-left: 100px !important;
margin-right: 100px !important;
width: 220px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: good times rg !important;
color: grey !important;
}

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

(http://puu.sh/f7nDP/ebbd6d7387.jpg)

Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?ccy=%E2%82%AC
Width: 600
Height: 250

CSS Code:
Code: [Select]
@font-face {
font-family: "good times rg";
src: url("http://download2118.mediafire.com/j99yhch4vceg/2gfybv7a02q5eq5/good+times+rg.ttf");
}
#donor-notification {
width: 600px !important;
height: 250px !important;
background-color: transparent !important;
background-image:url('http://img5.picload.org/image/ccwagro/neuespende.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: 120px !important;
margin-left: 200px !important;
margin-right: 250px !important;
width: 200px !important;
font-size: 34px !important;
font-weight: normal !important;
font-family: good times rg !important;
color: grey !important;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 70px !important;
margin-left: 130px !important;
margin-right: 100px !important;
width: 200px !important;
font-size: 34px !important;
font-weight: normal !important;
font-family: good times rg !important;
color: grey !important;
}

#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.)

(http://puu.sh/f7pfv/ec752f2f8e.jpg)