Page cleanup and fixed. Remove obsolete note.
authorLaurent Monin <geeqie@norz.org>
Mon, 10 Nov 2008 23:36:12 +0000 (23:36 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 10 Nov 2008 23:36:12 +0000 (23:36 +0000)
doc/image_presentation_fullscreen.html
doc/style.css

index 66606a3..2ad630d 100644 (file)
           <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>
 
         <td>
           <p>Left Click on image view<br />
-          Mouse Wheel down (*)</p>
+          Mouse Wheel down <a href="#bottomnote1" class="bottomnote">(*)</a></p>
         </td>
 
         <td>
 
         <td>
           <p>Middle Click on image view<br />
-          Mouse Wheel up (*)</p>
+          Mouse Wheel up <a href="#bottomnote1" class="bottomnote">(*)</a></p>
         </td>
 
         <td>
       </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>
 
         <td>
           <p>Left Drag on image view<br />
-          [Shift] + Mouse Wheel (*)</p>
+          [Shift] + Mouse Wheel <a href="#bottomnote1" class="bottomnote">(*)</a></p>
         </td>
 
         <td>
       </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">
         </td>
 
         <td>
-          <p>same (*)</p>
+          <p>same</p>
         </td>
       </tr>
 
         </td>
 
         <td>
-          <p>same (*)</p>
+          <p>same</p>
         </td>
       </tr>
 
         </td>
 
         <td>
-          <p>same (*)</p>
+          <p>same</p>
         </td>
       </tr>
 
         </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>
 
         </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>
 
         </td>
 
         <td>
-          <p>Toogle between linear and logarithmical histogramm.</p>
+          <p>Toogle between linear and logarithmical histogram.</p>
         </td>
       </tr>
 
       </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" />
 
index 226c796..ed5d998 100644 (file)
@@ -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 {