1
Custom Notifications / Re: Custom Donation Tracker | Need Help
« on: January 29, 2016, 11:38:59 PM »
Thanks repent
Didnt worked perfectly, the sized didnt changed but I was able to figure it myself but thank you very much to came up with the base code 


Code: [Select]
body {
background-color: transparent;
color: white;
}
#content {
/* width:100%; */
padding: 10px 10px;
}
#thermometer {
position: relative;
margin: 0px 10px 10px 10px;
height: 150px !important;
background: transparent !important;
border: 3px solid transparent !important;
-webkit-border-radius: 0px !important;
-webkit-box-shadow: 0px 0px 0px transparent !important;
}
#thermometer .track {
height: 100px !important;
top: 0px;
border: 0px solid limegreen !important;
margin: 20px 20px !important;
background: transparent !important;
}
#thermometer .progress {
height: 100px !important;
background: url('http://toa5t.de/l0w/subdonations.png') transparent !important;
}
#thermometer .goal {
position:absolute;
width: 100%;
}
#thermometer .start-amount {
visibility: hidden !important;
}
#thermometer .end-amount {
visibility: hidden !important;
position: absolute;
float: right;
display: inline-block;
padding-right: 40px;
border-top:0px solid black;
font-family: Impact !important;
font-weight: bold;
font-size: 26px !important;
top: 10px !important;
right: 20px !important;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px !important;
text-shadow:0px 0px 25px white;
}
#thermometer .progress .amount {
visibility: hidden !important;
display: block;
position: absolute;
text-align: center;
border-top: 0px solid #060;
font-family: Impact !important;
font-size: 26px !important;
font-weight: bold;
color: white !important;
top: 32px !important;
width: 100%;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px !important;
text-shadow:0px 0px 25px white;
}
.goal:before {
visibility: hidden !important;
content: 'InsertNameHere' !important;
position: absolute;
float: left !important;
display: inline-block;
padding-right: 40px;
border-top:0px solid black;
font-family: Impact !important;
font-weight: normal;
font-size: 26px !important;
top: 10px !important;
left: 10px !important;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px !important;
text-shadow:0px 0px 25px white;
}