Changes for page Public Web Site

Last modified by Agnease on 2026/06/08 18:27

From version 20.10
edited by Agnease
on 2026/06/08 18:20
Change comment: There is no comment for this version
To version 20.11
edited by Agnease
on 2026/06/08 18:27
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1012,6 +1012,29 @@
1012 1012   }
1013 1013  }
1014 1014  
1015 +.resource-faq-item {
1016 + display: flow-root;
1017 + border-bottom: 1px solid @line;
1018 + padding: 12px 0;
1019 +
1020 + summary {
1021 + cursor: pointer;
1022 + font-weight: 700;
1023 + color: @text;
1024 + line-height: 1.4;
1025 + }
1026 +
1027 + summary:hover,
1028 + summary:focus {
1029 + color: @brand-strong;
1030 + }
1031 +
1032 + p {
1033 + margin: 10px 0 4px;
1034 + color: @muted;
1035 + }
1036 +}
1037 +
1015 1015  .resource-checklist {
1016 1016   margin: 18px 0 24px;
1017 1017   padding: 0;