Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
.news {
width: 345px;
height: 285px;
padding: 5px;
background: #e7e3bd;
border: dashed 2px #423b21;
text-align: center;
overflow-y: auto;
overflow-x: hidden;
}
.newsTable {
width: 100%;
margin-bottom: 10px;
background: #fff;
text-align: left;
}
.newsTable_header {
background: #ea756e;
padding-left: 25px;
border: solid 1px #993416;
font: bold 11px arial, sans-serif;
color: #fff;
}
.newsTable_body {
padding: 15px;
border: solid 1px #d2be96;
font: normal 11px arial, sans-serif;
color: #423b21;
}
<table class="newsTable" cellpadding="6px" cellspacing="0" border="0">
<tr>
<td class="newsTable_header">
Sample HEADER
</td>
</tr>
<tr>
<td class="newsTable_body">
Sample BODY
</td>
</tr>
</table>
1 to 11 of 11