Changes for page Sandbox Test Page 3
Last modified by Jareth Carpenter on 2026/08/20 22:29
From version 26.1
edited by Jareth Carpenter
on 2026/08/14 22:55
on 2026/08/14 22:55
Change comment:
There is no comment for this version
To version 37.1
edited by Jareth Carpenter
on 2026/08/17 16:37
on 2026/08/17 16:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,355 +10,303 @@ 1 -Click on **"Edit"** and modify the contents of this page, then click on **"Save & View"** to see how they look like on your page! 2 - 3 -= Here's some dummy text to show you what the page looks like = 4 - 5 -Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 6 - 7 - 8 -I am going to use this for checking edits to the main page before saving 9 - 10 10 {{html clean="false"}} 11 - 12 12 <!-- 13 - ============================================================14 - FirstDigital - Learning Center Menu (XWiki fragment)15 - ============================================================3 +============================================================ 4 +FirstDigital - Learning Center Menu (XWiki fragment) 5 +============================================================ 16 16 17 - HOW TO USE18 - 1. Edit the wiki page in SOURCE / WIKI mode (never WYSIWYG).19 - 2. Select all existing page content and delete it.20 - 3. Paste:7 +HOW TO USE 8 +1. Edit the wiki page in SOURCE / WIKI mode (never WYSIWYG). 9 +2. Select all existing page content and delete it. 10 +3. Paste: 21 21 22 22 {{html clean="false"}} 23 23 ...everything in this file... 24 24 {{/html}} 25 25 26 - 4. Save & View.16 +4. Save & View. 27 27 28 - IMPORTANT29 - - This file is a FRAGMENT. It deliberately contains no DOCTYPE30 - declaration and no html / head / body elements. Everything is31 - scoped inside .fdm-hub so it cannot leak into the wiki theme.32 - - After saving, only ever re-edit this page in SOURCE mode.33 - Opening it in the WYSIWYG editor and saving can duplicate the34 - content, because XWiki may expand the macro output into the page35 - body while also keeping the macro itself.36 - - All six links are unchanged from your original page, including37 - the ?oidc.skipped= parameters on the two footer links.38 - - Product logos still load from your wiki. The five photographs39 - are embedded (base64) from the Brand Guide 2025, p.13, so they40 - need no hosting. To swap one for a hosted image instead, replace41 - that img's src="data:image/jpeg;base64,..." with a URL.42 - ============================================================18 +IMPORTANT 19 +- This file is a FRAGMENT. It deliberately contains no DOCTYPE 20 + declaration and no html / head / body elements. Everything is 21 + scoped inside .fdm-hub so it cannot leak into the wiki theme. 22 +- After saving, only ever re-edit this page in SOURCE mode. 23 + Opening it in the WYSIWYG editor and saving can duplicate the 24 + content, because XWiki may expand the macro output into the page 25 + body while also keeping the macro itself. 26 +- All six links are unchanged from your original page, including 27 + the ?oidc.skipped= parameters on the two footer links. 28 +- Product logos still load from your wiki. The five photographs 29 + are embedded (base64) from the Brand Guide 2025, p.13, so they 30 + need no hosting. To swap one for a hosted image instead, replace 31 + that img's src="data:image/jpeg;base64,..." with a URL. 32 +============================================================ 43 43 --> 44 44 <style> 45 45 @import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap'); 46 - 47 - /* Safety net: if the wiki ever renders this block twice, 48 - show only the first copy. */ 49 - .fdm-hub ~ .fdm-hub { display: none !important; } 50 - 51 - /* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */ 52 - .fdm-hub { 53 - --fd-navy: #003366; /* headlines, backgrounds, icons */ 54 - --fd-blue: #307ab2; /* headlines, backgrounds, icons */ 55 - --fd-blue-bright: #38b2e3; /* stand-out headlines, icons */ 56 - --fd-red: #cf333d; /* accents - use selectively */ 57 - --fd-body: #2e404d; /* paragraph text */ 58 - --fd-secondary: #8f9499; /* secondary text */ 59 - --fd-bg-mid: #dedede; /* backgrounds */ 60 - --fd-bg-light: #f0f0f0; /* backgrounds */ 61 - --fd-white: #ffffff; 62 - --ms-azure: #0078d4; /* Microsoft's own brand blue */ 63 - } 64 - 65 - .fdm-hub, .fdm-hub * { box-sizing: border-box; } 66 - 67 - .fdm-hub { 68 - font-family: 'Host Grotesk', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif; 69 - font-weight: 300; 70 - color: var(--fd-body); 71 - background: var(--fd-white); 72 - max-width: 1000px; 73 - margin: 0 auto; 74 - padding: 0 20px 28px; 75 - -webkit-font-smoothing: antialiased; 76 - } 77 - 78 - /* ---- Masthead: full-colour logo on white (Logo Rules, p.10) ---- */ 79 - .fdm-masthead { 80 - display: flex; 81 - align-items: center; 82 - justify-content: space-between; 83 - gap: 20px; 84 - flex-wrap: wrap; 85 - padding: 22px 0 18px; 86 - border-bottom: 1px solid var(--fd-bg-mid); 87 - } 88 - 89 - .fdm-masthead img { height: 46px; width: auto; display: block; } 90 - 91 - .fdm-masthead-label { 92 - font-size: 12px; 93 - font-weight: 600; 94 - letter-spacing: 0.16em; 95 - text-transform: uppercase; 96 - color: var(--fd-secondary); 97 - white-space: nowrap; 98 - } 99 - 100 - /* ---- Hero ---- */ 101 - .fdm-hero { 102 - position: relative; 103 - margin-top: 22px; 104 - border-radius: 6px; 105 - overflow: hidden; 106 - min-height: 250px; 107 - display: flex; 108 - align-items: flex-end; 109 - } 110 - 111 - .fdm-hero-img { 112 - position: absolute; 113 - top: 0; right: 0; bottom: 0; left: 0; 114 - width: 100%; height: 100%; 115 - object-fit: cover; 116 - display: block; 117 - } 118 - 119 - /* explicit offsets, not the inset shorthand, for wider support */ 120 - .fdm-hero::after { 121 - content: ""; 122 - position: absolute; 123 - top: 0; right: 0; bottom: 0; left: 0; 124 - background: linear-gradient(100deg, 125 - rgba(0,51,102,0.94) 0%, 126 - rgba(0,51,102,0.86) 42%, 127 - rgba(0,51,102,0.30) 100%); 128 - } 129 - 130 - .fdm-hero-inner { 131 - position: relative; 132 - z-index: 1; 133 - padding: 32px 32px 30px; 134 - max-width: 600px; 135 - } 136 - 137 - /* red rule = brand accent motif (Brand Guide p.4) */ 138 - .fdm-rule { 139 - width: 62px; height: 4px; 140 - background: var(--fd-red); 141 - border: 0; 142 - margin: 0 0 16px; 143 - } 144 - 145 - .fdm-eyebrow { 146 - font-size: 12px; 147 - font-weight: 600; 148 - letter-spacing: 0.18em; 149 - text-transform: uppercase; 150 - color: var(--fd-blue-bright); 151 - margin-bottom: 9px; 152 - } 153 - 154 - .fdm-hero h1 { 155 - font-size: clamp(26px, 3.6vw, 36px); 156 - font-weight: 800; 157 - line-height: 1.14; 158 - letter-spacing: -0.01em; 159 - color: var(--fd-white); 160 - margin: 0 0 11px; 161 - } 162 - 163 - .fdm-hero p { 164 - font-size: 15px; 165 - font-weight: 300; 166 - line-height: 1.6; 167 - color: #dbe6ef; 168 - margin: 0; 169 - max-width: 470px; 170 - } 171 - 172 - /* ---- Card grid ---- */ 173 - .fdm-grid { 174 - display: grid; 175 - grid-template-columns: repeat(2, 1fr); 176 - gap: 22px; 177 - margin-top: 24px; 178 - } 179 - 180 - .fdm-card { 181 - display: flex; 182 - flex-direction: column; 183 - background: var(--fd-white); 184 - border: 1px solid var(--fd-bg-mid); 185 - border-radius: 6px; 186 - overflow: hidden; 187 - text-decoration: none !important; 188 - color: inherit; 189 - height: 100%; 190 - transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; 191 - } 192 - 193 - .fdm-card:hover { 194 - transform: translateY(-3px); 195 - border-color: var(--fd-blue-bright); 196 - box-shadow: 0 12px 26px rgba(0,51,102,0.14); 197 - } 198 - 199 - .fdm-card:focus-visible { 200 - outline: 3px solid var(--fd-blue-bright); 201 - outline-offset: 2px; 202 - } 203 - 204 - .fdm-media { 205 - position: relative; 206 - height: 132px; 207 - background: var(--fd-bg-light); 208 - flex: 0 0 auto; 209 - /* no overflow:hidden here - the logo badge overhangs the bottom 210 - edge on purpose. The photo is already clipped by object-fit, 211 - and .fdm-card's own overflow:hidden keeps the rounded corners. */ 212 - } 213 - 214 - .fdm-media img { 215 - width: 100%; height: 100%; 216 - object-fit: cover; 217 - display: block; 218 - } 219 - 220 - .fdm-media::after { 221 - content: ""; 222 - position: absolute; 223 - top: 0; right: 0; bottom: 0; left: 0; 224 - background: linear-gradient(180deg, 225 - rgba(0,51,102,0.06) 0%, rgba(0,40,79,0.52) 100%); 226 - } 227 - 228 - /* white badge keeps every logo brand-legal over a photo (p.10) */ 229 - .fdm-badge { 230 - position: absolute; 231 - left: 18px; 232 - bottom: 0; 233 - z-index: 1; 234 - transform: translateY(50%); 235 - width: 58px; height: 58px; 236 - border-radius: 8px; 237 - background: var(--fd-white); 238 - box-shadow: 0 5px 14px rgba(0,0,0,0.18); 239 - display: flex; 240 - align-items: center; 241 - justify-content: center; 242 - overflow: hidden; 243 - } 244 - 245 - .fdm-badge img { object-fit: contain; display: block; } 246 - 247 - .fdm-logo-webex { width: 74%; height: auto; } 248 - .fdm-logo-teams { width: 64%; height: auto; } 249 - .fdm-logo-firstdigital { width: 84%; height: auto; } 250 - 251 - /* icons: dark-blue stroke, bright-blue accent (Brand Guide p.14) */ 252 - .fdm-badge svg { 253 - width: 26px; height: 26px; 254 - fill: none; 255 - stroke: var(--fd-navy); 256 - stroke-width: 1.7; 257 - stroke-linecap: round; 258 - stroke-linejoin: round; 259 - } 260 - 261 - .fdm-badge svg .accent { stroke: var(--fd-blue-bright); } 262 - 263 - .fdm-body { 264 - padding: 38px 22px 22px; 265 - display: flex; 266 - flex-direction: column; 267 - flex: 1 1 auto; 268 - } 269 - 270 - .fdm-title { 271 - display: block; 272 - font-size: 16.5px; 273 - font-weight: 800; 274 - line-height: 1.28; 275 - color: var(--fd-navy); 276 - } 277 - 278 - .fdm-sub { 279 - display: block; 280 - font-size: 13.5px; 281 - font-weight: 300; 282 - line-height: 1.55; 283 - color: var(--fd-body); 284 - margin-top: 5px; 285 - } 286 - 287 - .fdm-cta { 288 - display: flex; 289 - align-items: center; 290 - gap: 7px; 291 - margin-top: auto; 292 - padding-top: 16px; 293 - font-size: 13px; 294 - font-weight: 600; 295 - color: var(--fd-red); 296 - } 297 - 298 - .fdm-cta svg { 299 - width: 15px; height: 15px; 300 - fill: none; 301 - stroke: var(--fd-red); 302 - stroke-width: 2; 303 - stroke-linecap: round; 304 - stroke-linejoin: round; 305 - transition: transform .2s ease; 306 - } 307 - 308 - .fdm-card:hover .fdm-cta svg { transform: translateX(4px); } 309 - 310 - /* ---- Footer ---- */ 311 - .fdm-footer { 312 - margin-top: 32px; 313 - padding-top: 18px; 314 - border-top: 1px solid var(--fd-bg-mid); 315 - display: flex; 316 - justify-content: center; 317 - align-items: center; 318 - flex-wrap: wrap; 319 - gap: 14px; 320 - font-size: 13px; 321 - } 322 - 323 - .fdm-footer a { 324 - font-weight: 600; 325 - text-decoration: none !important; 326 - color: var(--fd-blue); 327 - } 328 - 329 - .fdm-footer a:hover { text-decoration: underline !important; } 330 - 331 - .fdm-footer a:focus-visible { 332 - outline: 2px solid var(--fd-blue-bright); 333 - outline-offset: 3px; 334 - } 335 - 336 - .fdm-brand-first { color: var(--fd-blue); } 337 - .fdm-brand-second { color: var(--fd-navy); } 338 - .fdm-azure { color: var(--ms-azure); } 339 - .fdm-divider { color: var(--fd-bg-mid); font-weight: 300; } 340 - 341 - @media (max-width: 768px) { 342 - .fdm-grid { grid-template-columns: 1fr; } 343 - .fdm-hub { padding: 0 12px 22px; } 344 - .fdm-masthead img { height: 38px; } 345 - .fdm-hero { min-height: 220px; } 346 - .fdm-hero-inner { padding: 24px 22px 22px; } 347 - } 348 - 349 - @media (prefers-reduced-motion: reduce) { 350 - .fdm-card, .fdm-cta svg { transition: none; } 351 - } 352 - 36 +/* Safety net: if the wiki ever renders this block twice, show only the first copy. */ 37 +.fdm-hub { display: none !important; } 38 +/* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */ 39 +.fdm-hub { 40 + --fd-navy: #003366; /* headlines, backgrounds, icons */ 41 + --fd-blue: #307ab2; /* headlines, backgrounds, icons */ 42 + --fd-blue-bright: #38b2e3; /* stand-out headlines, icons */ 43 + --fd-red: #cf333d; /* accents - use selectively */ 44 + --fd-body: #2e404d; /* paragraph text */ 45 + --fd-secondary: #8f9499; /* secondary text */ 46 + --fd-bg-mid: #dedede; /* backgrounds */ 47 + --fd-bg-light: #f0f0f0; /* backgrounds */ 48 + --fd-white: #ffffff; 49 + --ms-azure: #0078d4; /* Microsoft's own brand blue */ 50 +} 51 +.fdm-hub * { box-sizing: border-box; } 52 +.fdm-hub { 53 + font-family: 'Host Grotesk', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif; 54 + font-weight: 300; 55 + color: var(--fd-body); 56 + background: var(--fd-white); 57 + max-width: 1000px; 58 + margin: 0 auto; 59 + padding: 0 20px 28px; 60 + -webkit-font-smoothing: antialiased; 61 +} 62 +/* ---- Masthead: full-colour logo on white (Logo Rules, p.10) ---- */ 63 +.fdm-masthead { 64 + display: flex; 65 + align-items: center; 66 + justify-content: space-between; 67 + gap: 20px; 68 + flex-wrap: wrap; 69 + padding: 22px 0 18px; 70 + border-bottom: 1px solid var(--fd-bg-mid); 71 +} 72 +.fdm-masthead img { height: 46px; width: auto; display: block; } 73 +.fdm-masthead-label { 74 + font-size: 12px; 75 + font-weight: 600; 76 + letter-spacing: 0.16em; 77 + text-transform: uppercase; 78 + color: var(--fd-secondary); 79 + white-space: nowrap; 80 +} 81 +/* ---- Hero ---- */ 82 +.fdm-hero { 83 + position: relative; 84 + margin-top: 22px; 85 + border-radius: 6px; 86 + overflow: hidden; 87 + min-height: 250px; 88 + display: flex; 89 + align-items: flex-end; 90 +} 91 +.fdm-hero-img { 92 + position: absolute; 93 + top: 0; right: 0; bottom: 0; left: 0; 94 + width: 100%; height: 100%; 95 + object-fit: cover; 96 + display: block; 97 +} 98 +/* explicit offsets, not the inset shorthand, for wider support */ 99 +.fdm-hero::after { 100 + content: ""; 101 + position: absolute; 102 + top: 0; right: 0; bottom: 0; left: 0; 103 + background: linear-gradient(100deg, 104 + rgba(0,51,102,0.94) 0%, 105 + rgba(0,51,102,0.86) 42%, 106 + rgba(0,51,102,0.30) 100%); 107 +} 108 +.fdm-hero-inner { 109 + position: relative; 110 + z-index: 1; 111 + padding: 32px 32px 30px; 112 + max-width: 600px; 113 +} 114 +/* red rule = brand accent motif (Brand Guide p.4) */ 115 +.fdm-rule { 116 + width: 62px; height: 4px; 117 + background: var(--fd-red); 118 + border: 0; 119 + margin: 0 0 16px; 120 +} 121 +.fdm-eyebrow { 122 + font-size: 12px; 123 + font-weight: 600; 124 + letter-spacing: 0.18em; 125 + text-transform: uppercase; 126 + color: var(--fd-blue-bright); 127 + margin-bottom: 9px; 128 +} 129 +.fdm-hero h1 { 130 + font-size: clamp(26px, 3.6vw, 36px); 131 + font-weight: 800; 132 + line-height: 1.14; 133 + letter-spacing: -0.01em; 134 + color: var(--fd-white); 135 + margin: 0 0 11px; 136 +} 137 +.fdm-hero p { 138 + font-size: 15px; 139 + font-weight: 300; 140 + line-height: 1.6; 141 + color: #dbe6ef; 142 + margin: 0; 143 + max-width: 470px; 144 +} 145 +/* ---- Card grid ---- */ 146 +.fdm-grid { 147 + display: grid; 148 + grid-template-columns: repeat(2, 1fr); 149 + gap: 22px; 150 + margin-top: 24px; 151 +} 152 +.fdm-card { 153 + display: flex; 154 + flex-direction: column; 155 + background: var(--fd-white); 156 + border: 1px solid var(--fd-bg-mid); 157 + border-radius: 6px; 158 + overflow: hidden; 159 + text-decoration: none !important; 160 + color: inherit; 161 + height: 100%; 162 + transition: transform .2s ease, box-shadow .2s ease, border-color.2s ease; 163 +} 164 +.fdm-card:hover { 165 + transform: translateY(-3px); 166 + border-color: var(--fd-blue-bright); 167 + box-shadow: 0 12px 26px rgba(0,51,102,0.14); 168 +} 169 +.fdm-card:focus-visible { 170 + outline: 3px solid var(--fd-blue-bright); 171 + outline-offset: 2px; 172 +} 173 +.fdm-media { 174 + position: relative; 175 + height: 132px; 176 + background: var(--fd-bg-light); 177 + flex: 0 0 auto; 178 + /* no overflow:hidden here - the logo badge overhangs the bottom 179 + edge on purpose. The photo is already clipped by object-fit, 180 + and .fdm-card's own overflow:hidden keeps the rounded corners. */ 181 +} 182 +.fdm-media img { 183 + width: 100%; height: 100%; 184 + object-fit: cover; 185 + display: block; 186 +} 187 +.fdm-media::after { 188 + content: ""; 189 + position: absolute; 190 + top: 0; right: 0; bottom: 0; left: 0; 191 + background: linear-gradient(180deg, 192 + rgba(0,51,102,0.06) 0%, rgba(0,40,79,0.52) 100%); 193 +} 194 +/* white badge keeps every logo brand-legal over a photo (p.10) */ 195 +.fdm-badge { 196 + position: absolute; 197 + left: 18px; 198 + bottom: 0; 199 + z-index: 1; 200 + transform: translateY(50%); 201 + width: 58px; height: 58px; 202 + border-radius: 8px; 203 + background: var(--fd-white); 204 + box-shadow: 0 5px 14px rgba(0,0,0,0.18); 205 + display: flex; 206 + align-items: center; 207 + justify-content: center; 208 + overflow: hidden; 209 +} 210 +.fdm-badge img { object-fit: contain; display: block; } 211 +.fdm-logo-webex { width: 74%; height: auto; } 212 +.fdm-logo-teams { width: 64%; height: auto; } 213 +.fdm-logo-firstdigital { width: 84%; height: auto; } 214 +/* icons: dark-blue stroke, bright-blue accent (Brand Guide p.14) */ 215 +.fdm-badge svg { 216 + width: 26px; height: 26px; 217 + fill: none; 218 + stroke: var(--fd-navy); 219 + stroke-width: 1.7; 220 + stroke-linecap: round; 221 + stroke-linejoin: round; 222 +} 223 +.fdm-badge svg .accent { stroke: var(--fd-blue-bright); } 224 +.fdm-body { 225 + padding: 38px 22px 22px; 226 + display: flex; 227 + flex-direction: column; 228 + flex: 1 1 auto; 229 +} 230 +.fdm-title { 231 + display: block; 232 + font-size: 16.5px; 233 + font-weight: 800; 234 + line-height: 1.28; 235 + color: var(--fd-navy); 236 +} 237 +.fdm-sub { 238 + display: block; 239 + font-size: 13.5px; 240 + font-weight: 300; 241 + line-height: 1.55; 242 + color: var(--fd-body); 243 + margin-top: 5px; 244 +} 245 +.fdm-cta { 246 + display: flex; 247 + align-items: center; 248 + gap: 7px; 249 + margin-top: auto; 250 + padding-top: 16px; 251 + font-size: 13px; 252 + font-weight: 600; 253 + color: var(--fd-red); 254 +} 255 +.fdm-cta svg { 256 + width: 15px; height: 15px; 257 + fill: none; 258 + stroke: var(--fd-red); 259 + stroke-width: 2; 260 + stroke-linecap: round; 261 + stroke-linejoin: round; 262 + transition: transform .2s ease; 263 +} 264 +.fdm-card:hover .fdm-cta svg { transform: translateX(4px); } 265 +/* ---- Footer ---- */ 266 +.fdm-footer { 267 + margin-top: 32px; 268 + padding-top: 18px; 269 + border-top: 1px solid var(--fd-bg-mid); 270 + display: flex; 271 + justify-content: center; 272 + align-items: center; 273 + flex-wrap: wrap; 274 + gap: 14px; 275 + font-size: 13px; 276 +} 277 +.fdm-footer a { 278 + font-weight: 600; 279 + text-decoration: none !important; 280 + color: var(--fd-blue); 281 +} 282 +.fdm-footer a:hover { text-decoration: underline !important; } 283 +.fdm-footer a:focus-visible { 284 + outline: 2px solid var(--fd-blue-bright); 285 + outline-offset: 3px; 286 +} 287 +.fdm-brand-first { color: var(--fd-blue); } 288 +.fdm-brand-second { color: var(--fd-navy); } 289 +.fdm-azure { color: var(--ms-azure); } 290 +.fdm-divider { color: var(--fd-bg-mid); font-weight: 300; } 291 +@media (max-width: 768px) { 292 + .fdm-grid { grid-template-columns: 1fr; } 293 + .fdm-hub { padding: 0 12px 22px; } 294 + .fdm-masthead img { height: 38px; } 295 + .fdm-hero { min-height: 220px; } 296 + .fdm-hero-inner { padding: 24px 22px 22px; } 297 +} 298 +@media (prefers-reduced-motion: reduce) { 299 + .fdm-card, .fdm-cta svg { transition: none; } 300 +} 353 353 </style> 354 354 355 355 <div class="fdm-hub">