]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/annotation.css.xml
Add stylesheets for our evergreen docbook site.
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / annotation.css.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"\r
2           xmlns:xlink="http://www.w3.org/1999/xlink"\r
3           xmlns:xi="http://www.w3.org/2001/XInclude"\r
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
6           version="5.0" xml:id="annotation.css">\r
7 <refmeta>\r
8 <refentrytitle>annotation.css</refentrytitle>\r
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
10 </refmeta>\r
11 <refnamediv>\r
12 <refname>annotation.css</refname>\r
13 <refpurpose>CSS rules for annotations</refpurpose>\r
14 </refnamediv>\r
15 \r
16 <refsynopsisdiv>\r
17 <src:fragment xml:id="annotation.css.frag">\r
18 <xsl:param name="annotation.css">\r
19 /* ======================================================================\r
20    Annotations\r
21 */\r
22 \r
23 div.annotation-list  { visibility: hidden;\r
24                      }\r
25 \r
26 div.annotation-nocss { position: absolute;\r
27                        visibility: hidden;\r
28                      }\r
29 \r
30 div.annotation-popup { position: absolute;\r
31                        z-index: 4;\r
32                        visibility: hidden;\r
33                        padding: 0px;\r
34                        margin: 2px;\r
35                        border-style: solid;\r
36                        border-width: 1px;\r
37                        width: 200px;\r
38                        background-color: white;\r
39                      }\r
40 \r
41 div.annotation-title { padding: 1px;\r
42                        font-weight: bold;\r
43                        border-bottom-style: solid;\r
44                        border-bottom-width: 1px;\r
45                        color: white;\r
46                        background-color: black;\r
47                      }\r
48 \r
49 div.annotation-body  { padding: 2px;\r
50                      }\r
51 \r
52 div.annotation-body p { margin-top: 0px;\r
53                         padding-top: 0px;\r
54                       }\r
55 \r
56 div.annotation-close { position: absolute;\r
57                        top: 2px;\r
58                        right: 2px;\r
59                      }\r
60 </xsl:param>\r
61 </src:fragment>\r
62 </refsynopsisdiv>\r
63 \r
64 <refsection><info><title>Description</title></info>\r
65 \r
66 <para>If <parameter>annotation.support</parameter> is enabled and the\r
67 document contains <tag>annotation</tag>s, then the CSS in this\r
68 parameter will be included in the document.</para>\r
69 \r
70 </refsection>\r
71 </refentry>\r