summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-27 11:23:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-27 11:23:20 -0700
commit103d3d37324d8629d7dc1d549a38fbb8981b1f00 (patch)
tree0b237d2901ce166b74ea1382854864db5e9f211d /template.html
parent05bd7217ed9e33341333b1bfd47a134889eff77c (diff)
Watermark old versions of the spec.
Diffstat (limited to 'template.html')
-rw-r--r--template.html14
1 files changed, 14 insertions, 0 deletions
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)$<span class="author">$author$</span>$sep$; $endfor$
<div id="TOC">
$toc$
</div>
+<div id="watermark"></div>
$body$
</body>
</html>