40 lines
751 B
HTML
40 lines
751 B
HTML
<style>
|
|
.post {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
padding: 10px 5px 0px 5px;
|
|
padding-top:10px;
|
|
width:710px;
|
|
background:#ecddbe;
|
|
border-radius: 10px 10px 10px 10px;
|
|
font: 12pt calibri;
|
|
}
|
|
.postlet {
|
|
text-align: center
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
padding: 10px 5px 0px 5px;
|
|
padding-top:10px;
|
|
width:150px;
|
|
background:#ecddbe;
|
|
border-radius: 10px 10px 10px 10px;
|
|
font: 12pt calibri;
|
|
}
|
|
.posttable {
|
|
width: 100%;
|
|
font: 12pt calibri;
|
|
background:#fff;
|
|
}
|
|
.postname {
|
|
font: 13pt calibri
|
|
}
|
|
.postbody {
|
|
font: 12pt calibri
|
|
}
|
|
|
|
</style>
|
|
<div class="post">
|
|
<table class="posttable">
|
|
{{TABLE_ROWS}}
|
|
</table>
|
|
</div> |