filling-factory/filling-factory.css
#r, #g, #b, #a
{
float: left;
clear: left;
width: 70%;
margin: 10px;
}
#r .ui-slider-handle { border-color: #7f0000; background: #fdd; }
#g .ui-slider-handle { border-color: #007f00; background: #dfd; }
#b .ui-slider-handle { border-color: #00007f; background: #ddf; }
#a .ui-slider-handle { border-color: #7f7f7f; background: #ddd; }
#swatch
{
width: 25%;
padding: 50px 0;
margin-top: 28px;
margin-left: 75%;
background-image: none;
text-align: center;
font-size: 1.8em;
border-radius: 15px;
}
#swatch span
{
background: url(fill.php?r=255&g=255&b=255&a=90);
padding: .5em;
font-weight: bold;
color: #000;
}
#output
{
margin-top: 5px;
margin-left: 5px;
font-size: 11px !important;
}
#output div
{
padding: 3px;
}
#output div img
{
display: inline-block;
margin-right: 5px;
position: relative;
top: 3px;
}