Skip to content

Commit

Permalink
Page cleanup and fixed. Remove obsolete note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Nov 10, 2008
1 parent f13928f commit 9f3cc9e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
51 changes: 18 additions & 33 deletions doc/image_presentation_fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,24 +132,12 @@ <h2>Navigation</h2>
<p>Turn off full screen.</p>
</td>
</tr>

<tr>
<td>&nbsp;</td>

<td>&nbsp;</td>

<td>&nbsp;</td>
</tr>


<tr>
<td>
<p>Image Navigation</p>
<td colspan="3" class="fullscreen-shortcuts-separator">
<p><strong>Image Navigation</strong></p>
</td>

<td>&nbsp;</td>

<td>&nbsp;</td>
</tr>
</tr>

<tr>
<td>
Expand All @@ -158,7 +146,7 @@ <h2>Navigation</h2>

<td>
<p>Left Click on image view<br />
Mouse Wheel down (*)</p>
Mouse Wheel down <a href="#bottomnote1" class="bottomnote">(*)</a></p>
</td>

<td>
Expand All @@ -173,7 +161,7 @@ <h2>Navigation</h2>

<td>
<p>Middle Click on image view<br />
Mouse Wheel up (*)</p>
Mouse Wheel up <a href="#bottomnote1" class="bottomnote">(*)</a></p>
</td>

<td>
Expand Down Expand Up @@ -206,11 +194,9 @@ <h2>Navigation</h2>
</tr>

<tr>
<td colspan="2">
<p><b>Image panning</b> (image has keyboard focus)</p>
<td colspan="3" class="fullscreen-shortcuts-separator">
<p><strong>Image panning</strong> (image has keyboard focus)</p>
</td>

<td>&nbsp;</td>
</tr>

<tr>
Expand All @@ -220,7 +206,7 @@ <h2>Navigation</h2>

<td>
<p>Left Drag on image view<br />
[Shift] + Mouse Wheel (*)</p>
[Shift] + Mouse Wheel <a href="#bottomnote1" class="bottomnote">(*)</a></p>
</td>

<td>
Expand Down Expand Up @@ -278,9 +264,7 @@ <h2>Navigation</h2>
</tbody>
</table>
</div>

<p>(*) Default Mouse wheel functions, can be altered by changing the <a href="options_advanced.html" class="option_name">Mouse wheel scrolls image</a> option.</p>


<p>Several other standard controls are also available through the keyboard and context menu:</p>

<div class="fullscreen-functions">
Expand All @@ -307,7 +291,7 @@ <h2>Navigation</h2>
</td>

<td>
<p>same (*)</p>
<p>same</p>
</td>
</tr>

Expand All @@ -317,7 +301,7 @@ <h2>Navigation</h2>
</td>

<td>
<p>same (*)</p>
<p>same</p>
</td>
</tr>

Expand All @@ -339,7 +323,7 @@ <h2>Navigation</h2>
</td>

<td>
<p>same (*)</p>
<p>same</p>
</td>
</tr>

Expand Down Expand Up @@ -369,7 +353,7 @@ <h2>Navigation</h2>
</td>

<td>
<p>Toggle information overlay for full screen: on with histogramm, on without histogramm, off.</p>
<p>Toggle information overlay for full screen: on with histogram, on without histogram, off.</p>
</td>
</tr>

Expand All @@ -379,7 +363,7 @@ <h2>Navigation</h2>
</td>

<td>
<p>Switch between the different histogramm modes: RGB, value, maximum value, red channel, green channel, blue channel.</p>
<p>Switch between the different histogram modes: RGB, value, maximum value, red channel, green channel, blue channel.</p>
</td>
</tr>

Expand All @@ -389,7 +373,7 @@ <h2>Navigation</h2>
</td>

<td>
<p>Toogle between linear and logarithmical histogramm.</p>
<p>Toogle between linear and logarithmical histogram.</p>
</td>
</tr>

Expand All @@ -416,8 +400,9 @@ <h2>Navigation</h2>
</tbody>
</table>
</div>

<p class="bottomnote"><a id="bottomnote1" name="bottomnote1"></a><span class="note_label">(*) Note:</span> Default Mouse wheel functions can be altered by changing the <a href="options_advanced.html" class="option_name">Mouse wheel scrolls image</a> option.</p>

<p>(*) Releases prior to 1.5.3 will turn off full screen prior to activating the function.</p>

<hr id="bottomseparator" />

Expand Down
11 changes: 11 additions & 0 deletions doc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,20 @@ div.collections-shortcuts {
div.fullscreen-shortcuts {
text-align: center;
}
.fullscreen-shortcuts p {
margin: 0.1em;
}
td.fullscreen-shortcuts-separator {
background-color: white;
font-size: 110%;
}

div.fullscreen-functions {
text-align: center;
}
.fullscreen-functions p {
margin: 0.1em;
}

/* image_search_finding_duplicates.html */
div.find-duplicates-shortcuts {
Expand Down

0 comments on commit 9f3cc9e

Please sign in to comment.