pages_core 3.15.3 → 3.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/app/assets/builds/pages_core/admin-dist.js +1 -1
  4. data/app/assets/builds/pages_core/admin-dist.js.map +4 -4
  5. data/app/assets/builds/pages_core/admin.css +378 -253
  6. data/app/assets/builds/pages_core/mailer.css +41 -6
  7. data/app/assets/builds/pages_core_fonts/121b837e.woff2 +0 -0
  8. data/app/assets/builds/pages_core_fonts/216e5c23.woff2 +0 -0
  9. data/app/assets/builds/pages_core_fonts/3017b52f.woff2 +0 -0
  10. data/app/assets/builds/pages_core_fonts/489746b9.woff2 +0 -0
  11. data/app/assets/builds/pages_core_fonts/49775483.woff2 +0 -0
  12. data/app/assets/builds/pages_core_fonts/49c9e472.woff2 +0 -0
  13. data/app/assets/builds/pages_core_fonts/4a119645.woff2 +0 -0
  14. data/app/assets/builds/pages_core_fonts/5d56d7a8.woff2 +0 -0
  15. data/app/assets/builds/pages_core_fonts/61ea75a6.woff2 +0 -0
  16. data/app/assets/builds/pages_core_fonts/62cbb778.woff2 +0 -0
  17. data/app/assets/builds/pages_core_fonts/647d26c.woff2 +0 -0
  18. data/app/assets/builds/pages_core_fonts/67764053.woff2 +0 -0
  19. data/app/assets/builds/pages_core_fonts/6bb0fd00.woff2 +0 -0
  20. data/app/assets/builds/pages_core_fonts/6c0194a2.woff2 +0 -0
  21. data/app/assets/builds/pages_core_fonts/71423409.woff2 +0 -0
  22. data/app/assets/builds/pages_core_fonts/7584e61d.woff2 +0 -0
  23. data/app/assets/builds/pages_core_fonts/77bcfa1c.woff2 +0 -0
  24. data/app/assets/builds/pages_core_fonts/7aca0cc5.woff2 +0 -0
  25. data/app/assets/builds/pages_core_fonts/9a09533f.woff2 +0 -0
  26. data/app/assets/builds/pages_core_fonts/a51f5bc8.woff2 +0 -0
  27. data/app/assets/builds/pages_core_fonts/a80b2975.woff2 +0 -0
  28. data/app/assets/builds/pages_core_fonts/a891f617.woff2 +0 -0
  29. data/app/assets/builds/pages_core_fonts/ad6083f3.woff2 +0 -0
  30. data/app/assets/builds/pages_core_fonts/b29a61ff.woff2 +0 -0
  31. data/app/assets/builds/{fonts/6569749d.ttf → pages_core_fonts/b30b0656.ttf} +0 -0
  32. data/app/assets/builds/pages_core_fonts/b3a5f48c.woff2 +0 -0
  33. data/app/assets/builds/pages_core_fonts/bc73ee06.woff2 +0 -0
  34. data/app/assets/builds/pages_core_fonts/c38c6d45.woff2 +0 -0
  35. data/app/assets/builds/pages_core_fonts/c5ce0b1f.woff2 +0 -0
  36. data/app/assets/builds/pages_core_fonts/c8d53904.woff2 +0 -0
  37. data/app/assets/builds/pages_core_fonts/ce13c169.woff2 +0 -0
  38. data/app/assets/builds/pages_core_fonts/d43bd0d5.woff2 +0 -0
  39. data/app/assets/builds/pages_core_fonts/e1c7d368.woff2 +0 -0
  40. data/app/assets/builds/pages_core_fonts/e1e8175d.woff2 +0 -0
  41. data/app/assets/builds/pages_core_fonts/e318f796.woff2 +0 -0
  42. data/app/assets/builds/{fonts/ee32bc60.ttf → pages_core_fonts/e7acb7d9.ttf} +0 -0
  43. data/app/assets/builds/pages_core_fonts/ee5514c6.woff2 +0 -0
  44. data/app/assets/builds/pages_core_fonts/f4e495e2.woff2 +0 -0
  45. data/app/assets/builds/pages_core_fonts/f736ec65.woff2 +0 -0
  46. data/app/assets/builds/pages_core_fonts/f741c7ba.woff2 +0 -0
  47. data/app/assets/builds/pages_core_fonts/f7767345.woff2 +0 -0
  48. data/app/assets/builds/pages_core_fonts/fe9eb751.woff2 +0 -0
  49. data/app/assets/stylesheets/pages_core/admin/components/forms.css +2 -2
  50. data/app/assets/stylesheets/pages_core/admin/components/header.css +1 -1
  51. data/app/assets/stylesheets/pages_core/admin/controllers/pages.css +1 -1
  52. data/app/assets/stylesheets/pages_core/admin/global/fonts.css +38 -38
  53. data/app/controllers/{pages_core → admin}/admin_controller.rb +1 -3
  54. data/app/controllers/attachments_controller.rb +40 -0
  55. data/app/controllers/concerns/pages_core/document_title_controller.rb +16 -0
  56. data/app/controllers/concerns/pages_core/page_parameters.rb +1 -1
  57. data/app/controllers/concerns/pages_core/pages/preview_controller.rb +49 -0
  58. data/app/controllers/concerns/pages_core/pages/rss_controller.rb +43 -0
  59. data/app/controllers/errors_controller.rb +2 -0
  60. data/app/controllers/images_controller.rb +13 -0
  61. data/app/controllers/pages_core/frontend/pages_controller.rb +3 -4
  62. data/app/controllers/pages_core/frontend_controller.rb +6 -1
  63. data/app/controllers/pages_core/sitemaps_controller.rb +21 -52
  64. data/app/helpers/pages_core/admin/image_uploads_helper.rb +1 -1
  65. data/app/helpers/pages_core/application_helper.rb +0 -3
  66. data/app/helpers/pages_core/attachments_helper.rb +0 -10
  67. data/app/helpers/pages_core/feed_tags_helper.rb +31 -0
  68. data/app/helpers/pages_core/frontend_helper.rb +3 -0
  69. data/app/helpers/pages_core/head_tags_helper.rb +80 -70
  70. data/app/helpers/pages_core/page_path_helper.rb +1 -12
  71. data/app/javascript/components/Attachments/Attachment.tsx +3 -3
  72. data/app/javascript/components/Attachments/AttachmentEditor.tsx +5 -5
  73. data/app/javascript/components/Attachments/Deleted.tsx +28 -0
  74. data/app/javascript/components/Attachments/List.tsx +11 -24
  75. data/app/javascript/components/Attachments/Placeholder.tsx +0 -2
  76. data/app/javascript/components/Attachments.tsx +2 -3
  77. data/app/javascript/components/DateRangeSelect.tsx +13 -10
  78. data/app/javascript/components/DateTimeSelect.tsx +11 -11
  79. data/app/javascript/components/EditableImage.tsx +3 -3
  80. data/app/javascript/components/FileUploadButton.tsx +3 -3
  81. data/app/javascript/components/ImageCropper/FocalPoint.tsx +10 -14
  82. data/app/javascript/components/ImageCropper/Image.tsx +19 -25
  83. data/app/javascript/components/ImageCropper/Toolbar.tsx +27 -26
  84. data/app/javascript/components/ImageCropper/useContainerSize.ts +25 -0
  85. data/app/javascript/components/ImageCropper/useCrop.ts +28 -13
  86. data/app/javascript/components/ImageCropper/useImageCropperContext.ts +13 -0
  87. data/app/javascript/components/ImageCropper.tsx +24 -83
  88. data/app/javascript/components/ImageEditor/Form.tsx +25 -28
  89. data/app/javascript/components/ImageEditor/useImageEditor.ts +63 -0
  90. data/app/javascript/components/ImageEditor/useImageEditorContext.ts +14 -0
  91. data/app/javascript/components/ImageEditor.tsx +28 -42
  92. data/app/javascript/components/ImageGrid/Deleted.tsx +28 -0
  93. data/app/javascript/components/ImageGrid/DragElement.tsx +5 -5
  94. data/app/javascript/components/ImageGrid/FilePlaceholder.tsx +0 -2
  95. data/app/javascript/components/ImageGrid/Grid.tsx +15 -24
  96. data/app/javascript/components/ImageGrid/GridImage.tsx +4 -4
  97. data/app/javascript/components/ImageGrid/Placeholder.tsx +2 -4
  98. data/app/javascript/components/ImageGrid.tsx +2 -4
  99. data/app/javascript/components/ImageUploader.tsx +5 -5
  100. data/app/javascript/components/LabelledField.tsx +6 -6
  101. data/app/javascript/components/Modal.tsx +16 -13
  102. data/app/javascript/components/PageForm/Block.tsx +3 -3
  103. data/app/javascript/components/PageForm/Content.tsx +11 -15
  104. data/app/javascript/components/PageForm/Dates.tsx +3 -11
  105. data/app/javascript/components/PageForm/Files.tsx +2 -4
  106. data/app/javascript/components/PageForm/Form.tsx +3 -9
  107. data/app/javascript/components/PageForm/Images.tsx +2 -4
  108. data/app/javascript/components/PageForm/LocaleLinks.tsx +4 -11
  109. data/app/javascript/components/PageForm/Metadata.tsx +8 -13
  110. data/app/javascript/components/PageForm/Options.tsx +28 -11
  111. data/app/javascript/components/PageForm/PageDescription.tsx +7 -14
  112. data/app/javascript/components/PageForm/PathSegment.tsx +5 -10
  113. data/app/javascript/components/PageForm/TabPanel.tsx +3 -6
  114. data/app/javascript/components/PageForm/Tabs.tsx +2 -4
  115. data/app/javascript/components/PageForm/UnconfiguredContent.tsx +7 -12
  116. data/app/javascript/components/PageForm/pageParams.ts +3 -2
  117. data/app/javascript/components/PageForm/usePage.ts +1 -46
  118. data/app/javascript/components/PageForm/usePageFormContext.ts +8 -0
  119. data/app/javascript/components/PageForm/useTabs.ts +1 -1
  120. data/app/javascript/components/PageForm/utils.ts +49 -0
  121. data/app/javascript/components/PageForm.tsx +52 -48
  122. data/app/javascript/components/PageImages.tsx +1 -3
  123. data/app/javascript/components/PageTree/Button.tsx +25 -0
  124. data/app/javascript/components/PageTree/CollapseArrow.tsx +34 -0
  125. data/app/javascript/components/PageTree/CollapsedLabel.tsx +21 -0
  126. data/app/javascript/components/PageTree/EditPageName.tsx +68 -0
  127. data/app/javascript/components/PageTree/Node.tsx +143 -413
  128. data/app/javascript/components/PageTree/PageName.tsx +6 -4
  129. data/app/javascript/components/PageTree/StatusLabel.tsx +10 -0
  130. data/app/javascript/components/PageTree/tree.ts +268 -0
  131. data/app/javascript/components/PageTree/usePageTree.ts +268 -0
  132. data/app/javascript/components/PageTree/usePageTreeContext.ts +13 -0
  133. data/app/javascript/components/PageTree.tsx +194 -214
  134. data/app/javascript/components/{RichTextToolbarButton.tsx → RichTextArea/ToolbarButton.tsx} +3 -5
  135. data/app/javascript/components/RichTextArea/actions.ts +106 -0
  136. data/app/javascript/components/RichTextArea/useMaybeControlledValue.ts +14 -0
  137. data/app/javascript/components/RichTextArea.tsx +91 -209
  138. data/app/javascript/components/TagEditor/AddTagForm.tsx +2 -2
  139. data/app/javascript/components/TagEditor/Editor.tsx +3 -5
  140. data/app/javascript/components/TagEditor/Tag.tsx +3 -5
  141. data/app/javascript/components/TagEditor/useTags.ts +7 -4
  142. data/app/javascript/components/TagEditor.tsx +2 -4
  143. data/app/javascript/components/Toast.tsx +5 -5
  144. data/app/javascript/components/drag/draggedOrder.ts +6 -6
  145. data/app/javascript/components/drag/useDragCollection.ts +21 -25
  146. data/app/javascript/components/drag/useDragUploader.ts +20 -18
  147. data/app/javascript/components/drag/useDraggable.ts +3 -3
  148. data/app/javascript/features/RichText.tsx +0 -1
  149. data/app/javascript/features/contentTabs.ts +2 -2
  150. data/app/javascript/stores/useModalStore.ts +1 -1
  151. data/app/javascript/stores/useToastStore.ts +2 -2
  152. data/app/javascript/types/Attachments.ts +11 -11
  153. data/app/javascript/types/Crop.ts +16 -12
  154. data/app/javascript/types/Drag.ts +21 -23
  155. data/app/javascript/types/Images.ts +8 -8
  156. data/app/javascript/types/PageEditor.ts +11 -4
  157. data/app/javascript/types/Pages.ts +22 -27
  158. data/app/javascript/types/Tags.ts +5 -6
  159. data/app/javascript/types/Template.ts +4 -4
  160. data/app/javascript/types.ts +2 -2
  161. data/app/models/attachment.rb +5 -9
  162. data/app/models/autopublisher.rb +1 -1
  163. data/app/models/concerns/pages_core/page_model/redirectable.rb +1 -2
  164. data/app/models/concerns/pages_core/page_model/searchable.rb +1 -1
  165. data/app/models/concerns/pages_core/page_model/status.rb +2 -4
  166. data/app/models/concerns/pages_core/searchable_document.rb +2 -4
  167. data/app/models/image.rb +0 -15
  168. data/app/models/page_builder.rb +4 -6
  169. data/app/resources/admin/page_resource.rb +2 -2
  170. data/app/resources/export/page_resource.rb +1 -1
  171. data/app/services/pages_core/invite_service.rb +1 -2
  172. data/app/views/layouts/admin.html.erb +1 -0
  173. data/app/views/pages_core/sitemaps/index.xml.builder +10 -0
  174. data/config/routes.rb +4 -3
  175. data/db/migrate/20240917142300_add_skip_index_to_pages.rb +7 -0
  176. data/lib/pages_core/engine.rb +15 -17
  177. data/lib/pages_core/sitemap.rb +58 -0
  178. data/lib/pages_core/templates/configuration_proxy.rb +3 -3
  179. data/lib/pages_core.rb +7 -4
  180. data/lib/rails/generators/pages_core/frontend/frontend_generator.rb +2 -2
  181. data/lib/rails/generators/pages_core/frontend/templates/application.html.erb +13 -5
  182. data/lib/rails/generators/pages_core/frontend/templates/postcss.config.js +2 -6
  183. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/components/base.css +3 -1
  184. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/config.css +2 -3
  185. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/global/animation.css +1 -1
  186. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/global/colors.css +6 -5
  187. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/global/fonts.css +1 -1
  188. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/global/grid.css +9 -6
  189. data/lib/rails/generators/pages_core/frontend/templates/stylesheets/global/typography.css +42 -26
  190. data/lib/rails/generators/pages_core/install/templates/application_controller.rb +0 -6
  191. data/lib/rails/generators/pages_core/rspec/templates/rails_helper.rb +1 -1
  192. metadata +81 -49
  193. data/app/assets/builds/fonts/7b7db107.woff2 +0 -0
  194. data/app/assets/builds/fonts/921961e9.woff2 +0 -0
  195. data/app/controller_dummies/admin/admin_controller.rb +0 -6
  196. data/app/controller_dummies/application_controller.rb +0 -6
  197. data/app/controller_dummies/attachments_controller.rb +0 -4
  198. data/app/controller_dummies/frontend_controller.rb +0 -4
  199. data/app/controller_dummies/images_controller.rb +0 -4
  200. data/app/controller_dummies/page_files_controller.rb +0 -4
  201. data/app/controller_dummies/pages_controller.rb +0 -4
  202. data/app/controller_dummies/sitemaps_controller.rb +0 -4
  203. data/app/controllers/concerns/pages_core/preview_pages_controller.rb +0 -47
  204. data/app/controllers/concerns/pages_core/rss_controller.rb +0 -41
  205. data/app/controllers/pages_core/attachments_controller.rb +0 -42
  206. data/app/controllers/pages_core/frontend/page_files_controller.rb +0 -25
  207. data/app/controllers/pages_core/images_controller.rb +0 -15
  208. data/app/helpers/pages_core/meta_tags_helper.rb +0 -96
  209. data/app/helpers/pages_core/open_graph_tags_helper.rb +0 -49
  210. data/app/javascript/components/PageTree/Draggable.tsx +0 -338
  211. data/app/javascript/lib/Tree.ts +0 -305
  212. data/app/javascript/types/Trees.ts +0 -19
  213. data/app/views/sitemaps/show.xml.builder +0 -11
