Changes for page BDP Help Platform
Last modified by administrator BDP on 2025/08/01 12:55
From version 46.2
edited by administrator BDP
on 2025/07/30 16:01
on 2025/07/30 16:01
Change comment:
There is no comment for this version
To version 47.2
edited by administrator BDP
on 2025/08/01 12:45
on 2025/08/01 12:45
Change comment:
There is no comment for this version
Summary
-
Objects (0 modified, 1 added, 0 removed)
Details
- XWiki.StyleSheetExtension[2]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +default - Code
-
... ... @@ -1,0 +1,21 @@ 1 +ol.custom-counter { 2 + list-style: none; /* Rimuove i numeri di default */ 3 + counter-reset: my-counter; 4 + padding-left: 0; 5 +} 6 + 7 +ol.custom-counter li { 8 + counter-increment: my-counter; 9 + position: relative; 10 + padding-left: 2em; /* Spazio per i numeri */ 11 + margin-bottom: 0.5em; 12 +} 13 + 14 +ol.custom-counter li::before { 15 + content: counter(my-counter) "."; 16 + position: absolute; 17 + left: 0; 18 + font-weight: bold; 19 + color: #B3003C; 20 +} 21 + - Content Type
-
... ... @@ -1,0 +1,1 @@ 1 +CSS - Name
-
... ... @@ -1,0 +1,1 @@ 1 +Style for numbered list - Parse content
-
... ... @@ -1,0 +1,1 @@ 1 +No - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +always