From 13bd923788aedcf9512a90e15d6a80aa51c6127b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 24 Apr 2012 22:05:04 +0000 Subject: [PATCH] don't underline and color hyperlinks in print mode git-svn-id: http://svn.osgeo.org/postgis/trunk@9663 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/xsl/postgis_cheatsheet.html.xsl | 2 ++ doc/xsl/raster_cheatsheet.html.xsl | 3 ++- doc/xsl/tiger_geocoder_cheatsheet.html.xsl | 3 ++- doc/xsl/topology_cheatsheet.html.xsl | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/xsl/postgis_cheatsheet.html.xsl b/doc/xsl/postgis_cheatsheet.html.xsl index ce661b2ec..7482e2140 100644 --- a/doc/xsl/postgis_cheatsheet.html.xsl +++ b/doc/xsl/postgis_cheatsheet.html.xsl @@ -23,6 +23,8 @@ body { font-family: Arial, sans-serif; font-size: 8.5pt; } +@media print {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: none;color:black} } +@media screen {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: underline} } .comment {font-size:x-small;color:green;font-family:"courier new"} .notes {font-size:x-small;color:#dd1111;font-weight:500;font-family:verdana} diff --git a/doc/xsl/raster_cheatsheet.html.xsl b/doc/xsl/raster_cheatsheet.html.xsl index 31d6b256e..3edd2a650 100644 --- a/doc/xsl/raster_cheatsheet.html.xsl +++ b/doc/xsl/raster_cheatsheet.html.xsl @@ -23,7 +23,8 @@ body { font-family: Arial, sans-serif; font-size: 8.5pt; } - +@media print {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: none;color:black} } +@media screen {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: underline} } .comment {font-size:x-small;color:green;font-family:"courier new"} .notes {font-size:x-small;color:#dd1111;font-weight:500;font-family:verdana} #example_heading { diff --git a/doc/xsl/tiger_geocoder_cheatsheet.html.xsl b/doc/xsl/tiger_geocoder_cheatsheet.html.xsl index db27f26fa..ca33c9017 100644 --- a/doc/xsl/tiger_geocoder_cheatsheet.html.xsl +++ b/doc/xsl/tiger_geocoder_cheatsheet.html.xsl @@ -22,7 +22,8 @@ body { font-family: Arial, sans-serif; font-size: 8.5pt; } - +@media print {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: none;color:black} } +@media screen {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: underline} } .comment {font-size:x-small;color:green;font-family:"courier new"} .notes {font-size:x-small;color:#dd1111;font-weight:500;font-family:verdana} .example_heading { diff --git a/doc/xsl/topology_cheatsheet.html.xsl b/doc/xsl/topology_cheatsheet.html.xsl index 6cd4fdbea..4115ea042 100644 --- a/doc/xsl/topology_cheatsheet.html.xsl +++ b/doc/xsl/topology_cheatsheet.html.xsl @@ -23,7 +23,8 @@ body { font-family: Arial, sans-serif; font-size: 8.5pt; } - +@media print {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: none;color:black} } +@media screen {#content_functions_left a ,#content_functions_right a, a:hover, a:focus, a:active{text-decoration: underline} } .comment {font-size:x-small;color:green;font-family:"courier new"} .notes {font-size:x-small;color:red} #example_heading { -- 2.40.0