@@ -543,7 +543,7 @@ template {
543
543
  margin-left: -7px; } }
544
544
 
545
545
  /*!
546
- * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
546
+ * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
547
547
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
548
548
  * Copyright 2024 Fonticons, Inc.
549
549
  */
@@ -554,15 +554,15 @@ template {
554
554
  font-weight: 900;
555
555
  font-weight: var(--fa-style, 900); }
556
556
 
557
- .fa,
558
- .fa-classic,
559
- .fa-sharp,
560
- .fas,
561
557
  .fa-solid,
562
- .far,
563
558
  .fa-regular,
559
+ .fa-brands,
560
+ .fas,
561
+ .far,
564
562
  .fab,
565
- .fa-brands {
563
+ .fa-sharp-solid,
564
+ .fa-classic,
565
+ .fa {
566
566
  -moz-osx-font-smoothing: grayscale;
567
567
  -webkit-font-smoothing: antialiased;
568
568
  display: inline-block;
@@ -691,93 +691,93 @@ template {
691
691
  .fa-beat {
692
692
  animation-name: fa-beat;
693
693
  animation-delay: 0s;
694
- animation-delay: var(--fa-animation-delay, 0s);
694
+ animation-delay: var(--fa-animation-delay, 0s);
695
695
  animation-direction: normal;
696
- animation-direction: var(--fa-animation-direction, normal);
696
+ animation-direction: var(--fa-animation-direction, normal);
697
697
  animation-duration: 1s;
698
- animation-duration: var(--fa-animation-duration, 1s);
698
+ animation-duration: var(--fa-animation-duration, 1s);
699
699
  animation-iteration-count: infinite;
700
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
700
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
701
701
  animation-timing-function: ease-in-out;
702
- animation-timing-function: var(--fa-animation-timing, ease-in-out); }
702
+ animation-timing-function: var(--fa-animation-timing, ease-in-out); }
703
703
 
704
704
  .fa-bounce {
705
705
  animation-name: fa-bounce;
706
706
  animation-delay: 0s;
707
- animation-delay: var(--fa-animation-delay, 0s);
707
+ animation-delay: var(--fa-animation-delay, 0s);
708
708
  animation-direction: normal;
709
- animation-direction: var(--fa-animation-direction, normal);
709
+ animation-direction: var(--fa-animation-direction, normal);
710
710
  animation-duration: 1s;
711
- animation-duration: var(--fa-animation-duration, 1s);
711
+ animation-duration: var(--fa-animation-duration, 1s);
712
712
  animation-iteration-count: infinite;
713
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
713
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
714
714
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
715
- animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
715
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
716
716
 
717
717
  .fa-fade {
718
718
  animation-name: fa-fade;
719
719
  animation-delay: 0s;
720
- animation-delay: var(--fa-animation-delay, 0s);
720
+ animation-delay: var(--fa-animation-delay, 0s);
721
721
  animation-direction: normal;
722
- animation-direction: var(--fa-animation-direction, normal);
722
+ animation-direction: var(--fa-animation-direction, normal);
723
723
  animation-duration: 1s;
724
- animation-duration: var(--fa-animation-duration, 1s);
724
+ animation-duration: var(--fa-animation-duration, 1s);
725
725
  animation-iteration-count: infinite;
726
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
726
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
727
727
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
728
- animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
728
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
729
729
 
730
730
  .fa-beat-fade {
731
731
  animation-name: fa-beat-fade;
732
732
  animation-delay: 0s;
733
- animation-delay: var(--fa-animation-delay, 0s);
733
+ animation-delay: var(--fa-animation-delay, 0s);
734
734
  animation-direction: normal;
735
- animation-direction: var(--fa-animation-direction, normal);
735
+ animation-direction: var(--fa-animation-direction, normal);
736
736
  animation-duration: 1s;
737
- animation-duration: var(--fa-animation-duration, 1s);
737
+ animation-duration: var(--fa-animation-duration, 1s);
738
738
  animation-iteration-count: infinite;
739
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
739
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
740
740
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
741
- animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
741
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
742
742
 
743
743
  .fa-flip {
744
744
  animation-name: fa-flip;
745
745
  animation-delay: 0s;
746
- animation-delay: var(--fa-animation-delay, 0s);
746
+ animation-delay: var(--fa-animation-delay, 0s);
747
747
  animation-direction: normal;
748
- animation-direction: var(--fa-animation-direction, normal);
748
+ animation-direction: var(--fa-animation-direction, normal);
749
749
  animation-duration: 1s;
750
- animation-duration: var(--fa-animation-duration, 1s);
750
+ animation-duration: var(--fa-animation-duration, 1s);
751
751
  animation-iteration-count: infinite;
752
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
752
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
753
753
  animation-timing-function: ease-in-out;
754
- animation-timing-function: var(--fa-animation-timing, ease-in-out); }
754
+ animation-timing-function: var(--fa-animation-timing, ease-in-out); }
755
755
 
756
756
  .fa-shake {
757
757
  animation-name: fa-shake;
758
758
  animation-delay: 0s;
759
- animation-delay: var(--fa-animation-delay, 0s);
759
+ animation-delay: var(--fa-animation-delay, 0s);
760
760
  animation-direction: normal;
761
- animation-direction: var(--fa-animation-direction, normal);
761
+ animation-direction: var(--fa-animation-direction, normal);
762
762
  animation-duration: 1s;
763
- animation-duration: var(--fa-animation-duration, 1s);
763
+ animation-duration: var(--fa-animation-duration, 1s);
764
764
  animation-iteration-count: infinite;
765
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
765
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
766
766
  animation-timing-function: linear;
767
- animation-timing-function: var(--fa-animation-timing, linear); }
767
+ animation-timing-function: var(--fa-animation-timing, linear); }
768
768
 
769
769
  .fa-spin {
770
770
  animation-name: fa-spin;
771
771
  animation-delay: 0s;
772
- animation-delay: var(--fa-animation-delay, 0s);
772
+ animation-delay: var(--fa-animation-delay, 0s);
773
773
  animation-direction: normal;
774
- animation-direction: var(--fa-animation-direction, normal);
774
+ animation-direction: var(--fa-animation-direction, normal);
775
775
  animation-duration: 2s;
776
- animation-duration: var(--fa-animation-duration, 2s);
776
+ animation-duration: var(--fa-animation-duration, 2s);
777
777
  animation-iteration-count: infinite;
778
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
778
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
779
779
  animation-timing-function: linear;
780
- animation-timing-function: var(--fa-animation-timing, linear); }
780
+ animation-timing-function: var(--fa-animation-timing, linear); }
781
781
 
782
782
  .fa-spin-reverse {
783
783
  --fa-animation-direction: reverse; }
@@ -786,13 +786,13 @@ template {
786
786
  .fa-spin-pulse {
787
787
  animation-name: fa-spin;
788
788
  animation-direction: normal;
789
- animation-direction: var(--fa-animation-direction, normal);
789
+ animation-direction: var(--fa-animation-direction, normal);
790
790
  animation-duration: 1s;
791
- animation-duration: var(--fa-animation-duration, 1s);
791
+ animation-duration: var(--fa-animation-duration, 1s);
792
792
  animation-iteration-count: infinite;
793
- animation-iteration-count: var(--fa-animation-iteration-count, infinite);
793
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
794
794
  animation-timing-function: steps(8);
795
- animation-timing-function: var(--fa-animation-timing, steps(8)); }
795
+ animation-timing-function: var(--fa-animation-timing, steps(8)); }
796
796
 
797
797
  @media (prefers-reduced-motion: reduce) {
798
798
  .fa-beat,
@@ -815,23 +815,23 @@ template {
815
815
  transform: scale(1); }
816
816
  45% {
817
817
  transform: scale(1.25);
818
- transform: scale(var(--fa-beat-scale, 1.25)); } }
818
+ transform: scale(var(--fa-beat-scale, 1.25)); } }
819
819
 
