Author Topic: Pls set my buttons  (Read 3024 times)

0 Members and 1 Guest are viewing this topic.

Taronix

  • Youngling
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Taronix
Pls set my buttons
« 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

Taronix

  • Youngling
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Taronix
Re: Pls set my buttons
« Reply #1 on: January 18, 2015, 01:05:35 PM »
Like this

Text Size 30pt










Thanks a lot for ur help! :)

Taronix

  • Youngling
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Taronix
Re: Pls set my buttons
« Reply #2 on: January 20, 2015, 01:45:09 AM »
No more css support? :c

Taronix

  • Youngling
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
  • Twitch Name: Taronix
Re: Pls set my buttons
« Reply #3 on: January 22, 2015, 12:51:19 AM »
Hmm.. ;/

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Pls set my buttons
« Reply #4 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.
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 set my buttons
« Reply #5 on: January 27, 2015, 11:52:34 PM »
RepentGamingTV

Thanks for ur help! :)

Gray/Dark is okay! :)

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Pls set my buttons
« Reply #6 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.)



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

Old Name: RepentGamingTV
Twitch: Here

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