Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <title>DeepBot Donation Notification</title> </head> <body> <div id="donor-notification" style="display: block"> <div class="title" id="donor-title"> <span class="donor" id="donor-name">expertsonline</span><span class="header" id="donation-header"></span> <span class="amount" id="donation-amount">$10.00</span> </div> <div class="messagebox"> <p class="message" id="donation-message">This is a test donation message. Donor messages will appear onscreen for the chosen display duration.</p> </div> </div> </body> </html>
#donor-notification { display: none; position: absolute; top: 0px; left: 0px; width: 1920px !important; height: 500px !important; border-radius: 0px!important; background-image: url('http://i.imgur.com/2IjpQzc.png') !important; background-repeat: no-repeat; text-align: center; } #donor-notification .header { position: absolute !important; visibility: hidden !important; } #donor-notification .donor { margin-top: 0px !important; margin-left: 0px !important; text-align: left !important; width: auto !important; font-size: 50px !important; font-weight: regular !important; font-family: badhouse !important; color: #FFF !important; text-shadow: 3px 3px #000; -webkit-text-stroke: 0px; -webkit-text-stroke-color: #000 } #donor-notification .streamname { position: absolute !important; visibility: hidden !important; } #donor-notification .donor::after { content: " has bribed the souls of the underworld with "; margin-top: 0px !important; margin-left: 0px !important; text-align: left !important; width: 0px !important; font-size: 50px !important; font-weight: regular !important; font-family: badhouse !important; color: #FFFFFF !important; text-shadow: 3px 3px #000; -webkit-text-stroke: 0px; -webkit-text-stroke-color: #000 } #donor-notification .amount { margin-top: 0px !important; margin-left: 0px !important; text-align: left !important; width: auto !important; font-size: 50px !important; font-weight: regular !important; font-family: badhouse !important; color: #FFFFFF !important; text-shadow: 3px 3px #000; -webkit-text-stroke: 0px; -webkit-text-stroke-color: #000 } #donor-notification .message { margin: 0px auto 0px; text-align: center !important; width: 1900px !important; font-size: 50px !important; font-weight: regular !important; font-family: badhouse !important; color: #FFFFFF !important; text-shadow: 3px 3px #000; -webkit-text-stroke: 0px; -webkit-text-stroke-color: #000 }
/* Write JavaScript here */