-.htmlview .annotation-inline-box:hover > span[x-annotation-box]{
- display: block;
-}
-
-.htmlview .annotation-inline-box > span[x-annotation-box] {
- display: none;
- width: 300px;
- font-size: 10pt;
- line-height: 12pt;
- font-weight: normal;
- font-style: normal;
- background: #fffe93;
- border: 1px solid black;
- border-radius: 10px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- padding: 3px 5px;
- text-decoration: none;
- z-index: 600;
-}
-
-/*
- * Przypisy na końcu utworu (aktualnie nieuzywane)
- */
-.htmlview .annotations-block {
- counter-reset: secondary;
-}
-
-.htmlview .annotations-block .annotation-body {
- position: relative;
- padding-left: 2.5em;
- padding-top: 0.2em;
-}
-
-.htmlview .annotations-block .annotation-backref {
- position: absolute;
- top: 0.4em;
- left: -0.4em;
- width: 2.5em;
- text-align: right;
-}