<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
     padding: 0;
     margin: 0em;
     background: #FFF;
     width: 100%;
     height: 100%;
}
canvas {
     display: block;
     cursor:  crosshair;
     width: 100%;
     height: 100%;
} 
#s, #l {
     float: right;
}    
#sel option {
     width: 26px;
     height: 21px;
}    
.l_sel {
     position: absolute;
     right: 70px;
     top: 10px;
}
#a {
     position: absolute;
     left: 10px;
     top: 10px;
}
#sel {
     position: absolute;
     right: 10px;
     top: 10px;
}
#bla {
     background: no-repeat center center url('../../img/colors/black.jpg');
}
#w {
     background: no-repeat center center url('../../img/colors/white.jpg');
}
#blu {
     background: no-repeat center center url('../../img/colors/blue.jpg');
}
#g {
     background: no-repeat center center url('../../img/colors/green.jpg');
}
#r {
     background: no-repeat center center url('../../img/colors/red.jpg');
}</pre></body></html>