All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docbook.params.annotation.css.xml Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version


annotation.css
string


annotation.css
CSS rules for annotations





/* ======================================================================
   Annotations
*/

div.annotation-list  { visibility: hidden;
                     }

div.annotation-nocss { position: absolute;
                       visibility: hidden;
                     }

div.annotation-popup { position: absolute;
                       z-index: 4;
                       visibility: hidden;
                       padding: 0px;
                       margin: 2px;
                       border-style: solid;
                       border-width: 1px;
                       width: 200px;
		       background-color: white;
                     }

div.annotation-title { padding: 1px;
                       font-weight: bold;
                       border-bottom-style: solid;
                       border-bottom-width: 1px;
		       color: white;
		       background-color: black;
                     }

div.annotation-body  { padding: 2px;
                     }

div.annotation-body p { margin-top: 0px;
                        padding-top: 0px;
                      }

div.annotation-close { position: absolute;
                       top: 2px;
                       right: 2px;
                     }




Description

If annotation.support is enabled and the
document contains annotations, then the CSS in this
parameter will be included in the document.







© 2015 - 2025 Weber Informatics LLC | Privacy Policy