JSFiddle - React, Tailwind, and code Playground
by Rob Sedgwick
HTML
<h1>
Option 1
</h1>
<table cellpadding="5" cellspacing="1" class="border" width="100%">
<tr>
<td class="catbg" colspan="3" style="padding: 8px">
<table class="width100pc table00ps">
<tr><td colspan="2"></td>
<tr>
<td class="pages">4 Pages <a href="Blah.pl?m-1541541619/s-20/">Prev</a> <a href="Blah.pl?m-1541541619/s-0/">1</a> <a href="Blah.pl?m-1541541619/s-10/">2</a> <a href="Blah.pl?m-1541541619/s-20/">3</a> <strong>4</strong> <a href="Blah.pl?m-1541541619/s-all/">All</a> </td>
<td class="right normaltext nomobile"><a href="Blah.pl?v-recommend/b-dr/m-1541541619/" rel="nofollow">Recommend Thread</a> | <a href="Blah.pl?b-dr/v-memberpanel/a-notify/m-1541541619/" rel="nofollow">Watch Thread</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="win center" style="padding: 5px;"><a id="num30"></a><a id="id1280054"></a><img src="//cdn.thefishy.co.uk/blahdocs/images/user-offline.png" class="centerimg" alt="" /> <strong><a href="Blah.pl?v-memberpanel/a-view/u-353/" rel="nofollow" onclick="target='_parent';">dapperz fun pub</a></strong> <a href="javascript:clear('1280054')"><div class="pullright"><img src="//cdn.thefishy.co.uk/blahdocs/buttons/icons/delete.png" class="centerimg portrait" alt="Delete" /></div></a> <a href="Blah.pl?v-post/b-dr/a-modify/m-1541541619/n-30/id-1280054/" onmouseover="CreateMenus(this,25,'30','1280054'); outtimer = setTimeout('ClearMenu()',2000);"><div class="pullright"><img src="//cdn.thefishy.co.uk/blahdocs/buttons/icons/modify.png" class="centerimg portrait" alt="Modify" /></div></a><a href="Blah.pl?v-post/b-dr/m-1541541619/q-30/" rel="nofollow"><div class="pullright"><img src="//cdn.thefishy.co.uk/blahdocs/buttons/icons/quote.png" class="centerimg portrait" alt="Quote" /></div></a></td>
<td class="win noportrait">
<table class="table02ps width100pc">
<tr>
<td class="smalltext didate">November 7, 2018, 6:52am</td>
<td class="right smalltext postmenu"><a href="Blah.pl?v-post/b-dr/m-1541541619/q-30/"...
CSS
/* Default Theme Layout */
#container {
margin: auto;
padding: 0;
margin-top: 0;
margin-bottom: 10px;
background: #FCFDFF;
display: table-cell;
}
@media(min-width: 600px) {
#container {
width: 100%;
}
}
body {
width: 95%;
margin: 10px;
}
}
@media(max-width: 600px) {
#container {
width: 825px;
}
body {
width: 825px;
margin: 0;
}
}
#container .surround {
border: 1px #8D969B solid;
border-top: 0;
padding: 1px;
padding-top: 0;
}
#copyright {
width: 95%;
margin: auto;
}
#title {
float: left;
background: url('//cdn.thefishy.co.uk/images/top_grad.gif');
background-color: #FFF;
font-size: xx-large;
font-weight: bold;
text-align: left;
vertical-align: middle;
padding: 25px;
}
#menu-container {
float: left;
}
#content {
clear: both;
padding: 10px;
}
/* Global Table Settings */
body,
table,
td {
font-family: Arial, Verdana, Helvetica;
font-size: medium;
line-height: 1.3;
color: #1D1F22;
}
body {
background-color: #D8D8D8;
text-align: center;
}
body {
display: table;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
}
td {
text-align: left;
}
img {
border: 0;
}
img {
border: 0;
}
blockquote {
border: 1px #4385DB solid;
border-left: 5px #4385DB solid;
}
blockquote .quoteby {
padding: 10px;
border-bottom: 1px #4385DB dotted;
}
blockquote .quotebody {
padding: 10px;
}
.catdesc {
padding: 4px;
line-height: 130%;
}
.normaltext {
font-size: medium;
text-decoration: none;
font-weight: normal;
}
.indextitle {
font-size: x-large;
font-weight: bold;
white-space: nowrap;
margin: 0pt;
}
.indextitle2 {
font-size: x-large;
font-weight: bold;
margin: 0pt;
}
.subtitle {
font-size: medium;
font-weight: bold;
white-space: nowrap;
}
.pages {
font-weight: normal !important;
font-size: small;
line-height: 1.5;
white-space: nowrap;
padding-top: 4px;
padding-bottom: 4px;
}
.pages a,
.pages a:link,
.pages...
JavaScript
$.widget("ui.tooltip", $.ui.tooltip, {
options: {
content: function () {
return $(this).prop('title');
}
}
});
$(function () {
$('.subitem').attr('title', $('.statusRollup').remove().html())
$(document).tooltip();
});