1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="annotation.css">
8 <refentrytitle>annotation.css</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
12 <refname>annotation.css</refname>
13 <refpurpose>CSS rules for annotations</refpurpose>
17 <src:fragment xml:id="annotation.css.frag">
18 <xsl:param name="annotation.css">
19 /* ======================================================================
23 div.annotation-list { visibility: hidden;
26 div.annotation-nocss { position: absolute;
30 div.annotation-popup { position: absolute;
38 background-color: white;
41 div.annotation-title { padding: 1px;
43 border-bottom-style: solid;
44 border-bottom-width: 1px;
46 background-color: black;
49 div.annotation-body { padding: 2px;
52 div.annotation-body p { margin-top: 0px;
56 div.annotation-close { position: absolute;
64 <refsection><info><title>Description</title></info>
66 <para>If <parameter>annotation.support</parameter> is enabled and the
67 document contains <tag>annotation</tag>s, then the CSS in this
68 parameter will be included in the document.</para>