diff debian/patches/15_example_css @ 4:c5749e43b1d7

Adding debian files (to original 1.1.29)
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:35:35 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/patches/15_example_css	Wed Oct 15 23:35:35 2008 +0200
@@ -0,0 +1,90 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 15_example_css.dpatch by  <rousseau@macbox.maison.bogus>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+--- /dev/null
++++ bins-1.1.29/doc/example.css
+@@ -0,0 +1,80 @@
++body               {
++                   }
++
++.navhomehead       { padding-top: 0; 
++                     margin-bottom: 0;
++                     padding-bottom: 0;
++                     font-size: 80%
++                   }
++
++.navhomehead           { color: black; }
++.navhomehead a:link    { color: black; }
++.navhomehead a:visited { color: black; }
++
++.navhead           { padding-top: 0; 
++                     margin-bottom: 0;
++                     padding-bottom: 0;
++                     font-size: 80%
++                   }
++
++.navhead           { color: black; }
++.navhead a:link    { color: black; }
++.navhead a:visited { color: black; }
++
++.navfoot           { color: black;
++                     font-size: 70%;
++                   }
++
++.navfoot a:link    { color: black; }
++.navfoot a:visited { color: black; }
++
++pre.programlisting { font-size: 80%;
++                   }
++
++span.footdate      { color: black;
++                     font-size: 70%;
++                     font-family: Arial, sans-serif;
++                   }
++
++span.foothome      { color: black;
++                     font-size: 70%;
++                     font-family: Arial, sans-serif;
++                   }
++
++span.footfeed      { color: black;
++                     font-size: 70%;
++                     font-family: Arial, sans-serif;
++                   }
++
++span.footcopy      { color: black;
++                     font-size: 70%;
++                     font-family: Arial, sans-serif;
++                   }
++
++SPAN.curpage           { color: yellow;
++                         font-style: italic; }
++SPAN.curpage A         { color: white; }
++SPAN.curpage A:link    { color: white; }
++SPAN.curpage A:visited { color: white; }
++
++SPAN.toplevel A          { color: white; }
++SPAN.toplevel A:link     { color: white; }
++SPAN.toplevel A:visited  { color: white; }
++
++SPAN.otherpage           { color: white; }
++SPAN.otherpage A         { color: white; }
++SPAN.otherpage A:link    { color: white; }
++SPAN.otherpage A:visited { color: white; }
++
++SPAN.descendant A         { color: white; }
++SPAN.descendant A:link    { color: white; }
++SPAN.descendant A:visited { color: white; }
++
++SPAN.ancestor A         { color: white; }
++SPAN.ancestor A:link    { color: white; }
++SPAN.ancestor A:visited { color: white; }
++
++SPAN.shrink1           { font-size: 80%; }
++SPAN.shrink2           { font-size: 70%; }
++SPAN.shrink3           { font-size: 70%; }
++