pages_core 3.14.0 → 3.15.1
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/app/assets/builds/fonts/6569749d.ttf +0 -0
- data/app/assets/builds/fonts/7b7db107.woff2 +0 -0
- data/app/assets/builds/fonts/921961e9.woff2 +0 -0
- data/app/assets/builds/fonts/ee32bc60.ttf +0 -0
- data/app/assets/builds/pages_core/admin-dist.js +19 -8
- data/app/assets/builds/pages_core/admin-dist.js.map +4 -4
- data/app/assets/builds/pages_core/admin.css +699 -394
- data/app/assets/builds/pages_core/mailer.css +99 -0
- data/app/assets/fonts/Inter-Black.woff2 +0 -0
- data/app/assets/fonts/Inter-BlackItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-Bold.woff2 +0 -0
- data/app/assets/fonts/Inter-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-ExtraBold.woff2 +0 -0
- data/app/assets/fonts/Inter-ExtraBoldItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-ExtraLight.woff2 +0 -0
- data/app/assets/fonts/Inter-ExtraLightItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-Italic.woff2 +0 -0
- data/app/assets/fonts/Inter-Light.woff2 +0 -0
- data/app/assets/fonts/Inter-LightItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-Medium.woff2 +0 -0
- data/app/assets/fonts/Inter-MediumItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-Regular.woff2 +0 -0
- data/app/assets/fonts/Inter-SemiBold.woff2 +0 -0
- data/app/assets/fonts/Inter-SemiBoldItalic.woff2 +0 -0
- data/app/assets/fonts/Inter-Thin.woff2 +0 -0
- data/app/assets/fonts/Inter-ThinItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Black.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-BlackItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Bold.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-ExtraBold.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-ExtraBoldItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-ExtraLight.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-ExtraLightItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Italic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Light.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-LightItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Medium.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-MediumItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Regular.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-SemiBold.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-SemiBoldItalic.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-Thin.woff2 +0 -0
- data/app/assets/fonts/InterDisplay-ThinItalic.woff2 +0 -0
- data/app/assets/fonts/InterVariable-Italic.woff2 +0 -0
- data/app/assets/fonts/InterVariable.woff2 +0 -0
- data/app/assets/stylesheets/pages_core/admin/components/archive.css +1 -1
- data/app/assets/stylesheets/pages_core/admin/components/attachments.css +22 -34
- data/app/assets/stylesheets/pages_core/admin/components/base.css +1 -68
- data/app/assets/stylesheets/pages_core/admin/components/forms.css +109 -48
- data/app/assets/stylesheets/pages_core/admin/components/header.css +56 -58
- data/app/assets/stylesheets/pages_core/admin/components/image_editor.css +35 -24
- data/app/assets/stylesheets/pages_core/admin/components/image_grid.css +28 -27
- data/app/assets/stylesheets/pages_core/admin/components/image_uploader.css +5 -5
- data/app/assets/stylesheets/pages_core/admin/components/layout.css +7 -1
- data/app/assets/stylesheets/pages_core/admin/components/list_table.css +24 -15
- data/app/assets/stylesheets/pages_core/admin/components/page_tree.css +63 -104
- data/app/assets/stylesheets/pages_core/admin/components/pagination.css +12 -13
- data/app/assets/stylesheets/pages_core/admin/components/search.css +1 -16
- data/app/assets/stylesheets/pages_core/admin/components/sidebar.css +5 -11
- data/app/assets/stylesheets/pages_core/admin/components/tag_editor.css +22 -36
- data/app/assets/stylesheets/pages_core/admin/components/toast.css +1 -2
- data/app/assets/stylesheets/pages_core/admin/components/toolbar.css +10 -10
- data/app/assets/stylesheets/pages_core/admin/components/totp.css +1 -1
- data/app/assets/stylesheets/pages_core/admin/controllers/pages.css +37 -51
- data/app/assets/stylesheets/pages_core/admin/global/fonts.css +271 -0
- data/app/assets/stylesheets/pages_core/admin/global/typography.css +109 -0
- data/app/assets/stylesheets/pages_core/admin/vars.css +1 -3
- data/app/assets/stylesheets/pages_core/{admin.postcss.css → admin.css} +1 -0
- data/app/assets/stylesheets/pages_core/mailer.css +90 -0
- data/app/controllers/admin/account_recoveries_controller.rb +2 -2
- data/app/controllers/admin/pages_controller.rb +22 -42
- data/app/controllers/concerns/pages_core/error_reporting.rb +1 -1
- data/app/controllers/concerns/pages_core/page_parameters.rb +29 -0
- data/app/controllers/concerns/pages_core/policies_helper.rb +1 -1
- data/app/controllers/concerns/pages_core/preview_pages_controller.rb +20 -20
- data/app/controllers/pages_core/admin_controller.rb +0 -2
- data/app/controllers/pages_core/frontend/pages_controller.rb +2 -6
- data/app/formatters/pages_core/html_formatter.rb +2 -4
- data/app/helpers/admin/menu_helper.rb +5 -4
- data/app/helpers/admin/pages_helper.rb +1 -21
- data/app/helpers/pages_core/admin/admin_helper.rb +2 -3
- data/app/helpers/pages_core/admin/content_tabs_helper.rb +1 -2
- data/app/helpers/pages_core/admin/labelled_field_helper.rb +1 -1
- data/app/helpers/pages_core/attachments_helper.rb +1 -1
- data/app/helpers/pages_core/frontend_helper.rb +1 -1
- data/app/helpers/pages_core/images_helper.rb +10 -8
- data/app/helpers/pages_core/labelled_form_builder.rb +2 -7
- data/app/helpers/pages_core/page_path_helper.rb +1 -1
- data/app/javascript/components/Attachments/Attachment.tsx +20 -18
- data/app/javascript/components/Attachments/AttachmentEditor.tsx +11 -9
- data/app/javascript/components/{Attachments.jsx → Attachments/List.tsx} +58 -63
- data/app/javascript/components/Attachments/useAttachments.ts +15 -0
- data/app/javascript/components/Attachments.tsx +14 -0
- data/app/javascript/components/DateRangeSelect.tsx +105 -0
- data/app/javascript/components/DateTimeSelect.tsx +136 -0
- data/app/javascript/components/EditableImage.tsx +11 -9
- data/app/javascript/components/FileUploadButton.tsx +7 -7
- data/app/javascript/components/ImageCropper/FocalPoint.tsx +9 -12
- data/app/javascript/components/ImageCropper/Image.tsx +10 -8
- data/app/javascript/components/ImageCropper/Toolbar.tsx +11 -12
- data/app/javascript/components/ImageCropper/useCrop.ts +24 -53
- data/app/javascript/components/ImageCropper.tsx +10 -15
- data/app/javascript/components/ImageEditor/Form.tsx +12 -8
- data/app/javascript/components/ImageEditor.tsx +12 -7
- data/app/javascript/components/ImageGrid/DragElement.tsx +9 -12
- data/app/javascript/components/{ImageGrid.jsx → ImageGrid/Grid.tsx} +62 -71
- data/app/javascript/components/ImageGrid/GridImage.tsx +22 -23
- data/app/javascript/components/ImageGrid/Placeholder.tsx +2 -2
- data/app/javascript/components/ImageGrid/useImageGrid.ts +26 -0
- data/app/javascript/components/ImageGrid.tsx +15 -0
- data/app/javascript/components/ImageUploader.tsx +35 -22
- data/app/javascript/components/LabelledField.tsx +34 -0
- data/app/javascript/components/Modal.tsx +2 -2
- data/app/javascript/components/PageForm/Block.tsx +81 -0
- data/app/javascript/components/PageForm/Content.tsx +54 -0
- data/app/javascript/components/PageForm/Dates.tsx +66 -0
- data/app/javascript/components/PageForm/Files.tsx +28 -0
- data/app/javascript/components/PageForm/Form.tsx +41 -0
- data/app/javascript/components/PageForm/Images.tsx +28 -0
- data/app/javascript/components/PageForm/LocaleLinks.tsx +36 -0
- data/app/javascript/components/PageForm/Metadata.tsx +67 -0
- data/app/javascript/components/PageForm/Options.tsx +180 -0
- data/app/javascript/components/PageForm/PageDescription.tsx +48 -0
- data/app/javascript/components/PageForm/PathSegment.tsx +65 -0
- data/app/javascript/components/PageForm/TabPanel.tsx +21 -0
- data/app/javascript/components/PageForm/Tabs.tsx +33 -0
- data/app/javascript/components/PageForm/UnconfiguredContent.tsx +42 -0
- data/app/javascript/components/PageForm/pageParams.ts +95 -0
- data/app/javascript/components/PageForm/preview.ts +23 -0
- data/app/javascript/components/PageForm/usePage.ts +169 -0
- data/app/javascript/components/PageForm/useTabs.ts +46 -0
- data/app/javascript/components/PageForm.tsx +169 -0
- data/app/javascript/components/PageImages.tsx +7 -9
- data/app/javascript/components/PageTree/Draggable.tsx +40 -39
- data/app/javascript/components/PageTree/Node.tsx +62 -56
- data/app/javascript/components/PageTree/PageName.tsx +28 -0
- data/app/javascript/components/PageTree.tsx +65 -53
- data/app/javascript/components/{RichTextArea.jsx → RichTextArea.tsx} +98 -79
- data/app/javascript/components/RichTextToolbarButton.tsx +4 -6
- data/app/javascript/components/TagEditor/AddTagForm.tsx +19 -12
- data/app/javascript/components/TagEditor/Editor.tsx +32 -0
- data/app/javascript/components/TagEditor/Tag.tsx +6 -4
- data/app/javascript/components/TagEditor/useTags.ts +58 -0
- data/app/javascript/components/TagEditor.tsx +8 -58
- data/app/javascript/components/Toast.tsx +3 -3
- data/app/javascript/components/drag/draggedOrder.ts +22 -14
- data/app/javascript/components/drag/useDragCollection.ts +35 -30
- data/app/javascript/components/drag/useDragUploader.ts +32 -21
- data/app/javascript/components/drag/useDraggable.ts +7 -6
- data/app/javascript/components/drag.ts +0 -1
- data/app/javascript/components.ts +1 -3
- data/app/javascript/features/RichText.tsx +2 -3
- data/app/javascript/features/contentTabs.ts +79 -0
- data/app/javascript/index.ts +5 -12
- data/app/javascript/lib/Tree.ts +31 -45
- data/app/javascript/lib/request.ts +11 -11
- data/app/javascript/stores/useToastStore.ts +1 -1
- data/app/javascript/types/Attachments.ts +29 -0
- data/app/javascript/types/Crop.ts +36 -0
- data/app/javascript/types/Drag.ts +34 -0
- data/app/javascript/types/Images.ts +47 -0
- data/app/javascript/types/PageEditor.ts +26 -0
- data/app/javascript/types/Pages.ts +75 -0
- data/app/javascript/types/Tags.ts +9 -0
- data/app/javascript/types/Template.ts +24 -0
- data/app/javascript/types/Trees.ts +19 -0
- data/app/javascript/types.ts +2 -25
- data/app/mailers/admin_mailer.rb +5 -9
- data/app/models/attachment.rb +1 -1
- data/app/models/autopublisher.rb +1 -1
- data/app/models/concerns/pages_core/authenticable_user.rb +63 -0
- data/app/models/concerns/pages_core/emailable.rb +16 -0
- data/app/models/concerns/pages_core/page_model/dated_page.rb +3 -3
- data/app/models/concerns/pages_core/page_model/templateable.rb +2 -16
- data/app/models/concerns/pages_core/taggable.rb +2 -19
- data/app/models/invite.rb +2 -6
- data/app/models/otp_secret.rb +4 -4
- data/app/models/page.rb +0 -3
- data/app/models/user.rb +2 -46
- data/app/policies/page_policy.rb +6 -2
- data/app/resources/admin/page_resource.rb +95 -0
- data/app/resources/admin/page_tree_resource.rb +27 -0
- data/app/resources/admin/template_configuration_resource.rb +50 -0
- data/app/views/admin/news/_sidebar.html.erb +2 -4
- data/app/views/admin/news/index.html.erb +0 -1
- data/app/views/admin/pages/_form.html.erb +10 -30
- data/app/views/admin/pages/_search_bar.html.erb +1 -1
- data/app/views/admin/pages/edit.html.erb +1 -57
- data/app/views/admin/pages/index.html.erb +1 -1
- data/app/views/admin/pages/new.html.erb +1 -44
- data/app/views/admin/sessions/new.html.erb +9 -11
- data/app/views/admin/users/_access_control.html.erb +5 -1
- data/app/views/admin/users/_list.html.erb +12 -7
- data/app/views/admin_mailer/account_recovery.html.erb +20 -0
- data/app/views/admin_mailer/invite.html.erb +11 -0
- data/app/views/layouts/admin/_header.html.erb +2 -4
- data/app/views/layouts/admin/_page_header.html.erb +1 -2
- data/app/views/layouts/admin.html.erb +1 -1
- data/app/views/layouts/pages_core/mailer.html.erb +11 -0
- data/config/locales/en.yml +0 -4
- data/config/routes.rb +3 -7
- data/db/migrate/20240126160700_add_2fa_fields.rb +5 -1
- data/db/migrate/20240131140700_change_email_to_citext.rb +18 -0
- data/db/migrate/20240201160700_remove_persistent_data.rb +7 -0
- data/db/migrate/20240508145300_remove_categories.rb +21 -0
- data/lib/pages_core/configuration/base.rb +2 -2
- data/lib/pages_core/engine.rb +1 -0
- data/lib/pages_core/templates/configuration.rb +1 -1
- data/lib/pages_core/templates/configuration_proxy.rb +2 -2
- data/lib/pages_core/templates/template_configuration.rb +11 -1
- data/lib/pages_core/templates.rb +6 -4
- data/lib/pages_core/version.rb +1 -1
- data/lib/pages_core.rb +1 -0
- data/lib/rails/generators/pages_core/frontend/templates/javascript/lib/gridOverlay.ts +6 -7
- data/lib/rails/generators/pages_core/frontend/templates/javascript/lib/responsiveEmbeds.ts +17 -12
- data/lib/rails/generators/pages_core/rspec/rspec_generator.rb +0 -2
- data/lib/rails/generators/pages_core/rspec/templates/rails_helper.rb +3 -4
- metadata +119 -36
- data/app/assets/builds/fonts/2a3059ad.ttf +0 -0
- data/app/assets/builds/fonts/47262711.woff2 +0 -0
- data/app/assets/builds/fonts/500ddeb0.woff2 +0 -0
- data/app/assets/builds/fonts/81221036.ttf +0 -0
- data/app/assets/stylesheets/pages_core/admin/components/login.css +0 -27
- data/app/controllers/admin/categories_controller.rb +0 -56
- data/app/controllers/concerns/pages_core/admin/persistent_params.rb +0 -75
- data/app/helpers/pages_core/admin/page_blocks_helper.rb +0 -66
- data/app/helpers/pages_core/admin/page_json_helper.rb +0 -23
- data/app/javascript/components/DateRangeSelect.jsx +0 -225
- data/app/javascript/components/PageDates.jsx +0 -73
- data/app/javascript/components/PageFiles.jsx +0 -25
- data/app/javascript/components/PageTree/types.ts +0 -15
- data/app/javascript/components/drag/types.ts +0 -28
- data/app/javascript/controllers/EditPageController.ts +0 -22
- data/app/javascript/controllers/MainController.ts +0 -74
- data/app/javascript/controllers/PageOptionsController.js +0 -67
- data/app/models/category.rb +0 -22
- data/app/models/concerns/pages_core/has_otp.rb +0 -27
- data/app/models/page_category.rb +0 -6
- data/app/views/admin/pages/_edit_content.html.erb +0 -19
- data/app/views/admin/pages/_edit_files.html.erb +0 -4
- data/app/views/admin/pages/_edit_images.html.erb +0 -4
- data/app/views/admin/pages/_edit_metadata.html.erb +0 -35
- data/app/views/admin/pages/_edit_options.html.erb +0 -91
- data/app/views/admin_mailer/account_recovery.text.erb +0 -10
- data/app/views/admin_mailer/invite.text.erb +0 -7
- data/lib/rails/generators/pages_core/rspec/templates/mailer_macros.rb +0 -11
@@ -543,9 +543,9 @@ template {
|
|
543
543
|
margin-left: -7px; } }
|
544
544
|
|
545
545
|
/*!
|
546
|
-
* Font Awesome Free 6.
|
546
|
+
* Font Awesome Free 6.5.2 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
|
-
* Copyright
|
548
|
+
* Copyright 2024 Fonticons, Inc.
|
549
549
|
*/
|
550
550
|
|
551
551
|
.fa {
|
@@ -903,8 +903,8 @@ template {
|
|
903
903
|
transform: scale(-1, -1); }
|
904
904
|
|
905
905
|
.fa-rotate-by {
|
906
|
-
transform: rotate(
|
907
|
-
transform: rotate(var(--fa-rotate-angle,
|
906
|
+
transform: rotate(0);
|
907
|
+
transform: rotate(var(--fa-rotate-angle, 0)); }
|
908
908
|
|
909
909
|
.fa-stack {
|
910
910
|
display: inline-block;
|
@@ -3210,6 +3210,9 @@ readers do not read off random characters that represent icons */
|
|
3210
3210
|
.fa-italic::before {
|
3211
3211
|
content: "\f033"; }
|
3212
3212
|
|
3213
|
+
.fa-table-cells-column-lock::before {
|
3214
|
+
content: "\e678"; }
|
3215
|
+
|
3213
3216
|
.fa-church::before {
|
3214
3217
|
content: "\f51d"; }
|
3215
3218
|
|
@@ -5382,6 +5385,9 @@ readers do not read off random characters that represent icons */
|
|
5382
5385
|
.fa-font::before {
|
5383
5386
|
content: "\f031"; }
|
5384
5387
|
|
5388
|
+
.fa-table-cells-row-lock::before {
|
5389
|
+
content: "\e67a"; }
|
5390
|
+
|
5385
5391
|
.fa-rupiah-sign::before {
|
5386
5392
|
content: "\e23d"; }
|
5387
5393
|
|
@@ -6411,9 +6417,6 @@ readers do not read off random characters that represent icons */
|
|
6411
6417
|
.fa-share::before {
|
6412
6418
|
content: "\f064"; }
|
6413
6419
|
|
6414
|
-
.fa-arrow-turn-right::before {
|
6415
|
-
content: "\f064"; }
|
6416
|
-
|
6417
6420
|
.fa-mail-forward::before {
|
6418
6421
|
content: "\f064"; }
|
6419
6422
|
|
@@ -6814,9 +6817,9 @@ readers do not read off random characters that represent icons */
|
|
6814
6817
|
border-width: 0; }
|
6815
6818
|
|
6816
6819
|
/*!
|
6817
|
-
* Font Awesome Free 6.
|
6820
|
+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
|
6818
6821
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
6819
|
-
* Copyright
|
6822
|
+
* Copyright 2024 Fonticons, Inc.
|
6820
6823
|
*/
|
6821
6824
|
|
6822
6825
|
:root, :host {
|
@@ -6827,16 +6830,16 @@ readers do not read off random characters that represent icons */
|
|
6827
6830
|
font-style: normal;
|
6828
6831
|
font-weight: 900;
|
6829
6832
|
font-display: block;
|
6830
|
-
src: url("../fonts/
|
6833
|
+
src: url("../fonts/7b7db107.woff2") format("woff2"), url("../fonts/6569749d.ttf") format("truetype"); }
|
6831
6834
|
|
6832
6835
|
.fas,
|
6833
6836
|
.fa-solid {
|
6834
6837
|
font-weight: 900; }
|
6835
6838
|
|
6836
6839
|
/*!
|
6837
|
-
* Font Awesome Free 6.
|
6840
|
+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
|
6838
6841
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
6839
|
-
* Copyright
|
6842
|
+
* Copyright 2024 Fonticons, Inc.
|
6840
6843
|
*/
|
6841
6844
|
|
6842
6845
|
:root, :host {
|
@@ -6848,16 +6851,13 @@ readers do not read off random characters that represent icons */
|
|
6848
6851
|
font-style: normal;
|
6849
6852
|
font-weight: 400;
|
6850
6853
|
font-display: block;
|
6851
|
-
src: url("../fonts/
|
6854
|
+
src: url("../fonts/921961e9.woff2") format("woff2"), url("../fonts/ee32bc60.ttf") format("truetype"); }
|
6852
6855
|
|
6853
6856
|
.far,
|
6854
6857
|
.fa-regular {
|
6855
6858
|
font-weight: 400; }
|
6856
6859
|
|
6857
6860
|
:root {
|
6858
|
-
--font-os-sans: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
6859
|
-
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
6860
|
-
|
6861
6861
|
--red: #c00007;
|
6862
6862
|
--red-transparent: rgba(192,0,7,0.25098);
|
6863
6863
|
--red-hover: #8d0005;
|
@@ -6874,6 +6874,7 @@ readers do not read off random characters that represent icons */
|
|
6874
6874
|
--background-invert-color: #000;
|
6875
6875
|
--background-disabled-color: #f8f8f8;
|
6876
6876
|
--background-warning-color: #ffdfa0;
|
6877
|
+
--background-highlight-color: #e7f3f9;
|
6877
6878
|
--text-color: #111;
|
6878
6879
|
--text-light-color: #666;
|
6879
6880
|
--text-lighter-color: #999;
|
@@ -6887,6 +6888,419 @@ readers do not read off random characters that represent icons */
|
|
6887
6888
|
--button-color-hover: #d8d8d8;
|
6888
6889
|
}
|
6889
6890
|
|
6891
|
+
/* Inter */
|
6892
|
+
|
6893
|
+
@font-face {
|
6894
|
+
font-family: "InterVariable";
|
6895
|
+
font-style: normal;
|
6896
|
+
font-weight: 100 900;
|
6897
|
+
font-display: swap;
|
6898
|
+
src: url("InterVariable.woff2") format("woff2");
|
6899
|
+
}
|
6900
|
+
|
6901
|
+
@font-face {
|
6902
|
+
font-family: "InterVariable";
|
6903
|
+
font-style: italic;
|
6904
|
+
font-weight: 100 900;
|
6905
|
+
font-display: swap;
|
6906
|
+
src: url("InterVariable-Italic.woff2") format("woff2");
|
6907
|
+
}
|
6908
|
+
|
6909
|
+
@font-face {
|
6910
|
+
font-family: "Inter";
|
6911
|
+
font-style: normal;
|
6912
|
+
font-weight: 100;
|
6913
|
+
src: url("Inter-Thin.woff2") format("woff2");
|
6914
|
+
}
|
6915
|
+
|
6916
|
+
@font-face {
|
6917
|
+
font-family: "Inter";
|
6918
|
+
font-style: italic;
|
6919
|
+
font-weight: 100;
|
6920
|
+
src: url("Inter-ThinItalic.woff2") format("woff2");
|
6921
|
+
}
|
6922
|
+
|
6923
|
+
@font-face {
|
6924
|
+
font-family: "Inter";
|
6925
|
+
font-style: normal;
|
6926
|
+
font-weight: 200;
|
6927
|
+
src: url("Inter-ExtraLight.woff2") format("woff2");
|
6928
|
+
}
|
6929
|
+
|
6930
|
+
@font-face {
|
6931
|
+
font-family: "Inter";
|
6932
|
+
font-style: italic;
|
6933
|
+
font-weight: 200;
|
6934
|
+
src: url("Inter-ExtraLightItalic.woff2") format("woff2");
|
6935
|
+
}
|
6936
|
+
|
6937
|
+
@font-face {
|
6938
|
+
font-family: "Inter";
|
6939
|
+
font-style: normal;
|
6940
|
+
font-weight: 300;
|
6941
|
+
src: url("Inter-Light.woff2") format("woff2");
|
6942
|
+
}
|
6943
|
+
|
6944
|
+
@font-face {
|
6945
|
+
font-family: "Inter";
|
6946
|
+
font-style: italic;
|
6947
|
+
font-weight: 300;
|
6948
|
+
src: url("Inter-LightItalic.woff2") format("woff2");
|
6949
|
+
}
|
6950
|
+
|
6951
|
+
@font-face {
|
6952
|
+
font-family: "Inter";
|
6953
|
+
font-style: normal;
|
6954
|
+
font-weight: 400;
|
6955
|
+
src: url("Inter-Regular.woff2") format("woff2");
|
6956
|
+
}
|
6957
|
+
|
6958
|
+
@font-face {
|
6959
|
+
font-family: "Inter";
|
6960
|
+
font-style: italic;
|
6961
|
+
font-weight: 400;
|
6962
|
+
src: url("Inter-Italic.woff2") format("woff2");
|
6963
|
+
}
|
6964
|
+
|
6965
|
+
@font-face {
|
6966
|
+
font-family: "Inter";
|
6967
|
+
font-style: normal;
|
6968
|
+
font-weight: 500;
|
6969
|
+
src: url("Inter-Medium.woff2") format("woff2");
|
6970
|
+
}
|
6971
|
+
|
6972
|
+
@font-face {
|
6973
|
+
font-family: "Inter";
|
6974
|
+
font-style: italic;
|
6975
|
+
font-weight: 500;
|
6976
|
+
src: url("Inter-MediumItalic.woff2") format("woff2");
|
6977
|
+
}
|
6978
|
+
|
6979
|
+
@font-face {
|
6980
|
+
font-family: "Inter";
|
6981
|
+
font-style: normal;
|
6982
|
+
font-weight: 600;
|
6983
|
+
src: url("Inter-SemiBold.woff2") format("woff2");
|
6984
|
+
}
|
6985
|
+
|
6986
|
+
@font-face {
|
6987
|
+
font-family: "Inter";
|
6988
|
+
font-style: italic;
|
6989
|
+
font-weight: 600;
|
6990
|
+
src: url("Inter-SemiBoldItalic.woff2") format("woff2");
|
6991
|
+
}
|
6992
|
+
|
6993
|
+
@font-face {
|
6994
|
+
font-family: "Inter";
|
6995
|
+
font-style: normal;
|
6996
|
+
font-weight: 700;
|
6997
|
+
src: url("Inter-Bold.woff2") format("woff2");
|
6998
|
+
}
|
6999
|
+
|
7000
|
+
@font-face {
|
7001
|
+
font-family: "Inter";
|
7002
|
+
font-style: italic;
|
7003
|
+
font-weight: 700;
|
7004
|
+
src: url("Inter-BoldItalic.woff2") format("woff2");
|
7005
|
+
}
|
7006
|
+
|
7007
|
+
@font-face {
|
7008
|
+
font-family: "Inter";
|
7009
|
+
font-style: normal;
|
7010
|
+
font-weight: 800;
|
7011
|
+
src: url("Inter-ExtraBold.woff2") format("woff2");
|
7012
|
+
}
|
7013
|
+
|
7014
|
+
@font-face {
|
7015
|
+
font-family: "Inter";
|
7016
|
+
font-style: italic;
|
7017
|
+
font-weight: 800;
|
7018
|
+
src: url("Inter-ExtraBoldItalic.woff2") format("woff2");
|
7019
|
+
}
|
7020
|
+
|
7021
|
+
@font-face {
|
7022
|
+
font-family: "Inter";
|
7023
|
+
font-style: normal;
|
7024
|
+
font-weight: 900;
|
7025
|
+
src: url("Inter-Black.woff2") format("woff2");
|
7026
|
+
}
|
7027
|
+
|
7028
|
+
@font-face {
|
7029
|
+
font-family: "Inter";
|
7030
|
+
font-style: italic;
|
7031
|
+
font-weight: 900;
|
7032
|
+
src: url("Inter-BlackItalic.woff2") format("woff2");
|
7033
|
+
}
|
7034
|
+
|
7035
|
+
/* InterDisplay */
|
7036
|
+
|
7037
|
+
@font-face {
|
7038
|
+
font-family: "InterDisplay";
|
7039
|
+
font-style: normal;
|
7040
|
+
font-weight: 100;
|
7041
|
+
src: url("InterDisplay-Thin.woff2") format("woff2");
|
7042
|
+
}
|
7043
|
+
|
7044
|
+
@font-face {
|
7045
|
+
font-family: "InterDisplay";
|
7046
|
+
font-style: italic;
|
7047
|
+
font-weight: 100;
|
7048
|
+
src: url("InterDisplay-ThinItalic.woff2") format("woff2");
|
7049
|
+
}
|
7050
|
+
|
7051
|
+
@font-face {
|
7052
|
+
font-family: "InterDisplay";
|
7053
|
+
font-style: normal;
|
7054
|
+
font-weight: 200;
|
7055
|
+
src: url("InterDisplay-ExtraLight.woff2") format("woff2");
|
7056
|
+
}
|
7057
|
+
|
7058
|
+
@font-face {
|
7059
|
+
font-family: "InterDisplay";
|
7060
|
+
font-style: italic;
|
7061
|
+
font-weight: 200;
|
7062
|
+
src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2");
|
7063
|
+
}
|
7064
|
+
|
7065
|
+
@font-face {
|
7066
|
+
font-family: "InterDisplay";
|
7067
|
+
font-style: normal;
|
7068
|
+
font-weight: 300;
|
7069
|
+
src: url("InterDisplay-Light.woff2") format("woff2");
|
7070
|
+
}
|
7071
|
+
|
7072
|
+
@font-face {
|
7073
|
+
font-family: "InterDisplay";
|
7074
|
+
font-style: italic;
|
7075
|
+
font-weight: 300;
|
7076
|
+
src: url("InterDisplay-LightItalic.woff2") format("woff2");
|
7077
|
+
}
|
7078
|
+
|
7079
|
+
@font-face {
|
7080
|
+
font-family: "InterDisplay";
|
7081
|
+
font-style: normal;
|
7082
|
+
font-weight: 400;
|
7083
|
+
src: url("InterDisplay-Regular.woff2") format("woff2");
|
7084
|
+
}
|
7085
|
+
|
7086
|
+
@font-face {
|
7087
|
+
font-family: "InterDisplay";
|
7088
|
+
font-style: italic;
|
7089
|
+
font-weight: 400;
|
7090
|
+
src: url("InterDisplay-Italic.woff2") format("woff2");
|
7091
|
+
}
|
7092
|
+
|
7093
|
+
@font-face {
|
7094
|
+
font-family: "InterDisplay";
|
7095
|
+
font-style: normal;
|
7096
|
+
font-weight: 500;
|
7097
|
+
src: url("InterDisplay-Medium.woff2") format("woff2");
|
7098
|
+
}
|
7099
|
+
|
7100
|
+
@font-face {
|
7101
|
+
font-family: "InterDisplay";
|
7102
|
+
font-style: italic;
|
7103
|
+
font-weight: 500;
|
7104
|
+
src: url("InterDisplay-MediumItalic.woff2") format("woff2");
|
7105
|
+
}
|
7106
|
+
|
7107
|
+
@font-face {
|
7108
|
+
font-family: "InterDisplay";
|
7109
|
+
font-style: normal;
|
7110
|
+
font-weight: 600;
|
7111
|
+
src: url("InterDisplay-SemiBold.woff2") format("woff2");
|
7112
|
+
}
|
7113
|
+
|
7114
|
+
@font-face {
|
7115
|
+
font-family: "InterDisplay";
|
7116
|
+
font-style: italic;
|
7117
|
+
font-weight: 600;
|
7118
|
+
src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2");
|
7119
|
+
}
|
7120
|
+
|
7121
|
+
@font-face {
|
7122
|
+
font-family: "InterDisplay";
|
7123
|
+
font-style: normal;
|
7124
|
+
font-weight: 700;
|
7125
|
+
src: url("InterDisplay-Bold.woff2") format("woff2");
|
7126
|
+
}
|
7127
|
+
|
7128
|
+
@font-face {
|
7129
|
+
font-family: "InterDisplay";
|
7130
|
+
font-style: italic;
|
7131
|
+
font-weight: 700;
|
7132
|
+
src: url("InterDisplay-BoldItalic.woff2") format("woff2");
|
7133
|
+
}
|
7134
|
+
|
7135
|
+
@font-face {
|
7136
|
+
font-family: "InterDisplay";
|
7137
|
+
font-style: normal;
|
7138
|
+
font-weight: 800;
|
7139
|
+
src: url("InterDisplay-ExtraBold.woff2") format("woff2");
|
7140
|
+
}
|
7141
|
+
|
7142
|
+
@font-face {
|
7143
|
+
font-family: "InterDisplay";
|
7144
|
+
font-style: italic;
|
7145
|
+
font-weight: 800;
|
7146
|
+
src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2");
|
7147
|
+
}
|
7148
|
+
|
7149
|
+
@font-face {
|
7150
|
+
font-family: "InterDisplay";
|
7151
|
+
font-style: normal;
|
7152
|
+
font-weight: 900;
|
7153
|
+
src: url("InterDisplay-Black.woff2") format("woff2");
|
7154
|
+
}
|
7155
|
+
|
7156
|
+
@font-face {
|
7157
|
+
font-family: "InterDisplay";
|
7158
|
+
font-style: italic;
|
7159
|
+
font-weight: 900;
|
7160
|
+
src: url("InterDisplay-BlackItalic.woff2") format("woff2");
|
7161
|
+
}
|
7162
|
+
|
7163
|
+
:root {
|
7164
|
+
--bold-weight: 600;
|
7165
|
+
|
7166
|
+
--font-os-sans: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7167
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7168
|
+
--font-sans: "Inter", var(--font-os-sans);
|
7169
|
+
|
7170
|
+
--font-heading-2: 600 1.4rem/1.2 var(--font-sans);
|
7171
|
+
--font-heading-3: 600 1.2rem/1.4 var(--font-sans);
|
7172
|
+
|
7173
|
+
--font-large: 400 1.2rem/1.4 var(--font-sans);
|
7174
|
+
--font-normal: 400 1rem/1.5 var(--font-sans);
|
7175
|
+
--font-small: 400 0.875rem/1.33 var(--font-sans);
|
7176
|
+
}
|
7177
|
+
|
7178
|
+
html {
|
7179
|
+
font-size: 1rem;
|
7180
|
+
}
|
7181
|
+
|
7182
|
+
body {
|
7183
|
+
font: 400 1rem/1.5 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7184
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7185
|
+
font: var(--font-normal);
|
7186
|
+
}
|
7187
|
+
|
7188
|
+
b,
|
7189
|
+
strong {
|
7190
|
+
font-weight: 600;
|
7191
|
+
font-weight: var(--bold-weight);
|
7192
|
+
}
|
7193
|
+
|
7194
|
+
h1,
|
7195
|
+
h2,
|
7196
|
+
h3,
|
7197
|
+
h4,
|
7198
|
+
h5,
|
7199
|
+
h6,
|
7200
|
+
p {
|
7201
|
+
margin: 1.25rem 0;
|
7202
|
+
}
|
7203
|
+
|
7204
|
+
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
|
7205
|
+
margin-top: 0px;
|
7206
|
+
}
|
7207
|
+
|
7208
|
+
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
|
7209
|
+
margin-bottom: 0px;
|
7210
|
+
}
|
7211
|
+
|
7212
|
+
h2 {
|
7213
|
+
font: 600 1.4rem/1.2 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7214
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7215
|
+
font: var(--font-heading-2);
|
7216
|
+
margin-top: 3rem;
|
7217
|
+
letter-spacing: -0.04rem;
|
7218
|
+
}
|
7219
|
+
|
7220
|
+
h2:first-child {
|
7221
|
+
margin-top: 0px;
|
7222
|
+
}
|
7223
|
+
|
7224
|
+
h2:last-child {
|
7225
|
+
margin-bottom: 0px;
|
7226
|
+
}
|
7227
|
+
|
7228
|
+
form h2:first-of-type {
|
7229
|
+
margin-top: 0px;
|
7230
|
+
}
|
7231
|
+
|
7232
|
+
h3,
|
7233
|
+
.sidebar h2 {
|
7234
|
+
font: 600 1.2rem/1.4 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7235
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7236
|
+
font: var(--font-heading-3);
|
7237
|
+
margin-top: 2rem;
|
7238
|
+
letter-spacing: -0.02rem;
|
7239
|
+
}
|
7240
|
+
|
7241
|
+
h3:first-child, .sidebar h2:first-child {
|
7242
|
+
margin-top: 0px;
|
7243
|
+
}
|
7244
|
+
|
7245
|
+
h3:last-child, .sidebar h2:last-child {
|
7246
|
+
margin-bottom: 0px;
|
7247
|
+
}
|
7248
|
+
|
7249
|
+
table,
|
7250
|
+
small,
|
7251
|
+
.page-description,
|
7252
|
+
header,
|
7253
|
+
.sidebar,
|
7254
|
+
.pagination {
|
7255
|
+
font: 400 0.875rem/1.33 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7256
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7257
|
+
font: var(--font-small);
|
7258
|
+
}
|
7259
|
+
|
7260
|
+
.page-tree .date,
|
7261
|
+
.page-tree .status-label,
|
7262
|
+
.page-tree .collapsed-label,
|
7263
|
+
.page-tree button {
|
7264
|
+
font: 400 0.875rem/1.33 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7265
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7266
|
+
font: var(--font-small);
|
7267
|
+
}
|
7268
|
+
|
7269
|
+
.login-form label, form .field label {
|
7270
|
+
font-weight: 600;
|
7271
|
+
font-weight: var(--bold-weight);
|
7272
|
+
}
|
7273
|
+
|
7274
|
+
.login-form label,
|
7275
|
+
form .field label,
|
7276
|
+
.login-form .description,
|
7277
|
+
form .field .description {
|
7278
|
+
font: 400 0.875rem/1.33 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7279
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7280
|
+
font: var(--font-small);
|
7281
|
+
}
|
7282
|
+
|
7283
|
+
input,
|
7284
|
+
textarea {
|
7285
|
+
font: 400 1rem/1.5 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7286
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7287
|
+
font: var(--font-normal);
|
7288
|
+
}
|
7289
|
+
|
7290
|
+
button,
|
7291
|
+
select {
|
7292
|
+
font: 400 0.875rem/1.33 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7293
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7294
|
+
font: var(--font-small);
|
7295
|
+
}
|
7296
|
+
|
7297
|
+
input[type="text"].large,
|
7298
|
+
input[type="password"].large {
|
7299
|
+
font: 400 1.2rem/1.4 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7300
|
+
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7301
|
+
font: var(--font-large);
|
7302
|
+
}
|
7303
|
+
|
6890
7304
|
.archive-index .count {
|
6891
7305
|
font-weight: normal;
|
6892
7306
|
color: #666;
|
@@ -6901,7 +7315,6 @@ readers do not read off random characters that represent icons */
|
|
6901
7315
|
position: relative;
|
6902
7316
|
width: 100%;
|
6903
7317
|
text-align: center;
|
6904
|
-
line-height: 1.6;
|
6905
7318
|
margin-top: 20px;
|
6906
7319
|
}
|
6907
7320
|
|
@@ -6926,7 +7339,8 @@ readers do not read off random characters that represent icons */
|
|
6926
7339
|
padding: 16px 0px 16px 40px;
|
6927
7340
|
cursor: pointer;
|
6928
7341
|
background: #fff;
|
6929
|
-
transition:
|
7342
|
+
transition:
|
7343
|
+
padding-left 50ms ease-in-out, background 150ms ease-in-out;
|
6930
7344
|
}
|
6931
7345
|
|
6932
7346
|
.attachments .attachment .attachment-info {
|
@@ -6934,7 +7348,7 @@ readers do not read off random characters that represent icons */
|
|
6934
7348
|
}
|
6935
7349
|
|
6936
7350
|
.attachments .attachment.drop-placeholder {
|
6937
|
-
font-size:
|
7351
|
+
font-size: 0.875rem;
|
6938
7352
|
margin-top: -1px;
|
6939
7353
|
border-top: 1px solid #ddd;
|
6940
7354
|
border-top: 1px solid var(--border-color);
|
@@ -6967,6 +7381,8 @@ readers do not read off random characters that represent icons */
|
|
6967
7381
|
|
6968
7382
|
.attachments .attachment .actions {
|
6969
7383
|
float: right;
|
7384
|
+
display: flex;
|
7385
|
+
gap: 0.25rem;
|
6970
7386
|
}
|
6971
7387
|
|
6972
7388
|
.attachments .attachment h3 {
|
@@ -6984,24 +7400,6 @@ readers do not read off random characters that represent icons */
|
|
6984
7400
|
margin-bottom: 0px;
|
6985
7401
|
}
|
6986
7402
|
|
6987
|
-
.attachments .attachment button {
|
6988
|
-
cursor: pointer;
|
6989
|
-
border: 1px solid #ddd;
|
6990
|
-
border: 1px solid var(--border-color);
|
6991
|
-
border-radius: 3px;
|
6992
|
-
background: #e8e8e8;
|
6993
|
-
background: var(--button-color);
|
6994
|
-
padding: 5px 20px;
|
6995
|
-
font-size: 12px;
|
6996
|
-
color: #111;
|
6997
|
-
color: var(--text-color);
|
6998
|
-
}
|
6999
|
-
|
7000
|
-
.attachments .attachment button:hover,
|
7001
|
-
.attachments .attachment button:focus {
|
7002
|
-
background: #fff;
|
7003
|
-
}
|
7004
|
-
|
7005
7403
|
.attachment-editor {
|
7006
7404
|
width: 60vw;
|
7007
7405
|
min-height: 450px;
|
@@ -7045,29 +7443,11 @@ body {
|
|
7045
7443
|
color: var(--text-color);
|
7046
7444
|
}
|
7047
7445
|
|
7048
|
-
body,
|
7049
|
-
td,
|
7050
|
-
th {
|
7051
|
-
font-family: Helvetica, Arial, sans-serif;
|
7052
|
-
font-size: 12px;
|
7053
|
-
}
|
7054
|
-
|
7055
|
-
h1,
|
7056
|
-
h2,
|
7057
|
-
h3,
|
7058
|
-
h4,
|
7059
|
-
h5,
|
7060
|
-
h6,
|
7061
|
-
p {
|
7062
|
-
margin: 16px 0;
|
7063
|
-
}
|
7064
|
-
|
7065
7446
|
img {
|
7066
7447
|
border: 0;
|
7067
7448
|
}
|
7068
7449
|
|
7069
7450
|
small {
|
7070
|
-
font-size: 0.9em;
|
7071
7451
|
color: #666;
|
7072
7452
|
color: var(--text-light-color);
|
7073
7453
|
}
|
@@ -7086,7 +7466,7 @@ th {
|
|
7086
7466
|
}
|
7087
7467
|
|
7088
7468
|
div.content {
|
7089
|
-
margin:
|
7469
|
+
margin: 1.5rem 2rem;
|
7090
7470
|
}
|
7091
7471
|
|
7092
7472
|
table.show th,
|
@@ -7095,64 +7475,13 @@ td {
|
|
7095
7475
|
padding: 2px 16px 2px 0;
|
7096
7476
|
}
|
7097
7477
|
|
7098
|
-
.
|
7099
|
-
|
7100
|
-
border-bottom: 1px solid #dda;
|
7101
|
-
margin: -32px -32px 16px -32px;
|
7102
|
-
padding: 0px 32px;
|
7103
|
-
color: #333;
|
7104
|
-
}
|
7105
|
-
|
7106
|
-
.errorExplanation h2 {
|
7107
|
-
font-weight: normal;
|
7108
|
-
font-size: 1.4em;
|
7109
|
-
margin: 0 -32px 16px -32px;
|
7110
|
-
padding: 8px 32px;
|
7111
|
-
background-color: #c00007;
|
7112
|
-
background-color: var(--red);
|
7113
|
-
color: #fff;
|
7114
|
-
}
|
7115
|
-
|
7116
|
-
.errorExplanation p {
|
7117
|
-
margin-bottom: 0;
|
7118
|
-
padding: 0;
|
7119
|
-
}
|
7120
|
-
|
7121
|
-
.errorExplanation ul {
|
7122
|
-
padding: 0;
|
7123
|
-
list-style-position: inside;
|
7124
|
-
}
|
7125
|
-
|
7126
|
-
.errorExplanation ul li {
|
7127
|
-
font-weight: bold;
|
7128
|
-
}
|
7129
|
-
|
7130
|
-
.flash {
|
7131
|
-
background: #fffbdf;
|
7132
|
-
border-bottom: 1px solid #ccc9b2;
|
7133
|
-
margin: -32px -32px 32px -32px;
|
7134
|
-
padding: 16px 32px;
|
7135
|
-
font-weight: bold;
|
7136
|
-
color: #6f2d1b;
|
7137
|
-
font-size: 1.2em;
|
7138
|
-
}
|
7139
|
-
|
7140
|
-
div.paginator {
|
7141
|
-
margin: 32px 0;
|
7142
|
-
font-size: 1.5em;
|
7143
|
-
font-weight: bold;
|
7144
|
-
color: #666;
|
7145
|
-
color: var(--text-light-color);
|
7146
|
-
}
|
7147
|
-
|
7148
|
-
img.thumbnail {
|
7149
|
-
border: 1px solid #555;
|
7478
|
+
img.thumbnail {
|
7479
|
+
border: 1px solid #555;
|
7150
7480
|
}
|
7151
7481
|
|
7152
7482
|
li .actions {
|
7153
7483
|
font-weight: normal;
|
7154
7484
|
display: inline;
|
7155
|
-
font-size: 12px;
|
7156
7485
|
color: #666;
|
7157
7486
|
color: var(--text-light-color);
|
7158
7487
|
margin-top: 1px;
|
@@ -7172,14 +7501,33 @@ li .actions {
|
|
7172
7501
|
}
|
7173
7502
|
|
7174
7503
|
main form {
|
7175
|
-
margin:
|
7504
|
+
margin: 1.5rem 2rem;
|
7176
7505
|
}
|
7177
7506
|
|
7178
7507
|
form .field {
|
7179
|
-
margin:
|
7508
|
+
margin: 1.5rem 0;
|
7180
7509
|
padding: 0;
|
7181
7510
|
}
|
7182
7511
|
|
7512
|
+
form .field:first-child {
|
7513
|
+
margin-top: 0px;
|
7514
|
+
}
|
7515
|
+
|
7516
|
+
form .field:last-child {
|
7517
|
+
margin-bottom: 0px;
|
7518
|
+
}
|
7519
|
+
|
7520
|
+
form .field .date-select {
|
7521
|
+
display: flex;
|
7522
|
+
gap: 4px;
|
7523
|
+
flex-wrap: wrap;
|
7524
|
+
}
|
7525
|
+
|
7526
|
+
form .field .date-select .time {
|
7527
|
+
width: 5rem;
|
7528
|
+
min-width: 2rem;
|
7529
|
+
}
|
7530
|
+
|
7183
7531
|
form .field input[type="text"],
|
7184
7532
|
form .field input[type="password"],
|
7185
7533
|
form .field input[type="email"],
|
@@ -7191,8 +7539,8 @@ form .field label {
|
|
7191
7539
|
display: block;
|
7192
7540
|
padding: 0;
|
7193
7541
|
margin: 0 0 4px 0;
|
7194
|
-
font-weight:
|
7195
|
-
font-
|
7542
|
+
font-weight: 600;
|
7543
|
+
font-weight: var(--bold-weight);
|
7196
7544
|
color: #111;
|
7197
7545
|
color: var(--text-color);
|
7198
7546
|
transition: color 150ms ease-out;
|
@@ -7209,6 +7557,7 @@ form .field label.radio-button {
|
|
7209
7557
|
}
|
7210
7558
|
|
7211
7559
|
form .field .description {
|
7560
|
+
display: block;
|
7212
7561
|
color: #666;
|
7213
7562
|
color: var(--text-light-color);
|
7214
7563
|
margin: 0 0 6px 0;
|
@@ -7270,10 +7619,6 @@ form .date-range-select .date {
|
|
7270
7619
|
white-space: nowrap;
|
7271
7620
|
}
|
7272
7621
|
|
7273
|
-
form .date-range-select .date .date-select {
|
7274
|
-
display: inline-block;
|
7275
|
-
}
|
7276
|
-
|
7277
7622
|
form .date-range-select .date input[type="text"] {
|
7278
7623
|
display: inline;
|
7279
7624
|
width: auto;
|
@@ -7326,12 +7671,13 @@ textarea {
|
|
7326
7671
|
border: 1px solid #ddd;
|
7327
7672
|
border: 1px solid var(--border-color);
|
7328
7673
|
box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.03);
|
7329
|
-
padding:
|
7330
|
-
line-height: 1.4;
|
7331
|
-
font-family: Helvetica, Arial, sans-serif;
|
7332
|
-
font-size: 13px;
|
7674
|
+
padding: 0.5rem 0.75rem;
|
7333
7675
|
}
|
7334
7676
|
|
7677
|
+
input.tight[type="text"], input.tight[type="password"], textarea.tight {
|
7678
|
+
padding: 0.25rem 0.5rem;
|
7679
|
+
}
|
7680
|
+
|
7335
7681
|
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
|
7336
7682
|
border-color: #eee;
|
7337
7683
|
border-color: var(--border-color-light);
|
@@ -7343,13 +7689,6 @@ input.warn[type="text"], input.warn[type="password"], textarea.warn {
|
|
7343
7689
|
border-color: red;
|
7344
7690
|
}
|
7345
7691
|
|
7346
|
-
main .login-form input[type="text"],
|
7347
|
-
main .login-form input[type="password"],
|
7348
|
-
input[type="text"].large,
|
7349
|
-
input[type="password"].large {
|
7350
|
-
font-size: 1.4em;
|
7351
|
-
}
|
7352
|
-
|
7353
7692
|
fieldset {
|
7354
7693
|
padding: 0px;
|
7355
7694
|
margin: 0px;
|
@@ -7358,6 +7697,10 @@ fieldset {
|
|
7358
7697
|
border-bottom: 1px solid var(--border-color);
|
7359
7698
|
}
|
7360
7699
|
|
7700
|
+
.buttons {
|
7701
|
+
gap: 4px;
|
7702
|
+
}
|
7703
|
+
|
7361
7704
|
button,
|
7362
7705
|
select {
|
7363
7706
|
-webkit-appearance: none;
|
@@ -7367,7 +7710,7 @@ select {
|
|
7367
7710
|
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI",
|
7368
7711
|
Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
|
7369
7712
|
font-family: var(--font-os-sans);
|
7370
|
-
font-size:
|
7713
|
+
font-size: 0.875rem;
|
7371
7714
|
color: #111;
|
7372
7715
|
color: var(--text-color);
|
7373
7716
|
line-height: 1.5;
|
@@ -7380,6 +7723,10 @@ select {
|
|
7380
7723
|
box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.25);
|
7381
7724
|
}
|
7382
7725
|
|
7726
|
+
button .icon, select .icon {
|
7727
|
+
margin-right: 8px;
|
7728
|
+
}
|
7729
|
+
|
7383
7730
|
button:hover, select:hover {
|
7384
7731
|
background-color: #d8d8d8;
|
7385
7732
|
background-color: var(--button-color-hover);
|
@@ -7396,6 +7743,35 @@ button:disabled:hover, select:disabled:hover {
|
|
7396
7743
|
background-color: var(--button-color);
|
7397
7744
|
}
|
7398
7745
|
|
7746
|
+
button.primary, select.primary {
|
7747
|
+
background: #111;
|
7748
|
+
background: var(--text-color);
|
7749
|
+
border-color: #111;
|
7750
|
+
border-color: var(--text-color);
|
7751
|
+
color: #fff;
|
7752
|
+
color: var(--text-invert-color);
|
7753
|
+
box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.2);
|
7754
|
+
}
|
7755
|
+
|
7756
|
+
button.primary:hover, select.primary:hover {
|
7757
|
+
box-shadow: inset 0px 0.75em 0.75em rgba(255, 255, 255, 0.1);
|
7758
|
+
}
|
7759
|
+
|
7760
|
+
button.transparent, select.transparent {
|
7761
|
+
border: none;
|
7762
|
+
background: transparent;
|
7763
|
+
cursor: pointer;
|
7764
|
+
padding: 0.25rem 0.25rem;
|
7765
|
+
}
|
7766
|
+
|
7767
|
+
button.transparent:hover,
|
7768
|
+
select.transparent:hover,
|
7769
|
+
button.transparent:focus,
|
7770
|
+
select.transparent:focus {
|
7771
|
+
-webkit-text-decoration: underline;
|
7772
|
+
text-decoration: underline;
|
7773
|
+
}
|
7774
|
+
|
7399
7775
|
select {
|
7400
7776
|
padding-right: 2em;
|
7401
7777
|
background-image: url("pages/admin/angle-down-solid.svg");
|
@@ -7411,12 +7787,56 @@ form.button-to {
|
|
7411
7787
|
padding: 0;
|
7412
7788
|
}
|
7413
7789
|
|
7790
|
+
.buttons {
|
7791
|
+
display: flex;
|
7792
|
+
flex-wrap: wrap;
|
7793
|
+
gap: 0.25rem;
|
7794
|
+
margin-top: 2rem;
|
7795
|
+
}
|
7796
|
+
|
7797
|
+
.buttons:first-child {
|
7798
|
+
margin-top: 0px;
|
7799
|
+
}
|
7800
|
+
|
7801
|
+
.buttons:last-child {
|
7802
|
+
margin-bottom: 0px;
|
7803
|
+
}
|
7804
|
+
|
7805
|
+
.inline-form {
|
7806
|
+
display: flex;
|
7807
|
+
}
|
7808
|
+
|
7809
|
+
.inline-form input {
|
7810
|
+
flex: 1 1 auto;
|
7811
|
+
border-right: none;
|
7812
|
+
}
|
7813
|
+
|
7814
|
+
.inline-form input:focus {
|
7815
|
+
z-index: 20;
|
7816
|
+
}
|
7817
|
+
|
7818
|
+
.inline-form button {
|
7819
|
+
border-radius: 0px;
|
7820
|
+
white-space: nowrap;
|
7821
|
+
border-right: none;
|
7822
|
+
}
|
7823
|
+
|
7824
|
+
.inline-form button:last-child {
|
7825
|
+
border-top-right-radius: 5px;
|
7826
|
+
border-bottom-right-radius: 5px;
|
7827
|
+
border-right: 1px solid #aaa;
|
7828
|
+
border-right: 1px solid var(--button-border-color);
|
7829
|
+
}
|
7830
|
+
|
7414
7831
|
header {
|
7415
7832
|
background: #000;
|
7416
7833
|
background: var(--background-invert-color);
|
7417
|
-
|
7834
|
+
padding: 1.25rem 1rem 0rem 1rem;
|
7418
7835
|
color: #fff;
|
7419
7836
|
color: var(--text-invert-color);
|
7837
|
+
display: flex;
|
7838
|
+
flex-wrap: wrap;
|
7839
|
+
gap: 1rem;
|
7420
7840
|
}
|
7421
7841
|
|
7422
7842
|
header a,
|
@@ -7430,43 +7850,37 @@ header a,
|
|
7430
7850
|
}
|
7431
7851
|
|
7432
7852
|
header .logo {
|
7433
|
-
|
7434
|
-
|
7435
|
-
|
7436
|
-
left:
|
7437
|
-
width: 21px;
|
7438
|
-
height: 27px;
|
7853
|
+
background: url("pages/admin/icon.svg");
|
7854
|
+
background-repeat: no-repeat;
|
7855
|
+
min-height: 27px;
|
7856
|
+
padding-left: 38px;
|
7439
7857
|
}
|
7440
7858
|
|
7441
7859
|
header .site-name {
|
7442
7860
|
color: #fff;
|
7443
7861
|
color: var(--text-invert-color);
|
7444
|
-
|
7445
|
-
top: 15px;
|
7446
|
-
left: 52px;
|
7862
|
+
flex-grow: 1;
|
7447
7863
|
}
|
7448
7864
|
|
7449
7865
|
header .site-name h1 {
|
7450
7866
|
margin: 0;
|
7451
7867
|
padding: 0;
|
7452
|
-
font-family: Arial, Helvetica, sans-serif;
|
7453
7868
|
display: inline;
|
7454
|
-
font-size:
|
7869
|
+
font-size: 1.4rem;
|
7870
|
+
letter-spacing: -0.04rem;
|
7455
7871
|
font-weight: normal;
|
7456
7872
|
}
|
7457
7873
|
|
7458
7874
|
header .site-name h1 a {
|
7459
|
-
font-weight:
|
7875
|
+
font-weight: 800;
|
7460
7876
|
-webkit-text-decoration: none;
|
7461
7877
|
text-decoration: none;
|
7462
7878
|
padding-right: 6px;
|
7463
7879
|
}
|
7464
7880
|
|
7465
7881
|
header .user {
|
7466
|
-
|
7467
|
-
|
7468
|
-
top: 20px;
|
7469
|
-
right: 16px;
|
7882
|
+
display: flex;
|
7883
|
+
align-items: center;
|
7470
7884
|
}
|
7471
7885
|
|
7472
7886
|
header .user a {
|
@@ -7483,31 +7897,28 @@ header .user a:first-of-type {
|
|
7483
7897
|
}
|
7484
7898
|
|
7485
7899
|
header .tabs {
|
7486
|
-
|
7487
|
-
|
7488
|
-
|
7489
|
-
|
7490
|
-
right: 8px;
|
7900
|
+
display: flex;
|
7901
|
+
overflow: scroll;
|
7902
|
+
width: 100%;
|
7903
|
+
gap: 8px;
|
7491
7904
|
}
|
7492
7905
|
|
7493
7906
|
header .tabs ul {
|
7494
|
-
padding:
|
7495
|
-
margin:
|
7907
|
+
padding: 0px;
|
7908
|
+
margin: 0px;
|
7496
7909
|
list-style-type: none;
|
7497
|
-
display:
|
7498
|
-
|
7910
|
+
display: flex;
|
7911
|
+
gap: 4px;
|
7499
7912
|
}
|
7500
7913
|
|
7501
7914
|
header .tabs ul.account {
|
7502
|
-
|
7915
|
+
flex-grow: 1;
|
7916
|
+
justify-content: flex-end;
|
7503
7917
|
}
|
7504
7918
|
|
7505
7919
|
header .tabs li {
|
7506
|
-
display: inline;
|
7507
7920
|
margin: 0;
|
7508
7921
|
padding: 0;
|
7509
|
-
font-weight: normal;
|
7510
|
-
font-size: 13px;
|
7511
7922
|
}
|
7512
7923
|
|
7513
7924
|
header .tabs a,
|
@@ -7520,7 +7931,7 @@ header .tabs a,
|
|
7520
7931
|
padding: 0 15px;
|
7521
7932
|
line-height: 32px;
|
7522
7933
|
height: 32px;
|
7523
|
-
margin:
|
7934
|
+
margin: 0px;
|
7524
7935
|
-webkit-text-decoration: none;
|
7525
7936
|
text-decoration: none;
|
7526
7937
|
}
|
@@ -7544,7 +7955,6 @@ header .tabs a:hover,
|
|
7544
7955
|
display: inline;
|
7545
7956
|
background: transparent;
|
7546
7957
|
padding: 6px 17px;
|
7547
|
-
font-weight: bold;
|
7548
7958
|
}
|
7549
7959
|
|
7550
7960
|
.content-tabs li.current {
|
@@ -7554,6 +7964,8 @@ header .tabs a:hover,
|
|
7554
7964
|
border: 1px solid #cae6f1;
|
7555
7965
|
border-bottom: 1px solid #fff;
|
7556
7966
|
border-bottom: 1px solid var(--background-color);
|
7967
|
+
font-weight: 600;
|
7968
|
+
font-weight: var(--bold-weight);
|
7557
7969
|
}
|
7558
7970
|
|
7559
7971
|
.content-tabs li.current a,
|
@@ -7573,6 +7985,11 @@ header .tabs a:hover,
|
|
7573
7985
|
color: var(--text-color);
|
7574
7986
|
}
|
7575
7987
|
|
7988
|
+
.page-description h3 {
|
7989
|
+
font-weight: 600;
|
7990
|
+
font-weight: var(--bold-weight);
|
7991
|
+
}
|
7992
|
+
|
7576
7993
|
.page-description em {
|
7577
7994
|
font-style: normal;
|
7578
7995
|
color: #4a5357;
|
@@ -7595,7 +8012,8 @@ header .tabs a:hover,
|
|
7595
8012
|
}
|
7596
8013
|
|
7597
8014
|
.page-description .links a.current {
|
7598
|
-
font-weight:
|
8015
|
+
font-weight: 600;
|
8016
|
+
font-weight: var(--bold-weight);
|
7599
8017
|
-webkit-text-decoration: none;
|
7600
8018
|
text-decoration: none;
|
7601
8019
|
color: #111;
|
@@ -7610,14 +8028,15 @@ header .tabs a:hover,
|
|
7610
8028
|
main .page-description h3 {
|
7611
8029
|
margin: 0;
|
7612
8030
|
padding: 0;
|
7613
|
-
font-size:
|
8031
|
+
font-size: 0.875rem;
|
7614
8032
|
text-shadow: #e9f6ff 1px 1px 1px;
|
7615
8033
|
}
|
7616
8034
|
|
7617
8035
|
.editable-image {
|
7618
8036
|
cursor: pointer;
|
7619
8037
|
display: block;
|
7620
|
-
transition:
|
8038
|
+
transition:
|
8039
|
+
transform 200ms, box-shadow 200ms, border-color 200ms ease-out;
|
7621
8040
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
|
7622
8041
|
border: 1px solid #fff;
|
7623
8042
|
position: relative;
|
@@ -7628,7 +8047,7 @@ main .page-description h3 {
|
|
7628
8047
|
position: absolute;
|
7629
8048
|
bottom: 5px;
|
7630
8049
|
right: 6px;
|
7631
|
-
font-size:
|
8050
|
+
font-size: 1rem;
|
7632
8051
|
color: #ffdfa0;
|
7633
8052
|
color: var(--background-warning-color);
|
7634
8053
|
text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
|
@@ -7642,7 +8061,7 @@ main .page-description h3 {
|
|
7642
8061
|
.editable-image:hover {
|
7643
8062
|
border-color: rgba(20, 20, 20, 0.5);
|
7644
8063
|
transform: scale(1.01) translate(0px, -1px);
|
7645
|
-
box-shadow: 0px 5px
|
8064
|
+
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
|
7646
8065
|
}
|
7647
8066
|
|
7648
8067
|
.image-editor {
|
@@ -7680,7 +8099,11 @@ main .page-description h3 {
|
|
7680
8099
|
linear-gradient(45deg, transparent 75%, #fff 75%),
|
7681
8100
|
linear-gradient(135deg, transparent 75%, #fff 75%);
|
7682
8101
|
background-size: 12px 12px;
|
7683
|
-
background-position:
|
8102
|
+
background-position:
|
8103
|
+
0 0,
|
8104
|
+
6px 0,
|
8105
|
+
6px -6px,
|
8106
|
+
0px 6px;
|
7684
8107
|
display: flex;
|
7685
8108
|
flex-direction: column;
|
7686
8109
|
justify-content: center;
|
@@ -7803,7 +8226,8 @@ main .page-description h3 {
|
|
7803
8226
|
-moz-user-select: none;
|
7804
8227
|
user-select: none;
|
7805
8228
|
cursor: pointer;
|
7806
|
-
transition:
|
8229
|
+
transition:
|
8230
|
+
border-radius 200ms, margin 200ms, width 200ms, height 200ms, border-color 200ms ease-out;
|
7807
8231
|
}
|
7808
8232
|
|
7809
8233
|
.image-editor .focal-editor .focal-point:after {
|
@@ -7834,9 +8258,10 @@ main .page-description h3 {
|
|
7834
8258
|
}
|
7835
8259
|
|
7836
8260
|
.image-grid {
|
7837
|
-
--image-padding:
|
8261
|
+
--image-padding: 0.5rem;
|
7838
8262
|
margin-bottom: 40px;
|
7839
8263
|
display: flex;
|
8264
|
+
gap: 1rem;
|
7840
8265
|
}
|
7841
8266
|
|
7842
8267
|
@media screen and (max-width: 900px) {
|
@@ -8167,6 +8592,12 @@ body {
|
|
8167
8592
|
height: 100vh;
|
8168
8593
|
}
|
8169
8594
|
|
8595
|
+
.wrapper > div[data-react-class] {
|
8596
|
+
flex-grow: 1;
|
8597
|
+
display: flex;
|
8598
|
+
flex-flow: column nowrap;
|
8599
|
+
}
|
8600
|
+
|
8170
8601
|
.wrapper > *,
|
8171
8602
|
.wrapper .main-wrapper {
|
8172
8603
|
flex-shrink: 0;
|
@@ -8193,7 +8624,7 @@ body {
|
|
8193
8624
|
.main-wrapper > aside {
|
8194
8625
|
min-width: 300px;
|
8195
8626
|
width: 20%;
|
8196
|
-
padding:
|
8627
|
+
padding: 1rem;
|
8197
8628
|
}
|
8198
8629
|
|
8199
8630
|
@media screen and (max-width: 900px) {
|
@@ -8246,12 +8677,9 @@ a.delete:focus {
|
|
8246
8677
|
}
|
8247
8678
|
|
8248
8679
|
button a {
|
8680
|
+
padding: 5px 0;
|
8249
8681
|
color: #111 !important;
|
8250
8682
|
color: var(--text-color) !important;
|
8251
|
-
}
|
8252
|
-
|
8253
|
-
button a {
|
8254
|
-
padding: 5px 0;
|
8255
8683
|
-webkit-text-decoration: none;
|
8256
8684
|
text-decoration: none;
|
8257
8685
|
}
|
@@ -8282,7 +8710,8 @@ table.list th {
|
|
8282
8710
|
);
|
8283
8711
|
color: #666;
|
8284
8712
|
color: var(--text-light-color);
|
8285
|
-
font-weight:
|
8713
|
+
font-weight: 600;
|
8714
|
+
font-weight: var(--bold-weight);
|
8286
8715
|
border-bottom: 1px solid #ddd;
|
8287
8716
|
border-bottom: 1px solid var(--border-color);
|
8288
8717
|
}
|
@@ -8298,9 +8727,24 @@ table.list td.note {
|
|
8298
8727
|
}
|
8299
8728
|
|
8300
8729
|
table.list td.name {
|
8301
|
-
font-weight:
|
8730
|
+
font-weight: 600;
|
8731
|
+
font-weight: var(--bold-weight);
|
8302
8732
|
}
|
8303
8733
|
|
8734
|
+
table.list td.name a,
|
8735
|
+
table.list td.name a:visited {
|
8736
|
+
-webkit-text-decoration: none;
|
8737
|
+
text-decoration: none;
|
8738
|
+
color: #111;
|
8739
|
+
color: var(--text-color);
|
8740
|
+
}
|
8741
|
+
|
8742
|
+
table.list td.name a:focus,
|
8743
|
+
table.list td.name a:hover {
|
8744
|
+
border-bottom: 1px solid #111;
|
8745
|
+
border-bottom: 1px solid var(--text-color);
|
8746
|
+
}
|
8747
|
+
|
8304
8748
|
table.list tr td:first-child,
|
8305
8749
|
table.list tr th:first-child {
|
8306
8750
|
padding-left: 32px;
|
@@ -8340,36 +8784,6 @@ table.list p {
|
|
8340
8784
|
padding: 0;
|
8341
8785
|
}
|
8342
8786
|
|
8343
|
-
main .login-form {
|
8344
|
-
padding-top: 10px;
|
8345
|
-
}
|
8346
|
-
|
8347
|
-
main .login-form label {
|
8348
|
-
display: block;
|
8349
|
-
font-weight: bold;
|
8350
|
-
margin-bottom: 8px;
|
8351
|
-
font-size: 1.2em;
|
8352
|
-
color: #111;
|
8353
|
-
color: var(--text-color);
|
8354
|
-
}
|
8355
|
-
|
8356
|
-
main .login-form ul {
|
8357
|
-
margin: 0px;
|
8358
|
-
padding: 0px;
|
8359
|
-
margin-top: 30px;
|
8360
|
-
list-style-position: inside;
|
8361
|
-
list-style-type: disc;
|
8362
|
-
color: #ddd;
|
8363
|
-
color: var(--border-color);
|
8364
|
-
line-height: 1.5;
|
8365
|
-
}
|
8366
|
-
|
8367
|
-
main .login-form ul li {
|
8368
|
-
margin: 0px;
|
8369
|
-
padding: 0px;
|
8370
|
-
font-size: 1.2em;
|
8371
|
-
}
|
8372
|
-
|
8373
8787
|
body.modal > .wrapper {
|
8374
8788
|
transition: filter 1000ms linear;
|
8375
8789
|
filter: blur(10px);
|
@@ -8472,6 +8886,7 @@ body.modal > .wrapper {
|
|
8472
8886
|
margin: 20px 0 40px 0;
|
8473
8887
|
margin-left: -20px;
|
8474
8888
|
margin-right: -10px;
|
8889
|
+
max-width: 90rem;
|
8475
8890
|
}
|
8476
8891
|
|
8477
8892
|
.page-tree .draggable {
|
@@ -8493,31 +8908,44 @@ body.modal > .wrapper {
|
|
8493
8908
|
|
8494
8909
|
.page-tree .node .inner {
|
8495
8910
|
position: relative;
|
8496
|
-
|
8497
|
-
|
8911
|
+
padding-left: 1.75rem;
|
8912
|
+
display: flex;
|
8913
|
+
border-radius: 5px;
|
8498
8914
|
}
|
8499
8915
|
|
8916
|
+
.page-tree .node .inner:hover {
|
8917
|
+
background: #e7f3f9;
|
8918
|
+
background: var(--background-highlight-color);
|
8919
|
+
}
|
8920
|
+
|
8500
8921
|
.page-tree .node .collapse {
|
8501
8922
|
position: absolute;
|
8502
|
-
left: 0;
|
8923
|
+
left: 0.625rem;
|
8924
|
+
top: 0.5rem;
|
8503
8925
|
cursor: pointer;
|
8504
|
-
|
8505
|
-
|
8926
|
+
padding-top: 0px;
|
8927
|
+
transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
|
8506
8928
|
}
|
8507
8929
|
|
8930
|
+
.page-tree .node .collapse.open {
|
8931
|
+
transform: rotate(90deg);
|
8932
|
+
}
|
8933
|
+
|
8934
|
+
.page-tree .node .inner:has(.edit-name) .collapse {
|
8935
|
+
top: 0.75rem;
|
8936
|
+
}
|
8937
|
+
|
8508
8938
|
.page-tree .page {
|
8509
|
-
|
8510
|
-
|
8511
|
-
|
8512
|
-
}
|
8939
|
+
padding: 0.2rem;
|
8940
|
+
display: flex;
|
8941
|
+
flex-wrap: wrap;
|
8513
8942
|
|
8514
|
-
|
8515
|
-
|
8516
|
-
|
8517
|
-
|
8518
|
-
}
|
8943
|
+
gap: 0.5rem;
|
8944
|
+
align-items: baseline;
|
8945
|
+
width: 100%;
|
8946
|
+
}
|
8519
8947
|
|
8520
|
-
.page-tree .page:
|
8948
|
+
.page-tree .page:hove2r {
|
8521
8949
|
border: 1px solid #eee;
|
8522
8950
|
border: 1px solid var(--border-color-light);
|
8523
8951
|
background: linear-gradient(
|
@@ -8532,43 +8960,36 @@ body.modal > .wrapper {
|
|
8532
8960
|
);
|
8533
8961
|
}
|
8534
8962
|
|
8963
|
+
.page-tree .page .page-icon {
|
8964
|
+
margin-right: 0rem;
|
8965
|
+
}
|
8966
|
+
|
8535
8967
|
.page-tree .page .date {
|
8536
|
-
font-size: 12px;
|
8537
8968
|
margin-left: 10px;
|
8538
8969
|
color: #666;
|
8539
8970
|
color: var(--text-light-color);
|
8540
8971
|
}
|
8541
8972
|
|
8542
8973
|
.page-tree .page .name {
|
8543
|
-
font-weight:
|
8544
|
-
|
8545
|
-
|
8546
|
-
.page-tree .page .icon {
|
8547
|
-
margin-right: 8px;
|
8974
|
+
font-weight: 600;
|
8975
|
+
font-weight: var(--bold-weight);
|
8548
8976
|
}
|
8549
8977
|
|
8550
|
-
.page-tree .page .
|
8551
|
-
.page-tree .page .collapsed-label {
|
8552
|
-
margin-left: 3px;
|
8553
|
-
font-size: 12px;
|
8554
|
-
}
|
8555
|
-
|
8556
|
-
.page-tree .page form {
|
8557
|
-
display: inline;
|
8978
|
+
.page-tree .page .edit-name {
|
8558
8979
|
margin: 0;
|
8559
8980
|
padding: 0;
|
8981
|
+
flex-grow: 1;
|
8982
|
+
display: flex;
|
8983
|
+
gap: 0.5rem;
|
8560
8984
|
}
|
8561
8985
|
|
8562
|
-
.page-tree .page
|
8563
|
-
|
8564
|
-
|
8565
|
-
margin-top: -2px;
|
8566
|
-
margin-bottom: -2px;
|
8567
|
-
margin-right: 5px;
|
8986
|
+
.page-tree .page .edit-name input {
|
8987
|
+
max-width: 100%;
|
8988
|
+
flex: 1 1 auto;
|
8568
8989
|
}
|
8569
8990
|
|
8570
|
-
.page-tree .page
|
8571
|
-
|
8991
|
+
.page-tree .page .edit-name button {
|
8992
|
+
white-space: nowrap;
|
8572
8993
|
}
|
8573
8994
|
|
8574
8995
|
.page-tree .page a,
|
@@ -8599,74 +9020,19 @@ body.modal > .wrapper {
|
|
8599
9020
|
}
|
8600
9021
|
|
8601
9022
|
.page-tree .page .actions {
|
8602
|
-
float: right;
|
8603
9023
|
visibility: hidden;
|
8604
|
-
|
9024
|
+
flex-grow: 1;
|
9025
|
+
display: flex;
|
9026
|
+
justify-content: flex-end;
|
9027
|
+
gap: 0.5rem;
|
8605
9028
|
}
|
8606
9029
|
|
8607
|
-
.page-tree .page .actions button {
|
8608
|
-
margin-left: 5px;
|
8609
|
-
}
|
8610
|
-
|
8611
9030
|
.page-tree .page:hover .actions {
|
8612
9031
|
visibility: visible;
|
8613
9032
|
}
|
8614
9033
|
|
8615
|
-
.page-tree button {
|
8616
|
-
padding: 0;
|
8617
|
-
border: 0;
|
8618
|
-
background: transparent;
|
8619
|
-
cursor: pointer;
|
8620
|
-
font-size: 13px;
|
8621
|
-
padding: 3px 5px;
|
8622
|
-
border-radius: 3px;
|
8623
|
-
color: #15516a;
|
8624
|
-
color: var(--link-hover-color);
|
8625
|
-
}
|
8626
|
-
|
8627
|
-
.page-tree button .icon {
|
8628
|
-
margin-right: 8px;
|
8629
|
-
}
|
8630
|
-
|
8631
|
-
.page-tree button:hover,
|
8632
|
-
.page-tree button:focus {
|
8633
|
-
color: #15516a;
|
8634
|
-
color: var(--blue-hover);
|
8635
|
-
background: rgba(29,113,149,0.25098);
|
8636
|
-
background: var(--blue-transparent);
|
8637
|
-
}
|
8638
|
-
|
8639
|
-
.page-tree button.add {
|
8640
|
-
color: #19ac1e;
|
8641
|
-
color: var(--green);
|
8642
|
-
}
|
8643
|
-
|
8644
|
-
.page-tree button.add:hover,
|
8645
|
-
.page-tree button.add:focus {
|
8646
|
-
color: #137f16;
|
8647
|
-
color: var(--green-hover);
|
8648
|
-
background: rgba(25,172,30,0.25098);
|
8649
|
-
background: var(--green-transparent);
|
8650
|
-
}
|
8651
|
-
|
8652
|
-
.page-tree button.delete,
|
8653
|
-
.page-tree button.cancel {
|
8654
|
-
color: #c00007;
|
8655
|
-
color: var(--red);
|
8656
|
-
}
|
8657
|
-
|
8658
|
-
.page-tree button.delete:hover,
|
8659
|
-
.page-tree button.cancel:hover,
|
8660
|
-
.page-tree button.delete:focus,
|
8661
|
-
.page-tree button.cancel:focus {
|
8662
|
-
color: #8d0005;
|
8663
|
-
color: var(--red-hover);
|
8664
|
-
background: rgba(192,0,7,0.25098);
|
8665
|
-
background: var(--red-transparent);
|
8666
|
-
}
|
8667
|
-
|
8668
9034
|
.page-tree button.add-inline {
|
8669
|
-
margin:
|
9035
|
+
margin: 0.25rem 0 0.25rem 2.875rem;
|
8670
9036
|
}
|
8671
9037
|
|
8672
9038
|
.page-tree .node .node .node .page .name {
|
@@ -8676,7 +9042,6 @@ body.modal > .wrapper {
|
|
8676
9042
|
.pagination {
|
8677
9043
|
margin: 30px 30px;
|
8678
9044
|
line-height: 20px;
|
8679
|
-
font-size: 14px;
|
8680
9045
|
}
|
8681
9046
|
|
8682
9047
|
.pagination a,
|
@@ -8726,27 +9091,11 @@ body.modal > .wrapper {
|
|
8726
9091
|
margin: 20px -2px;
|
8727
9092
|
}
|
8728
9093
|
|
8729
|
-
.search-bar {
|
8730
|
-
display: flex;
|
8731
|
-
}
|
8732
|
-
|
8733
9094
|
.search-bar input {
|
8734
|
-
flex: 1 1 auto;
|
8735
|
-
border-right: none;
|
8736
9095
|
max-width: 600px;
|
8737
9096
|
min-width: 50px;
|
8738
9097
|
}
|
8739
9098
|
|
8740
|
-
.search-bar input:focus {
|
8741
|
-
z-index: 20;
|
8742
|
-
}
|
8743
|
-
|
8744
|
-
.search-bar button {
|
8745
|
-
border-top-left-radius: 0px;
|
8746
|
-
border-bottom-left-radius: 0px;
|
8747
|
-
white-space: nowrap;
|
8748
|
-
}
|
8749
|
-
|
8750
9099
|
main .search-bar {
|
8751
9100
|
background: #f8f8f8;
|
8752
9101
|
background: var(--background-disabled-color);
|
@@ -8754,10 +9103,6 @@ main .search-bar {
|
|
8754
9103
|
margin: 0px 0px 16px 0px;
|
8755
9104
|
}
|
8756
9105
|
|
8757
|
-
.sidebar .search-bar {
|
8758
|
-
margin-top: 16px;
|
8759
|
-
}
|
8760
|
-
|
8761
9106
|
.sidebar {
|
8762
9107
|
background: #f8f8f8;
|
8763
9108
|
background: var(--background-disabled-color);
|
@@ -8768,19 +9113,12 @@ main .search-bar {
|
|
8768
9113
|
}
|
8769
9114
|
|
8770
9115
|
.sidebar h2 {
|
8771
|
-
margin: 20px 0 0px 0;
|
8772
|
-
padding: 0 0 10px 0;
|
8773
|
-
color: #111;
|
8774
|
-
color: var(--text-color);
|
8775
|
-
font-size: 18px;
|
8776
9116
|
border-bottom: 1px solid #ddd;
|
8777
9117
|
border-bottom: 1px solid var(--border-color);
|
9118
|
+
padding-bottom: 0.5rem;
|
9119
|
+
margin-bottom: 0.5rem;
|
8778
9120
|
}
|
8779
9121
|
|
8780
|
-
.sidebar h2:first-child {
|
8781
|
-
margin-top: 16px;
|
8782
|
-
}
|
8783
|
-
|
8784
9122
|
.sidebar ul {
|
8785
9123
|
list-style-type: disc;
|
8786
9124
|
margin: 1em 0 1em 14px;
|
@@ -8797,46 +9135,49 @@ main .search-bar {
|
|
8797
9135
|
}
|
8798
9136
|
|
8799
9137
|
.tag-editor {
|
8800
|
-
margin-top:
|
8801
|
-
margin-bottom: 1.
|
9138
|
+
margin-top: 0.5rem;
|
9139
|
+
margin-bottom: 1.5rem;
|
9140
|
+
display: flex;
|
9141
|
+
flex-wrap: wrap;
|
9142
|
+
gap: 0.5rem;
|
8802
9143
|
}
|
8803
9144
|
|
8804
|
-
.tag-editor .tags {
|
8805
|
-
line-height: 1.5;
|
8806
|
-
}
|
8807
|
-
|
8808
9145
|
.tag-editor .tag {
|
8809
|
-
font-size:
|
9146
|
+
font-size: 1rem;
|
8810
9147
|
cursor: pointer;
|
8811
|
-
display: block;
|
8812
|
-
float: left;
|
8813
|
-
margin: 0 5px 5px 0;
|
8814
9148
|
padding: 0px;
|
8815
9149
|
background: #f8f8f8;
|
8816
9150
|
background: var(--background-disabled-color);
|
8817
9151
|
border-radius: 5px;
|
8818
|
-
line-height: 26px;
|
8819
|
-
line-height: 36px;
|
8820
9152
|
min-width: 40px;
|
9153
|
+
height: 2rem;
|
8821
9154
|
transition: all 200ms ease-out;
|
8822
9155
|
-webkit-user-select: none;
|
8823
9156
|
-moz-user-select: none;
|
8824
9157
|
user-select: none;
|
9158
|
+
display: flex;
|
8825
9159
|
}
|
8826
9160
|
|
8827
9161
|
.tag-editor .tag label {
|
9162
|
+
display: flex;
|
8828
9163
|
margin: 0px;
|
8829
9164
|
padding: 0px 10px;
|
8830
9165
|
color: inherit;
|
9166
|
+
align-items: center;
|
9167
|
+
gap: 0.5rem;
|
8831
9168
|
}
|
8832
9169
|
|
8833
9170
|
.tag-editor .tag input {
|
8834
|
-
margin: 2px 3px 0 0
|
9171
|
+
/*margin: 2px 3px 0 0;*/
|
8835
9172
|
}
|
8836
9173
|
|
8837
9174
|
.tag-editor .tag .name {
|
8838
|
-
|
8839
|
-
|
9175
|
+
}
|
9176
|
+
|
9177
|
+
.tag-editor .tag:hover,
|
9178
|
+
.tag-editor .tag:focus {
|
9179
|
+
background: #e7f3f9;
|
9180
|
+
background: var(--background-highlight-color);
|
8840
9181
|
}
|
8841
9182
|
|
8842
9183
|
.tag-editor .tag.enabled {
|
@@ -8845,23 +9186,6 @@ main .search-bar {
|
|
8845
9186
|
background: var(--blue-dark);
|
8846
9187
|
}
|
8847
9188
|
|
8848
|
-
.tag-editor .add-tag-form {
|
8849
|
-
float: left;
|
8850
|
-
width: 178px;
|
8851
|
-
white-space: nowrap;
|
8852
|
-
}
|
8853
|
-
|
8854
|
-
.tag-editor input.add-tag {
|
8855
|
-
margin-top: 0px;
|
8856
|
-
border-radius: 5px;
|
8857
|
-
margin: 0 4px 0 0;
|
8858
|
-
}
|
8859
|
-
|
8860
|
-
.tag-editor input.add-tag.example {
|
8861
|
-
color: #666;
|
8862
|
-
color: var(--text-light-color);
|
8863
|
-
}
|
8864
|
-
|
8865
9189
|
textarea.rich {
|
8866
9190
|
margin-top: -32px;
|
8867
9191
|
padding-top: 40px;
|
@@ -8879,7 +9203,6 @@ textarea.rich {
|
|
8879
9203
|
}
|
8880
9204
|
|
8881
9205
|
.toast-wrapper .toast {
|
8882
|
-
font-size: 14px;
|
8883
9206
|
display: inline-block;
|
8884
9207
|
background: #000;
|
8885
9208
|
background: var(--background-invert-color);
|
@@ -8985,13 +9308,13 @@ textarea.rich {
|
|
8985
9308
|
border-right: 1px solid var(--border-color);
|
8986
9309
|
color: #666;
|
8987
9310
|
color: var(--text-light-color);
|
8988
|
-
font-size:
|
9311
|
+
font-size: 0.875rem;
|
8989
9312
|
background-color: #f8f8f8;
|
8990
9313
|
transition: all 200ms ease-out;
|
8991
9314
|
}
|
8992
9315
|
|
8993
9316
|
.toolbar .button i.fa, .toolbar button i.fa {
|
8994
|
-
font-size:
|
9317
|
+
font-size: 1rem;
|
8995
9318
|
}
|
8996
9319
|
|
8997
9320
|
.toolbar .button:focus,
|
@@ -9100,7 +9423,7 @@ ul.recovery-codes {
|
|
9100
9423
|
flex-direction: column;
|
9101
9424
|
align-items: flex-start;
|
9102
9425
|
gap: 1rem;
|
9103
|
-
font-size: 1.
|
9426
|
+
font-size: 1.2rem;
|
9104
9427
|
font-weight: bold;
|
9105
9428
|
}
|
9106
9429
|
|
@@ -9131,12 +9454,9 @@ td.drag-handle {
|
|
9131
9454
|
margin-top: 16px;
|
9132
9455
|
}
|
9133
9456
|
|
9134
|
-
.page-list .page-listing {
|
9135
|
-
padding: 3px 8px 2px 8px !important;
|
9136
|
-
}
|
9137
|
-
|
9138
9457
|
.page-list .page-listing {
|
9139
9458
|
border: 1px solid transparent;
|
9459
|
+
padding: 3px 8px 2px 8px !important;
|
9140
9460
|
}
|
9141
9461
|
|
9142
9462
|
.page-list ul {
|
@@ -9189,7 +9509,8 @@ td.drag-handle {
|
|
9189
9509
|
}
|
9190
9510
|
|
9191
9511
|
.page-list li {
|
9192
|
-
font-weight:
|
9512
|
+
font-weight: 600;
|
9513
|
+
font-weight: var(--bold-weight);
|
9193
9514
|
margin: 0;
|
9194
9515
|
padding: 0;
|
9195
9516
|
clear: both;
|
@@ -9259,24 +9580,10 @@ td.drag-handle {
|
|
9259
9580
|
width: auto;
|
9260
9581
|
}
|
9261
9582
|
|
9262
|
-
.edit-page
|
9263
|
-
|
9264
|
-
}
|
9265
|
-
|
9266
|
-
.edit-page .hidden-options {
|
9267
|
-
display: none;
|
9268
|
-
}
|
9269
|
-
|
9270
|
-
.edit-page .autopublish-notice,
|
9271
|
-
.edit-page .published-date,
|
9272
|
-
.edit-page .advanced-options {
|
9273
|
-
display: none;
|
9583
|
+
.edit-page .advanced-options {
|
9584
|
+
margin-top: 1.5rem;
|
9274
9585
|
}
|
9275
9586
|
|
9276
|
-
.edit-page .autopublish-notice.show, .edit-page .published-date.show, .edit-page .advanced-options.show {
|
9277
|
-
display: block;
|
9278
|
-
}
|
9279
|
-
|
9280
9587
|
.edit-page main input[type="text"],
|
9281
9588
|
.edit-page main textarea {
|
9282
9589
|
width: 100%;
|
@@ -9284,7 +9591,8 @@ td.drag-handle {
|
|
9284
9591
|
}
|
9285
9592
|
|
9286
9593
|
.edit-page main input.page_title {
|
9287
|
-
font-weight:
|
9594
|
+
font-weight: 600;
|
9595
|
+
font-weight: var(--bold-weight);
|
9288
9596
|
font-size: 1.4em;
|
9289
9597
|
color: #111;
|
9290
9598
|
color: var(--text-color);
|
@@ -9328,9 +9636,6 @@ td.drag-handle {
|
|
9328
9636
|
.file-list .ui-sortable-helper {
|
9329
9637
|
border: 1px solid #ddd !important;
|
9330
9638
|
border: 1px solid var(--border-color) !important;
|
9331
|
-
}
|
9332
|
-
|
9333
|
-
.file-list .ui-sortable-helper {
|
9334
9639
|
background: rgba(250, 250, 250, 0.8);
|
9335
9640
|
}
|
9336
9641
|
|