Changes for page 2. Setup Manual
Last modified by Iaroslav Platonov on 2026/06/08 09:28
From version 183.1
edited by Iaroslav Platonov
on 2026/06/08 09:28
on 2026/06/08 09:28
Change comment:
There is no comment for this version
To version 182.1
edited by Iaroslav Platonov
on 2026/06/08 09:16
on 2026/06/08 09:16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,15 +1,7 @@ 1 1 {{html clean="false"}} 2 2 <style> 3 -/* ── Disable XWiki automatic heading counters inside our content ── */ 4 -.doc-content h1::before,.doc-content h2::before, 5 -.doc-content h3::before,.doc-content h4::before, 6 -.doc-content h5::before,.doc-content h6::before { 7 - content:none !important; display:none !important; 8 -} 9 -.doc-content { counter-reset:none !important; } 10 - 11 11 /* ── Reading progress bar ── */ 12 -#rn-prog { position:fixed;top:0;left:0;height:3px;width:0;ground:#005AB4;z-index:9999;pointer-events:none; } 4 +#rn-prog { position:fixed;top:0;left:0;height:3px;width:0;background:#005AB4;z-index:9999;pointer-events:none; } 13 13 14 14 /* ── Page content wrapper ── */ 15 15 .doc-wrap { position:relative; } ... ... @@ -102,7 +102,7 @@ 102 102 #rn-lb-cap { position:fixed;bottom:18px;left:50%;transform:translateX(-50%);color:#ddd;font-size:.78em;background:rgba(0,0,0,.55);padding:3px 12px;border-radius:14px;pointer-events:none; } 103 103 104 104 /* ── Back to top ── */ 105 -#rn-top { position:fixed;bottom: 60px;right:24px;z-index:9997;width:36px;height:36px;border-radius:50%;background:#005AB4;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .22s,transform .22s;pointer-events:none;box-shadow:0 2px 8px rgba(0,90,180,.3); }97 +#rn-top { position:fixed;bottom:24px;right:24px;z-index:9997;width:36px;height:36px;border-radius:50%;background:#005AB4;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:opacity .22s,transform .22s;pointer-events:none;box-shadow:0 2px 8px rgba(0,90,180,.3); } 106 106 #rn-top.on { opacity:1;transform:translateY(0);pointer-events:auto; } 107 107 #rn-top:hover { background:#0066cc; } 108 108