More actions
Refactor. Remove empty table rows.Remove commented out table rows, remnants of a design change in December 2012. Replace deprecated html attribute with CSS. |
Rework for light-mode readability and responsive design. |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
. | .whtable { | ||
border: 1px solid #444; | border: 1px solid #444; | ||
text-align: left; | |||
} | } | ||
. | .whcaptable { | ||
. | float: right; | ||
} | |||
.whtable th, | |||
.whtable td { | |||
vertical-align: top; | vertical-align: top; | ||
padding | padding-right: 0.5em; | ||
. | |||
} | } | ||
. | .whcaptable th, | ||
.whcaptable td { | |||
text- | text-align: right; | ||
} | |||
} | |||
.whimg { | .whimg { | ||
} | } | ||
| Line 36: | Line 31: | ||
.whval { | .whval { | ||
color: #888; | color: #888; | ||
} | } | ||
}} | }} | ||
<table class=" | <table class="whtable"> | ||
<tr> | <tr> | ||
<td colspan="2" class="whimg">{{#if:{{{image|}}} | <td colspan="2" class="whimg">{{#if:{{{image|}}} | ||
| [[Image:{{{image}}}|128px|link=]] | | [[Image:{{{image}}}|128px|link=]] | ||
| ''No image available.''}}<br>{{{name|Name of the Wormhole System}}} {{#if:{{{class|}}}|(C{{{class}}} System)}}</td> | | ''No image available.'' | ||
}}<br>{{{name|Name of the Wormhole System}}} {{#if:{{{class|}}}|(C{{{class}}} System)}}</td> | |||
<td colspan="4"> | <td colspan="4"> | ||
<table> | <table class="whcaptable"> | ||
<tr> | <tr> | ||
<th | <th>Maximum Mass</th> | ||
<td class="whval" style="cursor: help;" title="Maximum Ship Class Able to Enter: {{{maxhull|Unknown}}}">{{{maxmass|''Unknown''}}}</td> | <td class="whval" style="cursor: help;" title="Maximum Ship Class Able to Enter: {{{maxhull|Unknown}}}">{{{maxmass|''Unknown''}}}</td> | ||
<th | <th>Number</th> | ||
<td class="whval">{{{number|''Unknown''}}}</td> | <td class="whval">{{{number|''Unknown''}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th | <th>Minimum Mass</th> | ||
<td class="whval" style="cursor: help;" title="Minimum Ship Class Able to Enter: {{{minhull|Unknown}}}">{{{minmass|''Unknown''}}}</td> | <td class="whval" style="cursor: help;" title="Minimum Ship Class Able to Enter: {{{minhull|Unknown}}}">{{{minmass|''Unknown''}}}</td> | ||
<th | <th>Escalations</th> | ||
<td class=" | <td class="whval">{{{escalations|''Unknown''}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
| Line 69: | Line 59: | ||
<tr><td colspan="6"><hr></td></tr> | <tr><td colspan="6"><hr></td></tr> | ||
<tr> | <tr> | ||
<th | <th>Possible Statics</th> | ||
<th>Anomalies</th> | <th>Anomalies</th> | ||
<th>Ore Sites</th> | <th>Ore Sites</th> | ||
| Line 76: | Line 66: | ||
<th>Data Sites</th> | <th>Data Sites</th> | ||
</tr> | </tr> | ||
<tr> | <tr class="whval"> | ||
<td | <td style="border-right: 1px dotted;">{{{statics|''Unknown''}}}</td> | ||
<td | <td>{{{anosites|''Unknown''}}}</td> | ||
<td | <td>{{{grasites|''Unknown''}}}</td> | ||
<td | <td>{{{ladsites|''Unknown''}}}</td> | ||
<td | <td>{{{magsites|''Unknown''}}}</td> | ||
<td | <td>{{{radsites|''Unknown''}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<noinclude>{{documentation}}</noinclude> | <noinclude>{{documentation}}</noinclude> | ||