Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Bigdaddyden on October 31, 2015, 02:13:29 AM

Title: custom sub/donation graphics
Post by: Bigdaddyden 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
Title: Re: custom sub/donation graphics
Post by: ExpertsOnline 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:

(http://deep.sg/u/7A26.png)


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:

(http://deep.sg/u/Ba27.png)
Title: Re: custom sub/donation graphics
Post by: Bigdaddyden on October 31, 2015, 04:37:49 AM
not aligned properly bud on both
Title: Re: custom sub/donation graphics
Post by: IanChandler1990 on October 31, 2015, 05:31:52 AM
not aligned properly bud on both

If you want it like this

(http://puu.sh/l3CEg/f381a91182.jpg)

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;
}
Title: Re: custom sub/donation graphics
Post by: IanChandler1990 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;
}