Changes for page Sandbox Test Page 3

Last modified by Jareth Carpenter on 2026/08/20 22:29

From version 36.1
edited by Jareth Carpenter
on 2026/08/17 16:34
Change comment: There is no comment for this version
To version 34.1
edited by Jareth Carpenter
on 2026/08/17 16:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,5 @@
1 1  {{html clean="false"}}
2 +{{html clean="false"}}
2 2  <!--
3 3  ============================================================
4 4  FirstDigital - Learning Center Menu (XWiki fragment)
... ... @@ -9,10 +9,6 @@
9 9  2. Select all existing page content and delete it.
10 10  3. Paste:
11 11  
12 - {{html clean="false"}}
13 - ...everything in this file...
14 - {{/html}}
15 -
16 16  4. Save & View.
17 17  
18 18  IMPORTANT
... ... @@ -32,8 +32,9 @@
32 32  ============================================================-->
33 33  <style>
34 34  @import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap');
35 -/* Safety net: if the wiki ever renders this block twice, show only the first copy. */
36 -.fdm-hub { display: none !important; }
32 +/* Safety net: if the wiki ever renders this block twice,
33 + show only the first copy. */
34 +.fdm-hub ~ .fdm-hub { display: none !important; }
37 37  /* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */
38 38  .fdm-hub {
39 39   --fd-navy: #003366; /* headlines, backgrounds, icons */
... ... @@ -49,7 +49,8 @@
49 49  }
50 50  .fdm-hub, .fdm-hub * { box-sizing: border-box; }
51 51  .fdm-hub {
52 - font-family: 'Host Grotesk', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
50 + font-family: 'Host Grotesk', 'Segoe UI', -apple-system,
51 +BlinkMacSystemFont, Arial, sans-serif;
53 53   font-weight: 300;
54 54   color: var(--fd-body);
55 55   background: var(--fd-white);
... ... @@ -375,3 +375,4 @@
375 375  
376 376  </div>
377 377  {{/html}}
377 +{{/html}}