Changes for page Style

Last modified by Drunk Monkey on 2026-06-02 07:39

From version 5.1
edited by Drunk Monkey
on 2025-10-12 05:38
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/17.8.0]
To version 6.1
edited by Drunk Monkey
on 2025-11-05 12:20
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/17.9.0]

Summary

Details

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