Template:Shipbox: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<div id="shipbox" style="min-height:x; z-index:100; width: 40%; background-color:#32383e; color:white; font-size:16px; text-align:left; padding:4px; border-top:1px solid white;">
<div id="shipbox" style="min-height:x; z-index:100; width: 40%; background-color:#32383e; color:white; font-size:16px; text-align:left; padding:4px;">
<table class="column" width="100%" border-right="1px solid white">
<table class="column" width="100%">
<tr>
<tr style="border-top:1px solid white;">
  <th text-align="left">'''Stat'''</th>
  <th text-align="left">'''Stat'''</th>
  <th text-align="left">'''Value'''</th>
  <th text-align="left">'''Value'''</th>
</tr>
</tr>


<tr>
<tr style="border-top:1px solid white;">
  <td>Target Rating</td>
  <td>Target Rating</td>
  <td>{{{TR}}}</td>
  <td>{{{TR}}}</td>
Line 50: Line 50:
  <td>{{{CSS}}}</td>
  <td>{{{CSS}}}</td>
</tr>
</tr>
</table>


</table>
</div>
</div>