remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / annotation.css.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/annotation.css.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/annotation.css.xml
deleted file mode 100755 (executable)
index d5c3db1..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"\r
-          xmlns:xlink="http://www.w3.org/1999/xlink"\r
-          xmlns:xi="http://www.w3.org/2001/XInclude"\r
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-          version="5.0" xml:id="annotation.css">\r
-<refmeta>\r
-<refentrytitle>annotation.css</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>annotation.css</refname>\r
-<refpurpose>CSS rules for annotations</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="annotation.css.frag">\r
-<xsl:param name="annotation.css">\r
-/* ======================================================================\r
-   Annotations\r
-*/\r
-\r
-div.annotation-list  { visibility: hidden;\r
-                     }\r
-\r
-div.annotation-nocss { position: absolute;\r
-                       visibility: hidden;\r
-                     }\r
-\r
-div.annotation-popup { position: absolute;\r
-                       z-index: 4;\r
-                       visibility: hidden;\r
-                       padding: 0px;\r
-                       margin: 2px;\r
-                       border-style: solid;\r
-                       border-width: 1px;\r
-                       width: 200px;\r
-                      background-color: white;\r
-                     }\r
-\r
-div.annotation-title { padding: 1px;\r
-                       font-weight: bold;\r
-                       border-bottom-style: solid;\r
-                       border-bottom-width: 1px;\r
-                      color: white;\r
-                      background-color: black;\r
-                     }\r
-\r
-div.annotation-body  { padding: 2px;\r
-                     }\r
-\r
-div.annotation-body p { margin-top: 0px;\r
-                        padding-top: 0px;\r
-                      }\r
-\r
-div.annotation-close { position: absolute;\r
-                       top: 2px;\r
-                       right: 2px;\r
-                     }\r
-</xsl:param>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>If <parameter>annotation.support</parameter> is enabled and the\r
-document contains <tag>annotation</tag>s, then the CSS in this\r
-parameter will be included in the document.</para>\r
-\r
-</refsection>\r
-</refentry>\r