Author Topic: custom sub/donation graphics  (Read 2612 times)

0 Members and 1 Guest are viewing this topic.

Bigdaddyden

  • Padawan
  • **
  • Posts: 51
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bigdaddyden76
custom sub/donation graphics
« on: October 31, 2015, 02:13:29 AM »
sub  = http://i.imgur.com/AV30KnD.png

text middle top

donation = https://i.imgur.com/OxG4qZS.gif

user name top middle

donation amount bottom middle

cheers x

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: custom sub/donation graphics
« Reply #1 on: October 31, 2015, 03:19:44 AM »
Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 310
Height: 190

CSS Code:
Code: [Select]
#sub-notification {
width: 300px !important;
height: 190px !important;
background-color: transparent !important;
background-image:url("http://i.imgur.com/AV30KnD.png") !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
        margin-top: -145px !important;
        margin-left: 0px !important;
        text-align: center;
        line-height: 80px;
        width: 300px !important;
        font-size: 32px !important;
        text-transform: capitalize;
        font-weight: normal !important;
        font-family: impact !important;
        color: white !important;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}

Preview:




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 580
Height: 150

CSS Code:
Code: [Select]
#donor-notification {
position: absolute;
left: 0px !important;
width: 380px !important;
height: 210px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.imgur.com/OxG4qZS.gif') !important;
overflow: hidden !important;
}

#donor-notification .header {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important
}
#donor-notification .amount {
position: absolute !important;
left: 0px !important;
margin-top: 20px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
#donor-notification .donor {
position: absolute !important;
left: 0px !important;
margin-top: -20px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}

Preview:


Bigdaddyden

  • Padawan
  • **
  • Posts: 51
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bigdaddyden76
Re: custom sub/donation graphics
« Reply #2 on: October 31, 2015, 04:37:49 AM »
not aligned properly bud on both

IanChandler1990

  • Padawan
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
    • Twitch
  • Twitch Name: Ianchandler1990
Re: custom sub/donation graphics
« Reply #3 on: October 31, 2015, 05:31:52 AM »
not aligned properly bud on both

If you want it like this



this is the code

Code: [Select]
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: hidden;
}
#donor-notification {
position: absolute;
left: 0px !important;
width: 380px !important;
height: 210px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.imgur.com/OxG4qZS.gif') !important;
overflow: hidden !important;
}

#donor-notification .header {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important
}
#donor-notification .amount {
position: absolute !important;
left: 0px !important;
margin-top: 70px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
#donor-notification .donor {
position: absolute !important;
left: 0px !important;
margin-top: -20px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
« Last Edit: October 31, 2015, 05:40:02 AM by IanChandler1990 »

IanChandler1990

  • Padawan
  • **
  • Posts: 84
  • Karma: +0/-0
    • View Profile
    • Twitch
  • Twitch Name: Ianchandler1990
Re: custom sub/donation graphics
« Reply #4 on: October 31, 2015, 08:01:30 AM »
Sub
Code: [Select]
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: hidden;
}
#sub-notification {
width: 300px !important;
height: 190px !important;
background-color: transparent !important;
background-image:url("http://i.imgur.com/AV30KnD.png") !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
        margin-top: -145px !important;
        margin-left: 0px !important;
        text-align: center;
        line-height: 80px;
        width: 300px !important;
        font-size: 32px !important;
        text-transform: capitalize;
        font-weight: normal !important;
        font-family: impact !important;
        color: white !important;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}

tip

Code: [Select]
body {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: hidden;
}
#donor-notification {
position: absolute;
left: 0px !important;
width: 380px !important;
height: 210px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.imgur.com/OxG4qZS.gif') !important;
overflow: hidden !important;
}

#donor-notification .header {
visibility: hidden !important;
}

#donor-notification .date {
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important
}
#donor-notification .amount {
position: absolute !important;
left: 0px !important;
margin-top: 130px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
  -webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
#donor-notification .donor {
position: absolute !important;
left: 0px !important;
margin-top: -32px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}