To modify the appearance of embedded Decklists all you have to do is apply some CSS.
Here is an outline of the general structure of whats embedded:
<div id="dc_mbd">
<h2><a>Name of the Deck</a></h2>
<h3>by Player</h3>
<div id="dc_md">
<h4>Maindeck</h4>
<p>x Cardname</p>
</div>
<div id="dc_sb">
<h4>Sideboard:</h4>
<p>x Cardname</p>
</div>
<p><a>Links</a></p>
</div>
By assigning CSS like
#dc_mbd { width: 150px; height: 200px; overflow: scroll; font-size: 10px; }
or
#dc_mbd p a { color: #f00; background: #345; }
the embedded lists will look like whatever you want them to look like.
You can even use the Maindeck- and Sideboard-<div>s for floating, so that the Sideboard is displayed right next to the Maindeck instead of below it.
For further questions regarding CSS consult one of the many tutorials (like the one from the w3school).
If you find some bad code in the embedded lists, don't hesitate to contact us.
Got Questions?? Check our FAQ ··· Found Bugs or PHP-/MySQL-Errors on DeckCheck.net?? E-Mail us: contact@deckcheck.net ··· Got Decklists?? Submit them!!