Changes for page Public Web Site

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

From version 11.21
edited by Agnease
on 2026/05/22 10:10
Change comment: There is no comment for this version
To version 12.18
edited by Agnease
on 2026/05/22 14:36
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -178,7 +178,7 @@
178 178   display: flex;
179 179   align-items: center;
180 180   justify-content: center;
181 - min-height: 300px;
181 + min-height: 330px;
182 182   }
183 183  
184 184   .hero-inner {
... ... @@ -191,17 +191,16 @@
191 191  
192 192   h1 {
193 193   max-width: 790px;
194 - margin: 0 auto;
194 + margin-left: auto;
195 + margin-right: auto;
195 195   line-height: 1.18;
196 196   }
197 197  
198 198   .lead {
199 199   max-width: 820px;
200 - margin: 12px auto 0;
201 - color: @muted;
202 - text-align: center;
203 203   font-size: 19px;
204 204   line-height: 1.55;
203 + margin-top: 12px;
205 205   }
206 206  
207 207   .benefits {
... ... @@ -761,9 +761,8 @@
761 761   }
762 762   }
763 763  
764 - @media (max-width: 760px) {
765 765   .hero.hero-centered {
766 - min-height: 260px;
764 + min-height: 280px;
767 767   }
768 768  
769 769   .hero {
... ... @@ -815,6 +815,29 @@
815 815   padding-top: 0;
816 816  }
817 817  
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 +
818 818  .resource-layout {
819 819   display: grid;
820 820   grid-template-columns: minmax(0, 760px) 280px;
... ... @@ -821,6 +821,7 @@
821 821   gap: 42px;
822 822   max-width: 1080px;
823 823   margin: 0 auto;
845 + padding-top: 28px;
824 824   align-items: start;
825 825  }
826 826  
... ... @@ -940,6 +940,7 @@
940 940  @media (max-width: 900px) {
941 941   .resource-layout {
942 942   grid-template-columns: 1fr;
965 + padding-top: 22px;
943 943   }
944 944  
945 945   .resource-sidebar {
... ... @@ -1104,6 +1104,13 @@
1104 1104   box-shadow: @shadow-sm;
1105 1105   padding: 22px;
1106 1106  
1130 + .feature-heading {
1131 + display: flex;
1132 + align-items: center;
1133 + gap: 14px;
1134 + margin-bottom: 14px;
1135 + }
1136 +
1107 1107   .feature-icon {
1108 1108   width: 46px;
1109 1109   height: 46px;
... ... @@ -1113,12 +1113,12 @@
1113 1113   display: flex;
1114 1114   align-items: center;
1115 1115   justify-content: center;
1116 - margin-bottom: 14px;
1117 1117   font-size: 18px;
1147 + flex-shrink: 0;
1118 1118   }
1119 1119  
1120 1120   h3 {
1121 - margin: 0 0 8px;
1151 + margin: 0;
1122 1122   color: @text;
1123 1123   font-size: 18px;
1124 1124   line-height: 1.25;
... ... @@ -1201,138 +1201,23 @@
1201 1201  /* ========== Resources Index ========== */
1202 1202  
1203 1203  .resources-index-page {
1204 - padding: @section-padding;
1205 - background: @brand-bg;
1234 + background: #fff;
1206 1206  
1207 - .resources-intro {
1208 - max-width: 820px;
1209 - margin: 0 auto 32px;
1210 - text-align: center;
1211 -
1212 - p {
1213 - color: @muted;
1214 - font-size: 17px;
1215 - line-height: 1.7;
1216 - margin: 0;
1217 - }
1218 - }
1219 -
1220 - .resources-grid {
1221 - display: grid;
1236 + .services-grid {
1222 1222   grid-template-columns: repeat(2, minmax(0, 1fr));
1223 - gap: 24px;
1224 - margin-bottom: 36px;
1225 1225   }
1239 +}
1226 1226  
1227 - .resource-card {
1228 - display: flex;
1229 - gap: 18px;
1230 - background: #fff;
1231 - border: 1px solid @line;
1232 - border-radius: @radius;
1233 - box-shadow: @shadow-sm;
1234 - padding: 24px;
1235 - }
1236 -
1237 - .resource-card-icon {
1238 - flex: 0 0 46px;
1239 - width: 46px;
1240 - height: 46px;
1241 - border-radius: 14px;
1242 - background: @brand-soft;
1243 - color: @brand-strong;
1244 - display: flex;
1245 - align-items: center;
1246 - justify-content: center;
1247 - font-size: 20px;
1248 - }
1249 -
1250 - .resource-card-label {
1251 - color: @brand-strong;
1252 - font-size: 13px;
1253 - font-weight: 700;
1254 - text-transform: uppercase;
1255 - letter-spacing: .04em;
1256 - margin-bottom: 8px;
1257 - }
1258 -
1259 - .resource-card h2 {
1260 - font-size: 22px;
1261 - line-height: 1.25;
1262 - margin: 0 0 12px;
1263 - }
1264 -
1265 - .resource-card h2 a {
1266 - color: @text;
1267 - text-decoration: none;
1268 -
1269 - &:hover {
1270 - color: @brand-strong;
1271 - text-decoration: none;
1241 +@media (max-width: 980px) {
1242 + .resources-index-page {
1243 + .services-grid {
1244 + grid-template-columns: 1fr;
1272 1272   }
1273 1273   }
1274 -
1275 - .resource-card p {
1276 - color: @muted;
1277 - font-size: 15px;
1278 - line-height: 1.65;
1279 - margin: 0 0 16px;
1280 - }
1281 -
1282 - .resource-card-link {
1283 - color: @brand-strong;
1284 - font-weight: 700;
1285 - text-decoration: none;
1286 -
1287 - &:hover {
1288 - color: @brand;
1289 - text-decoration: none;
1290 - }
1291 - }
1292 -
1293 - .resources-next {
1294 - max-width: 820px;
1295 - margin: 0 auto 32px;
1296 - text-align: center;
1297 -
1298 - h2 {
1299 - font-size: 26px;
1300 - margin: 0 0 10px;
1301 - }
1302 -
1303 - p {
1304 - color: @muted;
1305 - font-size: 16px;
1306 - line-height: 1.7;
1307 - margin: 0;
1308 - }
1309 - }
1310 1310  }
1311 1311  
1312 1312  @media (max-width: 767px) {
1313 1313   .resources-index-page {
1314 1314   padding: @section-padding-mobile;
1315 -
1316 - .resources-intro {
1317 - text-align: left;
1318 - margin-bottom: 24px;
1319 - }
1320 -
1321 - .resources-grid {
1322 - grid-template-columns: 1fr;
1323 - gap: 18px;
1324 - }
1325 -
1326 - .resource-card {
1327 - padding: 20px;
1328 - }
1329 -
1330 - .resource-card h2 {
1331 - font-size: 20px;
1332 - }
1333 -
1334 - .resources-next {
1335 - text-align: left;
1336 - }
1337 1337   }
1338 1338  }
XWiki.StyleSheetExtension[1]
code
... ... @@ -1,14 +1,8 @@
1 1  /* ========== Agnease Public Top Menu ========== */
2 -
3 -/* Desktop alignment */
4 -#menuview .navbar-nav {
5 - float: right !important;
6 -}
7 -
8 8  /* Top-level menu items */
9 9  
10 -.agnease-menu-item,
11 -.agnease-menu-link {
4 +#menuview .agnease-menu-item,
5 +#menuview .agnease-menu-link {
12 12   > a,
13 13   > .dropdown-toggle {
14 14   color: @brand;
... ... @@ -17,6 +17,7 @@
17 17   padding-left: 16px;
18 18   padding-right: 16px;
19 19   text-decoration: none;
14 + background: transparent;
20 20   }
21 21  
22 22   > a:hover,
... ... @@ -27,6 +27,7 @@
27 27   color: @brand-strong;
28 28   text-decoration: none;
29 29   outline: none;
25 + background: transparent;
30 30   }
31 31  
32 32   .caret {
... ... @@ -47,7 +47,7 @@
47 47  
48 48  /* Dropdown panel */
49 49  
50 -.agnease-dropdown {
46 +#menuview .agnease-dropdown {
51 51   min-width: 310px;
52 52   padding: 10px 8px;
53 53   border: 1px solid fade(@brand, 18%);
... ... @@ -66,6 +66,7 @@
66 66   font-weight: 600;
67 67   line-height: 1.3;
68 68   text-decoration: none;
65 + background: transparent;
69 69  
70 70   i {
71 71   width: 20px;
... ... @@ -81,6 +81,7 @@
81 81   color: @brand-strong;
82 82   text-decoration: none;
83 83   outline: none;
81 + background: transparent;
84 84  
85 85   i {
86 86   color: @brand-strong;
... ... @@ -90,6 +90,7 @@
90 90  
91 91   > .active > a {
92 92   color: @brand-strong;
91 + background: transparent;
93 93  
94 94   i {
95 95   color: @brand-strong;
... ... @@ -105,23 +105,33 @@
105 105  /* Mobile */
106 106  
107 107  @media (max-width: 767px) {
108 - .site-nav {
107 + #menuview {
109 109   margin-left: 0;
110 - justify-content: center;
111 - flex-wrap: wrap;
109 + width: 100%;
112 112   }
113 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 - }
112 + #menuview .navbar-nav {
113 + float: none;
114 + margin: 0;
115 + width: 100%;
116 + text-align: center;
122 122   }
123 123  
124 - .agnease-dropdown {
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 {
125 125   min-width: 0;
126 126   width: 100%;
127 127   padding: 4px 8px 8px 18px;
... ... @@ -129,6 +129,7 @@
129 129   border-radius: 0;
130 130   box-shadow: none;
131 131   background: transparent;
141 + text-align: left;
132 132  
133 133   > li > a {
134 134   padding: 8px 10px;