Edit page AbridgedResume
authorbernie <bernie@66.102.14.16>
Wed, 16 Nov 2011 03:17:50 +0000 (22:17 -0500)
committerBernie Innocenti <bernie@codewiz.org>
Thu, 9 Feb 2012 05:12:13 +0000 (00:12 -0500)
AbridgedResume
sys/geekigeeki.css

index 9df1ba02eebdbccb5b353a59c0f73dff88bcc45b..057f7382477de12bfec6a97c0f219a646b59570c 100644 (file)
@@ -1,4 +1,4 @@
-See the [[CurriculumVitae]] for full details
+<span style="@media print { display: none }">See the [[CurriculumVitae]] for full details</span>
 
 == Bernie Innocenti -- Résumé ==
 
 
 == Bernie Innocenti -- Résumé ==
 
index f061a4fb95015d63997aeb80249392e3f35bbb6c..20f4c6e8a5bdda3ecf6cdc7f4142f718e8f75dc4 100644 (file)
@@ -408,6 +408,12 @@ div .innerthumb {
 }
 
 @media print {
 }
 
 @media print {
- #footer { display: none }
- .nav { display: none }
+       body {
+               background: white;
+               font-size: 12pt;
+       }
+       a { text-color: black; text-decoration: underline; }
+       #footer { display: none }
+       .nav { display: none }
+       div.wiki { font-size: smaller }
 }
 }