820
820
  @keyframes fa-bounce {
821
821
  0% {
822
822
  transform: scale(1, 1) translateY(0); }
823
823
  10% {
824
824
  transform: scale(1.1, 0.9) translateY(0);
825
- transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
825
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
826
826
  30% {
827
827
  transform: scale(0.9, 1.1) translateY(-0.5em);
828
- transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
828
+ transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
829
829
  50% {
830
830
  transform: scale(1.05, 0.95) translateY(0);
831
- transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
831
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
832
832
  57% {
833
833
  transform: scale(1, 1) translateY(-0.125em);
834
- transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
834
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
835
835
  64% {
836
836
  transform: scale(1, 1) translateY(0); }
837
837
  100% {
@@ -850,12 +850,12 @@ template {
850
850
  50% {
851
851
  opacity: 1;
852
852
  transform: scale(1.125);
853
- transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
853
+ transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
854
854
 
855
855
  @keyframes fa-flip {
856
856
  50% {
857
857
  transform: rotate3d(0, 1, 0, -180deg);
858
- transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
858
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
859
859
 
860
860
  @keyframes fa-shake {
861
861
  0% {
@@ -904,7 +904,7 @@ template {
904
904
 
905
905
  .fa-rotate-by {
906
906
  transform: rotate(0);
907
- transform: rotate(var(--fa-rotate-angle, 0)); }
907
+ transform: rotate(var(--fa-rotate-angle, 0)); }
908
908
 
909
909
  .fa-stack {
910
910
  display: inline-block;
@@ -2334,6 +2334,12 @@ readers do not read off random characters that represent icons */
2334
2334
  .fa-passport::before {
2335
2335
  content: "\f5ab"; }
2336
2336
 
2337
+ .fa-thumbtack-slash::before {
2338
+ content: "\e68f"; }
2339
+
2340
+ .fa-thumb-tack-slash::before {
2341
+ content: "\e68f"; }
2342
+
2337
2343
  .fa-heart-pulse::before {
2338
2344
  content: "\f21e"; }
2339
2345
 
@@ -6645,6 +6651,9 @@ readers do not read off random characters that represent icons */
6645
6651
  .fa-bone::before {
6646
6652
  content: "\f5d7"; }
6647
6653
 
6654
+ .fa-table-cells-row-unlock::before {
6655
+ content: "\e691"; }
6656
+
6648
6657
  .fa-user-injured::before {
6649
6658
  content: "\f728"; }
6650
6659
 
@@ -6817,7 +6826,7 @@ readers do not read off random characters that represent icons */
6817
6826
  border-width: 0; }
6818
6827
 
6819
6828
  /*!
6820
- * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
6829
+ * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
6821
6830
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
6822
6831
  * Copyright 2024 Fonticons, Inc.
6823
6832
  */
@@ -6830,14 +6839,14 @@ readers do not read off random characters that represent icons */
6830
6839
  font-style: normal;
6831
6840
  font-weight: 900;
6832
6841
  font-display: block;
6833
- src: url("../fonts/7b7db107.woff2") format("woff2"), url("../fonts/6569749d.ttf") format("truetype"); }
6842
+ src: url("../pages_core_fonts/5d56d7a8.woff2") format("woff2"), url("../pages_core_fonts/b30b0656.ttf") format("truetype"); }
6834
6843
 
6835
6844
  .fas,
6836
6845
  .fa-solid {
6837
6846
  font-weight: 900; }
6838
6847
 
6839
6848
  /*!
6840
- * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
6849
+ * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
6841
6850
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
6842
6851
  * Copyright 2024 Fonticons, Inc.
6843
6852
  */
@@ -6851,7 +6860,7 @@ readers do not read off random characters that represent icons */
6851
6860
  font-style: normal;
6852
6861
  font-weight: 400;
6853
6862
  font-display: block;
6854
- src: url("../fonts/921961e9.woff2") format("woff2"), url("../fonts/ee32bc60.ttf") format("truetype"); }
6863
+ src: url("../pages_core_fonts/3017b52f.woff2") format("woff2"), url("../pages_core_fonts/e7acb7d9.ttf") format("truetype"); }
6855
6864
 
6856
6865
  .far,
6857
6866
  .fa-regular {
@@ -6895,7 +6904,7 @@ readers do not read off random characters that represent icons */
6895
6904
  font-style: normal;
6896
6905
  font-weight: 100 900;
6897
6906
  font-display: swap;
6898
- src: url("InterVariable.woff2") format("woff2");
6907
+ src: url("../pages_core_fonts/a80b2975.woff2") format("woff2");
6899
6908
  }
6900
6909
 
6901
6910
  @font-face {
@@ -6903,133 +6912,133 @@ readers do not read off random characters that represent icons */
6903
6912
  font-style: italic;
6904
6913
  font-weight: 100 900;
6905
6914
  font-display: swap;
6906
- src: url("InterVariable-Italic.woff2") format("woff2");
6915
+ src: url("../pages_core_fonts/7aca0cc5.woff2") format("woff2");
6907
6916
  }
6908
6917
 
6909
6918
  @font-face {
6910
6919
  font-family: "Inter";
6911
6920
  font-style: normal;
6912
6921
  font-weight: 100;
6913
- src: url("Inter-Thin.woff2") format("woff2");
6922
+ src: url("../pages_core_fonts/6bb0fd00.woff2") format("woff2");
6914
6923
  }
6915
6924
 
6916
6925
  @font-face {
6917
6926
  font-family: "Inter";
6918
6927
  font-style: italic;
6919
6928
  font-weight: 100;
6920
- src: url("Inter-ThinItalic.woff2") format("woff2");
6929
+ src: url("../pages_core_fonts/ee5514c6.woff2") format("woff2");
6921
6930
  }
6922
6931
 
6923
6932
  @font-face {
6924
6933
  font-family: "Inter";
6925
6934
  font-style: normal;
6926
6935
  font-weight: 200;
6927
- src: url("Inter-ExtraLight.woff2") format("woff2");
6936
+ src: url("../pages_core_fonts/ce13c169.woff2") format("woff2");
6928
6937
  }
6929
6938
 
6930
6939
  @font-face {
6931
6940
  font-family: "Inter";
6932
6941
  font-style: italic;
6933
6942
  font-weight: 200;
6934
- src: url("Inter-ExtraLightItalic.woff2") format("woff2");
6943
+ src: url("../pages_core_fonts/121b837e.woff2") format("woff2");
6935
6944
  }
6936
6945
 
6937
6946
  @font-face {
6938
6947
  font-family: "Inter";
6939
6948
  font-style: normal;
6940
6949
  font-weight: 300;
6941
- src: url("Inter-Light.woff2") format("woff2");
6950
+ src: url("../pages_core_fonts/b29a61ff.woff2") format("woff2");
6942
6951
  }
6943
6952
 
6944
6953
  @font-face {
6945
6954
  font-family: "Inter";
6946
6955
  font-style: italic;
6947
6956
  font-weight: 300;
6948
- src: url("Inter-LightItalic.woff2") format("woff2");
6957
+ src: url("../pages_core_fonts/e318f796.woff2") format("woff2");
6949
6958
  }
6950
6959
 
6951
6960
  @font-face {
6952
6961
  font-family: "Inter";
6953
6962
  font-style: normal;
6954
6963
  font-weight: 400;
6955
- src: url("Inter-Regular.woff2") format("woff2");
6964
+ src: url("../pages_core_fonts/489746b9.woff2") format("woff2");
6956
6965
  }
6957
6966
 
6958
6967
  @font-face {
6959
6968
  font-family: "Inter";
6960
6969
  font-style: italic;
6961
6970
  font-weight: 400;
6962
- src: url("Inter-Italic.woff2") format("woff2");
6971
+ src: url("../pages_core_fonts/c8d53904.woff2") format("woff2");
6963
6972
  }
6964
6973
 
6965
6974
  @font-face {
6966
6975
  font-family: "Inter";
6967
6976
  font-style: normal;
6968
6977
  font-weight: 500;
6969
- src: url("Inter-Medium.woff2") format("woff2");
6978
+ src: url("../pages_core_fonts/f736ec65.woff2") format("woff2");
6970
6979
  }
6971
6980
 
6972
6981
  @font-face {
6973
6982
  font-family: "Inter";
6974
6983
  font-style: italic;
6975
6984
  font-weight: 500;
6976
- src: url("Inter-MediumItalic.woff2") format("woff2");
6985
+ src: url("../pages_core_fonts/bc73ee06.woff2") format("woff2");
6977
6986
  }
6978
6987
 
6979
6988
  @font-face {
6980
6989
  font-family: "Inter";
6981
6990
  font-style: normal;
6982
6991
  font-weight: 600;
6983
- src: url("Inter-SemiBold.woff2") format("woff2");
6992
+ src: url("../pages_core_fonts/c38c6d45.woff2") format("woff2");
6984
6993
  }
6985
6994
 
6986
6995
  @font-face {
6987
6996
  font-family: "Inter";
6988
6997
  font-style: italic;
6989
6998
  font-weight: 600;
6990
- src: url("Inter-SemiBoldItalic.woff2") format("woff2");
6999
+ src: url("../pages_core_fonts/647d26c.woff2") format("woff2");
6991
7000
  }
6992
7001
 
6993
7002
  @font-face {
6994
7003
  font-family: "Inter";
6995
7004
  font-style: normal;
6996
7005
  font-weight: 700;
6997
- src: url("Inter-Bold.woff2") format("woff2");
7006
+ src: url("../pages_core_fonts/b3a5f48c.woff2") format("woff2");
6998
7007
  }
6999
7008
 
7000
7009
  @font-face {
7001
7010
  font-family: "Inter";
7002
7011
  font-style: italic;
7003
7012
  font-weight: 700;
7004
- src: url("Inter-BoldItalic.woff2") format("woff2");
7013
+ src: url("../pages_core_fonts/61ea75a6.woff2") format("woff2");
7005
7014
  }
7006
7015
 
7007
7016
  @font-face {
7008
7017
  font-family: "Inter";
7009
7018
  font-style: normal;
7010
7019
  font-weight: 800;
7011
- src: url("Inter-ExtraBold.woff2") format("woff2");
7020
+ src: url("../pages_core_fonts/f7767345.woff2") format("woff2");
7012
7021
  }
7013
7022
 
7014
7023
  @font-face {
7015
7024
  font-family: "Inter";
7016
7025
  font-style: italic;
7017
7026
  font-weight: 800;
7018
- src: url("Inter-ExtraBoldItalic.woff2") format("woff2");
7027
+ src: url("../pages_core_fonts/6c0194a2.woff2") format("woff2");
7019
7028
  }
7020
7029
 
7021
7030
  @font-face {
7022
7031
  font-family: "Inter";
7023
7032
  font-style: normal;
7024
7033
  font-weight: 900;
7025
- src: url("Inter-Black.woff2") format("woff2");
7034
+ src: url("../pages_core_fonts/a891f617.woff2") format("woff2");
7026
7035
  }
7027
7036
 
7028
7037
  @font-face {
7029
7038
  font-family: "Inter";
7030
7039
  font-style: italic;
7031
7040
  font-weight: 900;
7032
- src: url("Inter-BlackItalic.woff2") format("woff2");
7041
+ src: url("../pages_core_fonts/4a119645.woff2") format("woff2");
7033
7042
  }
7034
7043
 
7035
7044
  /* InterDisplay */
@@ -7038,126 +7047,126 @@ readers do not read off random characters that represent icons */
7038
7047
  font-family: "InterDisplay";
7039
7048
  font-style: normal;
7040
7049
  font-weight: 100;
7041
- src: url("InterDisplay-Thin.woff2") format("woff2");
7050
+ src: url("../pages_core_fonts/f741c7ba.woff2") format("woff2");
7042
7051
  }
7043
7052
 
7044
7053
  @font-face {
7045
7054
  font-family: "InterDisplay";
7046
7055
  font-style: italic;
7047
7056
  font-weight: 100;
7048
- src: url("InterDisplay-ThinItalic.woff2") format("woff2");
7057
+ src: url("../pages_core_fonts/e1c7d368.woff2") format("woff2");
7049
7058
  }
7050
7059
 
7051
7060
  @font-face {
7052
7061
  font-family: "InterDisplay";
7053
7062
  font-style: normal;
7054
7063
  font-weight: 200;
7055
- src: url("InterDisplay-ExtraLight.woff2") format("woff2");
7064
+ src: url("../pages_core_fonts/9a09533f.woff2") format("woff2");
7056
7065
  }
7057
7066
 
7058
7067
  @font-face {
7059
7068
  font-family: "InterDisplay";
7060
7069
  font-style: italic;
7061
7070
  font-weight: 200;
7062
- src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2");
7071
+ src: url("../pages_core_fonts/fe9eb751.woff2") format("woff2");
7063
7072
  }
7064
7073
 
7065
7074
  @font-face {
7066
7075
  font-family: "InterDisplay";
7067
7076
  font-style: normal;
7068
7077
  font-weight: 300;
7069
- src: url("InterDisplay-Light.woff2") format("woff2");
7078
+ src: url("../pages_core_fonts/71423409.woff2") format("woff2");
7070
7079
  }
7071
7080
 
7072
7081
  @font-face {
7073
7082
  font-family: "InterDisplay";
7074
7083
  font-style: italic;
7075
7084
  font-weight: 300;
7076
- src: url("InterDisplay-LightItalic.woff2") format("woff2");
7085
+ src: url("../pages_core_fonts/c5ce0b1f.woff2") format("woff2");
7077
7086
  }
7078
7087
 
7079
7088
  @font-face {
7080
7089
  font-family: "InterDisplay";
7081
7090
  font-style: normal;
7082
7091
  font-weight: 400;
7083
- src: url("InterDisplay-Regular.woff2") format("woff2");
7092
+ src: url("../pages_core_fonts/77bcfa1c.woff2") format("woff2");
7084
7093
  }
7085
7094
 
7086
7095
  @font-face {
7087
7096
  font-family: "InterDisplay";
7088
7097
  font-style: italic;
7089
7098
  font-weight: 400;
7090
- src: url("InterDisplay-Italic.woff2") format("woff2");
7099
+ src: url("../pages_core_fonts/ad6083f3.woff2") format("woff2");
7091
7100
  }
7092
7101
 
7093
7102
  @font-face {
7094
7103
  font-family: "InterDisplay";
7095
7104
  font-style: normal;
7096
7105
  font-weight: 500;
7097
- src: url("InterDisplay-Medium.woff2") format("woff2");
7106
+ src: url("../pages_core_fonts/d43bd0d5.woff2") format("woff2");
7098
7107
  }
7099
7108
 
7100
7109
  @font-face {
7101
7110
  font-family: "InterDisplay";
7102
7111
  font-style: italic;
7103
7112
  font-weight: 500;
7104
- src: url("InterDisplay-MediumItalic.woff2") format("woff2");
7113
+ src: url("../pages_core_fonts/62cbb778.woff2") format("woff2");
7105
7114
  }
7106
7115
 
7107
7116
  @font-face {
7108
7117
  font-family: "InterDisplay";
7109
7118
  font-style: normal;
7110
7119
  font-weight: 600;
7111
- src: url("InterDisplay-SemiBold.woff2") format("woff2");
7120
+ src: url("../pages_core_fonts/7584e61d.woff2") format("woff2");
7112
7121
  }
7113
7122
 
7114
7123
  @font-face {
7115
7124
  font-family: "InterDisplay";
7116
7125
  font-style: italic;
7117
7126
  font-weight: 600;
7118
- src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2");
7127
+ src: url("../pages_core_fonts/216e5c23.woff2") format("woff2");
7119
7128
  }
7120
7129
 
7121
7130
  @font-face {
7122
7131
  font-family: "InterDisplay";
7123
7132
  font-style: normal;
7124
7133
  font-weight: 700;
7125
- src: url("InterDisplay-Bold.woff2") format("woff2");
7134
+ src: url("../pages_core_fonts/a51f5bc8.woff2") format("woff2");
7126
7135
  }
7127
7136
 
7128
7137
  @font-face {
7129
7138
  font-family: "InterDisplay";
7130
7139
  font-style: italic;
7131
7140
  font-weight: 700;
7132
- src: url("InterDisplay-BoldItalic.woff2") format("woff2");
7141
+ src: url("../pages_core_fonts/49775483.woff2") format("woff2");
7133
7142
  }
7134
7143
 
7135
7144
  @font-face {
7136
7145
  font-family: "InterDisplay";
7137
7146
  font-style: normal;
7138
7147
  font-weight: 800;
7139
- src: url("InterDisplay-ExtraBold.woff2") format("woff2");
7148
+ src: url("../pages_core_fonts/f4e495e2.woff2") format("woff2");
7140
7149
  }
7141
7150
 
7142
7151
  @font-face {
7143
7152
  font-family: "InterDisplay";
7144
7153
  font-style: italic;
7145
7154
  font-weight: 800;
7146
- src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2");
7155
+ src: url("../pages_core_fonts/49c9e472.woff2") format("woff2");
7147
7156
  }
7148
7157
 
7149
7158
  @font-face {
7150
7159
  font-family: "InterDisplay";
7151
7160
  font-style: normal;
7152
7161
  font-weight: 900;
7153
- src: url("InterDisplay-Black.woff2") format("woff2");
7162
+ src: url("../pages_core_fonts/67764053.woff2") format("woff2");
7154
7163
  }
7155
7164
 
7156
7165
  @font-face {
7157
7166
  font-family: "InterDisplay";
7158
7167
  font-style: italic;
7159
7168
  font-weight: 900;
7160
- src: url("InterDisplay-BlackItalic.woff2") format("woff2");
7169
+ src: url("../pages_core_fonts/e1e8175d.woff2") format("woff2");
7161
7170
  }
7162
7171
 
7163
7172
  :root {
@@ -7201,11 +7210,51 @@ p {
7201
7210
  margin: 1.25rem 0;
7202
7211
  }
7203
7212
 
7204
- h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
7213
+ h1:first-child {
7205
7214
  margin-top: 0px;
7206
7215
  }
7207
7216
 
7208
- h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
7217
+ h3:first-child {
7218
+ margin-top: 0px;
7219
+ }
7220
+
7221
+ h4:first-child {
7222
+ margin-top: 0px;
7223
+ }
7224
+
7225
+ h5:first-child {
7226
+ margin-top: 0px;
7227
+ }
7228
+
7229
+ h6:first-child {
7230
+ margin-top: 0px;
7231
+ }
7232
+
7233
+ p:first-child {
7234
+ margin-top: 0px;
7235
+ }
7236
+
7237
+ h1:last-child {
7238
+ margin-bottom: 0px;
7239
+ }
7240
+
7241
+ h3:last-child {
7242
+ margin-bottom: 0px;
7243
+ }
7244
+
7245
+ h4:last-child {
7246
+ margin-bottom: 0px;
7247
+ }
7248
+
7249
+ h5:last-child {
7250
+ margin-bottom: 0px;
7251
+ }
7252
+
7253
+ h6:last-child {
7254
+ margin-bottom: 0px;
7255
+ }
7256
+
7257
+ p:last-child {
7209
7258
  margin-bottom: 0px;
7210
7259
  }
7211
7260
 
@@ -7238,11 +7287,19 @@ h3,
7238
7287
  letter-spacing: -0.02rem;
7239
7288
  }
7240
7289
 
7241
- h3:first-child, .sidebar h2:first-child {
7290
+ h3:not(.does-not-exist):first-child {
7291
+ margin-top: 0px;
7292
+ }
7293
+
7294
+ .sidebar h2:first-child {
7242
7295
  margin-top: 0px;
7243
7296
  }
7244
7297
 
7245
- h3:last-child, .sidebar h2:last-child {
7298
+ h3:not(.does-not-exist):last-child {
7299
+ margin-bottom: 0px;
7300
+ }
7301
+
7302
+ .sidebar h2:last-child {
7246
7303
  margin-bottom: 0px;
7247
7304
  }
7248
7305
 
@@ -7257,24 +7314,18 @@ header,
7257
7314
  font: var(--font-small);
7258
7315
  }
7259
7316
 
7260
- .page-tree .date,
7261
- .page-tree .status-label,
7262
- .page-tree .collapsed-label,
7263
- .page-tree button {
7317
+ .page-tree .date,.page-tree .status-label,.page-tree .collapsed-label,.page-tree button {
7264
7318
  font: 400 0.875rem/1.33 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
7265
7319
  Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
7266
7320
  font: var(--font-small);
7267
7321
  }
7268
7322
 
7269
- .login-form label, form .field label {
7323
+ .login-form:not(does-not-exist) label,form .field label {
7270
7324
  font-weight: 600;
7271
7325
  font-weight: var(--bold-weight);
7272
7326
  }
7273
7327
 
7274
- .login-form label,
7275
- form .field label,
7276
- .login-form .description,
7277
- form .field .description {
7328
+ .login-form:not(does-not-exist) label,form .field label,.login-form:not(does-not-exist) .description,form .field .description {
7278
7329
  font: 400 0.875rem/1.33 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
7279
7330
  Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
7280
7331
  font: var(--font-small);
@@ -7360,18 +7411,17 @@ input[type="password"].large {
7360
7411
  padding: 24px 0px;
7361
7412
  }
7362
7413
 
7363
- .attachments .attachment.uploading,
7364
- .attachments .attachment.placeholder {
7414
+ .attachments .attachment.uploading,.attachments .attachment.placeholder {
7365
7415
  padding-left: 56px;
7366
7416
  background: #f8f8f8;
7367
7417
  background: var(--background-disabled-color);
7368
7418
  }
7369
7419
 
7370
- .attachments .attachment.uploading .attachment-info, .attachments .attachment.placeholder .attachment-info {
7420
+ .attachments .attachment.uploading .attachment-info,.attachments .attachment.placeholder .attachment-info {
7371
7421
  opacity: 0.5;
7372
7422
  }
7373
7423
 
7374
- .attachments .attachment.uploading .actions, .attachments .attachment.placeholder .actions {
7424
+ .attachments .attachment.uploading .actions,.attachments .attachment.placeholder .actions {
7375
7425
  display: none;
7376
7426
  }
7377
7427
 
@@ -7427,12 +7477,11 @@ input[type="password"].large {
7427
7477
  margin-right: 8px;
7428
7478
  }
7429
7479
 
7430
- .attachment-editor form textarea,
7431
- .attachment-editor form input[type="text"] {
7480
+ .attachment-editor form textarea,.attachment-editor form input[type="text"] {
7432
7481
  max-width: 100%;
7433
7482
  }
7434
7483
 
7435
- .attachment-editor form textarea.description, .attachment-editor form input.description[type="text"] {
7484
+ .attachment-editor form textarea.description:not(.does-not-exist),.attachment-editor form input.description[type="text"] {
7436
7485
  height: 100px;
7437
7486
  }
7438
7487
 
@@ -7528,10 +7577,7 @@ form .field .date-select .time {
7528
7577
  min-width: 2rem;
7529
7578
  }
7530
7579
 
7531
- form .field input[type="text"],
7532
- form .field input[type="password"],
7533
- form .field input[type="email"],
7534
- form .field textarea {
7580
+ form .field input[type="text"],form .field input[type="password"],form .field input[type="email"],form .field textarea {
7535
7581
  transition: border-color 150ms ease-out;
7536
7582
  }
7537
7583
 
@@ -7546,8 +7592,7 @@ form .field label {
7546
7592
  transition: color 150ms ease-out;
7547
7593
  }
7548
7594
 
7549
- form .field label.check-box,
7550
- form .field label.radio-button {
7595
+ form .field label.check-box,form .field label.radio-button {
7551
7596
  font-weight: normal;
7552
7597
  }
7553
7598
 
@@ -7563,10 +7608,7 @@ form .field .description {
7563
7608
  margin: 0 0 6px 0;
7564
7609
  }
7565
7610
 
7566
- form .field-with-warning input[type="text"],
7567
- form .field-with-warning input[type="password"],
7568
- form .field-with-warning input[type="email"],
7569
- form .field-with-warning textarea {
7611
+ form .field-with-warning input[type="text"],form .field-with-warning input[type="password"],form .field-with-warning input[type="email"],form .field-with-warning textarea {
7570
7612
  border-color: #d6a6a8;
7571
7613
  border-color: var(--red-light);
7572
7614
  }
@@ -7607,8 +7649,7 @@ form .row .field.text-field {
7607
7649
  min-width: 300px;
7608
7650
  }
7609
7651
 
7610
- form .row input[type="text"],
7611
- form .row input[type="password"] {
7652
+ form .row input[type="text"],form .row input[type="password"] {
7612
7653
  width: 100%;
7613
7654
  max-width: none;
7614
7655
  }
@@ -7658,7 +7699,7 @@ form .page-dates .remove-dates {
7658
7699
  display: table;
7659
7700
  padding: 1px;
7660
7701
  padding-right: 22px;
7661
- background: transparent url("pages/admin/warning-icon.gif") right 5px
7702
+ background: transparent url('data:image/gif;base64,R0lGODlhEAAPAOZ/AO/iiv/8HOzae9i+dRATQ//+Affy6susVfLq8cKbKfXsIgAALtq+NsaoHOzbY9y9Ye7djerZtufPaQYEFMagLsShI+zbcvjyAfTqD/v4AObVsfnod//1m+TNc+jWkujSbP/0k8qpHv3vgty+Wf3qL//0K/PjUf/vUO7i0ty6VcmrGP/3HPv28v3hZffqOfXqr/r4//7+/9fEAOPHftO8PPDgSevaaO7cavLXKOreDcClKti4VO3fWf/1SMioGaiTJ9/QJUQzACglIu/WcO/iktOxU9S4VIp6IeLOLvv49PDUPd/CXPbpVf3sWsKjENzHk/LnJvXt3PDdW7SsJP/1EtvHAPLqAPLjl/38AVpSKHFmHmNjNvfppvjpofv5+Ond0fz7/c7EKjAzQ//4Od/DDdq6RebPezksCdm7PPnpRurUnv//CezZbO/ebe/hwvv17OvbANbAbPjrsN7BGvntusSgKv/of+viCfz3BN69UevYX9m9hP/8S///////AP///yH5BAEAAH8ALAAAAAAQAA8AAAfCgH+CgyxFFBGDiYoDHi87BoqKbiN0XB8DfZGCMSlddi0iaCiafWpDEkFnDE1GXpFveRw/EwtHfEgakTMSIDoTBD9jUAwwiVFlRBtKQgRAJQpwT4N9DwICNz1ZYisKGAVVCH99EUsAbHonYVMBGBdYGXFgSQ8QAjY8aXNkVBcZBX53vuzpcMWCAyY4aOXwg8WPQxoJ5EAwaIKEli14HGqUMcAMgDZSargIsOafRitxDBxIQKFOhQohVPhQoaKBkwMIAgEAOw==') right 5px
7662
7703
  no-repeat;
7663
7704
  }
7664
7705
 
@@ -7674,18 +7715,32 @@ textarea {
7674
7715
  padding: 0.5rem 0.75rem;
7675
7716
  }
7676
7717
 
7677
- input.tight[type="text"], input.tight[type="password"], textarea.tight {
7718
+ input.tight[type="text"],input.tight[type="password"],textarea.tight:not(.does-not-exist) {
7678
7719
  padding: 0.25rem 0.5rem;
7679
7720
  }
7680
7721
 
7681
- input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
7722
+ input[type="text"]:disabled {
7682
7723
  border-color: #eee;
7683
7724
  border-color: var(--border-color-light);
7684
7725
  color: #666;
7685
7726
  color: var(--text-light-color);
7686
7727
  }
7687
7728
 
7688
- input.warn[type="text"], input.warn[type="password"], textarea.warn {
7729
+ input[type="password"]:disabled {
7730
+ border-color: #eee;
7731
+ border-color: var(--border-color-light);
7732
+ color: #666;
7733
+ color: var(--text-light-color);
7734
+ }
7735
+
7736
+ textarea:not(.does-not-exist):disabled {
7737
+ border-color: #eee;
7738
+ border-color: var(--border-color-light);
7739
+ color: #666;
7740
+ color: var(--text-light-color);
7741
+ }
7742
+
7743
+ input.warn[type="text"],input.warn[type="password"],textarea.warn:not(.does-not-exist) {
7689
7744
  border-color: red;
7690
7745
  }
7691
7746
 
@@ -7723,27 +7778,38 @@ select {
7723
7778
  box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.25);
7724
7779
  }
7725
7780
 
7726
- button .icon, select .icon {
7781
+ button .icon,select .icon {
7727
7782
  margin-right: 8px;
7728
7783
  }
7729
7784
 
7730
- button:hover, select:hover {
7785
+ button:hover,select:hover {
7731
7786
  background-color: #d8d8d8;
7732
7787
  background-color: var(--button-color-hover);
7733
7788
  }
7734
7789
 
7735
- button:disabled, select:disabled {
7790
+ button:disabled {
7791
+ color: #666;
7792
+ color: var(--text-light-color);
7793
+ opacity: 0.8;
7794
+ }
7795
+
7796
+ select:disabled {
7736
7797
  color: #666;
7737
7798
  color: var(--text-light-color);
7738
7799
  opacity: 0.8;
7739
7800
  }
7740
7801
 
7741
- button:disabled:hover, select:disabled:hover {
7802
+ button:disabled:hover {
7803
+ background-color: #e8e8e8;
7804
+ background-color: var(--button-color);
7805
+ }
7806
+
7807
+ select:disabled:hover {
7742
7808
  background-color: #e8e8e8;
7743
7809
  background-color: var(--button-color);
7744
7810
  }
7745
7811
 
7746
- button.primary, select.primary {
7812
+ button.primary,select.primary {
7747
7813
  background: #111;
7748
7814
  background: var(--text-color);
7749
7815
  border-color: #111;
@@ -7753,28 +7819,25 @@ button.primary, select.primary {
7753
7819
  box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.2);
7754
7820
  }
7755
7821
 
7756
- button.primary:hover, select.primary:hover {
7822
+ button.primary:hover,select.primary:hover {
7757
7823
  box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.1);
7758
7824
  }
7759
7825
 
7760
- button.transparent, select.transparent {
7826
+ button.transparent,select.transparent {
7761
7827
  border: none;
7762
7828
  background: transparent;
7763
7829
  cursor: pointer;
7764
7830
  padding: 0.25rem 0.25rem;
7765
7831
  }
7766
7832
 
7767
- button.transparent:hover,
7768
- select.transparent:hover,
7769
- button.transparent:focus,
7770
- select.transparent:focus {
7833
+ button.transparent:hover,select.transparent:hover,button.transparent:focus,select.transparent:focus {
7771
7834
  -webkit-text-decoration: underline;
7772
7835
  text-decoration: underline;
7773
7836
  }
7774
7837
 
7775
7838
  select {
7776
7839
  padding-right: 2em;
7777
- background-image: url("pages/admin/angle-down-solid.svg");
7840
+ background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E');
7778
7841
  background-position: top 50% right 0.5em;
7779
7842
  background-repeat: no-repeat;
7780
7843
  background-size: 1em 1em;
@@ -7839,8 +7902,7 @@ header {
7839
7902
  gap: 1rem;
7840
7903
  }
7841
7904
 
7842
- header a,
7843
- header a:visited {
7905
+ header a,header a:visited {
7844
7906
  background: none;
7845
7907
  border: 0;
7846
7908
  padding: 0;
@@ -7850,7 +7912,7 @@ header a,
7850
7912
  }
7851
7913
 
7852
7914
  header .logo {
7853
- background: url("pages/admin/icon.svg");
7915
+ background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%22%20viewBox%3D%220%200%2021%2027%22%3E%3Cpath%20d%3D%22M192.558%2093.535V965.14h704.884V372.968L625.182%2093.5zM829.087%20395%20595.166%20159.719v235.294z%22%20style%3D%22fill%3A%23fff%22%20transform%3D%22translate%28-5.737%20-1.754%29scale%28.0298%29%22%2F%3E%3C%2Fsvg%3E');
7854
7916
  background-repeat: no-repeat;
7855
7917
  min-height: 27px;
7856
7918
  padding-left: 38px;
@@ -7921,8 +7983,21 @@ header .tabs li {
7921
7983
  padding: 0;
7922
7984
  }
7923
7985
 
7924
- header .tabs a,
7925
- header .tabs a:visited {
7986
+ header .tabs a:visited {
7987
+ background: #333;
7988
+ color: #fff;
7989
+ color: var(--text-invert-color);
7990
+ display: block;
7991
+ float: left;
7992
+ padding: 0 15px;
7993
+ line-height: 32px;
7994
+ height: 32px;
7995
+ margin: 0px;
7996
+ -webkit-text-decoration: none;
7997
+ text-decoration: none;
7998
+ }
7999
+
8000
+ header .tabs a {
7926
8001
  background: #333;
7927
8002
  color: #fff;
7928
8003
  color: var(--text-invert-color);
@@ -7936,9 +8011,13 @@ header .tabs a,
7936
8011
  text-decoration: none;
7937
8012
  }
7938
8013
 
7939
- header .tabs a:hover,
7940
- header .tabs a.current,
7941
- header .tabs a.current:visited {
8014
+ header .tabs a.current:visited {
8015
+ background: linear-gradient(to bottom, #cfcfcf 0%, #fefefe 100%);
8016
+ color: #111;
8017
+ color: var(--text-color);
8018
+ }
8019
+
8020
+ header .tabs a:hover,header .tabs a.current {
7942
8021
  background: linear-gradient(to bottom, #cfcfcf 0%, #fefefe 100%);
7943
8022
  color: #111;
7944
8023
  color: var(--text-color);
@@ -7968,8 +8047,13 @@ header .tabs a:hover,
7968
8047
  font-weight: var(--bold-weight);
7969
8048
  }
7970
8049
 
7971
- .content-tabs li.current a,
7972
- .content-tabs li.current a:visited {
8050
+ .content-tabs li.current a:visited {
8051
+ -webkit-text-decoration: none;
8052
+ text-decoration: none;
8053
+ color: #444;
8054
+ }
8055
+
8056
+ .content-tabs li.current a {
7973
8057
  -webkit-text-decoration: none;
7974
8058
  text-decoration: none;
7975
8059
  color: #444;
@@ -8136,8 +8220,15 @@ main .page-description h3 {
8136
8220
  background-color: transparent;
8137
8221
  }
8138
8222
 
8139
- .image-editor .image-container .image-wrapper .ReactCrop__crop-selection:before,
8140
- .image-editor .image-container .image-wrapper .ReactCrop__crop-selection:after {
8223
+ .image-editor .image-container .image-wrapper .ReactCrop__crop-selection:before {
8224
+ content: "";
8225
+ position: absolute;
8226
+ border: 0px solid rgb(200, 200, 200);
8227
+ opacity: 0.25;
8228
+ transition: opacity 200ms ease-out;
8229
+ }
8230
+
8231
+ .image-editor .image-container .image-wrapper .ReactCrop__crop-selection:after {
8141
8232
  content: "";
8142
8233
  position: absolute;
8143
8234
  border: 0px solid rgb(200, 200, 200);
@@ -8161,8 +8252,11 @@ main .page-description h3 {
8161
8252
  top: 33.33%;
8162
8253
  }
8163
8254
 
8164
- .image-editor .image-container .image-wrapper .ReactCrop--active .ReactCrop__crop-selection:before,
8165
- .image-editor .image-container .image-wrapper .ReactCrop--active .ReactCrop__crop-selection:after {
8255
+ .image-editor .image-container .image-wrapper .ReactCrop--active .ReactCrop__crop-selection:before {
8256
+ opacity: 0.75;
8257
+ }
8258
+
8259
+ .image-editor .image-container .image-wrapper .ReactCrop--active .ReactCrop__crop-selection:after {
8166
8260
  opacity: 0.75;
8167
8261
  }
8168
8262
 
@@ -8211,6 +8305,18 @@ main .page-description h3 {
8211
8305
  overflow: hidden;
8212
8306
  }
8213
8307
 
8308
+ .image-editor .focal-editor .focal-point:after {
8309
+ content: "";
8310
+ display: block;
8311
+ width: 32px;
8312
+ height: 32px;
8313
+ border-radius: 16px;
8314
+ border: 1px solid rgba(0, 0, 0, 0.3);
8315
+ margin-left: -4px;
8316
+ margin-top: -4px;
8317
+ transition: all 200ms ease-out;
8318
+ }
8319
+
8214
8320
  .image-editor .focal-editor .focal-point {
8215
8321
  position: absolute;
8216
8322
  width: 30px;
@@ -8230,17 +8336,11 @@ main .page-description h3 {
8230
8336
  border-radius 200ms, margin 200ms, width 200ms, height 200ms, border-color 200ms ease-out;
8231
8337
  }
8232
8338
 
8233
- .image-editor .focal-editor .focal-point:after {
8234
- content: "";
8235
- display: block;
8236
- width: 32px;
8237
- height: 32px;
8238
- border-radius: 16px;
8239
- border: 1px solid rgba(0, 0, 0, 0.3);
8240
- margin-left: -4px;
8241
- margin-top: -4px;
8242
- transition: all 200ms ease-out;
8243
- }
8339
+ .image-editor .focal-editor .focal-point:hover:after {
8340
+ width: 42px;
8341
+ height: 42px;
8342
+ border-radius: 21px;
8343
+ }
8244
8344
 
8245
8345
  .image-editor .focal-editor .focal-point:hover {
8246
8346
  border-color: rgba(222, 255, 255, 0.9);
@@ -8251,12 +8351,6 @@ main .page-description h3 {
8251
8351
  margin-top: -20px;
8252
8352
  }
8253
8353
 
8254
- .image-editor .focal-editor .focal-point:hover:after {
8255
- width: 42px;
8256
- height: 42px;
8257
- border-radius: 21px;
8258
- }
8259
-
8260
8354
  .image-grid {
8261
8355
  --image-padding: 0.5rem;
8262
8356
  margin-bottom: 40px;
@@ -8333,8 +8427,7 @@ main .page-description h3 {
8333
8427
  animation: rotate-spinner 0.8s infinite linear;
8334
8428
  }
8335
8429
 
8336
- .image-grid .grid-image .file-placeholder,
8337
- .image-grid .grid-image .placeholder {
8430
+ .image-grid .grid-image .file-placeholder,.image-grid .grid-image .placeholder {
8338
8431
  position: relative;
8339
8432
  vertical-align: middle;
8340
8433
  background: #f8f8f8;
@@ -8345,7 +8438,7 @@ main .page-description h3 {
8345
8438
  padding-bottom: 100%;
8346
8439
  }
8347
8440
 
8348
- .image-grid .grid-image .file-placeholder span, .image-grid .grid-image .placeholder span {
8441
+ .image-grid .grid-image .file-placeholder span,.image-grid .grid-image .placeholder span {
8349
8442
  color: #666;
8350
8443
  color: var(--text-light-color);
8351
8444
  text-shadow: none;
@@ -8393,7 +8486,7 @@ main .page-description h3 {
8393
8486
  line-height: 1.6;
8394
8487
  }
8395
8488
 
8396
- .image-grid .primary-image .drop-target > .upload-button {
8489
+ .image-grid .primary-image .drop-target > .upload-button {
8397
8490
  position: absolute;
8398
8491
  display: flex;
8399
8492
  flex-direction: column;
@@ -8598,8 +8691,7 @@ body {
8598
8691
  flex-flow: column nowrap;
8599
8692
  }
8600
8693
 
8601
- .wrapper > *,
8602
- .wrapper .main-wrapper {
8694
+ .wrapper > *,.wrapper .main-wrapper {
8603
8695
  flex-shrink: 0;
8604
8696
  }
8605
8697
 
@@ -8690,8 +8782,7 @@ table.list {
8690
8782
  width: 100%;
8691
8783
  }
8692
8784
 
8693
- table.list td,
8694
- table.list th {
8785
+ table.list td,table.list th {
8695
8786
  padding: 8px 16px;
8696
8787
  text-align: left;
8697
8788
  vertical-align: top;
@@ -8731,27 +8822,30 @@ table.list td.name {
8731
8822
  font-weight: var(--bold-weight);
8732
8823
  }
8733
8824
 
8734
- table.list td.name a,
8735
- table.list td.name a:visited {
8825
+ table.list td.name a:visited {
8826
+ -webkit-text-decoration: none;
8827
+ text-decoration: none;
8828
+ color: #111;
8829
+ color: var(--text-color);
8830
+ }
8831
+
8832
+ table.list td.name a {
8736
8833
  -webkit-text-decoration: none;
8737
8834
  text-decoration: none;
8738
8835
  color: #111;
8739
8836
  color: var(--text-color);
8740
8837
  }
8741
8838
 
8742
- table.list td.name a:focus,
8743
- table.list td.name a:hover {
8839
+ table.list td.name a:focus,table.list td.name a:hover {
8744
8840
  border-bottom: 1px solid #111;
8745
8841
  border-bottom: 1px solid var(--text-color);
8746
8842
  }
8747
8843
 
8748
- table.list tr td:first-child,
8749
- table.list tr th:first-child {
8844
+ table.list tr td:first-child,table.list tr th:first-child {
8750
8845
  padding-left: 32px;
8751
8846
  }
8752
8847
 
8753
- table.list tr td:last-child,
8754
- table.list tr th:last-child {
8848
+ table.list tr td:last-child,table.list tr th:last-child {
8755
8849
  padding-right: 32px;
8756
8850
  }
8757
8851
 
@@ -8992,29 +9086,41 @@ body.modal > .wrapper {
8992
9086
  white-space: nowrap;
8993
9087
  }
8994
9088
 
8995
- .page-tree .page a,
8996
- .page-tree .page a:visited {
9089
+ .page-tree .page a:visited {
8997
9090
  color: #111;
8998
9091
  color: var(--text-color);
8999
9092
  -webkit-text-decoration: none;
9000
9093
  text-decoration: none;
9001
9094
  }
9002
9095
 
9003
- .page-tree .page a:hover,
9004
- .page-tree .page a:focus {
9096
+ .page-tree .page a {
9097
+ color: #111;
9098
+ color: var(--text-color);
9099
+ -webkit-text-decoration: none;
9100
+ text-decoration: none;
9101
+ }
9102
+
9103
+ .page-tree .page a:hover,.page-tree .page a:focus {
9005
9104
  -webkit-text-decoration: underline;
9006
9105
  text-decoration: underline;
9007
9106
  }
9008
9107
 
9009
- .page-tree .page.status-0,
9010
- .page-tree .page.status-1,
9011
- .page-tree .page.status-3,
9012
- .page-tree .page.status-0 a,
9013
- .page-tree .page.status-1 a,
9014
- .page-tree .page.status-3 a,
9015
- .page-tree .page.status-0 a:visited,
9016
- .page-tree .page.status-1 a:visited,
9017
- .page-tree .page.status-3 a:visited {
9108
+ .page-tree .page.status-0 a:visited {
9109
+ color: #666;
9110
+ color: var(--text-light-color);
9111
+ }
9112
+
9113
+ .page-tree .page.status-1 a:visited {
9114
+ color: #666;
9115
+ color: var(--text-light-color);
9116
+ }
9117
+
9118
+ .page-tree .page.status-3 a:visited {
9119
+ color: #666;
9120
+ color: var(--text-light-color);
9121
+ }
9122
+
9123
+ .page-tree .page.status-0,.page-tree .page.status-1,.page-tree .page.status-3,.page-tree .page.status-0 a,.page-tree .page.status-1 a,.page-tree .page.status-3 a {
9018
9124
  color: #666;
9019
9125
  color: var(--text-light-color);
9020
9126
  }
@@ -9044,10 +9150,7 @@ body.modal > .wrapper {
9044
9150
  line-height: 20px;
9045
9151
  }
9046
9152
 
9047
- .pagination a,
9048
- .pagination .current,
9049
- .pagination .disabled,
9050
- .pagination .gap {
9153
+ .pagination a,.pagination .current,.pagination .disabled,.pagination .gap {
9051
9154
  display: inline-block;
9052
9155
  font-style: normal;
9053
9156
  margin: 0px 1px;
@@ -9059,8 +9162,7 @@ body.modal > .wrapper {
9059
9162
  text-align: center;
9060
9163
  }
9061
9164
 
9062
- .pagination a:hover,
9063
- .pagination a:focus {
9165
+ .pagination a:hover,.pagination a:focus {
9064
9166
  -webkit-text-decoration: underline;
9065
9167
  text-decoration: underline;
9066
9168
  }
@@ -9074,8 +9176,7 @@ body.modal > .wrapper {
9074
9176
  color: var(--text-light-color);
9075
9177
  }
9076
9178
 
9077
- .pagination .next,
9078
- .pagination .previous {
9179
+ .pagination .next,.pagination .previous {
9079
9180
  background: none;
9080
9181
  }
9081
9182
 
@@ -9174,8 +9275,7 @@ main .search-bar {
9174
9275
  .tag-editor .tag .name {
9175
9276
  }
9176
9277
 
9177
- .tag-editor .tag:hover,
9178
- .tag-editor .tag:focus {
9278
+ .tag-editor .tag:hover,.tag-editor .tag:focus {
9179
9279
  background: #e7f3f9;
9180
9280
  background: var(--background-highlight-color);
9181
9281
  }
@@ -9289,8 +9389,7 @@ textarea.rich {
9289
9389
  border-right: 1px solid var(--border-color);
9290
9390
  }
9291
9391
 
9292
- .toolbar .button,
9293
- .toolbar button {
9392
+ .toolbar .button,.toolbar button {
9294
9393
  float: left;
9295
9394
  display: inline;
9296
9395
  margin: 0px;
@@ -9313,34 +9412,28 @@ textarea.rich {
9313
9412
  transition: all 200ms ease-out;
9314
9413
  }
9315
9414
 
9316
- .toolbar .button i.fa, .toolbar button i.fa {
9415
+ .toolbar .button i.fa,.toolbar button:not(.does-not-exist) i.fa {
9317
9416
  font-size: 1rem;
9318
9417
  }
9319
9418
 
9320
- .toolbar .button:focus,
9321
- .toolbar button:focus,
9322
- .toolbar .button:hover,
9323
- .toolbar button:hover {
9419
+ .toolbar .button:focus,.toolbar button:not(.does-not-exist):focus,.toolbar .button:hover,.toolbar button:not(.does-not-exist):hover {
9324
9420
  color: #111;
9325
9421
  color: var(--text-color);
9326
9422
  background: #fdfdfd;
9327
9423
  }
9328
9424
 
9329
- .toolbar .button[disabled], .toolbar button[disabled] {
9425
+ .toolbar .button[disabled],.toolbar button[disabled]:not(.does-not-exist) {
9330
9426
  opacity: 0.33;
9331
9427
  cursor: default;
9332
9428
  }
9333
9429
 
9334
- .toolbar .button[disabled]:focus,
9335
- .toolbar button[disabled]:focus,
9336
- .toolbar .button[disabled]:hover,
9337
- .toolbar button[disabled]:hover {
9430
+ .toolbar .button[disabled]:focus,.toolbar button[disabled]:not(.does-not-exist):focus,.toolbar .button[disabled]:hover,.toolbar button[disabled]:not(.does-not-exist):hover {
9338
9431
  color: #666;
9339
9432
  color: var(--text-light-color);
9340
9433
  background: inherit;
9341
9434
  }
9342
9435
 
9343
- .toolbar .button.active, .toolbar button.active {
9436
+ .toolbar .button.active,.toolbar button.active:not(.does-not-exist) {
9344
9437
  color: #fff;
9345
9438
  color: var(--text-invert-color);
9346
9439
  background: #666;
@@ -9350,15 +9443,26 @@ textarea.rich {
9350
9443
 
9351
9444
  /* font-awesome doesn't have h1-h6, so we'll apply some tricks */
9352
9445
 
9353
- .toolbar .button.header, .toolbar button.header {
9446
+ .toolbar .button.header,.toolbar button.header:not(.does-not-exist) {
9354
9447
  vertical-align: bottom;
9355
9448
  }
9356
9449
 
9357
- .toolbar .button.header i, .toolbar button.header i {
9450
+ .toolbar .button.header i,.toolbar button.header:not(.does-not-exist) i {
9358
9451
  margin-left: -6px;
9359
9452
  }
9360
9453
 
9361
- .toolbar .button.header i:after, .toolbar button.header i:after {
9454
+ .toolbar .button.header i:after {
9455
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
9456
+ Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
9457
+ font-family: var(--font-os-sans);
9458
+ font-weight: bold;
9459
+ font-size: 13px;
9460
+ display: inline-block;
9461
+ position: absolute;
9462
+ bottom: 5px;
9463
+ }
9464
+
9465
+ .toolbar button.header:not(.does-not-exist) i:after {
9362
9466
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
9363
9467
  Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
9364
9468
  font-family: var(--font-os-sans);
@@ -9369,27 +9473,51 @@ textarea.rich {
9369
9473
  bottom: 5px;
9370
9474
  }
9371
9475
 
9372
- .toolbar .button.header.h1 i::after, .toolbar button.header.h1 i::after {
9476
+ .toolbar .button.header.h1 i::after {
9477
+ content: "1";
9478
+ }
9479
+
9480
+ .toolbar button.header.h1:not(.does-not-exist) i::after {
9373
9481
  content: "1";
9374
9482
  }
9375
9483
 
9376
- .toolbar .button.header.h2 i::after, .toolbar button.header.h2 i::after {
9484
+ .toolbar .button.header.h2 i::after {
9485
+ content: "2";
9486
+ }
9487
+
9488
+ .toolbar button.header.h2:not(.does-not-exist) i::after {
9377
9489
  content: "2";
9378
9490
  }
9379
9491
 
9380
- .toolbar .button.header.h3 i::after, .toolbar button.header.h3 i::after {
9492
+ .toolbar .button.header.h3 i::after {
9493
+ content: "3";
9494
+ }
9495
+
9496
+ .toolbar button.header.h3:not(.does-not-exist) i::after {
9381
9497
  content: "3";
9382
9498
  }
9383
9499
 
9384
- .toolbar .button.header.h4 i::after, .toolbar button.header.h4 i::after {
9500
+ .toolbar .button.header.h4 i::after {
9501
+ content: "4";
9502
+ }
9503
+
9504
+ .toolbar button.header.h4:not(.does-not-exist) i::after {
9385
9505
  content: "4";
9386
9506
  }
9387
9507
 
9388
- .toolbar .button.header.h5 i::after, .toolbar button.header.h5 i::after {
9508
+ .toolbar .button.header.h5 i::after {
9509
+ content: "5";
9510
+ }
9511
+
9512
+ .toolbar button.header.h5:not(.does-not-exist) i::after {
9389
9513
  content: "5";
9390
9514
  }
9391
9515
 
9392
- .toolbar .button.header.h6 i::after, .toolbar button.header.h6 i::after {
9516
+ .toolbar .button.header.h6 i::after {
9517
+ content: "6";
9518
+ }
9519
+
9520
+ .toolbar button.header.h6:not(.does-not-exist) i::after {
9393
9521
  content: "6";
9394
9522
  }
9395
9523
 
@@ -9435,7 +9563,7 @@ ul.recovery-codes {
9435
9563
  margin-left: 6px;
9436
9564
  width: 13px;
9437
9565
  height: 16px;
9438
- background-image: url("pages/admin/drag-icon.png");
9566
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFJREFUeNqcUwEOgjAMbBd/sqeQaHgfouJHUKM/2d5S10qXgC0JXAKMddfcXbpARGA9KSXyagEM5JxpfH7ka9WDTXiXFcH4solhSXiUg4go//zmBn9ET/f5MmzzpM08YFc6lhNVkhB+LNkTMte0SVnjWkcPAXbg0F/vYrhKmSSoHN2f1b2Euv62Pb01zILQ8Znyq1LbYwMxRjSD4EJ7aqoXxpLgeuIJZ0/epMOeq/EVYABZhxZkiDt5VQAAAABJRU5ErkJggg==');
9439
9567
  }
9440
9568
 
9441
9569
  td.drag-handle {
@@ -9479,8 +9607,13 @@ td.drag-handle {
9479
9607
  font-weight: normal;
9480
9608
  }
9481
9609
 
9482
- .page-list .page a.page-name,
9483
- .page-list .page a.page-name:visited {
9610
+ .page-list .page a.page-name:visited {
9611
+ -webkit-text-decoration: none;
9612
+ text-decoration: none;
9613
+ color: #222;
9614
+ }
9615
+
9616
+ .page-list .page a.page-name {
9484
9617
  -webkit-text-decoration: none;
9485
9618
  text-decoration: none;
9486
9619
  color: #222;
@@ -9542,34 +9675,27 @@ td.drag-handle {
9542
9675
  display: block;
9543
9676
  }
9544
9677
 
9545
- .news-item-list .name, .calendar-item-list .name {
9678
+ .news-item-list .name,.calendar-item-list .name {
9546
9679
  line-height: 1.5;
9547
9680
  }
9548
9681
 
9549
- .news-item-list .name small, .calendar-item-list .name small {
9682
+ .news-item-list .name small,.calendar-item-list .name small {
9550
9683
  font-weight: normal;
9551
9684
  }
9552
9685
 
9553
- .news-item-list .autopublish-notice, .calendar-item-list .autopublish-notice {
9686
+ .news-item-list .autopublish-notice,.calendar-item-list .autopublish-notice {
9554
9687
  font-size: 0.75rem;
9555
9688
  font-weight: normal;
9556
9689
  color: #666;
9557
9690
  color: var(--text-light-color);
9558
9691
  }
9559
9692
 
9560
- .news-item-list .draft,
9561
- .calendar-item-list .draft,
9562
- .news-item-list .hidden,
9563
- .calendar-item-list .hidden,
9564
- .news-item-list .autopublish,
9565
- .calendar-item-list .autopublish,
9566
- .news-item-list .reviewed,
9567
- .calendar-item-list .reviewed {
9693
+ .news-item-list .draft,.calendar-item-list .draft,.news-item-list .hidden,.calendar-item-list .hidden,.news-item-list .autopublish,.calendar-item-list .autopublish,.news-item-list .reviewed,.calendar-item-list .reviewed {
9568
9694
  background: #f8f8f8;
9569
9695
  background: var(--background-disabled-color);
9570
9696
  }
9571
9697
 
9572
- .news-item-list .pinned .name, .calendar-item-list .pinned .name {
9698
+ .news-item-list .pinned .name,.calendar-item-list .pinned .name {
9573
9699
  background: transparent
9574
9700
  radial-gradient(ellipse at center, #92b6c4 50%, transparent 50%) no-repeat
9575
9701
  left 12px top 50%;
@@ -9584,8 +9710,7 @@ td.drag-handle {
9584
9710
  margin-top: 1.5rem;
9585
9711
  }
9586
9712
 
9587
- .edit-page main input[type="text"],
9588
- .edit-page main textarea {
9713
+ .edit-page main input[type="text"],.edit-page main textarea {
9589
9714
  width: 100%;
9590
9715
  max-width: 100%;
9591
9716
  }