From 103d3d37324d8629d7dc1d549a38fbb8981b1f00 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 27 Oct 2014 11:23:20 -0700 Subject: Watermark old versions of the spec. --- template.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'template.html') diff --git a/template.html b/template.html index b17d285..4c64524 100644 --- a/template.html +++ b/template.html @@ -46,6 +46,19 @@ pre.html { background-color: #C9CaCE; } pre.html span.space:after { border: 1px solid #666; } +#watermark { + position:fixed; + bottom:0px; + left:0px; + padding: 1em; + width: 100%; + font-size: 120%; + opacity:0.7; + z-index:99; + background-color: black; + color: white; +} +#watermark a { color: white; } div.examplenum { font-size: 82%; text-align: left; } a.dingus { color: red; } a.footnoteRef > sup:before { @@ -87,6 +100,7 @@ $for(author)$$author$$sep$; $endfor$
$toc$
+
$body$ -- cgit v1.2.3