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 (2 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,11 +16,6 @@ 16 16 Agnease helps companies keep XWiki secure, stable, up-to-date and adapted to real business processes. 17 17 </p> 18 18 19 - <p class="hero-support"> 20 - From LTS upgrades and maintenance to custom applications, integrations, workflows and migrations, 21 - Agnease provides focused XWiki expertise with practical delivery and long-term care. 22 - </p> 23 - 24 24 <ul class="benefits"> 25 25 <li>Safe LTS upgrades</li> 26 26 <li>Support and recovery</li> ... ... @@ -146,7 +146,7 @@ 146 146 </div> 147 147 </section> 148 148 149 - <section class="resource-strip" aria-labelledby="resources-title"> 144 + <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 150 150 <div class="container"> 151 151 <h2 id="resources-title">Useful XWiki resources</h2> 152 152 <p class="section-intro">
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -12,6 +12,9 @@ 12 12 @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 + 15 15 /* ========== Base ========== */ 16 16 17 17 #mainContentArea { ... ... @@ -31,7 +31,7 @@ 31 31 } 32 32 33 33 section { 34 - padding: 42px 0;37 + padding: 30px 0; 35 35 border-top: 1px solid @line; 36 36 37 37 &:first-of-type { ... ... @@ -329,12 +329,6 @@ 329 329 border: 1px solid @line; 330 330 border-radius: @radius; 331 331 box-shadow: @shadow-sm; 332 - transition: transform .18s ease, box-shadow .18s ease; 333 - 334 - &:hover { 335 - transform: translateY(-2px); 336 - box-shadow: @shadow; 337 - } 338 338 } 339 339 340 340 /* ========== Small Widgets ========== */ ... ... @@ -450,13 +450,7 @@ 450 450 border: 1px solid @line; 451 451 border-radius: @radius; 452 452 box-shadow: @shadow-sm; 453 - transition: transform .18s ease, box-shadow .18s ease; 454 454 455 - &:hover { 456 - transform: translateY(-2px); 457 - box-shadow: @shadow; 458 - } 459 - 460 460 .service-icon { 461 461 width: 46px; 462 462 height: 46px; ... ... @@ -599,6 +599,102 @@ 599 599 } 600 600 } 601 601 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: 26px 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 + 602 602 /* ========== CTA ========== */ 603 603 604 604 .cta-section { ... ... @@ -726,3 +726,551 @@ 726 726 padding: 24px 20px; 727 727 } 728 728 } 816 +/* ========== Resource / Article Pages ========== */ 817 + 818 +.resource-page { 819 + padding-top: 34px; 820 +} 821 + 822 +.resource-header { 823 + padding: 40px 0 30px; 824 + border-top: none; 825 + background: 826 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 827 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 828 + 829 + h1 { 830 + margin: 0 auto 14px; 831 + text-align: center; 832 + line-height: 1.18; 833 + } 834 + 835 + .resource-summary { 836 + max-width: 780px; 837 + margin: 0 auto; 838 + color: @muted; 839 + text-align: center; 840 + font-size: 18px; 841 + line-height: 1.55; 842 + } 843 +} 844 + 845 +.resource-layout { 846 + display: grid; 847 + grid-template-columns: minmax(0, 760px) 280px; 848 + gap: 42px; 849 + max-width: 1080px; 850 + margin: 0 auto; 851 + align-items: start; 852 +} 853 + 854 +.resource-content { 855 + color: @text; 856 + font-size: 16px; 857 + line-height: 1.68; 858 + 859 + h2 { 860 + text-align: left; 861 + margin: 34px 0 12px; 862 + line-height: 1.28; 863 + } 864 + 865 + h3 { 866 + margin: 24px 0 8px; 867 + line-height: 1.3; 868 + } 869 + 870 + p { 871 + margin: 0 0 16px; 872 + } 873 + 874 + ul, 875 + ol { 876 + margin: 0 0 18px; 877 + padding-left: 22px; 878 + } 879 + 880 + li { 881 + margin: 6px 0; 882 + } 883 + 884 + strong { 885 + color: @text; 886 + } 887 +} 888 + 889 +.resource-note { 890 + border-left: 4px solid @brand; 891 + background: @brand-bg; 892 + padding: 16px 18px; 893 + margin: 22px 0; 894 + border-radius: 0 @radius @radius 0; 895 + 896 + p:last-child { 897 + margin-bottom: 0; 898 + } 899 +} 900 + 901 +.resource-checklist { 902 + margin: 18px 0 24px; 903 + padding: 0; 904 + list-style: none; 905 + 906 + li { 907 + position: relative; 908 + padding: 10px 0 10px 34px; 909 + border-bottom: 1px solid @line; 910 + 911 + &:before { 912 + content: "\f00c"; 913 + font-family: FontAwesome; 914 + position: absolute; 915 + left: 0; 916 + top: 11px; 917 + color: @brand; 918 + } 919 + } 920 +} 921 + 922 +.resource-sidebar { 923 + position: sticky; 924 + top: 96px; 925 + border: 1px solid @line; 926 + border-radius: @radius; 927 + padding: 18px; 928 + background: #fff; 929 + box-shadow: @shadow-sm; 930 + 931 + h4 { 932 + margin: 0 0 10px; 933 + } 934 + 935 + ul { 936 + margin: 0; 937 + padding-left: 18px; 938 + color: @muted; 939 + } 940 + 941 + li { 942 + margin: 8px 0; 943 + } 944 + 945 + a { 946 + color: @brand; 947 + font-weight: 600; 948 + } 949 +} 950 + 951 +.resource-cta { 952 + margin-top: 36px; 953 + padding: 22px; 954 + border: 1px solid fade(@brand, 20%); 955 + border-radius: @radius; 956 + background: @brand-bg; 957 + 958 + h3 { 959 + margin-top: 0; 960 + } 961 + 962 + p { 963 + color: @muted; 964 + } 965 +} 966 + 967 +@media (max-width: 900px) { 968 + .resource-layout { 969 + grid-template-columns: 1fr; 970 + } 971 + 972 + .resource-sidebar { 973 + position: static; 974 + } 975 +} 976 +/* ========== Products / Extensions Pages ========== */ 977 + 978 +.product-index-section { 979 + padding: 52px 0 56px; 980 + 981 + h2 { 982 + margin-bottom: 10px; 983 + } 984 +} 985 + 986 +.product-card-grid { 987 + max-width: 840px; 988 + margin: 28px auto 0; 989 + display: grid; 990 + grid-template-columns: 1fr; 991 + grid-gap: 18px; 992 +} 993 + 994 +.product-card { 995 + background: #fff; 996 + border: 1px solid @line; 997 + border-radius: @radius; 998 + box-shadow: @shadow-sm; 999 + padding: 28px; 1000 + display: grid; 1001 + grid-template-columns: 68px 1fr; 1002 + grid-gap: 22px; 1003 + align-items: start; 1004 + 1005 + .product-card-icon { 1006 + width: 58px; 1007 + height: 58px; 1008 + border-radius: 50%; 1009 + background: fade(@brand, 10%); 1010 + border: 1px solid fade(@brand, 20%); 1011 + color: @brand; 1012 + display: flex; 1013 + align-items: center; 1014 + justify-content: center; 1015 + font-size: 22px; 1016 + flex-shrink: 0; 1017 + } 1018 + 1019 + h3 { 1020 + margin: 0 0 10px; 1021 + color: @text; 1022 + font-size: 23px; 1023 + line-height: 1.25; 1024 + font-weight: 800; 1025 + } 1026 + 1027 + p { 1028 + color: @muted; 1029 + line-height: 1.6; 1030 + } 1031 + 1032 + .card-link { 1033 + margin: 0; 1034 + 1035 + a { 1036 + font-weight: 700; 1037 + } 1038 + } 1039 +} 1040 + 1041 +.product-card-kicker { 1042 + margin-bottom: 10px; 1043 + padding: 5px 10px; 1044 + font-size: 12px; 1045 + text-transform: uppercase; 1046 + letter-spacing: .04em; 1047 +} 1048 + 1049 +.product-highlights { 1050 + margin: 14px 0 20px; 1051 + padding-left: 18px; 1052 + color: @muted; 1053 + 1054 + li { 1055 + margin: 6px 0; 1056 + line-height: 1.45; 1057 + } 1058 +} 1059 + 1060 +/* ========== Individual Product Pages ========== */ 1061 + 1062 +.product-layout { 1063 + display: grid; 1064 + grid-template-columns: 1.1fr .9fr; 1065 + grid-gap: 36px; 1066 + max-width: 1040px; 1067 + margin: 0 auto; 1068 + align-items: start; 1069 +} 1070 + 1071 +.product-summary-card, 1072 +.product-info-card, 1073 +.product-gallery-panel { 1074 + background: #fff; 1075 + border: 1px solid @line; 1076 + border-radius: @radius; 1077 + box-shadow: @shadow-sm; 1078 +} 1079 + 1080 +.product-summary-card { 1081 + padding: 26px; 1082 + 1083 + h2 { 1084 + text-align: left; 1085 + margin-top: 0; 1086 + } 1087 + 1088 + p { 1089 + color: @muted; 1090 + line-height: 1.6; 1091 + } 1092 + 1093 + p:last-child { 1094 + margin-bottom: 0; 1095 + } 1096 +} 1097 + 1098 +.product-info-card { 1099 + padding: 22px; 1100 + 1101 + h3 { 1102 + margin-top: 0; 1103 + margin-bottom: 12px; 1104 + } 1105 + 1106 + ul { 1107 + margin: 0; 1108 + padding-left: 20px; 1109 + color: @muted; 1110 + } 1111 + 1112 + li { 1113 + margin: 8px 0; 1114 + line-height: 1.45; 1115 + } 1116 +} 1117 + 1118 +.product-feature-grid { 1119 + display: grid; 1120 + grid-template-columns: repeat(3, minmax(0, 1fr)); 1121 + grid-gap: 18px; 1122 + max-width: 1040px; 1123 + margin: 26px auto 0; 1124 +} 1125 + 1126 +.product-feature { 1127 + background: #fff; 1128 + border: 1px solid @line; 1129 + border-radius: @radius; 1130 + box-shadow: @shadow-sm; 1131 + padding: 22px; 1132 + 1133 + .feature-icon { 1134 + width: 46px; 1135 + height: 46px; 1136 + border-radius: 50%; 1137 + background: fade(@brand, 10%); 1138 + color: @brand; 1139 + display: flex; 1140 + align-items: center; 1141 + justify-content: center; 1142 + margin-bottom: 14px; 1143 + font-size: 18px; 1144 + } 1145 + 1146 + h3 { 1147 + margin: 0 0 8px; 1148 + color: @text; 1149 + font-size: 18px; 1150 + line-height: 1.25; 1151 + } 1152 + 1153 + p { 1154 + margin: 0; 1155 + color: @muted; 1156 + line-height: 1.5; 1157 + } 1158 +} 1159 + 1160 +.product-gallery-panel { 1161 + max-width: 1040px; 1162 + margin: 20px auto 0; 1163 + padding: 26px; 1164 + 1165 + h2 { 1166 + margin-top: 0; 1167 + text-align: center; 1168 + } 1169 + 1170 + .gallery-note { 1171 + max-width: 700px; 1172 + margin: 0 auto 18px; 1173 + color: @muted; 1174 + text-align: center; 1175 + line-height: 1.55; 1176 + } 1177 +} 1178 + 1179 +.product-gallery-placeholder { 1180 + min-height: 260px; 1181 + padding: 28px; 1182 + border: 1px dashed fade(@brand, 40%); 1183 + border-radius: @radius; 1184 + background: fade(@brand, 5%); 1185 + color: @muted; 1186 + text-align: center; 1187 + display: flex; 1188 + align-items: center; 1189 + justify-content: center; 1190 +} 1191 + 1192 +.product-section-muted { 1193 + background: 1194 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1195 +} 1196 + 1197 +@media (max-width: 980px) { 1198 + .product-layout, 1199 + .product-feature-grid { 1200 + grid-template-columns: 1fr; 1201 + } 1202 + 1203 + .product-summary-card h2 { 1204 + text-align: center; 1205 + } 1206 +} 1207 + 1208 +@media (max-width: 640px) { 1209 + .product-card { 1210 + grid-template-columns: 1fr; 1211 + padding: 22px; 1212 + text-align: left; 1213 + 1214 + .product-card-icon { 1215 + margin-bottom: 2px; 1216 + } 1217 + } 1218 + 1219 + .product-summary-card, 1220 + .product-info-card, 1221 + .product-feature, 1222 + .product-gallery-panel { 1223 + padding: 20px; 1224 + } 1225 +} 1226 +/* ========== Resources Index ========== */ 1227 + 1228 +.resources-index-page { 1229 + padding: 56px 0 72px; 1230 + background: @brand-bg; 1231 +} 1232 + 1233 +.resources-intro { 1234 + max-width: 820px; 1235 + margin: 0 auto 32px; 1236 + text-align: center; 1237 +} 1238 + 1239 +.resources-intro p { 1240 + color: @muted; 1241 + font-size: 17px; 1242 + line-height: 1.7; 1243 + margin: 0; 1244 +} 1245 + 1246 +.resources-grid { 1247 + display: grid; 1248 + grid-template-columns: repeat(2, minmax(0, 1fr)); 1249 + gap: 24px; 1250 + margin-bottom: 36px; 1251 +} 1252 + 1253 +.resource-card { 1254 + display: flex; 1255 + gap: 18px; 1256 + background: #fff; 1257 + border: 1px solid @line; 1258 + border-radius: @radius; 1259 + box-shadow: @shadow-sm; 1260 + padding: 24px; 1261 +} 1262 + 1263 +.resource-card-icon { 1264 + flex: 0 0 46px; 1265 + width: 46px; 1266 + height: 46px; 1267 + border-radius: 14px; 1268 + background: @brand-soft; 1269 + color: @brand-strong; 1270 + display: flex; 1271 + align-items: center; 1272 + justify-content: center; 1273 + font-size: 20px; 1274 +} 1275 + 1276 +.resource-card-label { 1277 + color: @brand-strong; 1278 + font-size: 13px; 1279 + font-weight: 700; 1280 + text-transform: uppercase; 1281 + letter-spacing: .04em; 1282 + margin-bottom: 8px; 1283 +} 1284 + 1285 +.resource-card h2 { 1286 + font-size: 22px; 1287 + line-height: 1.25; 1288 + margin: 0 0 12px; 1289 +} 1290 + 1291 +.resource-card h2 a { 1292 + color: @text; 1293 + text-decoration: none; 1294 +} 1295 + 1296 +.resource-card h2 a:hover { 1297 + color: @brand-strong; 1298 + text-decoration: none; 1299 +} 1300 + 1301 +.resource-card p { 1302 + color: @muted; 1303 + font-size: 15px; 1304 + line-height: 1.65; 1305 + margin: 0 0 16px; 1306 +} 1307 + 1308 +.resource-card-link { 1309 + color: @brand-strong; 1310 + font-weight: 700; 1311 + text-decoration: none; 1312 +} 1313 + 1314 +.resource-card-link:hover { 1315 + color: @brand; 1316 + text-decoration: none; 1317 +} 1318 + 1319 +.resources-next { 1320 + max-width: 820px; 1321 + margin: 0 auto 32px; 1322 + text-align: center; 1323 +} 1324 + 1325 +.resources-next h2 { 1326 + font-size: 26px; 1327 + margin: 0 0 10px; 1328 +} 1329 + 1330 +.resources-next p { 1331 + color: @muted; 1332 + font-size: 16px; 1333 + line-height: 1.7; 1334 + margin: 0; 1335 +} 1336 + 1337 +@media (max-width: 767px) { 1338 + .resources-index-page { 1339 + padding: 36px 0 52px; 1340 + } 1341 + 1342 + .resources-intro { 1343 + text-align: left; 1344 + margin-bottom: 24px; 1345 + } 1346 + 1347 + .resources-grid { 1348 + grid-template-columns: 1fr; 1349 + gap: 18px; 1350 + } 1351 + 1352 + .resource-card { 1353 + padding: 20px; 1354 + } 1355 + 1356 + .resource-card h2 { 1357 + font-size: 20px; 1358 + } 1359 + 1360 + .resources-next { 1361 + text-align: left; 1362 + } 1363 +}
- XWiki.StyleSheetExtension[1]
-
- code
-
... ... @@ -1,129 +1,148 @@ 1 1 /* ========== Agnease Public Top Menu ========== */ 2 2 3 -@brand: #00937D; 4 -@brand-strong: #007B6A; 5 -@text: #2D3A34; 6 -@muted: #5B6B64; 7 -@line: #E4ECE9; 8 -@brand-bg: #F4FCFA; 3 +/* Desktop alignment */ 4 +#menuview .navbar-nav { 5 + float: right !important; 6 +} 9 9 10 -.agnease-services-menu { 11 - .dropdown-toggle { 12 - font-weight: inherit; 13 - font-size: inherit; 14 - } 8 +/* Top-level menu items */ 15 15 16 - &.open > .dropdown-toggle, 17 - .dropdown-toggle:hover, 18 - .dropdown-toggle:focus { 10 +.agnease-menu-item, 11 +.agnease-menu-link { 12 + > a, 13 + > .dropdown-toggle { 19 19 color: @brand; 20 - background: transparent; 15 + font-size: 17px; 16 + font-weight: 600; 17 + padding-left: 16px; 18 + padding-right: 16px; 19 + text-decoration: none; 21 21 } 22 22 22 + > a:hover, 23 + > a:focus, 24 + > a:active, 25 + &.open > a, 26 + &.active > a { 27 + color: @brand-strong; 28 + text-decoration: none; 29 + outline: none; 30 + } 31 + 23 23 .caret { 24 - margin-left: 4px; 33 + margin-left: 5px; 34 + border-top-color: @brand; 35 + border-bottom-color: @brand; 25 25 } 37 + 38 + > a:hover .caret, 39 + > a:focus .caret, 40 + > a:active .caret, 41 + &.open > a .caret, 42 + &.active > a .caret { 43 + border-top-color: @brand-strong; 44 + border-bottom-color: @brand-strong; 45 + } 26 26 } 27 27 28 -.agnease-services-dropdown { 29 - min-width: 360px; 30 - padding: 10px; 31 - border: 1px solid @line; 48 +/* Dropdown panel */ 49 + 50 +.agnease-dropdown { 51 + min-width: 310px; 52 + padding: 10px 8px; 53 + border: 1px solid fade(@brand, 18%); 32 32 border-radius: 12px; 33 - box-shadow: 0 12px 36px rgba(0, 0, 0, .10); 55 + background: #fff; 56 + box-shadow: 0 12px 32px fade(@brand-strong, 12%); 34 34 35 35 > li > a { 36 36 display: flex; 37 - align-items: flex-start;60 + align-items: center; 38 38 gap: 12px; 39 - padding: 10px 12px; 40 - border-radius: 10px; 41 - color: @text; 42 - white-space: normal; 62 + padding: 11px 14px; 63 + color: @brand; 64 + white-space: nowrap; 65 + font-size: 16px; 66 + font-weight: 600; 67 + line-height: 1.3; 68 + text-decoration: none; 43 43 70 + i { 71 + width: 20px; 72 + flex: 0 0 20px; 73 + color: @brand; 74 + text-align: center; 75 + font-size: 15px; 76 + } 77 + 44 44 &:hover, 45 - &:focus { 79 + &:focus, 80 + &:active { 46 46 color: @brand-strong; 47 - background: @brand-bg; 48 48 text-decoration: none; 83 + outline: none; 49 49 50 - .menu-icon{85 + i { 51 51 color: @brand-strong; 52 - background: fade(@brand, 14%); 53 - border-color: fade(@brand, 28%); 54 54 } 88 + } 89 + } 55 55 56 - strong { 57 - color: @brand-strong; 58 - } 91 + > .active > a { 92 + color: @brand-strong; 59 59 60 - small { 61 - color: @muted; 62 - } 94 + i { 95 + color: @brand-strong; 63 63 } 64 64 } 65 65 66 66 .divider { 67 67 margin: 8px 0; 68 - background-color: @ line;101 + background-color: fade(@brand, 16%); 69 69 } 103 +} 70 70 71 - .menu-icon { 72 - width: 34px; 73 - height: 34px; 74 - border-radius: 50%; 75 - background: fade(@brand, 8%); 76 - border: 1px solid fade(@brand, 18%); 77 - color: @brand; 78 - display: flex; 79 - align-items: center; 105 +/* Mobile */ 106 + 107 +@media (max-width: 767px) { 108 + .site-nav { 109 + margin-left: 0; 80 80 justify-content: center; 81 - flex-shrink: 0; 82 - transition: color .15s ease, background .15s ease, border-color .15s ease; 111 + flex-wrap: wrap; 83 83 } 84 84 85 - .menu-text { 86 - display: flex; 87 - flex-direction: column; 88 - line-height: 1.25; 89 - 90 - strong { 91 - color: @brand; 92 - font-size: 14px; 93 - font-weight: 600; 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; 94 94 } 95 - 96 - small { 97 - color: @muted; 98 - font-size: 12px; 99 - margin-top: 2px; 100 - font-weight: 400; 101 - } 102 102 } 103 -} 104 104 105 -@media (max-width: 767px) { 106 - .agnease-services-dropdown { 124 + .agnease-dropdown { 107 107 min-width: 0; 108 108 width: 100%; 109 - padding: 6px; 127 + padding: 4px 8px 8px 18px; 128 + border: 0; 110 110 border-radius: 0; 111 111 box-shadow: none; 131 + background: transparent; 112 112 113 113 > li > a { 114 - padding: 10px; 134 + padding: 8px 10px; 135 + white-space: normal; 136 + font-size: 15px; 137 + 138 + i { 139 + width: 18px; 140 + flex-basis: 18px; 141 + } 115 115 } 143 + 144 + .divider { 145 + margin: 5px 0; 146 + } 116 116 } 117 117 } 118 -/* Keep the top-level Services menu visually clean when hovered/open/focused */ 119 -.navbar-nav > li.agnease-services-menu > a, 120 -.navbar-nav > li.agnease-services-menu > a:hover, 121 -.navbar-nav > li.agnease-services-menu > a:focus, 122 -.navbar-nav > li.agnease-services-menu.open > a, 123 -.navbar-nav > li.agnease-services-menu.open > a:hover, 124 -.navbar-nav > li.agnease-services-menu.open > a:focus { 125 - background: transparent; 126 - background-color: transparent; 127 - color: @brand-strong; 128 - box-shadow: none; 129 -}
- XWiki.StyleSheetExtension[2]
-
- cache
-
... ... @@ -1,1 +1,0 @@ 1 -long - code
-
... ... @@ -1,174 +1,0 @@ 1 -/* ========== Resource / Article Pages ========== */ 2 - 3 -.resource-page { 4 - padding-top: 34px; 5 -} 6 - 7 -.resource-header { 8 - padding: 40px 0 30px; 9 - border-top: none; 10 - background: 11 - radial-gradient(42rem 14rem at 50% 0%, @brand-bg 0%, transparent 70%); 12 - 13 - .resource-kicker { 14 - display: inline-flex; 15 - align-items: center; 16 - gap: 8px; 17 - color: @brand; 18 - background: fade(@brand, 8%); 19 - border: 1px solid fade(@brand, 18%); 20 - border-radius: 999px; 21 - padding: 6px 12px; 22 - margin-bottom: 14px; 23 - font-size: 13px; 24 - font-weight: 700; 25 - } 26 - 27 - h1 { 28 - max-width: 820px; 29 - margin: 0 auto 14px; 30 - text-align: center; 31 - line-height: 1.18; 32 - } 33 - 34 - .resource-summary { 35 - max-width: 780px; 36 - margin: 0 auto; 37 - color: @muted; 38 - text-align: center; 39 - font-size: 18px; 40 - line-height: 1.55; 41 - } 42 -} 43 - 44 -.resource-layout { 45 - display: grid; 46 - grid-template-columns: minmax(0, 760px) 280px; 47 - gap: 42px; 48 - max-width: 1080px; 49 - margin: 0 auto; 50 - align-items: start; 51 -} 52 - 53 -.resource-content { 54 - color: @text; 55 - font-size: 16px; 56 - line-height: 1.68; 57 - 58 - h2 { 59 - text-align: left; 60 - margin: 34px 0 12px; 61 - line-height: 1.28; 62 - } 63 - 64 - h3 { 65 - margin: 24px 0 8px; 66 - line-height: 1.3; 67 - } 68 - 69 - p { 70 - margin: 0 0 16px; 71 - } 72 - 73 - ul, 74 - ol { 75 - margin: 0 0 18px; 76 - padding-left: 22px; 77 - } 78 - 79 - li { 80 - margin: 6px 0; 81 - } 82 - 83 - strong { 84 - color: @text; 85 - } 86 -} 87 - 88 -.resource-note { 89 - border-left: 4px solid @brand; 90 - background: @brand-bg; 91 - padding: 16px 18px; 92 - margin: 22px 0; 93 - border-radius: 0 @radius @radius 0; 94 - 95 - p:last-child { 96 - margin-bottom: 0; 97 - } 98 -} 99 - 100 -.resource-checklist { 101 - margin: 18px 0 24px; 102 - padding: 0; 103 - list-style: none; 104 - 105 - li { 106 - position: relative; 107 - padding: 10px 0 10px 34px; 108 - border-bottom: 1px solid @line; 109 - 110 - &:before { 111 - content: "\f00c"; 112 - font-family: FontAwesome; 113 - position: absolute; 114 - left: 0; 115 - top: 11px; 116 - color: @brand; 117 - } 118 - } 119 -} 120 - 121 -.resource-sidebar { 122 - position: sticky; 123 - top: 96px; 124 - border: 1px solid @line; 125 - border-radius: @radius; 126 - padding: 18px; 127 - background: #fff; 128 - box-shadow: @shadow-sm; 129 - 130 - h4 { 131 - margin: 0 0 10px; 132 - } 133 - 134 - ul { 135 - margin: 0; 136 - padding-left: 18px; 137 - color: @muted; 138 - } 139 - 140 - li { 141 - margin: 8px 0; 142 - } 143 - 144 - a { 145 - color: @brand; 146 - font-weight: 600; 147 - } 148 -} 149 - 150 -.resource-cta { 151 - margin-top: 36px; 152 - padding: 22px; 153 - border: 1px solid fade(@brand, 20%); 154 - border-radius: @radius; 155 - background: @brand-bg; 156 - 157 - h3 { 158 - margin-top: 0; 159 - } 160 - 161 - p { 162 - color: @muted; 163 - } 164 -} 165 - 166 -@media (max-width: 900px) { 167 - .resource-layout { 168 - grid-template-columns: 1fr; 169 - } 170 - 171 - .resource-sidebar { 172 - position: static; 173 - } 174 -} - contentType
-
... ... @@ -1,1 +1,0 @@ 1 -LESS - name
-
... ... @@ -1,1 +1,0 @@ 1 -resources - use
-
... ... @@ -1,1 +1,0 @@ 1 -onDemand