Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,186 +2,175 @@ 2 2 #macro (displayPublicContent) 3 3 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 4 {{html clean="false"}} 5 - 5 + ## HERO 6 6 <section class="hero hero-centered" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> 8 - <div class="hero-kicker"> 9 - <i class="fa fa-shield" aria-hidden="true"></i> 10 - Your trusted partner for professional XWiki services 11 - </div> 12 - 13 - <h1 id="hero-title">Reliable XWiki engineering for organizations that depend on their knowledge platform</h1> 14 - 15 - <p class="lead"> 16 - Agnease helps companies keep XWiki secure, stable, up-to-date and adapted to real business processes. 17 - </p> 18 - 8 + <h1 id="hero-title">Keep Your XWiki Platform Secure, Stable and Up-to-Date</h1> 9 + <p class="lead">Helping organizations safely upgrade and maintain their XWiki environments.</p> 19 19 <ul class="benefits"> 20 - <li>S afeLTSupgrades</li>21 - <li> Support and recovery</li>22 - <li>Custom XWikiapplications</li>23 - <li> Integrations andmigrations</li>11 + <li>Smooth upgrades</li> 12 + <li>Reliable support plans</li> 13 + <li>Custom integrations</li> 14 + <li>Secure, optimized platforms</li> 24 24 </ul> 25 - 26 - <div class="hero-actions"> 27 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 28 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 16 + <div id="hero-cta"> 17 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 18 + #*<a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation"> 19 + Request a consultation 20 + </a> 21 + #requestConsultationModal()*# 22 + ##data-toggle="modal" data-target="#requestConsultationModal" 29 29 </div> 30 30 </div> 31 31 </section> 32 - 33 - <section class="trust-strip" aria-label="Agnease experience"> 26 + ## WHY CHOOSE 27 + #set ($whySectionData = [{ 28 + 'title': 'Stability & security', 29 + 'icon': 'shield', 30 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' 31 + },{ 32 + 'title': 'Predictable delivery', 33 + 'icon': 'check-square-o', 34 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.' 35 + },{ 36 + 'title': 'Clean integrations', 37 + 'icon': 'link', 38 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.' 39 + },{ 40 + 'title': 'Long-term support', 41 + 'icon': 'life-ring', 42 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.' 43 + }]) 44 + <section aria-labelledby="why-title"> 34 34 <div class="container"> 35 - <ul> 36 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> 37 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> 38 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> 39 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> 40 - </ul> 46 + <h2 id="why-title">Why choose Agnease</h2> 47 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 48 + <div class="widgets"> 49 + #foreach ($entry in $whySectionData) 50 + <article class="widget"> 51 + <div class="icon" aria-hidden="true"> 52 + <i class="fa fa-$entry.icon"></i> 53 + <h4>$entry.title</h4> 54 + </div> 55 + <p>$entry.content</p> 56 + </article> 57 + #end 58 + </div> 41 41 </div> 42 42 </section> 43 - 44 - <section aria-labelledby="platform-title"> 61 + ## SERVICES 62 + #set ($servicesSectionData = [{ 63 + 'title': 'Upgrades', 64 + 'icon': 'refresh', 65 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.', 66 + 'items': [ 67 + 'Audit setup, extensions, and configurations', 68 + 'Test upgrades with backups and validation', 69 + 'Safe production rollout with minimal downtime' 70 + ] 71 + },{ 72 + 'title': 'Maintenance, Support & Recovery', 73 + 'icon': 'stethoscope', 74 + 'content': 'Ensure long-term stability and quick response when issues appear.', 75 + 'items': [ 76 + 'Monitoring and performance checks', 77 + 'Security patching, log analysis, triage', 78 + 'Issue recovery, data repair, hardening' 79 + ] 80 + },{ 81 + 'title': 'Development & Integrations', 82 + 'icon': 'cogs', 83 + 'content': 'Extend and connect XWiki to fit your workflow and systems.', 84 + 'items': [ 85 + 'Custom apps, macros, automation', 86 + 'SSO, REST APIs, LDAP, CRM links', 87 + 'Maintainable extensions for long-term use' 88 + ] 89 + },{ 90 + 'title': 'Hosting & Deployment', 91 + 'icon': 'cloud', 92 + 'content': 'Cloud-ready environments designed for reliability and performance.', 93 + 'items': [ 94 + 'Containerized deployment and TLS', 95 + 'Backups, restore strategy, observability', 96 + 'Optimization and load tuning' 97 + ] 98 + },{ 99 + 'title': 'Migrations to XWiki', 100 + 'icon': 'exchange', 101 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 102 + 'items': [ 103 + 'Preserve hierarchy, attachments, and permissions', 104 + 'Convert macros, categories, and metadata for XWiki', 105 + 'Redirect old URLs and maintain SEO consistency' 106 + ] 107 + }]) 108 + <section class="services" aria-labelledby="services-title"> 45 45 <div class="container"> 46 - <h2 id="platform-title">When XWiki becomes business-critical, it needs professional care</h2> 47 - <p class="section-intro"> 48 - Many organizations start with XWiki as a documentation platform. Over time, it becomes a knowledge base, 49 - intranet, SOP portal, workflow system, audit trail or integration hub. At that point, upgrades, security, 50 - performance, permissions and maintainability are no longer optional technical details. 110 + <h2 id="services-title">Services</h2> 111 + <p class="lead"> 112 + All the XWiki services you need, delivered with precision and care 51 51 </p> 52 52 53 - <div class="pathways"> 54 - <article class="pathway-card"> 55 - <div class="pathway-icon"> 56 - <i class="fa fa-refresh" aria-hidden="true"></i> 57 - </div> 58 - <h3>Keep XWiki current</h3> 59 - <p> 60 - Plan and execute safe upgrades to supported XWiki versions, with compatibility checks and rollback planning. 61 - </p> 62 - <ul> 63 - <li>LTS upgrade planning</li> 64 - <li>Extension and custom code review</li> 65 - <li>Production rollout validation</li> 66 - </ul> 67 - <p class="card-link"> 68 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 69 - </p> 70 - </article> 115 + #set ($servicesSize = $servicesSectionData.size()) 116 + <div class="services-grid"> 117 + #foreach ($entry in $servicesSectionData) 118 + #set ($classes = "service") 119 + ## If this is the last item AND the total number is odd, center it 120 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 121 + #set ($classes = "service service-center") 122 + #end 71 71 72 - <article class="pathway-card"> 73 - <div class="pathway-icon"> 74 - <i class="fa fa-life-ring" aria-hidden="true"></i> 75 - </div> 76 - <h3>Keep XWiki reliable</h3> 77 - <p> 78 - Get long-term technical care for instances that need to stay stable, secure and recoverable. 79 - </p> 80 - <ul> 81 - <li>Troubleshooting and recovery</li> 82 - <li>Performance and log analysis</li> 83 - <li>Security-aware maintenance</li> 84 - </ul> 85 - <p class="card-link"> 86 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a> 87 - </p> 88 - </article> 89 - 90 - <article class="pathway-card"> 91 - <div class="pathway-icon"> 92 - <i class="fa fa-cogs" aria-hidden="true"></i> 93 - </div> 94 - <h3>Adapt XWiki to your business</h3> 95 - <p> 96 - Build workflows, custom applications, dashboards, integrations and automation around your processes. 97 - </p> 98 - <ul> 99 - <li>Custom XWiki applications</li> 100 - <li>Workflows and approvals</li> 101 - <li>SSO, LDAP, APIs and integrations</li> 102 - </ul> 103 - <p class="card-link"> 104 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> 105 - </p> 106 - </article> 124 + <article class="$classes"> 125 + <div class="service-icon"> 126 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 127 + </div> 128 + <div class="service-body"> 129 + <h4>$entry.title</h4> 130 + <p>$entry.content</p> 131 + <ul> 132 + #foreach ($item in $entry.items) 133 + <li>$item</li> 134 + #end 135 + </ul> 136 + </div> 137 + </article> 138 + #end 107 107 </div> 108 108 </div> 109 109 </section> 110 - 111 - <section class=" split-section"aria-labelledby="why-title">142 + ## CTA INLINE 143 + <section id="contact" class="cta-section"> 112 112 <div class="container"> 113 - <div class="split-grid"> 114 - <div class="split-copy"> 115 - <h2 id="why-title">Why choose Agnease</h2> 116 - <p> 117 - Agnease brings more than 11 years of hands-on XWiki expertise to organizations that need reliable 118 - knowledge platforms, secure upgrades, custom applications, integrations, migrations and long-term support. 119 - </p> 120 - <p> 121 - The approach is practical and engineering-focused: understand the current system, reduce risk, 122 - document the work and leave your XWiki easier to maintain. 123 - </p> 124 - </div> 125 - 126 - <ol class="process-list"> 127 - <li> 128 - <strong>Review the current situation</strong> 129 - Version, extensions, infrastructure, authentication, custom code and business-critical features. 130 - </li> 131 - <li> 132 - <strong>Define a safe path forward</strong> 133 - Clear scope, expected effort, risks, rollback options and recommended next steps. 134 - </li> 135 - <li> 136 - <strong>Deliver and document the work</strong> 137 - Practical implementation, validation and documentation for future maintenance. 138 - </li> 139 - </ol> 140 - </div> 141 - </div> 142 - </section> 143 - 144 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 145 - <div class="container"> 146 - <h2 id="resources-title">Useful XWiki resources</h2> 147 - <p class="section-intro"> 148 - Practical guidance for organizations running XWiki in production. 145 + <p class="text-center contact-inline"> 146 + Need help with your XWiki? <a href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>. 149 149 </p> 150 - 151 - <div class="resource-grid"> 152 - <article class="resource-card"> 153 - <h4>Why upgrade your XWiki instance?</h4> 154 - <p> 155 - A business-focused explanation of why regular LTS upgrades reduce security, compatibility and maintenance risk. 156 - </p> 157 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the resource</a> 158 - </article> 159 - 160 - <article class="resource-card"> 161 - <h4>XWiki upgrade services</h4> 162 - <p> 163 - How Agnease approaches safe XWiki upgrades for real production environments with customizations and integrations. 164 - </p> 165 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View the service</a> 166 - </article> 167 - </div> 168 168 </div> 169 169 </section> 150 + {{/html}} 151 +#end 170 170 171 - <section class="cta-section" aria-labelledby="contact-title"> 172 - <div class="container"> 173 - <div class="cta-panel"> 174 - <h2 id="contact-title">Need help with XWiki?</h2> 175 - <p> 176 - Send your current XWiki version, the problem you are facing, or the type of project you want to build. 177 - A short description is enough to start the conversation. 178 - </p> 179 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 153 +#macro(requestConsultationModal) 154 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog"> 155 + <div class="modal-dialog"> 156 + <div class="modal-content"> 157 + <div class="modal-header"> 158 + <button type="button" class="close" data-dismiss="modal">×</button> 159 + <h4 class="modal-title">Request a consultation</h4> 180 180 </div> 161 + <div class="modal-body"> 162 + <div> 163 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a> 164 + #displayFormFromSheetCode() 165 + </div> 166 + </div> 167 + <div class="modal-footer"> 168 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal" 169 + ## value="$escapetool.xml($services.localization.render('yesno_1'))"> 170 + </div> 181 181 </div> 182 - </section> 183 - 184 - {{/html}} 172 + </div> 173 + </div> 185 185 #end 186 186 187 187 #macro (stripHTMLMacro $displayOutput)
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,22 +1,14 @@ 1 -/* ========== Agnease Public Website ========== */ 2 - 1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */ 3 3 @brand: #00937D; 4 4 @brand-strong: #007B6A; 5 -@brand-soft: #E7FFF8; 6 -@brand-bg: #F4FCFA; 7 7 @text: #2D3A34; 8 8 @muted: #5B6B64; 9 9 @line: #E4ECE9; 10 10 @radius: 16px; 11 -@shadow-sm: 0 6px 20px rgba(0, 0,0,.06);12 -@shadow: 0 12px 36px rgba(0, 0,0,.08);8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 9 +@shadow: 0 12px 36px rgba(0,0,0,.08); 13 13 @maxw: 1140px; 14 14 15 -@section-padding: 30px 0; 16 -@section-padding-mobile: 28px 0; 17 - 18 -/* ========== Base ========== */ 19 - 20 20 #mainContentArea { 21 21 padding: 0; 22 22 } ... ... @@ -23,148 +23,27 @@ 23 23 24 24 .container { 25 25 max-width: @maxw; 26 - margin-left: auto; 27 - margin-right: auto; 28 - padding-left: 18px; 29 - padding-right: 18px; 30 30 } 31 31 32 -html { 33 - scroll-behavior: smooth; 34 -} 35 - 36 -section { 37 - padding: @section-padding; 38 - border-top: 1px solid @line; 39 - 40 - &:first-of-type { 41 - border-top: none; 42 - } 43 -} 44 - 45 -section[id] { 46 - scroll-margin-top: 92px; 47 -} 48 - 49 -h1, 50 -h2, 51 -h3, 52 -h4 { 53 - color: @text; 54 -} 55 - 56 -h2 { 57 - text-align: center; 58 - margin-top: 0; 59 -} 60 - 61 61 .lead { 62 62 color: @muted; 63 63 text-align: center; 64 64 margin-bottom: 0; 65 65 } 66 - 67 -.section-intro { 68 - max-width: 760px; 69 - margin: 0 auto 22px; 25 +h2 { 70 70 text-align: center; 71 - color: @muted; 72 - font-size: 16px; 73 - line-height: 1.55; 74 74 } 75 75 76 -a { 77 - color: @brand; 29 +section { 30 + padding: 32px 0; 31 + border-top: 1px solid @line; 78 78 79 - &:hover, 80 - &:focus { 81 - color: @brand-strong; 33 + &:first-of-type { 34 + border-top: none; 82 82 } 83 83 } 84 84 85 -/* ========== Header / Navigation ========== */ 86 - 87 -.site-header { 88 - position: sticky; 89 - top: 0; 90 - z-index: 1000; 91 - background: fade(#fff, 96%); 92 - border-bottom: 1px solid fade(@line, 85%); 93 - backdrop-filter: blur(8px); 94 -} 95 - 96 -.header-inner { 97 - min-height: 72px; 98 - display: flex; 99 - align-items: center; 100 - justify-content: space-between; 101 - gap: 24px; 102 -} 103 - 104 -.site-nav { 105 - display: flex; 106 - align-items: center; 107 - gap: 22px; 108 - font-size: 15px; 109 - 110 - a { 111 - color: @text; 112 - text-decoration: none; 113 - font-weight: 600; 114 - 115 - &:hover, 116 - &:focus { 117 - color: @brand; 118 - text-decoration: none; 119 - } 120 - } 121 - 122 - .nav-cta { 123 - color: #fff; 124 - background: @brand; 125 - border: 1px solid @brand; 126 - border-radius: 6px; 127 - padding: 8px 14px; 128 - 129 - &:hover, 130 - &:focus { 131 - color: #fff; 132 - background: @brand-strong; 133 - border-color: @brand-strong; 134 - } 135 - } 136 -} 137 - 138 -/* ========== Buttons ========== */ 139 - 140 -.btn-primary { 141 - background: @brand; 142 - border-color: @brand; 143 - color: #fff; 144 - 145 - &:hover, 146 - &:focus { 147 - background: @brand-strong; 148 - border-color: @brand-strong; 149 - color: #fff; 150 - } 151 -} 152 - 153 -.btn-secondary { 154 - color: @brand; 155 - background: #fff; 156 - border: 1px solid fade(@brand, 35%); 157 - 158 - &:hover, 159 - &:focus { 160 - color: @brand-strong; 161 - border-color: @brand; 162 - background: @brand-bg; 163 - } 164 -} 165 - 166 -/* ========== Hero ========== */ 167 - 38 +/* ===== HERO ===== */ 168 168 .hero { 169 169 overflow: hidden; 170 170 background-repeat: no-repeat; ... ... @@ -173,16 +173,16 @@ 173 173 &.hero-centered { 174 174 text-align: center; 175 175 background: 176 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft0%, transparent 60%),47 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 177 177 radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 178 178 display: flex; 179 179 align-items: center; 180 180 justify-content: center; 181 - min-height: 3 30px;52 + min-height: 300px; 182 182 } 183 183 184 184 .hero-inner { 185 - max-width: 8 60px;56 + max-width: 850px; 186 186 margin: 0 auto; 187 187 display: flex; 188 188 flex-direction: column; ... ... @@ -189,19 +189,14 @@ 189 189 align-items: center; 190 190 } 191 191 192 - h1 { 193 - max-width: 790px; 194 - margin-left: auto; 195 - margin-right: auto; 196 - line-height: 1.18; 63 + #hero-cta { 64 + display: flex; 65 + gap: 0.8rem; 66 + flex-wrap: wrap; 67 + justify-content: center; 68 + margin-top: 1.3rem; 197 197 } 198 198 199 - .lead { 200 - max-width: 760px; 201 - font-size: 19px; 202 - line-height: 1.55; 203 - } 204 - 205 205 .benefits { 206 206 display: flex; 207 207 flex-wrap: wrap; ... ... @@ -208,157 +208,61 @@ 208 208 justify-content: center; 209 209 list-style: none; 210 210 padding: 0; 211 - margin: 14px0 0;77 + margin: 0.8rem 0 0; 212 212 color: @muted; 213 213 font-size: 14px; 214 214 215 215 li + li::before { 216 216 content: "•"; 217 - margin: 0 6px;83 + margin: 0 5px; 218 218 } 219 - } 220 -} 221 221 222 -.hero-kicker { 223 - display: inline-flex; 224 - align-items: center; 225 - gap: 8px; 226 - color: @brand; 227 - background: fade(@brand, 8%); 228 - border: 1px solid fade(@brand, 18%); 229 - border-radius: 999px; 230 - padding: 6px 12px; 231 - margin-bottom: 14px; 232 - font-size: 13px; 233 - font-weight: 700; 234 -} 235 - 236 -.hero-support { 237 - max-width: 760px; 238 - margin: 14px auto 0; 239 - color: @muted; 240 - line-height: 1.55; 241 -} 242 - 243 -.hero-actions, 244 -#hero-cta { 245 - display: flex; 246 - gap: 12px; 247 - flex-wrap: wrap; 248 - justify-content: center; 249 - margin-top: 22px; 250 -} 251 - 252 -/* ========== Trust Strip ========== */ 253 - 254 -.trust-strip { 255 - padding: 18px 0; 256 - border-top: 1px solid @line; 257 - border-bottom: 1px solid @line; 258 - background: #fff; 259 - 260 - ul { 261 - max-width: 960px; 262 - margin: 0 auto; 263 - padding: 0; 264 - list-style: none; 265 - display: flex; 266 - justify-content: center; 267 - gap: 22px; 268 - flex-wrap: wrap; 269 - color: @muted; 270 - font-size: 13px; 86 + @media (max-width: 640px) { 87 + li + li::before { 88 + content: none; 89 + } 90 + li:nth-child(1)::after, 91 + li:nth-child(3)::after { 92 + content: "•"; 93 + margin: 0 5px; 94 + } 95 + } 271 271 } 272 - 273 - li { 274 - display: flex; 275 - align-items: center; 276 - gap: 7px; 277 - } 278 - 279 - i { 280 - color: @brand; 281 - } 282 282 } 283 283 284 -/* ========== Reusable Grids ========== */ 285 - 286 -.card-grid, 287 -.pathways, 288 -.services-grid, 289 -.resource-grid, 99 +/* ===== WHY CHOOSE (cards) ===== */ 290 290 .widgets { 101 + margin-top: 12px; 291 291 display: grid; 292 - grid-gap: 18px; 293 - margin-left: auto; 294 - margin-right: auto; 103 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 104 + grid-gap: 16px; 295 295 } 296 296 297 -.card-grid, 298 -.pathways, 299 -.services-grid { 300 - grid-template-columns: repeat(3, minmax(0, 1fr)); 301 - max-width: 1040px; 302 - margin-top: 22px; 303 -} 304 - 305 -.resource-grid { 306 - grid-template-columns: repeat(2, minmax(0, 1fr)); 307 - max-width: 1040px; 308 - margin-top: 22px; 309 -} 310 - 311 -.widgets { 312 - grid-template-columns: repeat(4, minmax(0, 1fr)); 313 - max-width: 1040px; 314 - margin-top: 20px; 315 -} 316 - 317 -.card-grid > *, 318 -.pathways > *, 319 -.services-grid > *, 320 -.resource-grid > *, 321 -.widgets > * { 322 - min-width: 0; 323 -} 324 - 325 -/* ========== Shared Card Style ========== */ 326 - 327 -.widget, 328 -.pathway-card, 329 -.service-card, 330 -.resource-card { 107 +.widget { 108 + padding: 18px; 331 331 background: #fff; 332 332 border: 1px solid @line; 333 333 border-radius: @radius; 334 334 box-shadow: @shadow-sm; 335 -} 336 - 337 -/* ========== Small Widgets ========== */ 338 - 339 -.widget { 340 - padding: 18px; 113 + transition: transform .18s ease, box-shadow .18s ease; 341 341 display: flex; 342 342 flex-direction: column; 343 343 height: 100%; 344 344 118 + &:hover { 119 + transform: translateY(-2px); 120 + box-shadow: @shadow; 121 + } 122 + 345 345 .icon { 346 346 display: flex; 347 347 align-items: center; 348 348 gap: 10px; 349 - padding-bottom: 8px; 350 - margin-bottom: 10px; 351 - border-bottom: 1px solid fade(@line, 70%); 352 - 353 - i { 354 - color: @brand; 355 - } 356 - 357 - h4 { 358 - margin: 0; 359 - line-height: 1.25; 360 - color: @text; 361 - } 127 + padding-bottom: 6px; 128 + margin-bottom: 8px; 129 + border-bottom: 1px solid fade(@line, 60%); 130 + i { color: @brand; } 131 + h4 { margin: 0; line-height: 1.2; color: @text; } 362 362 } 363 363 364 364 p { ... ... @@ -368,89 +368,31 @@ 368 368 } 369 369 } 370 370 371 -/* ========== Homepage Pathway Cards ========== */ 372 - 373 -.pathway-card { 374 - padding: 24px; 375 - display: flex; 376 - flex-direction: column; 377 - min-height: 100%; 378 - 379 - .pathway-icon { 380 - width: 52px; 381 - height: 52px; 382 - border-radius: 50%; 141 +/* ===== SERVICES ===== */ 142 +.services { 143 + .services-grid { 144 + margin-top: 20px; 383 383 display: flex; 384 - align-items: center; 146 + flex-wrap: wrap; 147 + gap: 24px; 148 + 149 + /* center the whole block under the heading */ 150 + max-width: 960px; 151 + margin-left: auto; 152 + margin-right: auto; 385 385 justify-content: center; 386 - color: @brand; 387 - background: fade(@brand, 10%); 388 - margin-bottom: 18px; 389 - font-size: 19px; 390 390 } 391 391 392 - h3 { 393 - margin: 0 0 10px; 394 - color: @text; 395 - font-size: 22px; 396 - line-height: 1.25; 397 - } 398 - 399 - p { 400 - color: @muted; 401 - line-height: 1.55; 402 - margin: 0 0 16px; 403 - } 404 - 405 - ul { 406 - margin: 0 0 22px; 407 - padding-left: 18px; 408 - color: @muted; 409 - font-size: 14px; 410 - line-height: 1.55; 411 - } 412 - 413 - li { 414 - margin: 6px 0; 415 - } 416 - 417 - .card-link { 418 - margin-top: auto; 419 - padding-top: 4px; 420 - 421 - a { 422 - color: @brand; 423 - font-weight: 700; 424 - text-decoration: underline; 425 - 426 - &:hover, 427 - &:focus { 428 - color: @brand-strong; 429 - } 430 - } 431 - } 432 -} 433 - 434 -/* ========== Services ========== */ 435 - 436 -.services { 437 - .services-grid { 438 - max-width: 1040px; 439 - } 440 - 441 441 .service { 157 + flex: 0 1 calc(50% - 12px); 442 442 display: flex; 443 443 align-items: flex-start; 444 444 gap: 16px; 445 - padding: 22px; 446 - background: #fff; 447 - border: 1px solid @line; 448 - border-radius: @radius; 449 - box-shadow: @shadow-sm; 161 + margin-bottom: 8px; 450 450 451 451 .service-icon { 452 - width: 4 6px;453 - height: 4 6px;164 + width: 42px; 165 + height: 42px; 454 454 border-radius: 50%; 455 455 display: flex; 456 456 align-items: center; ... ... @@ -459,908 +459,95 @@ 459 459 color: @brand; 460 460 background: fade(@brand, 10%); 461 461 flex-shrink: 0; 462 - margin-top: 2px;174 + margin-top: 3px; 463 463 } 464 464 465 465 .service-body { 466 466 h4 { 467 - margin: 0 0 6px; 468 - font-size: 18px; 469 - line-height: 1.25; 179 + margin: 0 0 4px; 180 + font-size: 1.125rem; 470 470 font-weight: 800; 471 - color: @text; 472 472 } 473 - 474 474 p { 475 - margin: 0 0 8px;476 - color: @ muted;184 + margin: 0 0 6px; 185 + color: @text; 477 477 line-height: 1.5; 478 478 } 479 - 480 480 ul { 481 - margin: 9px0 0;482 - padding-left: 1 8px;189 + margin: .45rem 0 0; 190 + padding-left: 1.1rem; 483 483 color: @muted; 484 484 font-size: 13px; 485 - line-height: 1.5; 486 486 } 487 - 488 488 li { 489 - margin: 4px 0; 195 + margin: .25rem 0; 196 + line-height: 1.45; 490 490 } 491 491 } 492 492 } 493 -} 494 494 495 -/* ========== Split / Process Section ========== */ 201 + /* ==== Center last item on its own row while keeping 50% width ==== */ 202 + .service-center { 203 + /* same width as siblings */ 204 + flex: 0 1 calc(55% - 12px); 496 496 497 -.split-section { 498 - background: 499 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 500 -} 501 - 502 -.split-grid { 503 - display: grid; 504 - grid-template-columns: 1.1fr .9fr; 505 - grid-gap: 36px; 506 - max-width: 1040px; 507 - margin: 0 auto; 508 - align-items: center; 509 -} 510 - 511 -.split-copy { 512 - h2 { 513 - text-align: left; 514 - margin-top: 0; 206 + /* push to center */ 207 + margin-left: auto; 208 + margin-right: auto; 515 515 } 516 516 517 - p { 518 - color: @muted; 519 - line-height: 1.6; 520 - } 521 -} 522 - 523 -.process-list { 524 - counter-reset: process; 525 - margin: 0; 526 - padding: 0; 527 - list-style: none; 528 - 529 - li { 530 - counter-increment: process; 531 - position: relative; 532 - padding: 16px 16px 16px 58px; 533 - margin-bottom: 12px; 534 - background: #fff; 535 - border: 1px solid @line; 536 - border-radius: @radius; 537 - box-shadow: @shadow-sm; 538 - color: @muted; 539 - line-height: 1.5; 540 - 541 - &:before { 542 - content: counter(process); 543 - position: absolute; 544 - left: 16px; 545 - top: 16px; 546 - width: 28px; 547 - height: 28px; 548 - border-radius: 50%; 549 - background: fade(@brand, 10%); 550 - color: @brand; 551 - display: flex; 552 - align-items: center; 553 - justify-content: center; 554 - font-weight: 800; 211 + /* Mobile: 1 per row */ 212 + @media (max-width: 767px) { 213 + .services-grid { 214 + gap: 16px; 215 + max-width: 100%; 555 555 } 556 556 557 - strong { 558 - display: block; 559 - color: @text; 560 - margin-bottom: 3px; 218 + .service, 219 + .service-center { 220 + flex: 0 1 100%; 221 + margin-left: 0; 222 + margin-right: 0; 561 561 } 562 562 } 563 563 } 564 564 565 -/* ========== Resources ========== */ 566 - 567 -.resource-strip { 568 - background: @brand-bg; 569 -} 570 - 571 -.resource-card { 572 - padding: 20px; 573 - 574 - h4 { 575 - margin: 0 0 8px; 576 - color: @text; 577 - font-size: 18px; 578 - line-height: 1.25; 579 - } 580 - 581 - p { 582 - color: @muted; 583 - margin: 0 0 12px; 584 - line-height: 1.5; 585 - } 586 - 587 - a { 588 - color: @brand; 589 - font-weight: 700; 590 - } 591 -} 592 - 593 -.resource-content { 594 - order: 1; 595 -} 596 - 597 -.resource-sidebar { 598 - order: 2; 599 -} 600 - 601 -@media (max-width: 767px) { 602 - .resource-layout { 603 - display: flex; 604 - flex-direction: column; 605 - } 606 - 607 - .resource-sidebar { 608 - order: 0; 609 - position: static; 610 - width: 100%; 611 - } 612 - 613 - .resource-content { 614 - order: 1; 615 - } 616 -} 617 - 618 -/* ========== Homepage Resource Strip ========== */ 619 - 620 -.homepage-resource-strip { 621 - background: 622 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 623 - 624 - .resource-grid { 625 - max-width: 1040px; 626 - margin: 22px auto 0; 627 - display: grid; 628 - grid-template-columns: repeat(2, minmax(0, 1fr)); 629 - grid-gap: 22px; 630 - align-items: stretch; 631 - } 632 - 633 - .resource-card { 634 - display: flex; 635 - flex-direction: column; 636 - min-width: 0; 637 - min-height: 100%; 638 - padding: 26px; 639 - } 640 - 641 - .resource-card h4 { 642 - margin: 0 0 10px; 643 - color: @text; 644 - font-size: 21px; 645 - line-height: 1.25; 646 - font-weight: 700; 647 - } 648 - 649 - .resource-card p { 650 - margin: 0 0 18px; 651 - color: @muted; 652 - font-size: 15px; 653 - line-height: 1.6; 654 - } 655 - 656 - .resource-card a { 657 - margin-top: auto; 658 - color: @brand; 659 - font-weight: 700; 660 - text-decoration: underline; 661 - 662 - &:hover, 663 - &:focus { 664 - color: @brand-strong; 665 - } 666 - } 667 -} 668 - 669 -@media (max-width: 980px) { 670 - .homepage-resource-strip { 671 - .resource-grid { 672 - grid-template-columns: 1fr; 673 - } 674 - } 675 -} 676 - 677 -@media (max-width: 640px) { 678 - .homepage-resource-strip { 679 - .resource-card { 680 - padding: 22px; 681 - } 682 - 683 - .resource-card h4 { 684 - font-size: 19px; 685 - } 686 - } 687 -} 688 - 689 -/* ========== CTA ========== */ 690 - 227 +/* ===== CTA ===== */ 691 691 .cta-section { 692 - padding: @section-padding;229 + padding: 24px 0 16px; 693 693 694 694 .contact-inline { 695 695 margin: 0; 696 696 color: @muted; 697 - 698 - a { 699 - color: @brand; 700 - } 234 + a { color: @brand; } 701 701 } 702 702 } 703 703 704 -.cta-panel { 705 - max-width: 860px; 706 - margin: 0 auto; 707 - padding: 32px; 708 - border-radius: @radius; 709 - border: 1px solid fade(@brand, 20%); 710 - background: 711 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 712 - box-shadow: @shadow-sm; 713 - text-align: center; 714 - 715 - h2 { 716 - margin-top: 0; 238 +.navbar-default .navbar-nav { 239 + float: right !important; 240 + background-color: #fff; 241 + border-color: #fff; 242 + .menu-horizontal { 243 + background-color: #fff; 244 + border-color: #fff; 717 717 } 718 718 719 - p { 720 - color: @muted; 721 - line-height: 1.55; 722 - } 723 -} 724 - 725 -/* ========== Responsive ========== */ 726 - 727 -@media (max-width: 980px) { 728 - .widgets, 729 - .pathways, 730 - .services-grid, 731 - .resource-grid { 732 - grid-template-columns: repeat(2, minmax(0, 1fr)); 733 - } 734 - 735 - .split-grid { 736 - grid-template-columns: 1fr; 737 - } 738 - 739 - .split-copy h2 { 740 - text-align: center; 741 - } 742 -} 743 - 744 -@media (max-width: 760px) { 745 - section[id] { 746 - scroll-margin-top: 132px; 747 - } 748 - 749 - .header-inner { 750 - min-height: auto; 751 - padding-top: 14px; 752 - padding-bottom: 14px; 753 - flex-direction: column; 754 - align-items: center; 755 - gap: 12px; 756 - } 757 - 758 - .site-nav { 759 - width: 100%; 760 - justify-content: center; 761 - flex-wrap: wrap; 762 - gap: 10px 16px; 763 - font-size: 14px; 764 - 765 - .nav-cta { 766 - padding: 7px 12px; 767 - } 768 - } 769 - 770 - .hero.hero-centered { 771 - min-height: 280px; 772 - } 773 - 774 - .hero { 775 - .lead { 776 - font-size: 17px; 777 - } 778 - 779 - .benefits { 780 - gap: 4px 10px; 781 - 782 - li + li::before { 783 - content: none; 784 - } 785 - } 786 - } 787 -} 788 - 789 -@media (max-width: 640px) { 790 - section { 791 - padding: @section-padding-mobile; 792 - } 793 - 794 - .widgets, 795 - .pathways, 796 - .services-grid, 797 - .resource-grid { 798 - grid-template-columns: 1fr; 799 - } 800 - 801 - .pathway-card, 802 - .services .service, 803 - .resource-card, 804 - .widget { 805 - padding: 20px; 806 - } 807 - 808 - .services .service { 809 - gap: 14px; 810 - } 811 - 812 - .cta-panel { 813 - padding: 24px 20px; 814 - } 815 -} 816 - 817 -/* ========== Resource / Article Pages ========== */ 818 - 819 -.resource-page { 820 - padding-top: 0; 821 -} 822 - 823 -.resource-header { 824 - padding: @section-padding; 825 - border-top: none; 826 - background: 827 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 828 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 829 - 830 - h1 { 831 - margin: 0 auto 14px; 832 - text-align: center; 833 - line-height: 1.18; 834 - } 835 - 836 - .resource-summary { 837 - max-width: 780px; 838 - margin: 0 auto; 839 - color: @muted; 840 - text-align: center; 841 - font-size: 18px; 842 - line-height: 1.55; 843 - } 844 -} 845 - 846 -.resource-layout { 847 - display: grid; 848 - grid-template-columns: minmax(0, 760px) 280px; 849 - gap: 42px; 850 - max-width: 1080px; 851 - margin: 0 auto; 852 - align-items: start; 853 -} 854 - 855 -.resource-content { 856 - color: @text; 857 - font-size: 16px; 858 - line-height: 1.68; 859 - 860 - h2 { 861 - text-align: left; 862 - margin: 34px 0 12px; 863 - line-height: 1.28; 864 - } 865 - 866 - h3 { 867 - margin: 24px 0 8px; 868 - line-height: 1.3; 869 - } 870 - 871 - p { 872 - margin: 0 0 16px; 873 - } 874 - 875 - ul, 876 - ol { 877 - margin: 0 0 18px; 878 - padding-left: 22px; 879 - } 880 - 247 + margin-left:20px; 881 881 li { 882 - margin: 6px 0; 883 - } 884 - 885 - strong { 886 - color: @text; 887 - } 888 -} 889 - 890 -.resource-note { 891 - border-left: 4px solid @brand; 892 - background: @brand-bg; 893 - padding: 16px 18px; 894 - margin: 22px 0; 895 - border-radius: 0 @radius @radius 0; 896 - 897 - p:last-child { 898 - margin-bottom: 0; 899 - } 900 -} 901 - 902 -.resource-checklist { 903 - margin: 18px 0 24px; 904 - padding: 0; 905 - list-style: none; 906 - 907 - li { 908 - position: relative; 909 - padding: 10px 0 10px 34px; 910 - border-bottom: 1px solid @line; 911 - 912 - &:before { 913 - content: "\f00c"; 914 - font-family: FontAwesome; 915 - position: absolute; 916 - left: 0; 917 - top: 11px; 918 - color: @brand; 919 - } 920 - } 921 -} 922 - 923 -.resource-sidebar { 924 - position: sticky; 925 - top: 96px; 926 - border: 1px solid @line; 927 - border-radius: @radius; 928 - padding: 18px; 929 - background: #fff; 930 - box-shadow: @shadow-sm; 931 - 932 - h4 { 933 - margin: 0 0 10px; 934 - } 935 - 936 - ul { 937 - margin: 0; 938 - padding-left: 18px; 939 - color: @muted; 940 - } 941 - 942 - li { 943 - margin: 8px 0; 944 - } 945 - 946 - a { 947 - color: @brand; 948 - font-weight: 600; 949 - } 950 -} 951 - 952 -.resource-cta { 953 - margin-top: 36px; 954 - padding: 22px; 955 - border: 1px solid fade(@brand, 20%); 956 - border-radius: @radius; 957 - background: @brand-bg; 958 - 959 - h3 { 960 - margin-top: 0; 961 - } 962 - 963 - p { 964 - color: @muted; 965 - } 966 -} 967 - 968 -@media (max-width: 900px) { 969 - .resource-layout { 970 - grid-template-columns: 1fr; 971 - } 972 - 973 - .resource-sidebar { 974 - position: static; 975 - } 976 -} 977 - 978 -/* ========== Products / Extensions Pages ========== */ 979 - 980 -.product-index-section { 981 - padding: @section-padding; 982 - 983 - h2 { 984 - margin-bottom: 10px; 985 - } 986 -} 987 - 988 -.product-card-grid { 989 - max-width: 840px; 990 - margin: 22px auto 0; 991 - display: grid; 992 - grid-template-columns: 1fr; 993 - grid-gap: 18px; 994 -} 995 - 996 -.product-card { 997 - background: #fff; 998 - border: 1px solid @line; 999 - border-radius: @radius; 1000 - box-shadow: @shadow-sm; 1001 - padding: 28px; 1002 - display: grid; 1003 - grid-template-columns: 68px 1fr; 1004 - grid-gap: 22px; 1005 - align-items: start; 1006 - 1007 - .product-card-icon { 1008 - width: 58px; 1009 - height: 58px; 1010 - border-radius: 50%; 1011 - background: fade(@brand, 10%); 1012 - border: 1px solid fade(@brand, 20%); 1013 - color: @brand; 1014 - display: flex; 1015 - align-items: center; 1016 - justify-content: center; 1017 - font-size: 22px; 1018 - flex-shrink: 0; 1019 - } 1020 - 1021 - h3 { 1022 - margin: 0 0 10px; 1023 - color: @text; 1024 - font-size: 23px; 1025 - line-height: 1.25; 1026 - font-weight: 800; 1027 - } 1028 - 1029 - p { 1030 - color: @muted; 1031 - line-height: 1.6; 1032 - } 1033 - 1034 - .card-link { 1035 - margin: 0; 1036 - 1037 - a { 1038 - font-weight: 700; 1039 - } 1040 - } 1041 -} 1042 - 1043 -.product-card-kicker { 1044 - margin-bottom: 10px; 1045 - padding: 5px 10px; 1046 - font-size: 12px; 1047 - text-transform: uppercase; 1048 - letter-spacing: .04em; 1049 -} 1050 - 1051 -.product-highlights { 1052 - margin: 14px 0 20px; 1053 - padding-left: 18px; 1054 - color: @muted; 1055 - 1056 - li { 1057 - margin: 6px 0; 1058 - line-height: 1.45; 1059 - } 1060 -} 1061 - 1062 -/* ========== Individual Product Pages ========== */ 1063 - 1064 -.product-layout { 1065 - display: grid; 1066 - grid-template-columns: 1.1fr .9fr; 1067 - grid-gap: 36px; 1068 - max-width: 1040px; 1069 - margin: 0 auto; 1070 - align-items: start; 1071 -} 1072 - 1073 -.product-summary-card, 1074 -.product-info-card, 1075 -.product-gallery-panel { 1076 - background: #fff; 1077 - border: 1px solid @line; 1078 - border-radius: @radius; 1079 - box-shadow: @shadow-sm; 1080 -} 1081 - 1082 -.product-summary-card { 1083 - padding: 26px; 1084 - 1085 - h2 { 1086 - text-align: left; 1087 - margin-top: 0; 1088 - } 1089 - 1090 - p { 1091 - color: @muted; 1092 - line-height: 1.6; 1093 - } 1094 - 1095 - p:last-child { 1096 - margin-bottom: 0; 1097 - } 1098 -} 1099 - 1100 -.product-info-card { 1101 - padding: 22px; 1102 - 1103 - h3 { 1104 - margin-top: 0; 1105 - margin-bottom: 12px; 1106 - } 1107 - 1108 - ul { 1109 - margin: 0; 1110 - padding-left: 20px; 1111 - color: @muted; 1112 - } 1113 - 1114 - li { 1115 - margin: 8px 0; 1116 - line-height: 1.45; 1117 - } 1118 -} 1119 - 1120 -.product-feature-grid { 1121 - display: grid; 1122 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1123 - grid-gap: 18px; 1124 - max-width: 1040px; 1125 - margin: 22px auto 0; 1126 -} 1127 - 1128 -.product-feature { 1129 - background: #fff; 1130 - border: 1px solid @line; 1131 - border-radius: @radius; 1132 - box-shadow: @shadow-sm; 1133 - padding: 22px; 1134 - 1135 - .feature-icon { 1136 - width: 46px; 1137 - height: 46px; 1138 - border-radius: 50%; 1139 - background: fade(@brand, 10%); 1140 - color: @brand; 1141 - display: flex; 1142 - align-items: center; 1143 - justify-content: center; 1144 - margin-bottom: 14px; 1145 - font-size: 18px; 1146 - } 1147 - 1148 - h3 { 1149 - margin: 0 0 8px; 1150 - color: @text; 1151 - font-size: 18px; 1152 - line-height: 1.25; 1153 - } 1154 - 1155 - p { 1156 - margin: 0; 1157 - color: @muted; 1158 - line-height: 1.5; 1159 - } 1160 -} 1161 - 1162 -.product-gallery-panel { 1163 - max-width: 1040px; 1164 - margin: 20px auto 0; 1165 - padding: 26px; 1166 - 1167 - h2 { 1168 - margin-top: 0; 1169 - text-align: center; 1170 - } 1171 - 1172 - .gallery-note { 1173 - max-width: 700px; 1174 - margin: 0 auto 18px; 1175 - color: @muted; 1176 - text-align: center; 1177 - line-height: 1.55; 1178 - } 1179 -} 1180 - 1181 -.product-gallery-placeholder { 1182 - min-height: 260px; 1183 - padding: 28px; 1184 - border: 1px dashed fade(@brand, 40%); 1185 - border-radius: @radius; 1186 - background: fade(@brand, 5%); 1187 - color: @muted; 1188 - text-align: center; 1189 - display: flex; 1190 - align-items: center; 1191 - justify-content: center; 1192 -} 1193 - 1194 -.product-section-muted { 1195 - background: 1196 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1197 -} 1198 - 1199 -@media (max-width: 980px) { 1200 - .product-layout, 1201 - .product-feature-grid { 1202 - grid-template-columns: 1fr; 1203 - } 1204 - 1205 - .product-summary-card h2 { 1206 - text-align: center; 1207 - } 1208 -} 1209 - 1210 -@media (max-width: 640px) { 1211 - .product-card { 1212 - grid-template-columns: 1fr; 1213 - padding: 22px; 1214 - text-align: left; 1215 - 1216 - .product-card-icon { 1217 - margin-bottom: 2px; 1218 - } 1219 - } 1220 - 1221 - .product-summary-card, 1222 - .product-info-card, 1223 - .product-feature, 1224 - .product-gallery-panel { 1225 - padding: 20px; 1226 - } 1227 -} 1228 - 1229 -/* ========== Resources Index ========== */ 1230 - 1231 -.resources-index-page { 1232 - padding: @section-padding; 1233 - background: @brand-bg; 1234 - 1235 - .resources-intro { 1236 - max-width: 820px; 1237 - margin: 0 auto 32px; 1238 - text-align: center; 1239 - 1240 - p { 1241 - color: @muted; 1242 - font-size: 17px; 1243 - line-height: 1.7; 1244 - margin: 0; 1245 - } 1246 - } 1247 - 1248 - .resources-grid { 1249 - display: grid; 1250 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1251 - gap: 24px; 1252 - margin-bottom: 36px; 1253 - } 1254 - 1255 - .resource-card { 1256 - display: flex; 1257 - gap: 18px; 1258 - background: #fff; 1259 - border: 1px solid @line; 1260 - border-radius: @radius; 1261 - box-shadow: @shadow-sm; 1262 - padding: 24px; 1263 - } 1264 - 1265 - .resource-card-icon { 1266 - flex: 0 0 46px; 1267 - width: 46px; 1268 - height: 46px; 1269 - border-radius: 14px; 1270 - background: @brand-soft; 1271 - color: @brand-strong; 1272 - display: flex; 1273 - align-items: center; 1274 - justify-content: center; 249 + align-items: end; 1275 1275 font-size: 20px; 1276 - } 1277 - 1278 - .resource-card-label { 1279 - color: @brand-strong; 1280 - font-size: 13px; 1281 - font-weight: 700; 1282 - text-transform: uppercase; 1283 - letter-spacing: .04em; 1284 - margin-bottom: 8px; 1285 - } 1286 - 1287 - .resource-card h2 { 1288 - font-size: 22px; 1289 - line-height: 1.25; 1290 - margin: 0 0 12px; 1291 - } 1292 - 1293 - .resource-card h2 a { 1294 - color: @text; 1295 - text-decoration: none; 1296 - 1297 1297 &:hover { 1298 - color: @brand-strong;1299 - text-decoration:none;252 + background-color: #fff; 253 + color: #00463c; 1300 1300 } 1301 - } 1302 - 1303 - .resource-card p { 1304 - color: @muted; 1305 - font-size: 15px; 1306 - line-height: 1.65; 1307 - margin: 0 0 16px; 1308 - } 1309 - 1310 - .resource-card-link { 1311 - color: @brand-strong; 1312 - font-weight: 700; 1313 - text-decoration: none; 1314 - 1315 - &:hover { 1316 - color: @brand; 1317 - text-decoration: none; 255 + a { 256 + padding-bottom: 0; 257 + padding-top: 14px; 258 + &:hover { 259 + background-color: #fff; 260 + color: #00463c; 261 + } 1318 1318 } 1319 1319 } 1320 - 1321 - .resources-next { 1322 - max-width: 820px; 1323 - margin: 0 auto 32px; 1324 - text-align: center; 1325 - 1326 - h2 { 1327 - font-size: 26px; 1328 - margin: 0 0 10px; 1329 - } 1330 - 1331 - p { 1332 - color: @muted; 1333 - font-size: 16px; 1334 - line-height: 1.7; 1335 - margin: 0; 1336 - } 1337 - } 1338 1338 } 1339 1339 1340 -@media (max-width: 767px) { 1341 - .resources-index-page { 1342 - padding: @section-padding-mobile; 1343 - 1344 - .resources-intro { 1345 - text-align: left; 1346 - margin-bottom: 24px; 1347 - } 1348 - 1349 - .resources-grid { 1350 - grid-template-columns: 1fr; 1351 - gap: 18px; 1352 - } 1353 - 1354 - .resource-card { 1355 - padding: 20px; 1356 - } 1357 - 1358 - .resource-card h2 { 1359 - font-size: 20px; 1360 - } 1361 - 1362 - .resources-next { 1363 - text-align: left; 1364 - } 1365 - } 1366 -}
- XWiki.StyleSheetExtension[1]
-
- cache
-
... ... @@ -1,1 +1,0 @@ 1 -long - code
-
... ... @@ -1,148 +1,0 @@ 1 -/* ========== Agnease Public Top Menu ========== */ 2 - 3 -/* Desktop alignment */ 4 -#menuview .navbar-nav { 5 - float: right !important; 6 -} 7 - 8 -/* Top-level menu items */ 9 - 10 -.agnease-menu-item, 11 -.agnease-menu-link { 12 - > a, 13 - > .dropdown-toggle { 14 - color: @brand; 15 - font-size: 17px; 16 - font-weight: 600; 17 - padding-left: 16px; 18 - padding-right: 16px; 19 - text-decoration: none; 20 - } 21 - 22 - > a:hover, 23 - > a:focus, 24 - > a:active, 25 - &.open > a, 26 - &.active > a { 27 - color: @brand-strong; 28 - text-decoration: none; 29 - outline: none; 30 - } 31 - 32 - .caret { 33 - margin-left: 5px; 34 - border-top-color: @brand; 35 - border-bottom-color: @brand; 36 - } 37 - 38 - > a:hover .caret, 39 - > a:focus .caret, 40 - > a:active .caret, 41 - &.open > a .caret, 42 - &.active > a .caret { 43 - border-top-color: @brand-strong; 44 - border-bottom-color: @brand-strong; 45 - } 46 -} 47 - 48 -/* Dropdown panel */ 49 - 50 -.agnease-dropdown { 51 - min-width: 310px; 52 - padding: 10px 8px; 53 - border: 1px solid fade(@brand, 18%); 54 - border-radius: 12px; 55 - background: #fff; 56 - box-shadow: 0 12px 32px fade(@brand-strong, 12%); 57 - 58 - > li > a { 59 - display: flex; 60 - align-items: center; 61 - gap: 12px; 62 - padding: 11px 14px; 63 - color: @brand; 64 - white-space: nowrap; 65 - font-size: 16px; 66 - font-weight: 600; 67 - line-height: 1.3; 68 - text-decoration: none; 69 - 70 - i { 71 - width: 20px; 72 - flex: 0 0 20px; 73 - color: @brand; 74 - text-align: center; 75 - font-size: 15px; 76 - } 77 - 78 - &:hover, 79 - &:focus, 80 - &:active { 81 - color: @brand-strong; 82 - text-decoration: none; 83 - outline: none; 84 - 85 - i { 86 - color: @brand-strong; 87 - } 88 - } 89 - } 90 - 91 - > .active > a { 92 - color: @brand-strong; 93 - 94 - i { 95 - color: @brand-strong; 96 - } 97 - } 98 - 99 - .divider { 100 - margin: 8px 0; 101 - background-color: fade(@brand, 16%); 102 - } 103 -} 104 - 105 -/* Mobile */ 106 - 107 -@media (max-width: 767px) { 108 - .site-nav { 109 - margin-left: 0; 110 - justify-content: center; 111 - flex-wrap: wrap; 112 - } 113 - 114 - .agnease-menu-item, 115 - .agnease-menu-link { 116 - > a, 117 - > .dropdown-toggle { 118 - font-size: 16px; 119 - padding-top: 9px; 120 - padding-bottom: 9px; 121 - } 122 - } 123 - 124 - .agnease-dropdown { 125 - min-width: 0; 126 - width: 100%; 127 - padding: 4px 8px 8px 18px; 128 - border: 0; 129 - border-radius: 0; 130 - box-shadow: none; 131 - background: transparent; 132 - 133 - > li > a { 134 - padding: 8px 10px; 135 - white-space: normal; 136 - font-size: 15px; 137 - 138 - i { 139 - width: 18px; 140 - flex-basis: 18px; 141 - } 142 - } 143 - 144 - .divider { 145 - margin: 5px 0; 146 - } 147 - } 148 -} - contentType
-
... ... @@ -1,1 +1,0 @@ 1 -LESS - name
-
... ... @@ -1,1 +1,0 @@ 1 -Menu - use
-
... ... @@ -1,1 +1,0 @@ 1 -onDemand