<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.formazione-campo {position: relative;}
div.campo-calcio {width: 310px; height: 310px; background-image: url('/imgs/campo_calcio.jpg');}
div.campo-volley {width: 310px; height: 310px; background-image: url('/imgs/campo_volley.png');}
div.formazione-campo div.player {position: absolute; width: 70px; height: 30px; margin-bottom: -15px; margin-left: -35px; font-size: 11px; text-align: center;}
div.formazione-campo div.player div.bullet {width: 15px; height: 20px; background-image: url('/imgs/pointer-giocatore.png'); margin: 0px auto;}
.activeDroppable {background-color: yellow; border: 1px dashed black; }
.hoverDroppable {background-color: green;}</pre></body></html>