CSS:
/* Very Best Table Styling */
ol{margin:1em 1em 1em;padding:1em 1em 1em;}
table
{text-align:left;font-size:13px;font-family:Monaco,Monospace !important;
color:#CFDBEC;text-shadow:1px 2px 1px #000, 0px -1px 2px #000, 1px 1px 2px #000;
background-color:#2f2f2f;
border-collapse:collapse;
width:100%;
border:none;
}
thead,thead th
{color:#0075B5;font-size:15px;font-family:dungeon;font-weight:bold;line-height:28px;text-align:left;padding:1em 1em 1em;background:#0f0f0f;
}
td, th
{padding:1em 1em 1em;
}
* html tr.odd td, tbody tr.odd td, #middle
{
background:rgba(0, 0, 0, 0.15);
}
tfoot td,tfoot tr
{background:rgba(0, 0, 0, 0.15);
padding-bottom:1.5em;
}
tfoot
{background:rgba(0, 0, 0, 0.5);color:#FFDEAD;
}
HTML:
<table><col> <col id="middle"> <col> <thead>
<tr><th>Ingredients</th><th>Serves 12</th><th>Serves 24</th></tr>
</thead> <tfoot>
<tr><td colspan="3"><ol>
<li>Combine milk and spices including vanilla bean in a heavy saucepan and let them infuse over lowest possible heat for 5 minutes. Meanwhile, combine yolks and sugar in a large bowl and whisk until mixed.</li>
<li>Bring milk to a boil and gradually whisk it into the yolk mixture. Return the mixture to the saucepan. Cook over medium heat, stirring steadily with a wooden spoon, for 2 to 3 minutes, or until foam subsides and mixture thickens to consistency of heavy cream. (Mixture should thickly coat the back of a wooden spoon.) Do not boil, or mixture will curdle.</li>
<li>Strain mixture into a large bowl and let cool to room temperature. Stir in rum, brandy, half-and-half, vanilla and nutmeg.</li>
<li>Refrigerate eggnog for at least 2 hours, preferably overnight. Just before serving, dust top of eggnog with additional nutmeg.</li>
</ol>
</td></tr>
</tfoot> <tbody>
<tr><td>milk</td><td>1 quart</td><td>2 quart</td></tr>
<tr class="odd"><td>cinnamon sticks</td><td>2</td><td>1</td></tr>
<tr><td>vanilla bean, split</td><td>1</td><td>2</td></tr>
<tr class="odd"><td>cloves</td><td>5</td><td>10</td></tr>
<tr><td>mace</td><td>10 blades</td><td>20 blades</td></tr>
<tr class="odd"><td>egg yolks</td><td>12</td><td>24</td></tr>
<tr><td>cups sugar</td><td>1 ½ cups</td><td>3 cups</td></tr>
<tr class="odd"><td>dark rum</td><td>1 ½ cups</td><td>3 cups</td></tr>
<tr><td>brandy</td><td>1 ½ cups</td><td>3 cups</td></tr>
<tr class="odd"><td>vanilla</td><td>1 tbsp</td><td>2 tbsp</td></tr>
<tr><td>half-and-half or light cream</td><td>1 quart</td><td>2 quart</td></tr>
<tr class="odd"><td>Freshly grated nutmeg to taste</td><td></td><td></td></tr>
</tbody> </table>
0 comments:
Post a Comment