Revision: 1246
http://geeqie.svn.sourceforge.net/geeqie/?rev=1246&view=rev
Author: zas_
Date: 2008-11-16 19:58:43 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
Add specific css for print media(has to be improved).
Modified Paths:
--------------
trunk/doc/collections.html
trunk/doc/credits.html
trunk/doc/faq.html
trunk/doc/image_management.html
trunk/doc/image_management_copy_move.html
trunk/doc/image_management_delete.html
trunk/doc/image_management_external_editing.html
trunk/doc/image_management_rename.html
trunk/doc/image_presentation.html
trunk/doc/image_presentation_fullscreen.html
trunk/doc/image_presentation_slideshow.html
trunk/doc/image_search.html
trunk/doc/image_search_finding_duplicates.html
trunk/doc/image_search_search.html
trunk/doc/index.html
trunk/doc/introduction.html
trunk/doc/main_window.html
trunk/doc/main_window_file_pane.html
trunk/doc/main_window_folder_pane.html
trunk/doc/main_window_image_pane.html
trunk/doc/main_window_layout.html
trunk/doc/main_window_menus.html
trunk/doc/main_window_navigation.html
trunk/doc/main_window_status_bar.html
trunk/doc/options.html
trunk/doc/options_advanced.html
trunk/doc/options_editor_commands.html
trunk/doc/options_filtering.html
trunk/doc/options_general.html
trunk/doc/options_hidden.html
trunk/doc/options_image.html
trunk/doc/options_properties.html
trunk/doc/options_window.html
trunk/doc/other_windows.html
trunk/doc/other_windows_image_properties.html
trunk/doc/other_windows_image_window.html
trunk/doc/other_windows_pan_view.html
trunk/doc/printing.html
trunk/doc/reference.html
trunk/doc/reference_command_line.html
trunk/doc/reference_keyboard_shortcuts.html
trunk/doc/reference_management.html
trunk/doc/reference_thumbnails.html
trunk/doc/sidebars.html
trunk/doc/sidebars_exif.html
trunk/doc/sidebars_keywords.html
trunk/doc/sidebars_sort_manager.html
trunk/doc/template.html
Added Paths:
-----------
trunk/doc/style_print.css
trunk/doc/style_screen.css
Modified: trunk/doc/collections.html
===================================================================
--- trunk/doc/collections.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/collections.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Collections - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/credits.html
===================================================================
--- trunk/doc/credits.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/credits.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Credits - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/faq.html
===================================================================
--- trunk/doc/faq.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/faq.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Frequently Asked Questions - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_management.html
===================================================================
--- trunk/doc/image_management.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/image_management.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Management - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_management_copy_move.html
===================================================================
--- trunk/doc/image_management_copy_move.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/image_management_copy_move.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Copy and Move - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_management_delete.html
===================================================================
--- trunk/doc/image_management_delete.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/image_management_delete.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Delete - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_management_external_editing.html
===================================================================
--- trunk/doc/image_management_external_editing.html 2008-11-16 16:32:14 UTC
(rev 1245)
+++ trunk/doc/image_management_external_editing.html 2008-11-16 19:58:43 UTC
(rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>External Editing - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_management_rename.html
===================================================================
--- trunk/doc/image_management_rename.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/image_management_rename.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Rename - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_presentation.html
===================================================================
--- trunk/doc/image_presentation.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/image_presentation.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Presentation - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_presentation_fullscreen.html
===================================================================
--- trunk/doc/image_presentation_fullscreen.html 2008-11-16 16:32:14 UTC
(rev 1245)
+++ trunk/doc/image_presentation_fullscreen.html 2008-11-16 19:58:43 UTC
(rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Full Screen - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/image_presentation_slideshow.html
===================================================================
--- trunk/doc/image_presentation_slideshow.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/image_presentation_slideshow.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Slide Show - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_search.html
===================================================================
--- trunk/doc/image_search.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/image_search.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Search - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/image_search_finding_duplicates.html
===================================================================
--- trunk/doc/image_search_finding_duplicates.html 2008-11-16 16:32:14 UTC
(rev 1245)
+++ trunk/doc/image_search_finding_duplicates.html 2008-11-16 19:58:43 UTC
(rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Finding Duplicates - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/image_search_search.html
===================================================================
--- trunk/doc/image_search_search.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/image_search_search.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Search Window - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/index.html
===================================================================
--- trunk/doc/index.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/index.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Contents - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/introduction.html
===================================================================
--- trunk/doc/introduction.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/introduction.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Introduction - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window.html
===================================================================
--- trunk/doc/main_window.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/main_window.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Main Window - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_file_pane.html
===================================================================
--- trunk/doc/main_window_file_pane.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/main_window_file_pane.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>File Pane - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_folder_pane.html
===================================================================
--- trunk/doc/main_window_folder_pane.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/main_window_folder_pane.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Folder Pane - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_image_pane.html
===================================================================
--- trunk/doc/main_window_image_pane.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/main_window_image_pane.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Pane - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_layout.html
===================================================================
--- trunk/doc/main_window_layout.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/main_window_layout.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Layout - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_menus.html
===================================================================
--- trunk/doc/main_window_menus.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/main_window_menus.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Menus - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_navigation.html
===================================================================
--- trunk/doc/main_window_navigation.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/main_window_navigation.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Navigation - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/main_window_status_bar.html
===================================================================
--- trunk/doc/main_window_status_bar.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/main_window_status_bar.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Status Bar - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options.html
===================================================================
--- trunk/doc/options.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_advanced.html
===================================================================
--- trunk/doc/options_advanced.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_advanced.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Advanced Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_editor_commands.html
===================================================================
--- trunk/doc/options_editor_commands.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/options_editor_commands.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Editor Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_filtering.html
===================================================================
--- trunk/doc/options_filtering.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_filtering.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Filtering Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_general.html
===================================================================
--- trunk/doc/options_general.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_general.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>General Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_hidden.html
===================================================================
--- trunk/doc/options_hidden.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_hidden.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Hidden options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_image.html
===================================================================
--- trunk/doc/options_image.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_image.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_properties.html
===================================================================
--- trunk/doc/options_properties.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_properties.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Properties Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/options_window.html
===================================================================
--- trunk/doc/options_window.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/options_window.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Window Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/other_windows.html
===================================================================
--- trunk/doc/other_windows.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/other_windows.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Other Windows - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/other_windows_image_properties.html
===================================================================
--- trunk/doc/other_windows_image_properties.html 2008-11-16 16:32:14 UTC
(rev 1245)
+++ trunk/doc/other_windows_image_properties.html 2008-11-16 19:58:43 UTC
(rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Properties Window - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/other_windows_image_window.html
===================================================================
--- trunk/doc/other_windows_image_window.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/other_windows_image_window.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Image Window - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/other_windows_pan_view.html
===================================================================
--- trunk/doc/other_windows_pan_view.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/other_windows_pan_view.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Pan View - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/printing.html
===================================================================
--- trunk/doc/printing.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/printing.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Printing - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/reference.html
===================================================================
--- trunk/doc/reference.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/reference.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Reference - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/reference_command_line.html
===================================================================
--- trunk/doc/reference_command_line.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/reference_command_line.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Command Line Options - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/reference_keyboard_shortcuts.html
===================================================================
--- trunk/doc/reference_keyboard_shortcuts.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/reference_keyboard_shortcuts.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Keyboard Shortcuts - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/reference_management.html
===================================================================
--- trunk/doc/reference_management.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/reference_management.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Cache and Data Management - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr">
Modified: trunk/doc/reference_thumbnails.html
===================================================================
--- trunk/doc/reference_thumbnails.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/reference_thumbnails.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Thumbnails - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/sidebars.html
===================================================================
--- trunk/doc/sidebars.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/sidebars.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Sidebars - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/sidebars_exif.html
===================================================================
--- trunk/doc/sidebars_exif.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/sidebars_exif.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>EXIF Sidebar - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/sidebars_keywords.html
===================================================================
--- trunk/doc/sidebars_keywords.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/sidebars_keywords.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Keywords Sidebar - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Modified: trunk/doc/sidebars_sort_manager.html
===================================================================
--- trunk/doc/sidebars_sort_manager.html 2008-11-16 16:32:14 UTC (rev
1245)
+++ trunk/doc/sidebars_sort_manager.html 2008-11-16 19:58:43 UTC (rev
1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Sort Manager - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
Added: trunk/doc/style_print.css
===================================================================
--- trunk/doc/style_print.css (rev 0)
+++ trunk/doc/style_print.css 2008-11-16 19:58:43 UTC (rev 1246)
@@ -0,0 +1,28 @@
+body {
+ background: white;
+ font-size: 12pt;
+}
+
+div.navtop {
+ display: none;
+}
+
+div.navbottom {
+ display: none;
+}
+
+a:link, a:visited {
+ color: #520;
+ background: transparent;
+ font-weight: bold;
+ text-decoration: underline;
+}
+
+a:link:after, a:visited:after {
+ content: " (" attr(href) ") ";
+ font-size: 90%;
+ }
+
+a[href^="/"]:after {
+ content: " (http://www.alistapart.com" attr(href) ") ";
+}
Modified: trunk/doc/template.html
===================================================================
--- trunk/doc/template.html 2008-11-16 16:32:14 UTC (rev 1245)
+++ trunk/doc/template.html 2008-11-16 19:58:43 UTC (rev 1246)
@@ -7,7 +7,9 @@
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
<title>Chapter - Geeqie User Manual</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="style.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="style_screen.css"
media="screen" />
+ <link rel="stylesheet" type="text/css" href="style_print.css" media="print"
/>
</head>
<body lang="en-US" dir="ltr" xml:lang="en-US">
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn