Skip to content

Commit

Permalink
Manual layout and styling tweaks
Browse files Browse the repository at this point in the history
- Table rows no longer have alternating light/dark backgrounds (this is
  confusing when the table contains images, or column-spanning section titles
  as in the 3D view keyboard shortcuts table).
- Colour schemes table is now gridless and the cell contents are top-aligned.
  • Loading branch information
Matthew Mott committed Oct 16, 2018
1 parent d294a8b commit 3dfc177
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/manual.adoc
Expand Up @@ -169,7 +169,7 @@ Colours...`. If you prefer a dark theme, the `Black & Green` scheme might be
suitable, whereas the `Maya/Max/Lightwave Emulation` and `Super Mal` themes
provide a more neutral, low-contrast look.

[align="center",cols="^.^a,^.^a,^.^a"]
[align="center",cols="^.<a,^.<a,^.<a",grid="none"]
|===
|image:DarkRadiantDefaultTheme.png[] +
*DarkRadiant Default*
Expand Down
1 change: 0 additions & 1 deletion doc/manual.css
Expand Up @@ -106,7 +106,6 @@ table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
table thead,table tfoot{background:#f7f8f7;font-weight:bold}
table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f8f8f7}
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
body{tab-size:4}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
Expand Down
17 changes: 8 additions & 9 deletions doc/manual.html
Expand Up @@ -115,7 +115,6 @@
table thead,table tfoot{background:#f7f8f7;font-weight:bold}
table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f8f8f7}
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
body{tab-size:4}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
Expand Down Expand Up @@ -721,37 +720,37 @@ <h3 id="_colour_schemes">Colour schemes</h3>
suitable, whereas the <code>Maya/Max/Lightwave Emulation</code> and <code>Super Mal</code> themes
provide a more neutral, low-contrast look.</p>
</div>
<table class="tableblock frame-all grid-all spread">
<table class="tableblock frame-all grid-none spread">
<colgroup>
<col style="width: 33.3333%;">
<col style="width: 33.3333%;">
<col style="width: 33.3334%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-center valign-middle"><div><div class="paragraph">
<td class="tableblock halign-center valign-top"><div><div class="paragraph">
<p><span class="image"><img src="img/DarkRadiantDefaultTheme.png" alt="DarkRadiantDefaultTheme"></span><br>
<strong>DarkRadiant Default</strong></p>
</div></div></td>
<td class="tableblock halign-center valign-middle"><div><div class="paragraph">
<td class="tableblock halign-center valign-top"><div><div class="paragraph">
<p><span class="image"><img src="img/BlackGreenTheme.png" alt="BlackGreenTheme"></span><br>
<strong>Black and Green</strong></p>
</div></div></td>
<td class="tableblock halign-center valign-middle"><div><div class="paragraph">
<td class="tableblock halign-center valign-top"><div><div class="paragraph">
<p><span class="image"><img src="img/Q3RadiantTheme.png" alt="Q3RadiantTheme"></span><br>
<strong>QE3Radiant Original</strong></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-center valign-middle"><div><div class="paragraph">
<td class="tableblock halign-center valign-top"><div><div class="paragraph">
<p><span class="image"><img src="img/SuperMalTheme.png" alt="SuperMalTheme"></span><br>
<strong>Super Mal</strong></p>
</div></div></td>
<td class="tableblock halign-center valign-middle"><div><div class="paragraph">
<td class="tableblock halign-center valign-top"><div><div class="paragraph">
<p><span class="image"><img src="img/MayaEmulationTheme.png" alt="MayaEmulationTheme"></span><br>
<strong>Maya/Max/Lightwave Emulation</strong></p>
</div></div></td>
<td class="tableblock halign-center valign-middle"><div></div></td>
<td class="tableblock halign-center valign-top"><div></div></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -1921,7 +1920,7 @@ <h4 id="_controlling_patch_subdivision">Controlling patch subdivision</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2018-10-09 20:49:48 BST
Last updated 2018-10-16 20:16:36 BST
</div>
</div>
</body>
Expand Down

0 comments on commit 3dfc177

Please sign in to comment.