Changes for page Style
on 2025-11-05 12:20
on 2025-10-12 05:38
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -44,17 +44,21 @@ 44 44 45 45 /* Annotations displayed in the text */ 46 46 .annotation-highlight { 47 - background-color: #FE9; 47 + background-color: #FE9; ## $theme.highlightColor; 48 48 } 49 - 49 +## In velocity comment: settings for using the larger images from silk 50 50 .annotation-marker { 51 + ##background: transparent #imgURL('note') no-repeat left top; 51 51 background: transparent #attImgURL('notesmall') no-repeat left top; 52 52 display: inline-block; 54 + ##height: 16px; 53 53 height: 10px; 54 54 overflow: hidden; 55 55 text-indent: -9999px; 58 + ##width: 16px; 56 56 width: 10px; 57 57 vertical-align: baseline; 61 + ##margin: -19px -14px 3px -2px; 58 58 margin: -15px -7px 5px -3px; 59 59 z-index: 1; 60 60 position: relative;