diff --git a/doc/scsh-manual/css.t2p b/doc/scsh-manual/css.t2p index 7c1fcee..4ed4771 100644 --- a/doc/scsh-manual/css.t2p +++ b/doc/scsh-manual/css.t2p @@ -4,11 +4,13 @@ % A basic style for HTML documents generated % with tex2page. +\ifx\shipout\UNDEFINED \cssblock body { color: black; - background-color: #e5e5e5; +/* background-color: #e5e5e5;*/ + background-color: #ffffff; /*background-color: beige;*/ margin-top: 2em; margin-left: 8%; @@ -20,11 +22,11 @@ h1,h2,h3,h4,h5,h6 { } .partheading { - font-size: 70%; + font-size: 100%; } .chapterheading { - font-size: 70%; + font-size: 100%; } pre { @@ -76,6 +78,10 @@ ol ol ol ol { color: teal; } +.schemeresponse { + color: green; +} + .navigation { color: red; text-align: right; @@ -102,4 +108,7 @@ font-size: 75%; width: 40%; } -\endcssblock \ No newline at end of file +\endcssblock +\fi + +% ex:ft=css diff --git a/doc/scsh-paper/css.t2p b/doc/scsh-paper/css.t2p index 7c1fcee..4ed4771 100644 --- a/doc/scsh-paper/css.t2p +++ b/doc/scsh-paper/css.t2p @@ -4,11 +4,13 @@ % A basic style for HTML documents generated % with tex2page. +\ifx\shipout\UNDEFINED \cssblock body { color: black; - background-color: #e5e5e5; +/* background-color: #e5e5e5;*/ + background-color: #ffffff; /*background-color: beige;*/ margin-top: 2em; margin-left: 8%; @@ -20,11 +22,11 @@ h1,h2,h3,h4,h5,h6 { } .partheading { - font-size: 70%; + font-size: 100%; } .chapterheading { - font-size: 70%; + font-size: 100%; } pre { @@ -76,6 +78,10 @@ ol ol ol ol { color: teal; } +.schemeresponse { + color: green; +} + .navigation { color: red; text-align: right; @@ -102,4 +108,7 @@ font-size: 75%; width: 40%; } -\endcssblock \ No newline at end of file +\endcssblock +\fi + +% ex:ft=css