Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -48,12 +48,10 @@ 48 48 49 49 <div class="pathways"> 50 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> 51 + <div class="pathway-icon"> 52 + <i class="fa fa-refresh" aria-hidden="true"></i> 56 56 </div> 54 + <h3>Upgrade XWiki safely</h3> 57 57 <p> 58 58 Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. 59 59 </p> ... ... @@ -68,12 +68,10 @@ 68 68 </article> 69 69 70 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> 74 - </div> 75 - <h3>Maintain XWiki reliably</h3> 69 + <div class="pathway-icon"> 70 + <i class="fa fa-life-ring" aria-hidden="true"></i> 76 76 </div> 72 + <h3>Maintain XWiki reliably</h3> 77 77 <p> 78 78 Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. 79 79 </p> ... ... @@ -88,12 +88,10 @@ 88 88 </article> 89 89 90 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> 94 - </div> 95 - <h3>Extend XWiki for your processes</h3> 87 + <div class="pathway-icon"> 88 + <i class="fa fa-cogs" aria-hidden="true"></i> 96 96 </div> 90 + <h3>Extend XWiki for your processes</h3> 97 97 <p> 98 98 Build custom XWiki applications, workflows, dashboards and integrations around real business needs. 99 99 </p>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -369,13 +369,6 @@ 369 369 flex-direction: column; 370 370 min-height: 100%; 371 371 372 - .card-heading { 373 - display: flex; 374 - align-items: center; 375 - gap: 14px; 376 - margin-bottom: 14px; 377 - } 378 - 379 379 .pathway-icon { 380 380 width: 52px; 381 381 height: 52px; ... ... @@ -385,12 +385,12 @@ 385 385 justify-content: center; 386 386 color: @brand; 387 387 background: fade(@brand, 10%); 381 + margin-bottom: 18px; 388 388 font-size: 19px; 389 - flex-shrink: 0; 390 390 } 391 391 392 392 h3 { 393 - margin: 0; 386 + margin: 0 0 10px; 394 394 color: @text; 395 395 font-size: 22px; 396 396 line-height: 1.25; ... ... @@ -590,6 +590,31 @@ 590 590 } 591 591 } 592 592 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 + 593 593 /* ========== Homepage Resource Strip ========== */ 594 594 595 595 .homepage-resource-strip { ... ... @@ -697,53 +697,6 @@ 697 697 } 698 698 } 699 699 700 -.resource-inline-cta { 701 - display: flex; 702 - align-items: center; 703 - justify-content: space-between; 704 - gap: 22px; 705 - margin: 30px 0; 706 - padding: 20px 22px; 707 - border: 1px solid fade(@brand, 22%); 708 - border-radius: @radius; 709 - background: @brand-bg; 710 - box-shadow: @shadow-sm; 711 - 712 - p { 713 - margin: 0; 714 - color: @muted; 715 - line-height: 1.55; 716 - } 717 - 718 - strong { 719 - color: @text; 720 - } 721 - 722 - .btn { 723 - flex-shrink: 0; 724 - } 725 -} 726 - 727 -@media (max-width: 767px) { 728 - .resource-inline-cta { 729 - display: block; 730 - 731 - p { 732 - margin-bottom: 14px; 733 - } 734 - } 735 -} 736 - 737 -@media (max-width: 767px) { 738 - .resource-inline-cta { 739 - display: block; 740 - 741 - p { 742 - margin-bottom: 14px; 743 - } 744 - } 745 -} 746 - 747 747 /* ========== Responsive ========== */ 748 748 749 749 @media (max-width: 980px) { ... ... @@ -866,18 +866,15 @@ 866 866 } 867 867 868 868 .resource-layout { 869 - display: block; 840 + display: grid; 841 + grid-template-columns: minmax(0, 760px) 280px; 842 + gap: 42px; 870 870 max-width: 1080px; 871 871 margin: 0 auto; 872 872 padding-top: 28px; 846 + align-items: start; 873 873 } 874 874 875 -.resource-layout::after { 876 - content: ""; 877 - display: block; 878 - clear: both; 879 -} 880 - 881 881 .resource-content { 882 882 color: @text; 883 883 font-size: 16px; ... ... @@ -947,10 +947,6 @@ 947 947 } 948 948 949 949 .resource-sidebar { 950 - float: right; 951 - width: 280px; 952 - margin-left: 42px; 953 - margin-bottom: 28px; 954 954 position: sticky; 955 955 top: 96px; 956 956 border: 1px solid @line; ... ... @@ -980,14 +980,8 @@ 980 980 } 981 981 982 982 .resource-cta { 983 - display: flex; 984 - flex-direction: column; 985 - align-items: center; 986 - text-align: center; 987 - 988 - max-width: 820px; 989 - margin: 42px auto 0; 990 - padding: 28px 30px; 947 + margin-top: 36px; 948 + padding: 22px; 991 991 border: 1px solid fade(@brand, 20%); 992 992 border-radius: @radius; 993 993 background: @brand-bg; ... ... @@ -994,43 +994,20 @@ 994 994 995 995 h3 { 996 996 margin-top: 0; 997 - margin-bottom: 10px; 998 998 } 999 999 1000 1000 p { 1001 - max-width: 680px; 1002 - margin-left: auto; 1003 - margin-right: auto; 1004 1004 color: @muted; 1005 1005 } 1006 - 1007 - .btn { 1008 - margin-top: 8px; 1009 - } 1010 1010 } 1011 1011 1012 -.resource-note, 1013 -.resource-checklist, 1014 -.resource-cta { 1015 - display: flow-root; 1016 -} 1017 - 1018 -@media (max-width: 767px) { 1019 - .resource-cta { 1020 - padding: 24px 20px; 1021 - } 1022 -} 1023 - 1024 1024 @media (max-width: 900px) { 1025 1025 .resource-layout { 964 + grid-template-columns: 1fr; 1026 1026 padding-top: 22px; 1027 1027 } 1028 1028 1029 1029 .resource-sidebar { 1030 - float: none; 1031 - width: 100%; 1032 - margin-left: 0; 1033 - margin-bottom: 24px; 1034 1034 position: static; 1035 1035 } 1036 1036 } ... ... @@ -1316,19 +1316,3 @@ 1316 1316 padding: @section-padding-mobile; 1317 1317 } 1318 1318 } 1319 - 1320 -.resource-faq-item { 1321 - border-bottom: 1px solid @line; 1322 - padding: 12px 0; 1323 - 1324 - summary { 1325 - cursor: pointer; 1326 - font-weight: 700; 1327 - color: @text; 1328 - } 1329 - 1330 - p { 1331 - margin: 10px 0 4px; 1332 - color: @muted; 1333 - } 1334 -}