Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 12.26
edited by Agnease
on 2026/05/23 18:46
Change comment: There is no comment for this version
To version 6.13
edited by Agnease
on 2026/05/02 10:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,182 +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 - <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 -
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>
15 15   <ul class="benefits">
16 - <li>XWiki LTS upgrades</li>
17 - <li>Maintenance and support</li>
18 - <li>Custom XWiki development</li>
19 - <li>Migrations and integrations</li>
11 + <li>Smooth upgrades</li>
12 + <li>Reliable support plans</li>
13 + <li>Custom integrations</li>
14 + <li>Secure, optimized platforms</li>
20 20   </ul>
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>
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"
25 25   </div>
26 26   </div>
27 27   </section>
28 -
29 - <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">
30 30   <div class="container">
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>
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>
37 37   </div>
38 38   </section>
39 -
40 - <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">
41 41   <div class="container">
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.
110 + <h2 id="services-title">Services</h2>
111 + <p class="lead">
112 + All the XWiki services you need, delivered with precision and care
47 47   </p>
48 48  
49 - <div class="pathways">
50 - <article class="pathway-card">
51 - <div class="pathway-icon">
52 - <i class="fa fa-refresh" aria-hidden="true"></i>
53 - </div>
54 - <h3>Upgrade XWiki safely</h3>
55 - <p>
56 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
57 - </p>
58 - <ul>
59 - <li>LTS upgrade planning</li>
60 - <li>Extension and custom code review</li>
61 - <li>Staging and production validation</li>
62 - </ul>
63 - <p class="card-link">
64 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
65 - </p>
66 - </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
67 67  
68 - <article class="pathway-card">
69 - <div class="pathway-icon">
70 - <i class="fa fa-life-ring" aria-hidden="true"></i>
71 - </div>
72 - <h3>Maintain XWiki reliably</h3>
73 - <p>
74 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
75 - </p>
76 - <ul>
77 - <li>Troubleshooting and recovery</li>
78 - <li>Performance and log analysis</li>
79 - <li>Upgrade and maintenance planning</li>
80 - </ul>
81 - <p class="card-link">
82 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
83 - </p>
84 - </article>
85 -
86 - <article class="pathway-card">
87 - <div class="pathway-icon">
88 - <i class="fa fa-cogs" aria-hidden="true"></i>
89 - </div>
90 - <h3>Extend XWiki for your processes</h3>
91 - <p>
92 - Build custom XWiki applications, workflows, dashboards and integrations around real business needs.
93 - </p>
94 - <ul>
95 - <li>Custom XWiki applications</li>
96 - <li>Workflows and approvals</li>
97 - <li>APIs, SSO, LDAP and integrations</li>
98 - </ul>
99 - <p class="card-link">
100 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
101 - </p>
102 - </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
103 103   </div>
104 104   </div>
105 105   </section>
106 -
107 - <section class="split-section" aria-labelledby="why-title">
142 + ## CTA INLINE
143 + <section id="contact" class="cta-section">
108 108   <div class="container">
109 - <div class="split-grid">
110 - <div class="split-copy">
111 - <h2 id="why-title">Why work with an XWiki specialist</h2>
112 - <p>
113 - XWiki projects often involve more than pages. Production platforms may include custom code,
114 - extensions, authentication, permissions, workflows, integrations and business-critical content.
115 - </p>
116 - <p>
117 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements
118 - and leave the platform easier to maintain after the work is complete.
119 - </p>
120 - </div>
121 -
122 - <ol class="process-list">
123 - <li>
124 - <strong>Review the XWiki environment</strong>
125 - Version, extensions, infrastructure, authentication, permissions, custom code and critical features.
126 - </li>
127 - <li>
128 - <strong>Define the safest next steps</strong>
129 - Scope, risks, dependencies, effort, rollback options and validation requirements.
130 - </li>
131 - <li>
132 - <strong>Implement, validate and document</strong>
133 - Controlled changes, testing, production validation and notes for future maintenance.
134 - </li>
135 - </ol>
136 - </div>
137 - </div>
138 - </section>
139 -
140 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
141 - <div class="container">
142 - <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2>
143 - <p class="section-intro">
144 - Practical articles about XWiki upgrades, customization and production platform care.
145 + <p class="text-center contact-inline">
146 + Need help with your XWiki? <a href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>.
145 145   </p>
146 -
147 - <div class="resource-grid">
148 - <article class="resource-card">
149 - <h4>Why upgrade your XWiki instance?</h4>
150 - <p>
151 - Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk.
152 - </p>
153 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a>
154 - </article>
155 -
156 - <article class="resource-card">
157 - <h4>XWiki upgrade services</h4>
158 - <p>
159 - See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations.
160 - </p>
161 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
162 - </article>
163 - </div>
164 164   </div>
165 165   </section>
150 + {{/html}}
151 +#end
166 166  
167 - <section class="cta-section" aria-labelledby="contact-title">
168 - <div class="container">
169 - <div class="cta-panel">
170 - <h2 id="contact-title">Need XWiki consulting or support?</h2>
171 - <p>
172 - Send your current XWiki version, the issue you are facing, or the type of project you want to build.
173 - A short description is enough to define practical next steps.
174 - </p>
175 - <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">&times;</button>
159 + <h4 class="modal-title">Request a consultation</h4>
176 176   </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>
177 177   </div>
178 - </section>
179 -
180 - {{/html}}
172 + </div>
173 + </div>
181 181  #end
182 182  
183 183  #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-soft 0%, 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: 330px;
52 + min-height: 300px;
182 182   }
183 183  
184 184   .hero-inner {
185 - max-width: 860px;
56 + max-width: 850px;
186 186   margin: 0 auto;
187 187   display: flex;
188 188   flex-direction: column;
... ... @@ -189,20 +189,17 @@
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;
69 + a {
70 + text-decoration: none;
71 + }
197 197   }
198 198  
199 - .lead {
200 - max-width: 820px;
201 - font-size: 19px;
202 - line-height: 1.55;
203 - margin-top: 12px;
204 - }
205 -
206 206   .benefits {
207 207   display: flex;
208 208   flex-wrap: wrap;
... ... @@ -209,149 +209,61 @@
209 209   justify-content: center;
210 210   list-style: none;
211 211   padding: 0;
212 - margin: 14px 0 0;
80 + margin: 0.8rem 0 0;
213 213   color: @muted;
214 214   font-size: 14px;
215 215  
216 216   li + li::before {
217 217   content: "•";
218 - margin: 0 6px;
86 + margin: 0 5px;
219 219   }
220 - }
221 -}
222 222  
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;
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 + }
264 264   }
265 -
266 - li {
267 - display: flex;
268 - align-items: center;
269 - gap: 7px;
270 - }
271 -
272 - i {
273 - color: @brand;
274 - }
275 275  }
276 276  
277 -/* ========== Reusable Grids ========== */
278 -
279 -.card-grid,
280 -.pathways,
281 -.services-grid,
282 -.resource-grid,
102 +/* ===== WHY CHOOSE (cards) ===== */
283 283  .widgets {
104 + margin-top: 12px;
284 284   display: grid;
285 - grid-gap: 18px;
286 - margin-left: auto;
287 - margin-right: auto;
106 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
107 + grid-gap: 16px;
288 288  }
289 289  
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 {
110 +.widget {
111 + padding: 18px;
324 324   background: #fff;
325 325   border: 1px solid @line;
326 326   border-radius: @radius;
327 327   box-shadow: @shadow-sm;
328 -}
329 -
330 -/* ========== Small Widgets ========== */
331 -
332 -.widget {
333 - padding: 18px;
116 + transition: transform .18s ease, box-shadow .18s ease;
334 334   display: flex;
335 335   flex-direction: column;
336 336   height: 100%;
337 337  
121 + &:hover {
122 + transform: translateY(-2px);
123 + box-shadow: @shadow;
124 + }
125 +
338 338   .icon {
339 339   display: flex;
340 340   align-items: center;
341 341   gap: 10px;
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 - }
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; }
355 355   }
356 356  
357 357   p {
... ... @@ -361,89 +361,31 @@
361 361   }
362 362  }
363 363  
364 -/* ========== Homepage Pathway Cards ========== */
365 -
366 -.pathway-card {
367 - padding: 24px;
368 - display: flex;
369 - flex-direction: column;
370 - min-height: 100%;
371 -
372 - .pathway-icon {
373 - width: 52px;
374 - height: 52px;
375 - border-radius: 50%;
144 +/* ===== SERVICES ===== */
145 +.services {
146 + .services-grid {
147 + margin-top: 20px;
376 376   display: flex;
377 - align-items: center;
149 + flex-wrap: wrap;
150 + gap: 24px;
151 +
152 + /* center the whole block under the heading */
153 + max-width: 960px;
154 + margin-left: auto;
155 + margin-right: auto;
378 378   justify-content: center;
379 - color: @brand;
380 - background: fade(@brand, 10%);
381 - margin-bottom: 18px;
382 - font-size: 19px;
383 383   }
384 384  
385 - h3 {
386 - margin: 0 0 10px;
387 - color: @text;
388 - font-size: 22px;
389 - line-height: 1.25;
390 - }
391 -
392 - p {
393 - color: @muted;
394 - line-height: 1.55;
395 - margin: 0 0 16px;
396 - }
397 -
398 - ul {
399 - margin: 0 0 22px;
400 - padding-left: 18px;
401 - color: @muted;
402 - font-size: 14px;
403 - line-height: 1.55;
404 - }
405 -
406 - li {
407 - margin: 6px 0;
408 - }
409 -
410 - .card-link {
411 - margin-top: auto;
412 - padding-top: 4px;
413 -
414 - a {
415 - color: @brand;
416 - font-weight: 700;
417 - text-decoration: underline;
418 -
419 - &:hover,
420 - &:focus {
421 - color: @brand-strong;
422 - }
423 - }
424 - }
425 -}
426 -
427 -/* ========== Services ========== */
428 -
429 -.services {
430 - .services-grid {
431 - max-width: 1040px;
432 - }
433 -
434 434   .service {
160 + flex: 0 1 calc(50% - 12px);
435 435   display: flex;
436 436   align-items: flex-start;
437 437   gap: 16px;
438 - padding: 22px;
439 - background: #fff;
440 - border: 1px solid @line;
441 - border-radius: @radius;
442 - box-shadow: @shadow-sm;
164 + margin-bottom: 8px;
443 443  
444 444   .service-icon {
445 - width: 46px;
446 - height: 46px;
167 + width: 42px;
168 + height: 42px;
447 447   border-radius: 50%;
448 448   display: flex;
449 449   align-items: center;
... ... @@ -452,802 +452,66 @@
452 452   color: @brand;
453 453   background: fade(@brand, 10%);
454 454   flex-shrink: 0;
455 - margin-top: 2px;
177 + margin-top: 3px;
456 456   }
457 457  
458 458   .service-body {
459 459   h4 {
460 - margin: 0 0 6px;
461 - font-size: 18px;
462 - line-height: 1.25;
182 + margin: 0 0 4px;
183 + font-size: 1.125rem;
463 463   font-weight: 800;
464 - color: @text;
465 465   }
466 -
467 467   p {
468 - margin: 0 0 8px;
469 - color: @muted;
187 + margin: 0 0 6px;
188 + color: @text;
470 470   line-height: 1.5;
471 471   }
472 -
473 473   ul {
474 - margin: 9px 0 0;
475 - padding-left: 18px;
192 + margin: .45rem 0 0;
193 + padding-left: 1.1rem;
476 476   color: @muted;
477 477   font-size: 13px;
478 - line-height: 1.5;
479 479   }
480 -
481 481   li {
482 - margin: 4px 0;
198 + margin: .25rem 0;
199 + line-height: 1.45;
483 483   }
484 484   }
485 485   }
486 -}
487 487  
488 -/* ========== Split / Process Section ========== */
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);
489 489  
490 -.split-section {
491 - background:
492 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
493 -}
494 -
495 -.split-grid {
496 - display: grid;
497 - grid-template-columns: 1.1fr .9fr;
498 - grid-gap: 36px;
499 - max-width: 1040px;
500 - margin: 0 auto;
501 - align-items: center;
502 -}
503 -
504 -.split-copy {
505 - h2 {
506 - text-align: left;
507 - margin-top: 0;
209 + /* push to center */
210 + margin-left: auto;
211 + margin-right: auto;
508 508   }
509 509  
510 - p {
511 - color: @muted;
512 - line-height: 1.6;
513 - }
514 -}
515 -
516 -.process-list {
517 - counter-reset: process;
518 - margin: 0;
519 - padding: 0;
520 - list-style: none;
521 -
522 - li {
523 - counter-increment: process;
524 - position: relative;
525 - padding: 16px 16px 16px 58px;
526 - margin-bottom: 12px;
527 - background: #fff;
528 - border: 1px solid @line;
529 - border-radius: @radius;
530 - box-shadow: @shadow-sm;
531 - color: @muted;
532 - line-height: 1.5;
533 -
534 - &:before {
535 - content: counter(process);
536 - position: absolute;
537 - left: 16px;
538 - top: 16px;
539 - width: 28px;
540 - height: 28px;
541 - border-radius: 50%;
542 - background: fade(@brand, 10%);
543 - color: @brand;
544 - display: flex;
545 - align-items: center;
546 - justify-content: center;
547 - font-weight: 800;
214 + /* Mobile: 1 per row */
215 + @media (max-width: 767px) {
216 + .services-grid {
217 + gap: 16px;
218 + max-width: 100%;
548 548   }
549 549  
550 - strong {
551 - display: block;
552 - color: @text;
553 - margin-bottom: 3px;
221 + .service,
222 + .service-center {
223 + flex: 0 1 100%;
224 + margin-left: 0;
225 + margin-right: 0;
554 554   }
555 555   }
556 556  }
557 557  
558 -/* ========== Resources ========== */
559 -
560 -.resource-strip {
561 - background: @brand-bg;
562 -}
563 -
564 -.resource-card {
565 - padding: 20px;
566 -
567 - h4 {
568 - margin: 0 0 8px;
569 - color: @text;
570 - font-size: 18px;
571 - line-height: 1.25;
572 - }
573 -
574 - p {
575 - color: @muted;
576 - margin: 0 0 12px;
577 - line-height: 1.5;
578 - }
579 -
580 - a {
581 - color: @brand;
582 - font-weight: 700;
583 - }
584 -}
585 -
586 -.resource-content {
587 - order: 1;
588 -}
589 -
590 -.resource-sidebar {
591 - order: 2;
592 -}
593 -
594 -@media (max-width: 767px) {
595 - .resource-layout {
596 - display: flex;
597 - flex-direction: column;
598 - }
599 -
600 - .resource-sidebar {
601 - order: 0;
602 - position: static;
603 - width: 100%;
604 - }
605 -
606 - .resource-content {
607 - order: 1;
608 - }
609 -}
610 -
611 -/* ========== Homepage Resource Strip ========== */
612 -
613 -.homepage-resource-strip {
614 - background:
615 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
616 -
617 - .resource-grid {
618 - max-width: 1040px;
619 - margin: 22px auto 0;
620 - display: grid;
621 - grid-template-columns: repeat(2, minmax(0, 1fr));
622 - grid-gap: 22px;
623 - align-items: stretch;
624 - }
625 -
626 - .resource-card {
627 - display: flex;
628 - flex-direction: column;
629 - min-width: 0;
630 - min-height: 100%;
631 - padding: 26px;
632 - }
633 -
634 - .resource-card h4 {
635 - margin: 0 0 10px;
636 - color: @text;
637 - font-size: 21px;
638 - line-height: 1.25;
639 - font-weight: 700;
640 - }
641 -
642 - .resource-card p {
643 - margin: 0 0 18px;
644 - color: @muted;
645 - font-size: 15px;
646 - line-height: 1.6;
647 - }
648 -
649 - .resource-card a {
650 - margin-top: auto;
651 - color: @brand;
652 - font-weight: 700;
653 - text-decoration: underline;
654 -
655 - &:hover,
656 - &:focus {
657 - color: @brand-strong;
658 - }
659 - }
660 -}
661 -
662 -@media (max-width: 980px) {
663 - .homepage-resource-strip {
664 - .resource-grid {
665 - grid-template-columns: 1fr;
666 - }
667 - }
668 -}
669 -
670 -@media (max-width: 640px) {
671 - .homepage-resource-strip {
672 - .resource-card {
673 - padding: 22px;
674 - }
675 -
676 - .resource-card h4 {
677 - font-size: 19px;
678 - }
679 - }
680 -}
681 -
682 -/* ========== CTA ========== */
683 -
230 +/* ===== CTA ===== */
684 684  .cta-section {
685 - padding: @section-padding;
232 + padding: 24px 0 16px;
686 686  
687 687   .contact-inline {
688 688   margin: 0;
689 689   color: @muted;
690 -
691 - a {
692 - color: @brand;
693 - }
237 + a { color: @brand; }
694 694   }
695 695  }
696 -
697 -.cta-panel {
698 - max-width: 860px;
699 - margin: 0 auto;
700 - padding: 32px;
701 - border-radius: @radius;
702 - border: 1px solid fade(@brand, 20%);
703 - background:
704 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
705 - box-shadow: @shadow-sm;
706 - text-align: center;
707 -
708 - h2 {
709 - margin-top: 0;
710 - }
711 -
712 - p {
713 - color: @muted;
714 - line-height: 1.55;
715 - }
716 -}
717 -
718 -/* ========== Responsive ========== */
719 -
720 -@media (max-width: 980px) {
721 - .widgets,
722 - .pathways,
723 - .services-grid,
724 - .resource-grid {
725 - grid-template-columns: repeat(2, minmax(0, 1fr));
726 - }
727 -
728 - .split-grid {
729 - grid-template-columns: 1fr;
730 - }
731 -
732 - .split-copy h2 {
733 - text-align: center;
734 - }
735 -}
736 -
737 -@media (max-width: 760px) {
738 - section[id] {
739 - scroll-margin-top: 132px;
740 - }
741 -
742 - .header-inner {
743 - min-height: auto;
744 - padding-top: 14px;
745 - padding-bottom: 14px;
746 - flex-direction: column;
747 - align-items: center;
748 - gap: 12px;
749 - }
750 -
751 - .site-nav {
752 - width: 100%;
753 - justify-content: center;
754 - flex-wrap: wrap;
755 - gap: 10px 16px;
756 - font-size: 14px;
757 -
758 - .nav-cta {
759 - padding: 7px 12px;
760 - }
761 - }
762 -
763 - .hero.hero-centered {
764 - min-height: 280px;
765 - }
766 -
767 - .hero {
768 - .lead {
769 - font-size: 17px;
770 - }
771 -
772 - .benefits {
773 - gap: 4px 10px;
774 -
775 - li + li::before {
776 - content: none;
777 - }
778 - }
779 - }
780 -}
781 -
782 -@media (max-width: 640px) {
783 - section {
784 - padding: @section-padding-mobile;
785 - }
786 -
787 - .widgets,
788 - .pathways,
789 - .services-grid,
790 - .resource-grid {
791 - grid-template-columns: 1fr;
792 - }
793 -
794 - .pathway-card,
795 - .services .service,
796 - .resource-card,
797 - .widget {
798 - padding: 20px;
799 - }
800 -
801 - .services .service {
802 - gap: 14px;
803 - }
804 -
805 - .cta-panel {
806 - padding: 24px 20px;
807 - }
808 -}
809 -
810 -/* ========== Resource / Article Pages ========== */
811 -
812 -.resource-page {
813 - padding-top: 0;
814 -}
815 -
816 -.resource-header {
817 - padding: @section-padding;
818 - border-top: none;
819 - background:
820 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
821 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
822 -
823 - h1 {
824 - margin: 0 auto 14px;
825 - text-align: center;
826 - line-height: 1.18;
827 - }
828 -
829 - .resource-summary {
830 - max-width: 780px;
831 - margin: 0 auto;
832 - color: @muted;
833 - text-align: center;
834 - font-size: 18px;
835 - line-height: 1.55;
836 - }
837 -}
838 -
839 -.resource-layout {
840 - display: grid;
841 - grid-template-columns: minmax(0, 760px) 280px;
842 - gap: 42px;
843 - max-width: 1080px;
844 - margin: 0 auto;
845 - padding-top: 28px;
846 - align-items: start;
847 -}
848 -
849 -.resource-content {
850 - color: @text;
851 - font-size: 16px;
852 - line-height: 1.68;
853 -
854 - h2 {
855 - text-align: left;
856 - margin: 34px 0 12px;
857 - line-height: 1.28;
858 - }
859 -
860 - h3 {
861 - margin: 24px 0 8px;
862 - line-height: 1.3;
863 - }
864 -
865 - p {
866 - margin: 0 0 16px;
867 - }
868 -
869 - ul,
870 - ol {
871 - margin: 0 0 18px;
872 - padding-left: 22px;
873 - }
874 -
875 - li {
876 - margin: 6px 0;
877 - }
878 -
879 - strong {
880 - color: @text;
881 - }
882 -}
883 -
884 -.resource-note {
885 - border-left: 4px solid @brand;
886 - background: @brand-bg;
887 - padding: 16px 18px;
888 - margin: 22px 0;
889 - border-radius: 0 @radius @radius 0;
890 -
891 - p:last-child {
892 - margin-bottom: 0;
893 - }
894 -}
895 -
896 -.resource-checklist {
897 - margin: 18px 0 24px;
898 - padding: 0;
899 - list-style: none;
900 -
901 - li {
902 - position: relative;
903 - padding: 10px 0 10px 34px;
904 - border-bottom: 1px solid @line;
905 -
906 - &:before {
907 - content: "\f00c";
908 - font-family: FontAwesome;
909 - position: absolute;
910 - left: 0;
911 - top: 11px;
912 - color: @brand;
913 - }
914 - }
915 -}
916 -
917 -.resource-sidebar {
918 - position: sticky;
919 - top: 96px;
920 - border: 1px solid @line;
921 - border-radius: @radius;
922 - padding: 18px;
923 - background: #fff;
924 - box-shadow: @shadow-sm;
925 -
926 - h4 {
927 - margin: 0 0 10px;
928 - }
929 -
930 - ul {
931 - margin: 0;
932 - padding-left: 18px;
933 - color: @muted;
934 - }
935 -
936 - li {
937 - margin: 8px 0;
938 - }
939 -
940 - a {
941 - color: @brand;
942 - font-weight: 600;
943 - }
944 -}
945 -
946 -.resource-cta {
947 - margin-top: 36px;
948 - padding: 22px;
949 - border: 1px solid fade(@brand, 20%);
950 - border-radius: @radius;
951 - background: @brand-bg;
952 -
953 - h3 {
954 - margin-top: 0;
955 - }
956 -
957 - p {
958 - color: @muted;
959 - }
960 -}
961 -
962 -@media (max-width: 900px) {
963 - .resource-layout {
964 - grid-template-columns: 1fr;
965 - padding-top: 22px;
966 - }
967 -
968 - .resource-sidebar {
969 - position: static;
970 - }
971 -}
972 -
973 -/* ========== Products / Extensions Pages ========== */
974 -
975 -.product-index-section {
976 - padding: @section-padding;
977 -
978 - h2 {
979 - margin-bottom: 10px;
980 - }
981 -}
982 -
983 -.product-card-grid {
984 - max-width: 840px;
985 - margin: 22px auto 0;
986 - display: grid;
987 - grid-template-columns: 1fr;
988 - grid-gap: 18px;
989 -}
990 -
991 -.product-card {
992 - background: #fff;
993 - border: 1px solid @line;
994 - border-radius: @radius;
995 - box-shadow: @shadow-sm;
996 - padding: 28px;
997 - display: grid;
998 - grid-template-columns: 68px 1fr;
999 - grid-gap: 22px;
1000 - align-items: start;
1001 -
1002 - .product-card-icon {
1003 - width: 58px;
1004 - height: 58px;
1005 - border-radius: 50%;
1006 - background: fade(@brand, 10%);
1007 - border: 1px solid fade(@brand, 20%);
1008 - color: @brand;
1009 - display: flex;
1010 - align-items: center;
1011 - justify-content: center;
1012 - font-size: 22px;
1013 - flex-shrink: 0;
1014 - }
1015 -
1016 - h3 {
1017 - margin: 0 0 10px;
1018 - color: @text;
1019 - font-size: 23px;
1020 - line-height: 1.25;
1021 - font-weight: 800;
1022 - }
1023 -
1024 - p {
1025 - color: @muted;
1026 - line-height: 1.6;
1027 - }
1028 -
1029 - .card-link {
1030 - margin: 0;
1031 -
1032 - a {
1033 - font-weight: 700;
1034 - }
1035 - }
1036 -}
1037 -
1038 -.product-card-kicker {
1039 - margin-bottom: 10px;
1040 - padding: 5px 10px;
1041 - font-size: 12px;
1042 - text-transform: uppercase;
1043 - letter-spacing: .04em;
1044 -}
1045 -
1046 -.product-highlights {
1047 - margin: 14px 0 20px;
1048 - padding-left: 18px;
1049 - color: @muted;
1050 -
1051 - li {
1052 - margin: 6px 0;
1053 - line-height: 1.45;
1054 - }
1055 -}
1056 -
1057 -/* ========== Individual Product Pages ========== */
1058 -
1059 -.product-layout {
1060 - display: grid;
1061 - grid-template-columns: 1.1fr .9fr;
1062 - grid-gap: 36px;
1063 - max-width: 1040px;
1064 - margin: 0 auto;
1065 - align-items: start;
1066 -}
1067 -
1068 -.product-summary-card,
1069 -.product-info-card,
1070 -.product-gallery-panel {
1071 - background: #fff;
1072 - border: 1px solid @line;
1073 - border-radius: @radius;
1074 - box-shadow: @shadow-sm;
1075 -}
1076 -
1077 -.product-summary-card {
1078 - padding: 26px;
1079 -
1080 - h2 {
1081 - text-align: left;
1082 - margin-top: 0;
1083 - }
1084 -
1085 - p {
1086 - color: @muted;
1087 - line-height: 1.6;
1088 - }
1089 -
1090 - p:last-child {
1091 - margin-bottom: 0;
1092 - }
1093 -}
1094 -
1095 -.product-info-card {
1096 - padding: 22px;
1097 -
1098 - h3 {
1099 - margin-top: 0;
1100 - margin-bottom: 12px;
1101 - }
1102 -
1103 - ul {
1104 - margin: 0;
1105 - padding-left: 20px;
1106 - color: @muted;
1107 - }
1108 -
1109 - li {
1110 - margin: 8px 0;
1111 - line-height: 1.45;
1112 - }
1113 -}
1114 -
1115 -.product-feature-grid {
1116 - display: grid;
1117 - grid-template-columns: repeat(3, minmax(0, 1fr));
1118 - grid-gap: 18px;
1119 - max-width: 1040px;
1120 - margin: 22px auto 0;
1121 -}
1122 -
1123 -.product-feature {
1124 - background: #fff;
1125 - border: 1px solid @line;
1126 - border-radius: @radius;
1127 - box-shadow: @shadow-sm;
1128 - padding: 22px;
1129 -
1130 - .feature-heading {
1131 - display: flex;
1132 - align-items: center;
1133 - gap: 14px;
1134 - margin-bottom: 14px;
1135 - }
1136 -
1137 - .feature-icon {
1138 - width: 46px;
1139 - height: 46px;
1140 - border-radius: 50%;
1141 - background: fade(@brand, 10%);
1142 - color: @brand;
1143 - display: flex;
1144 - align-items: center;
1145 - justify-content: center;
1146 - font-size: 18px;
1147 - flex-shrink: 0;
1148 - }
1149 -
1150 - h3 {
1151 - margin: 0;
1152 - color: @text;
1153 - font-size: 18px;
1154 - line-height: 1.25;
1155 - }
1156 -
1157 - p {
1158 - margin: 0;
1159 - color: @muted;
1160 - line-height: 1.5;
1161 - }
1162 -}
1163 -
1164 -.product-gallery-panel {
1165 - max-width: 1040px;
1166 - margin: 20px auto 0;
1167 - padding: 26px;
1168 -
1169 - h2 {
1170 - margin-top: 0;
1171 - text-align: center;
1172 - }
1173 -
1174 - .gallery-note {
1175 - max-width: 700px;
1176 - margin: 0 auto 18px;
1177 - color: @muted;
1178 - text-align: center;
1179 - line-height: 1.55;
1180 - }
1181 -}
1182 -
1183 -.product-gallery-placeholder {
1184 - min-height: 260px;
1185 - padding: 28px;
1186 - border: 1px dashed fade(@brand, 40%);
1187 - border-radius: @radius;
1188 - background: fade(@brand, 5%);
1189 - color: @muted;
1190 - text-align: center;
1191 - display: flex;
1192 - align-items: center;
1193 - justify-content: center;
1194 -}
1195 -
1196 -.product-section-muted {
1197 - background:
1198 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1199 -}
1200 -
1201 -@media (max-width: 980px) {
1202 - .product-layout,
1203 - .product-feature-grid {
1204 - grid-template-columns: 1fr;
1205 - }
1206 -
1207 - .product-summary-card h2 {
1208 - text-align: center;
1209 - }
1210 -}
1211 -
1212 -@media (max-width: 640px) {
1213 - .product-card {
1214 - grid-template-columns: 1fr;
1215 - padding: 22px;
1216 - text-align: left;
1217 -
1218 - .product-card-icon {
1219 - margin-bottom: 2px;
1220 - }
1221 - }
1222 -
1223 - .product-summary-card,
1224 - .product-info-card,
1225 - .product-feature,
1226 - .product-gallery-panel {
1227 - padding: 20px;
1228 - }
1229 -}
1230 -
1231 -/* ========== Resources Index ========== */
1232 -
1233 -.resources-index-page {
1234 - background: #fff;
1235 -
1236 - .services-grid {
1237 - grid-template-columns: repeat(2, minmax(0, 1fr));
1238 - }
1239 -}
1240 -
1241 -@media (max-width: 980px) {
1242 - .resources-index-page {
1243 - .services-grid {
1244 - grid-template-columns: 1fr;
1245 - }
1246 - }
1247 -}
1248 -
1249 -@media (max-width: 767px) {
1250 - .resources-index-page {
1251 - padding: @section-padding-mobile;
1252 - }
1253 -}
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,158 +1,0 @@
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,1 +1,0 @@
1 -LESS
name
... ... @@ -1,1 +1,0 @@
1 -Menu
use
... ... @@ -1,1 +1,0 @@
1 -onDemand