Author Topic: CSS Request for my Follower and Donation  (Read 2527 times)

0 Members and 1 Guest are viewing this topic.

BrummeDeWucht

  • Youngling
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
  • Twitch Name: BrummeDeWucht
CSS Request for my Follower and Donation
« on: February 09, 2015, 08:22:53 PM »
Follower Alert

Image Link: http://i.imgur.com/WoS2iyo.png
Font Style/Link: http://www.dafont.com/de/star-jedi.font
Font Color: White
Any text fill/boarder?: No
Marquee/Scroll Effect?:No
Where do you want text located? (Follower Name):Middle of of blackbox
Example (If applicable): NA
Anything else?:NA

Donation Alert

Image Link:http://i.imgur.com/u8kOx7Y.png
Font Style/Link:http://www.dafont.com/de/star-jedi.font
Font Color: White
Any text fill/boarder?:NO
Marquee/Scroll Effect?:No
Currency Type: €
Where do you want text located?(Donator Name, Donation Amount, Message): Donation name and amount in Middle of blackbox
Example (If applicable):NA
Anything else?:NA

Thank you

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: CSS Request for my Follower and Donation
« Reply #1 on: February 10, 2015, 06:33:01 PM »
I made two, one with Same Font Colors as above, then one with White Text, as you asked. If you need anything changed, let me know.

Requested by: DrummeDeWucht

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 1920
Height: 600

CSS Code:
Code: [Select]
@font-face {
font-family: "Jedi";
src: url("http://rgfonts.bugs3.com/Fonts/Starjedi.ttf");
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1920px !important;
height: 589px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/WoS2iyo.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 270px !important;
margin-left: 500px !important;
margin-right: 850px !important;
width: 600px !important;
font-size: 78px !important;
font-weight: normal !important;
font-family: Jedi !important;
color: black !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FF9900;
    -webkit-text-fill-color: black;
}

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





Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?ccy=
Width: 1920
Height: 600

CSS Code:
Code: [Select]
@font-face {
font-family: "Jedi";
src: url("http://rgfonts.bugs3.com/Fonts/Starjedi.ttf");
}

#donor-notification {
width: 1920px !important;
height: 589px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/u8kOx7Y.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: 310px !important;
margin-left: 500px !important;
margin-right: 850px !important;
width: 600px !important;
font-size: 78px !important;
font-weight: normal !important;
font-family: Jedi !important;
color: black !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FF9900;
    -webkit-text-fill-color: black;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 210px !important;
margin-left: 500px !important;
margin-right: 850px !important;
width: 600px !important;
font-size: 78px !important;
font-weight: normal !important;
font-family: Jedi !important;
color: black !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FF9900;
    -webkit-text-fill-color: black;
}

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



Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 1920
Height: 600

CSS Code:
Code: [Select]
@font-face {
font-family: "Jedi";
src: url("http://rgfonts.bugs3.com/Fonts/Starjedi.ttf");
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1920px !important;
height: 589px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/WoS2iyo.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 270px !important;
margin-left: 500px !important;
margin-right: 850px !important;
width: 600px !important;
font-size: 78px !important;
font-weight: normal !important;
font-family: Jedi !important;
color: white !important;
}

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





Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?ccy=
Width: 1920
Height: 600

CSS Code:
Code: [Select]
@font-face {
font-family: "Jedi";
src: url("http://rgfonts.bugs3.com/Fonts/Starjedi.ttf");
}

#donor-notification {
width: 1920px !important;
height: 589px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/u8kOx7Y.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: 310px !important;
margin-left: 500px !important;
margin-right: 850px !important;
width: 600px !important;
font-size: 78px !important;
font-weight: normal !important;
font-family: Jedi !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 210px !important;
margin-left: 500px !important;
margin-right: 850px !important;
width: 600px !important;
font-size: 78px !important;
font-weight: normal !important;
font-family: Jedi !important;
color: white !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