Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - headcrashrainbow

Pages: [1]
1
Help/Support / Changing my Streamchannel
« on: January 22, 2016, 05:13:00 AM »
Hallou!

I'm about to get rid of my current Twitchchannel and move on to a more appropriate nickname, which won't give me copyright trouble, so here am I, begging to get my bot with me. Hehe

Current Stream Name: headcrashrainbow
Current Bot Name: Rainbowdreadbot

New Stream Name: JuleRainbow
New Bot Name: Rainbowdreadbot

Thank you in advance! :)

2
Custom Notifications / Re: Custom Notification WorkShop
« on: June 30, 2015, 10:05:36 AM »
Sweet, that did it. Thank you oh so much  :-* <3

3
Custom Notifications / Re: Custom Notification WorkShop
« on: June 30, 2015, 09:02:08 AM »
Those are pounds not euro though. :D
What would be the proper ending for that after the mode=2 URL?

Thanks for the fast response! <3

4
Custom Notifications / Re: Custom Notification WorkShop
« on: June 30, 2015, 05:13:50 AM »
Hello! ;D
I really do hope, I'm in the right thread, even though it's not the typical 'notification request'..
Sometimes, I have crazy ideas and my dear friend phoenix722 from Twitch was so kind to help out a bit.
Long story short, I wanted a customized donationtracker bar, this is, what we have worked out so far
(see embeded code). Now our only problem is, we can't figure out, how to change the currency from $ to €.
So I ask the wonderful team around Deepbot, if that would be possible with the following code?

Code: [Select]
body {
                background-color: transparent;
                color: white;
              }

              #content {
                /* width:100%; */
                padding: 0px 0px;
              }

              #thermometer {
                position: relative;
                margin: 0px 0px 0px 0px;
                height:0px;
                background: #ddd;
                border:0px solid;
                -webkit-border-radius: 0px;
                -webkit-box-shadow: 0px;
              }

              #thermometer .track {
                height:50px;
                top: 0px;
                border: 1px solid #aaa;
                margin: 20px 20px;
                background: rgb(255,255,255);
              }

              #thermometer .progress {
                height: 50px;
                width:10%;
                background: linear-gradient(90deg, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
                background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a85e6c), color-stop(12.5%, #a85e6c), color-stop(12.5%, #e37f52), color-stop(25%, #e37f52), color-stop(25%, #ef9f48), color-stop(37.5%, #ef9f48), color-stop(37.5%, #9cb641), color-stop(50%, #9cb641), color-stop(50%, #009484), color-stop(62.5%, #009484), color-stop(62.5%, #21acb8), color-stop(75%, #21acb8), color-stop(75%, #1972dd), color-stop(87.5%, #1972dd), color-stop(87.5%, #8fa0ae), color-stop(100%, #8fa0ae));
                background-image: -webkit-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
                background-image: -moz-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
                background-image: -o-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
                background-image: linear-gradient(left, #a85e6c 0%,#a85e6c 12.5%,#e37f52 12.5%,#e37f52 25%,#ef9f48 25%,#ef9f48 37.5%,#9cb641 37.5%,#9cb641 50%,#009484 50%,#009484 62.5%,#21acb8 62.5%,#21acb8 75%,#1972dd 75%,#1972dd 87.5%,#8fa0ae 87.5%,#8fa0ae 100%);
              }

              #thermometer .goal {
                position:absolute;
                width: 100%;
              }

              #thermometer .start-amount {
                position: absolute;
                float: right;
                display: inline-block;
                border-top:0px solid black;
                font-family: Trebuchet MS;
                font-weight: bold;
                top: 50px;
                right: 0px;
                width: 100%;
                color:#ffffff;
              }
              #thermometer .end-amount {
                position: absolute;
                float: right;
                display: inline-block;
                padding-right: 40px;
                border-top:0px solid black;
                font-family: Trebuchet MS;
                font-weight: bold;
                top: 50px;
                right: 0px;
                color:#ffffff;
              }
              #thermometer .progress .amount {
                display: block;
                position: absolute;
                text-align: center;
                border-top: 0px solid #060;
                font-family: Trebuchet MS;
                font-size: 32px;
                font-weight: bold;
                color: white;
                -webkit-text-fill-color: white;
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: black;
                top: 8px;
                width: 100%;
              }

Much love and thanks in advance for any kind of help
headcrashrainbow  :-* :)

5
Hello Deepbot maker(s)!
First of all, I'd like to say, I'm always again blown away by this awesome project. Keep on going!  :-*

And then of course, I also would like to apply. ;D


Where did you hear about DeepBot from?
StreamerHouse on Twitch

Your stream name?
headcrashrainbow

Twitch bot account name?
RainbowDreadbot

Your streaming schedule?
I'm trying to stream on daily basis, mostly during the night hours (European time).

Is your stream partnered with Twitch?
No, I'm not partnered on Twitch.

Average number of users on your channel?
5-20

Do you need to migrate an existing points system over to DeepBot?
No, I'm currently using no points system at all.

Thanks in advance for loooking over the application and a wonderful week. :)

System Edit : Application Accepted. Install complete. Thanks for the support!

Pages: [1]