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, 2 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,175 +2,188 @@ 2 2 #macro (displayPublicContent) 3 3 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 4 {{html clean="false"}} 5 - ## HERO5 + 6 6 <section class="hero hero-centered" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> 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> 8 + <h1 id="hero-title">Professional XWiki consulting and engineering</h1> 9 + 10 + <p class="lead"> 11 + Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical 12 + engineering support, custom development, integrations and long-term care. 13 + </p> 14 + 10 10 <ul class="benefits"> 11 - <li>S moothupgrades</li>12 - <li> Reliable supportplans</li>13 - <li>Custom i ntegrations</li>14 - <li> Secure, optimizedplatforms</li>16 + <li>XWiki LTS upgrades</li> 17 + <li>Maintenance and support</li> 18 + <li>Custom XWiki development</li> 19 + <li>Migrations and integrations</li> 15 15 </ul> 16 - <div class="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" 21 + 22 + <div class="hero-actions"> 23 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 24 + <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 23 23 </div> 24 24 </div> 25 25 </section> 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"> 28 + 29 + <section class="trust-strip" aria-label="Agnease experience"> 45 45 <div class="container"> 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> 31 + <ul> 32 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> 33 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> 34 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> 35 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> 36 + </ul> 59 59 </div> 60 60 </section> 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"> 39 + 40 + <section aria-labelledby="platform-title"> 109 109 <div class="container"> 110 - <h2 id="services-title">Services</h2> 111 - <p class="lead"> 112 - All the XWiki services you need, delivered with precision and care 42 + <h2 id="platform-title">XWiki support for production knowledge platforms</h2> 43 + <p class="section-intro"> 44 + XWiki often grows from a documentation space into a business-critical knowledge platform. 45 + When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care 46 + for upgrades, security, permissions and maintainability. 113 113 </p> 114 114 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 49 + <div class="pathways"> 50 + <article class="pathway-card"> 51 + <div class="card-heading"> 52 + <div class="pathway-icon"> 53 + <i class="fa fa-refresh" aria-hidden="true"></i> 54 + </div> 55 + <h3>Upgrade XWiki safely</h3> 56 + </div> 57 + <p> 58 + Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. 59 + </p> 60 + <ul> 61 + <li>LTS upgrade planning</li> 62 + <li>Extension and custom code review</li> 63 + <li>Staging and production validation</li> 64 + </ul> 65 + <p class="card-link"> 66 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 67 + </p> 68 + </article> 123 123 124 - <article class="$classes"> 125 - <div class="service-icon"> 126 - <i class="fa fa-$entry.icon" aria-hidden="true"></i> 70 + <article class="pathway-card"> 71 + <div class="card-heading"> 72 + <div class="pathway-icon"> 73 + <i class="fa fa-life-ring" aria-hidden="true"></i> 127 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> 75 + <h3>Maintain XWiki reliably</h3> 76 + </div> 77 + <p> 78 + Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. 79 + </p> 80 + <ul> 81 + <li>Troubleshooting and recovery</li> 82 + <li>Performance and log analysis</li> 83 + <li>Upgrade and maintenance planning</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="card-heading"> 92 + <div class="pathway-icon"> 93 + <i class="fa fa-cogs" aria-hidden="true"></i> 136 136 </div> 137 - </article> 138 - #end 95 + <h3>Extend XWiki for your processes</h3> 96 + </div> 97 + <p> 98 + Build custom XWiki applications, workflows, dashboards and integrations around real business needs. 99 + </p> 100 + <ul> 101 + <li>Custom XWiki applications</li> 102 + <li>Workflows and approvals</li> 103 + <li>APIs, SSO, LDAP and integrations</li> 104 + </ul> 105 + <p class="card-link"> 106 + <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> 107 + </p> 108 + </article> 139 139 </div> 140 140 </div> 141 141 </section> 142 - ## CTA INLINE143 - <section id="contact" class="cta-section">112 + 113 + <section class="split-section" aria-labelledby="why-title"> 144 144 <div class="container"> 145 - <p class="text-center contact-inline"> 146 - Need help with your XWiki? <a href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>. 115 + <div class="split-grid"> 116 + <div class="split-copy"> 117 + <h2 id="why-title">Why work with an XWiki specialist</h2> 118 + <p> 119 + XWiki projects often involve more than pages. Production platforms may include custom code, 120 + extensions, authentication, permissions, workflows, integrations and business-critical content. 121 + </p> 122 + <p> 123 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements 124 + and leave the platform easier to maintain after the work is complete. 125 + </p> 126 + </div> 127 + 128 + <ol class="process-list"> 129 + <li> 130 + <strong>Review the XWiki environment</strong> 131 + Version, extensions, infrastructure, authentication, permissions, custom code and critical features. 132 + </li> 133 + <li> 134 + <strong>Define the safest next steps</strong> 135 + Scope, risks, dependencies, effort, rollback options and validation requirements. 136 + </li> 137 + <li> 138 + <strong>Implement, validate and document</strong> 139 + Controlled changes, testing, production validation and notes for future maintenance. 140 + </li> 141 + </ol> 142 + </div> 143 + </div> 144 + </section> 145 + 146 + <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 147 + <div class="container"> 148 + <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2> 149 + <p class="section-intro"> 150 + Practical articles about XWiki upgrades, customization and production platform care. 147 147 </p> 152 + 153 + <div class="resource-grid"> 154 + <article class="resource-card"> 155 + <h4>Why upgrade your XWiki instance?</h4> 156 + <p> 157 + Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk. 158 + </p> 159 + <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a> 160 + </article> 161 + 162 + <article class="resource-card"> 163 + <h4>XWiki upgrade services</h4> 164 + <p> 165 + See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations. 166 + </p> 167 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 168 + </article> 169 + </div> 148 148 </div> 149 149 </section> 150 - {{/html}} 151 -#end 152 152 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> 173 + <section class="cta-section" aria-labelledby="contact-title"> 174 + <div class="container"> 175 + <div class="cta-panel"> 176 + <h2 id="contact-title">Need XWiki consulting or support?</h2> 177 + <p> 178 + Send your current XWiki version, the issue you are facing, or the type of project you want to build. 179 + A short description is enough to define practical next steps. 180 + </p> 181 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 160 160 </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> 171 171 </div> 172 - </div> 173 - </div> 184 + </section> 185 + 186 + {{/html}} 174 174 #end 175 175 176 176 #macro (stripHTMLMacro $displayOutput)
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,14 +1,22 @@ 1 -/* ========== Agnease Landing (no Bootstrap grid) ========== */ 1 +/* ========== Agnease Public Website ========== */ 2 + 2 2 @brand: #00937D; 3 3 @brand-strong: #007B6A; 5 +@brand-soft: #E7FFF8; 6 +@brand-bg: #F4FCFA; 4 4 @text: #2D3A34; 5 5 @muted: #5B6B64; 6 6 @line: #E4ECE9; 7 7 @radius: 16px; 8 -@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 9 -@shadow: 0 12px 36px rgba(0,0,0,.08); 11 +@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06); 12 +@shadow: 0 12px 36px rgba(0, 0, 0, .08); 10 10 @maxw: 1140px; 11 11 15 +@section-padding: 30px 0; 16 +@section-padding-mobile: 28px 0; 17 + 18 +/* ========== Base ========== */ 19 + 12 12 #mainContentArea { 13 13 padding: 0; 14 14 } ... ... @@ -15,27 +15,148 @@ 15 15 16 16 .container { 17 17 max-width: @maxw; 26 + margin-left: auto; 27 + margin-right: auto; 28 + padding-left: 18px; 29 + padding-right: 18px; 18 18 } 19 19 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 + 20 20 .lead { 21 21 color: @muted; 22 22 text-align: center; 23 23 margin-bottom: 0; 24 24 } 25 -h2 { 66 + 67 +.section-intro { 68 + max-width: 760px; 69 + margin: 0 auto 22px; 26 26 text-align: center; 71 + color: @muted; 72 + font-size: 16px; 73 + line-height: 1.55; 27 27 } 28 28 29 -section { 30 - padding: 32px 0; 31 - border-top: 1px solid @line; 76 +a { 77 + color: @brand; 32 32 33 - &:first-of-type { 34 - border-top: none; 79 + &:hover, 80 + &:focus { 81 + color: @brand-strong; 35 35 } 36 36 } 37 37 38 -/* ===== HERO ===== */ 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 + 39 39 .hero { 40 40 overflow: hidden; 41 41 background-repeat: no-repeat; ... ... @@ -44,16 +44,16 @@ 44 44 &.hero-centered { 45 45 text-align: center; 46 46 background: 47 - radial-gradient(50rem 18rem at 50% -10%, #E7FFF80%, transparent 60%),176 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 48 48 radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 49 49 display: flex; 50 50 align-items: center; 51 51 justify-content: center; 52 - min-height: 30 0px;181 + min-height: 330px; 53 53 } 54 54 55 55 .hero-inner { 56 - max-width: 8 50px;185 + max-width: 860px; 57 57 margin: 0 auto; 58 58 display: flex; 59 59 flex-direction: column; ... ... @@ -60,17 +60,20 @@ 60 60 align-items: center; 61 61 } 62 62 63 - .hero-cta { 64 - display: flex; 65 - gap: 0.8rem; 66 - flex-wrap: wrap; 67 - justify-content: center; 68 - margin-top: 1.3rem; 69 - a:hover { 70 - text-decoration: none; 71 - } 192 + h1 { 193 + max-width: 790px; 194 + margin-left: auto; 195 + margin-right: auto; 196 + line-height: 1.18; 72 72 } 73 73 199 + .lead { 200 + max-width: 820px; 201 + font-size: 19px; 202 + line-height: 1.55; 203 + margin-top: 12px; 204 + } 205 + 74 74 .benefits { 75 75 display: flex; 76 76 flex-wrap: wrap; ... ... @@ -77,61 +77,149 @@ 77 77 justify-content: center; 78 78 list-style: none; 79 79 padding: 0; 80 - margin: 0.8rem0 0;212 + margin: 14px 0 0; 81 81 color: @muted; 82 82 font-size: 14px; 83 83 84 84 li + li::before { 85 85 content: "•"; 86 - margin: 0 5px;218 + margin: 0 6px; 87 87 } 220 + } 221 +} 88 88 89 - @media (max-width: 640px) { 90 - li + li::before { 91 - content: none; 92 - } 93 - li:nth-child(1)::after, 94 - li:nth-child(3)::after { 95 - content: "•"; 96 - margin: 0 5px; 97 - } 98 - } 223 +.hero-kicker { 224 + display: inline-flex; 225 + align-items: center; 226 + gap: 8px; 227 + color: @brand; 228 + background: fade(@brand, 8%); 229 + border: 1px solid fade(@brand, 18%); 230 + border-radius: 999px; 231 + padding: 6px 12px; 232 + margin-bottom: 14px; 233 + font-size: 13px; 234 + font-weight: 700; 235 +} 236 + 237 +.hero-actions, 238 +#hero-cta { 239 + display: flex; 240 + gap: 12px; 241 + flex-wrap: wrap; 242 + justify-content: center; 243 + margin-top: 22px; 244 +} 245 + 246 +/* ========== Trust Strip ========== */ 247 + 248 +.trust-strip { 249 + padding: 18px 0; 250 + border-top: 1px solid @line; 251 + background: #fff; 252 + 253 + ul { 254 + max-width: 960px; 255 + margin: 0 auto; 256 + padding: 0; 257 + list-style: none; 258 + display: flex; 259 + justify-content: center; 260 + gap: 22px; 261 + flex-wrap: wrap; 262 + color: @muted; 263 + font-size: 13px; 99 99 } 265 + 266 + li { 267 + display: flex; 268 + align-items: center; 269 + gap: 7px; 270 + } 271 + 272 + i { 273 + color: @brand; 274 + } 100 100 } 101 101 102 -/* ===== WHY CHOOSE (cards) ===== */ 277 +/* ========== Reusable Grids ========== */ 278 + 279 +.card-grid, 280 +.pathways, 281 +.services-grid, 282 +.resource-grid, 103 103 .widgets { 104 - margin-top: 12px; 105 105 display: grid; 106 - grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 107 - grid-gap: 16px; 285 + grid-gap: 18px; 286 + margin-left: auto; 287 + margin-right: auto; 108 108 } 109 109 110 -.widget { 111 - padding: 18px; 290 +.card-grid, 291 +.pathways, 292 +.services-grid { 293 + grid-template-columns: repeat(3, minmax(0, 1fr)); 294 + max-width: 1040px; 295 + margin-top: 22px; 296 +} 297 + 298 +.resource-grid { 299 + grid-template-columns: repeat(2, minmax(0, 1fr)); 300 + max-width: 1040px; 301 + margin-top: 22px; 302 +} 303 + 304 +.widgets { 305 + grid-template-columns: repeat(4, minmax(0, 1fr)); 306 + max-width: 1040px; 307 + margin-top: 20px; 308 +} 309 + 310 +.card-grid > *, 311 +.pathways > *, 312 +.services-grid > *, 313 +.resource-grid > *, 314 +.widgets > * { 315 + min-width: 0; 316 +} 317 + 318 +/* ========== Shared Card Style ========== */ 319 + 320 +.widget, 321 +.pathway-card, 322 +.service-card, 323 +.resource-card { 112 112 background: #fff; 113 113 border: 1px solid @line; 114 114 border-radius: @radius; 115 115 box-shadow: @shadow-sm; 116 - transition: transform .18s ease, box-shadow .18s ease; 328 +} 329 + 330 +/* ========== Small Widgets ========== */ 331 + 332 +.widget { 333 + padding: 18px; 117 117 display: flex; 118 118 flex-direction: column; 119 119 height: 100%; 120 120 121 - &:hover { 122 - transform: translateY(-2px); 123 - box-shadow: @shadow; 124 - } 125 - 126 126 .icon { 127 127 display: flex; 128 128 align-items: center; 129 129 gap: 10px; 130 - padding-bottom: 6px; 131 - margin-bottom: 8px; 132 - border-bottom: 1px solid fade(@line, 60%); 133 - i { color: @brand; } 134 - h4 { margin: 0; line-height: 1.2; color: @text; } 342 + padding-bottom: 8px; 343 + margin-bottom: 10px; 344 + border-bottom: 1px solid fade(@line, 70%); 345 + 346 + i { 347 + color: @brand; 348 + } 349 + 350 + h4 { 351 + margin: 0; 352 + line-height: 1.25; 353 + color: @text; 354 + } 135 135 } 136 136 137 137 p { ... ... @@ -141,31 +141,96 @@ 141 141 } 142 142 } 143 143 144 -/* ===== SERVICES ===== */ 145 -.services { 146 - .services-grid { 147 - margin-top: 20px; 364 +/* ========== Homepage Pathway Cards ========== */ 365 + 366 +.pathway-card { 367 + padding: 24px; 368 + display: flex; 369 + flex-direction: column; 370 + min-height: 100%; 371 + 372 + .card-heading { 148 148 display: flex; 149 - flex-wrap: wrap; 150 - gap: 24px; 374 + align-items: center; 375 + gap: 14px; 376 + margin-bottom: 14px; 377 + } 151 151 152 - /* center the whole block under the heading */ 153 - max-width: 960px; 154 - margin-left: auto; 155 - margin-right: auto; 379 + .pathway-icon { 380 + width: 52px; 381 + height: 52px; 382 + border-radius: 50%; 383 + display: flex; 384 + align-items: center; 156 156 justify-content: center; 386 + color: @brand; 387 + background: fade(@brand, 10%); 388 + font-size: 19px; 389 + flex-shrink: 0; 157 157 } 158 158 392 + h3 { 393 + margin: 0; 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 + 159 159 .service { 160 - flex: 0 1 calc(50% - 12px); 161 161 display: flex; 162 162 align-items: flex-start; 163 163 gap: 16px; 164 - margin-bottom: 8px; 445 + padding: 22px; 446 + background: #fff; 447 + border: 1px solid @line; 448 + border-radius: @radius; 449 + box-shadow: @shadow-sm; 165 165 166 166 .service-icon { 167 - width: 4 2px;168 - height: 4 2px;452 + width: 46px; 453 + height: 46px; 169 169 border-radius: 50%; 170 170 display: flex; 171 171 align-items: center; ... ... @@ -174,66 +174,818 @@ 174 174 color: @brand; 175 175 background: fade(@brand, 10%); 176 176 flex-shrink: 0; 177 - margin-top: 3px;462 + margin-top: 2px; 178 178 } 179 179 180 180 .service-body { 181 181 h4 { 182 - margin: 0 0 4px; 183 - font-size: 1.125rem; 467 + margin: 0 0 6px; 468 + font-size: 18px; 469 + line-height: 1.25; 184 184 font-weight: 800; 471 + color: @text; 185 185 } 473 + 186 186 p { 187 - margin: 0 0 6px;188 - color: @te xt;475 + margin: 0 0 8px; 476 + color: @muted; 189 189 line-height: 1.5; 190 190 } 479 + 191 191 ul { 192 - margin: .45rem0 0;193 - padding-left: 1 .1rem;481 + margin: 9px 0 0; 482 + padding-left: 18px; 194 194 color: @muted; 195 195 font-size: 13px; 485 + line-height: 1.5; 196 196 } 487 + 197 197 li { 198 - margin: .25rem 0; 199 - line-height: 1.45; 489 + margin: 4px 0; 200 200 } 201 201 } 202 202 } 493 +} 203 203 204 - /* ==== Center last item on its own row while keeping 50% width ==== */ 205 - .service-center { 206 - /* same width as siblings */ 207 - flex: 0 1 calc(55% - 12px); 495 +/* ========== Split / Process Section ========== */ 208 208 209 - /* push to center */ 210 - margin-left: auto; 211 - margin-right: auto; 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; 212 212 } 213 213 214 - /* Mobile: 1 per row */ 215 - @media (max-width: 767px) { 216 - .services-grid { 217 - gap: 16px; 218 - max-width: 100%; 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; 219 219 } 220 220 221 - .service, 222 - .service-center { 223 - flex: 0 1 100%; 224 - margin-left: 0; 225 - margin-right: 0; 557 + strong { 558 + display: block; 559 + color: @text; 560 + margin-bottom: 3px; 226 226 } 227 227 } 228 228 } 229 229 230 -/* ===== CTA ===== */ 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 + 231 231 .cta-section { 232 - padding: 24px 0 16px;692 + padding: @section-padding; 233 233 234 234 .contact-inline { 235 235 margin: 0; 236 236 color: @muted; 237 - a { color: @brand; } 697 + 698 + a { 699 + color: @brand; 700 + } 238 238 } 239 239 } 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; 717 + } 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 + padding-top: 28px; 853 + align-items: start; 854 +} 855 + 856 +.resource-content { 857 + color: @text; 858 + font-size: 16px; 859 + line-height: 1.68; 860 + 861 + h2 { 862 + text-align: left; 863 + margin: 34px 0 12px; 864 + line-height: 1.28; 865 + } 866 + 867 + h3 { 868 + margin: 24px 0 8px; 869 + line-height: 1.3; 870 + } 871 + 872 + p { 873 + margin: 0 0 16px; 874 + } 875 + 876 + ul, 877 + ol { 878 + margin: 0 0 18px; 879 + padding-left: 22px; 880 + } 881 + 882 + li { 883 + margin: 6px 0; 884 + } 885 + 886 + strong { 887 + color: @text; 888 + } 889 +} 890 + 891 +.resource-note { 892 + border-left: 4px solid @brand; 893 + background: @brand-bg; 894 + padding: 16px 18px; 895 + margin: 22px 0; 896 + border-radius: 0 @radius @radius 0; 897 + 898 + p:last-child { 899 + margin-bottom: 0; 900 + } 901 +} 902 + 903 +.resource-checklist { 904 + margin: 18px 0 24px; 905 + padding: 0; 906 + list-style: none; 907 + 908 + li { 909 + position: relative; 910 + padding: 10px 0 10px 34px; 911 + border-bottom: 1px solid @line; 912 + 913 + &:before { 914 + content: "\f00c"; 915 + font-family: FontAwesome; 916 + position: absolute; 917 + left: 0; 918 + top: 11px; 919 + color: @brand; 920 + } 921 + } 922 +} 923 + 924 +.resource-sidebar { 925 + position: sticky; 926 + top: 96px; 927 + border: 1px solid @line; 928 + border-radius: @radius; 929 + padding: 18px; 930 + background: #fff; 931 + box-shadow: @shadow-sm; 932 + 933 + h4 { 934 + margin: 0 0 10px; 935 + } 936 + 937 + ul { 938 + margin: 0; 939 + padding-left: 18px; 940 + color: @muted; 941 + } 942 + 943 + li { 944 + margin: 8px 0; 945 + } 946 + 947 + a { 948 + color: @brand; 949 + font-weight: 600; 950 + } 951 +} 952 + 953 +.resource-cta { 954 + margin-top: 36px; 955 + padding: 22px; 956 + border: 1px solid fade(@brand, 20%); 957 + border-radius: @radius; 958 + background: @brand-bg; 959 + 960 + h3 { 961 + margin-top: 0; 962 + } 963 + 964 + p { 965 + color: @muted; 966 + } 967 +} 968 + 969 +@media (max-width: 900px) { 970 + .resource-layout { 971 + grid-template-columns: 1fr; 972 + padding-top: 22px; 973 + } 974 + 975 + .resource-sidebar { 976 + position: static; 977 + } 978 +} 979 + 980 +/* ========== Products / Extensions Pages ========== */ 981 + 982 +.product-index-section { 983 + padding: @section-padding; 984 + 985 + h2 { 986 + margin-bottom: 10px; 987 + } 988 +} 989 + 990 +.product-card-grid { 991 + max-width: 840px; 992 + margin: 22px auto 0; 993 + display: grid; 994 + grid-template-columns: 1fr; 995 + grid-gap: 18px; 996 +} 997 + 998 +.product-card { 999 + background: #fff; 1000 + border: 1px solid @line; 1001 + border-radius: @radius; 1002 + box-shadow: @shadow-sm; 1003 + padding: 28px; 1004 + display: grid; 1005 + grid-template-columns: 68px 1fr; 1006 + grid-gap: 22px; 1007 + align-items: start; 1008 + 1009 + .product-card-icon { 1010 + width: 58px; 1011 + height: 58px; 1012 + border-radius: 50%; 1013 + background: fade(@brand, 10%); 1014 + border: 1px solid fade(@brand, 20%); 1015 + color: @brand; 1016 + display: flex; 1017 + align-items: center; 1018 + justify-content: center; 1019 + font-size: 22px; 1020 + flex-shrink: 0; 1021 + } 1022 + 1023 + h3 { 1024 + margin: 0 0 10px; 1025 + color: @text; 1026 + font-size: 23px; 1027 + line-height: 1.25; 1028 + font-weight: 800; 1029 + } 1030 + 1031 + p { 1032 + color: @muted; 1033 + line-height: 1.6; 1034 + } 1035 + 1036 + .card-link { 1037 + margin: 0; 1038 + 1039 + a { 1040 + font-weight: 700; 1041 + } 1042 + } 1043 +} 1044 + 1045 +.product-card-kicker { 1046 + margin-bottom: 10px; 1047 + padding: 5px 10px; 1048 + font-size: 12px; 1049 + text-transform: uppercase; 1050 + letter-spacing: .04em; 1051 +} 1052 + 1053 +.product-highlights { 1054 + margin: 14px 0 20px; 1055 + padding-left: 18px; 1056 + color: @muted; 1057 + 1058 + li { 1059 + margin: 6px 0; 1060 + line-height: 1.45; 1061 + } 1062 +} 1063 + 1064 +/* ========== Individual Product Pages ========== */ 1065 + 1066 +.product-layout { 1067 + display: grid; 1068 + grid-template-columns: 1.1fr .9fr; 1069 + grid-gap: 36px; 1070 + max-width: 1040px; 1071 + margin: 0 auto; 1072 + align-items: start; 1073 +} 1074 + 1075 +.product-summary-card, 1076 +.product-info-card, 1077 +.product-gallery-panel { 1078 + background: #fff; 1079 + border: 1px solid @line; 1080 + border-radius: @radius; 1081 + box-shadow: @shadow-sm; 1082 +} 1083 + 1084 +.product-summary-card { 1085 + padding: 26px; 1086 + 1087 + h2 { 1088 + text-align: left; 1089 + margin-top: 0; 1090 + } 1091 + 1092 + p { 1093 + color: @muted; 1094 + line-height: 1.6; 1095 + } 1096 + 1097 + p:last-child { 1098 + margin-bottom: 0; 1099 + } 1100 +} 1101 + 1102 +.product-info-card { 1103 + padding: 22px; 1104 + 1105 + h3 { 1106 + margin-top: 0; 1107 + margin-bottom: 12px; 1108 + } 1109 + 1110 + ul { 1111 + margin: 0; 1112 + padding-left: 20px; 1113 + color: @muted; 1114 + } 1115 + 1116 + li { 1117 + margin: 8px 0; 1118 + line-height: 1.45; 1119 + } 1120 +} 1121 + 1122 +.product-feature-grid { 1123 + display: grid; 1124 + grid-template-columns: repeat(3, minmax(0, 1fr)); 1125 + grid-gap: 18px; 1126 + max-width: 1040px; 1127 + margin: 22px auto 0; 1128 +} 1129 + 1130 +.product-feature { 1131 + background: #fff; 1132 + border: 1px solid @line; 1133 + border-radius: @radius; 1134 + box-shadow: @shadow-sm; 1135 + padding: 22px; 1136 + 1137 + .feature-heading { 1138 + display: flex; 1139 + align-items: center; 1140 + gap: 14px; 1141 + margin-bottom: 14px; 1142 + } 1143 + 1144 + .feature-icon { 1145 + width: 46px; 1146 + height: 46px; 1147 + border-radius: 50%; 1148 + background: fade(@brand, 10%); 1149 + color: @brand; 1150 + display: flex; 1151 + align-items: center; 1152 + justify-content: center; 1153 + font-size: 18px; 1154 + flex-shrink: 0; 1155 + } 1156 + 1157 + h3 { 1158 + margin: 0; 1159 + color: @text; 1160 + font-size: 18px; 1161 + line-height: 1.25; 1162 + } 1163 + 1164 + p { 1165 + margin: 0; 1166 + color: @muted; 1167 + line-height: 1.5; 1168 + } 1169 +} 1170 + 1171 +.product-gallery-panel { 1172 + max-width: 1040px; 1173 + margin: 20px auto 0; 1174 + padding: 26px; 1175 + 1176 + h2 { 1177 + margin-top: 0; 1178 + text-align: center; 1179 + } 1180 + 1181 + .gallery-note { 1182 + max-width: 700px; 1183 + margin: 0 auto 18px; 1184 + color: @muted; 1185 + text-align: center; 1186 + line-height: 1.55; 1187 + } 1188 +} 1189 + 1190 +.product-gallery-placeholder { 1191 + min-height: 260px; 1192 + padding: 28px; 1193 + border: 1px dashed fade(@brand, 40%); 1194 + border-radius: @radius; 1195 + background: fade(@brand, 5%); 1196 + color: @muted; 1197 + text-align: center; 1198 + display: flex; 1199 + align-items: center; 1200 + justify-content: center; 1201 +} 1202 + 1203 +.product-section-muted { 1204 + background: 1205 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1206 +} 1207 + 1208 +@media (max-width: 980px) { 1209 + .product-layout, 1210 + .product-feature-grid { 1211 + grid-template-columns: 1fr; 1212 + } 1213 + 1214 + .product-summary-card h2 { 1215 + text-align: center; 1216 + } 1217 +} 1218 + 1219 +@media (max-width: 640px) { 1220 + .product-card { 1221 + grid-template-columns: 1fr; 1222 + padding: 22px; 1223 + text-align: left; 1224 + 1225 + .product-card-icon { 1226 + margin-bottom: 2px; 1227 + } 1228 + } 1229 + 1230 + .product-summary-card, 1231 + .product-info-card, 1232 + .product-feature, 1233 + .product-gallery-panel { 1234 + padding: 20px; 1235 + } 1236 +} 1237 + 1238 +/* ========== Resources Index ========== */ 1239 +.resources-index-page { 1240 + background: #fff; 1241 + 1242 + /* Resources index: show cards in rows of 2, center the last one if alone */ 1243 + .resources-grid { 1244 + display: grid; 1245 + grid-template-columns: repeat(2, minmax(0, 1fr)); 1246 + justify-content: center; 1247 + align-items: stretch; 1248 + } 1249 + 1250 + .resources-grid .resource-card { 1251 + height: 100%; 1252 + } 1253 + 1254 + .resources-grid .resource-card:last-child:nth-child(odd) { 1255 + grid-column: 1 / -1; 1256 + max-width: calc(50% - 12px); 1257 + justify-self: center; 1258 + } 1259 +} 1260 + 1261 +/* Keep 2 columns on tablets. Only switch to 1 column on smaller mobile screens. */ 1262 +@media (max-width: 767px) { 1263 + .resources-index-page { 1264 + padding: @section-padding-mobile; 1265 + 1266 + .resources-grid { 1267 + grid-template-columns: 1fr; 1268 + } 1269 + 1270 + .resources-grid .resource-card:last-child:nth-child(odd) { 1271 + grid-column: auto; 1272 + max-width: none; 1273 + justify-self: stretch; 1274 + } 1275 + } 1276 +}
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,0 +1,1 @@ 1 +Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms. - metaTitle
-
... ... @@ -1,0 +1,1 @@ 1 +Professional XWiki Consulting, Upgrades and Development | Agnease
- XWiki.StyleSheetExtension[1]
-
- cache
-
... ... @@ -1,0 +1,1 @@ 1 +long - code
-
... ... @@ -1,0 +1,158 @@ 1 +/* ========== Agnease Public Top Menu ========== */ 2 +/* Top-level menu items */ 3 + 4 +#menuview .agnease-menu-item, 5 +#menuview .agnease-menu-link { 6 + > a, 7 + > .dropdown-toggle { 8 + color: @brand; 9 + font-size: 17px; 10 + font-weight: 600; 11 + padding-left: 16px; 12 + padding-right: 16px; 13 + text-decoration: none; 14 + background: transparent; 15 + } 16 + 17 + > a:hover, 18 + > a:focus, 19 + > a:active, 20 + &.open > a, 21 + &.active > a { 22 + color: @brand-strong; 23 + text-decoration: none; 24 + outline: none; 25 + background: transparent; 26 + } 27 + 28 + .caret { 29 + margin-left: 5px; 30 + border-top-color: @brand; 31 + border-bottom-color: @brand; 32 + } 33 + 34 + > a:hover .caret, 35 + > a:focus .caret, 36 + > a:active .caret, 37 + &.open > a .caret, 38 + &.active > a .caret { 39 + border-top-color: @brand-strong; 40 + border-bottom-color: @brand-strong; 41 + } 42 +} 43 + 44 +/* Dropdown panel */ 45 + 46 +#menuview .agnease-dropdown { 47 + min-width: 310px; 48 + padding: 10px 8px; 49 + border: 1px solid fade(@brand, 18%); 50 + border-radius: 12px; 51 + background: #fff; 52 + box-shadow: 0 12px 32px fade(@brand-strong, 12%); 53 + 54 + > li > a { 55 + display: flex; 56 + align-items: center; 57 + gap: 12px; 58 + padding: 11px 14px; 59 + color: @brand; 60 + white-space: nowrap; 61 + font-size: 16px; 62 + font-weight: 600; 63 + line-height: 1.3; 64 + text-decoration: none; 65 + background: transparent; 66 + 67 + i { 68 + width: 20px; 69 + flex: 0 0 20px; 70 + color: @brand; 71 + text-align: center; 72 + font-size: 15px; 73 + } 74 + 75 + &:hover, 76 + &:focus, 77 + &:active { 78 + color: @brand-strong; 79 + text-decoration: none; 80 + outline: none; 81 + background: transparent; 82 + 83 + i { 84 + color: @brand-strong; 85 + } 86 + } 87 + } 88 + 89 + > .active > a { 90 + color: @brand-strong; 91 + background: transparent; 92 + 93 + i { 94 + color: @brand-strong; 95 + } 96 + } 97 + 98 + .divider { 99 + margin: 8px 0; 100 + background-color: fade(@brand, 16%); 101 + } 102 +} 103 + 104 +/* Mobile */ 105 + 106 +@media (max-width: 767px) { 107 + #menuview { 108 + margin-left: 0; 109 + width: 100%; 110 + } 111 + 112 + #menuview .navbar-nav { 113 + float: none; 114 + margin: 0; 115 + width: 100%; 116 + text-align: center; 117 + } 118 + 119 + #menuview .navbar-nav > li { 120 + float: none; 121 + display: inline-block; 122 + } 123 + 124 + #menuview .navbar-nav > li.agnease-menu-item > a, 125 + #menuview .navbar-nav > li.agnease-menu-link > a, 126 + #menuview .navbar-nav > li.agnease-menu-item > .dropdown-toggle, 127 + #menuview .navbar-nav > li.agnease-menu-link > .dropdown-toggle { 128 + font-size: 16px; 129 + padding: 10px 10px; 130 + text-align: center; 131 + } 132 + 133 + #menuview .agnease-dropdown { 134 + min-width: 0; 135 + width: 100%; 136 + padding: 4px 8px 8px 18px; 137 + border: 0; 138 + border-radius: 0; 139 + box-shadow: none; 140 + background: transparent; 141 + text-align: left; 142 + 143 + > li > a { 144 + padding: 8px 10px; 145 + white-space: normal; 146 + font-size: 15px; 147 + 148 + i { 149 + width: 18px; 150 + flex-basis: 18px; 151 + } 152 + } 153 + 154 + .divider { 155 + margin: 5px 0; 156 + } 157 + } 158 +} - contentType
-
... ... @@ -1,0 +1,1 @@ 1 +LESS - name
-
... ... @@ -1,0 +1,1 @@ 1 +Menu - use
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand