From c2fe9a9459a476f777e4bbdd3190ea7cf501461e Mon Sep 17 00:00:00 2001 From: Jasper Smet Date: Sun, 5 Oct 2025 20:33:13 +0200 Subject: [PATCH 1/5] Adding dark mode support --- resources/css/style.css | 17 +++++++++++++---- templates/Pages/home.php | 41 +++++++++++++++++++--------------------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/resources/css/style.css b/resources/css/style.css index 5830252..8870c24 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -1,5 +1,18 @@ @import "tailwindcss"; +@theme { + --font-raleway: "Raleway", sans-serif; + --color-cake: #D33C43; + --color-base-100: #353742; + --color-base-200: #202127; + --color-base-300: #1a1a1a; + --color-link: #2d7ea4; +} + +a { + @apply text-link hover:text-sky-600 transition-all underline; +} + /* cyrillic-ext */ @font-face { font-family: 'Raleway'; @@ -81,10 +94,6 @@ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } -@theme { - --font-raleway: "Raleway", sans-serif; -} - /* Styling for default app homepage */ @font-face { diff --git a/templates/Pages/home.php b/templates/Pages/home.php index 8c7c7b8..909e2c6 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -74,31 +74,36 @@ fetch('css') ?> fetch('script') ?> - +
- CakePHP + + + + + + + -

+

Welcome to CakePHP Chiffon (🍰)

-
+
-
+
Please be aware that this page will not be shown if you turn off debug mode unless you replace templates/Pages/home.php with your own version.
-
+
-
- +

Environment

    @@ -149,7 +154,7 @@ -
  • The engine is being used for core caching. To change the config edit config/app.php
  • +
  • The engine is being used for core caching. To change the config edit config/app.php
  • Your cache is NOT working. Please check the settings in config/app.php
  • @@ -190,28 +195,22 @@
-
- -
+
-
+ -
- -
+

Help and Bug Reports

Slack CakePHP Issues CakePHP Forum
-
- -
+

Docs and Downloads

CakePHP API The Bakery @@ -222,9 +221,7 @@ CakePHP
-
- -
+

Training and Certification

Cake Software Foundation CakePHP Training From 17f37b064063e710ed32550e431eaba8e558dbdf Mon Sep 17 00:00:00 2001 From: Jasper Smet Date: Sun, 5 Oct 2025 21:09:40 +0200 Subject: [PATCH 2/5] Remove local raleway font in favor of google font --- resources/css/style.css | 112 +++----------------- templates/Pages/home.php | 8 +- webroot/font/Raleway-License.txt | 51 --------- webroot/font/raleway-400-cyrillic-ext.woff2 | Bin 22516 -> 0 bytes webroot/font/raleway-400-cyrillic.woff2 | Bin 21768 -> 0 bytes webroot/font/raleway-400-latin-ext.woff2 | Bin 25652 -> 0 bytes webroot/font/raleway-400-latin.woff2 | Bin 41852 -> 0 bytes webroot/font/raleway-400-vietnamese.woff2 | Bin 7648 -> 0 bytes webroot/font/raleway-700-cyrillic-ext.woff2 | Bin 22516 -> 0 bytes webroot/font/raleway-700-cyrillic.woff2 | Bin 21768 -> 0 bytes webroot/font/raleway-700-latin-ext.woff2 | Bin 25652 -> 0 bytes webroot/font/raleway-700-latin.woff2 | Bin 41852 -> 0 bytes webroot/font/raleway-700-vietnamese.woff2 | Bin 7648 -> 0 bytes 13 files changed, 20 insertions(+), 151 deletions(-) delete mode 100644 webroot/font/Raleway-License.txt delete mode 100644 webroot/font/raleway-400-cyrillic-ext.woff2 delete mode 100644 webroot/font/raleway-400-cyrillic.woff2 delete mode 100644 webroot/font/raleway-400-latin-ext.woff2 delete mode 100644 webroot/font/raleway-400-latin.woff2 delete mode 100644 webroot/font/raleway-400-vietnamese.woff2 delete mode 100644 webroot/font/raleway-700-cyrillic-ext.woff2 delete mode 100644 webroot/font/raleway-700-cyrillic.woff2 delete mode 100644 webroot/font/raleway-700-latin-ext.woff2 delete mode 100644 webroot/font/raleway-700-latin.woff2 delete mode 100644 webroot/font/raleway-700-vietnamese.woff2 diff --git a/resources/css/style.css b/resources/css/style.css index 8870c24..70bedb6 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -1,101 +1,5 @@ @import "tailwindcss"; -@theme { - --font-raleway: "Raleway", sans-serif; - --color-cake: #D33C43; - --color-base-100: #353742; - --color-base-200: #202127; - --color-base-300: #1a1a1a; - --color-link: #2d7ea4; -} - -a { - @apply text-link hover:text-sky-600 transition-all underline; -} - -/* cyrillic-ext */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - src: url('../font/raleway-400-cyrillic-ext.woff2') format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; -} -/* cyrillic */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - src: url('../font/raleway-400-cyrillic.woff2') format('woff2'); - unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} -/* vietnamese */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - src: url('../font/raleway-400-vietnamese.woff2') format('woff2'); - unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; -} -/* latin-ext */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - src: url('../font/raleway-400-latin-ext.woff2') format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} -/* latin */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 400; - src: url('../font/raleway-400-latin.woff2') format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} -/* cyrillic-ext */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 700; - src: url('../font/raleway-700-cyrillic-ext.woff2') format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; -} -/* cyrillic */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 700; - src: url('../font/raleway-700-cyrillic.woff2') format('woff2'); - unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; -} -/* vietnamese */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 700; - src: url('../font/raleway-700-vietnamese.woff2') format('woff2'); - unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; -} -/* latin-ext */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 700; - src: url('../font/raleway-700-latin-ext.woff2') format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; -} -/* latin */ -@font-face { - font-family: 'Raleway'; - font-style: normal; - font-weight: 700; - src: url('../font/raleway-700-latin.woff2') format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; -} - -/* Styling for default app homepage */ - @font-face { font-family: 'cakefont'; src: url('../font/cakedingbats-webfont.eot'); @@ -108,6 +12,20 @@ a { font-style: normal; } +@theme { + --font-raleway: "Raleway", sans-serif; + --color-cake: #D33C43; + --color-base-100: #353742; + --color-base-200: #1a1a1a; + --color-base-300: #0f0f0f; + --color-link: #2d7ea4; +} + +/* Styling for default app homepage */ +a { + @apply text-link hover:text-sky-600 transition-all underline; +} + .bullet:before { font-family: 'cakefont', sans-serif; font-size: 18px; @@ -125,6 +43,6 @@ a { } .problem:before { - color: #d33d44; + @apply text-cake; content: "\0057"; } diff --git a/templates/Pages/home.php b/templates/Pages/home.php index 909e2c6..9b14e7b 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -62,12 +62,14 @@ Html->charset() ?> + + CakePHP: the rapid development PHP framework: <?= $this->fetch('title') ?> + Html->meta('icon') ?> - Html->css(['cake']) ?> fetch('meta') ?> @@ -86,12 +88,12 @@ -

+

Welcome to CakePHP Chiffon (🍰)

-
+
diff --git a/webroot/font/Raleway-License.txt b/webroot/font/Raleway-License.txt deleted file mode 100644 index 94dce24..0000000 --- a/webroot/font/Raleway-License.txt +++ /dev/null @@ -1,51 +0,0 @@ -License for 'Raleway' -SIL Open Font License -Copyright (c) 2010, Matt McInerney (matt@pixelspread.com), -Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com), -Copyright (c) 2011, Rodrigo Fuenzalida (www.rfuenzalida.com|hello@rfuenzalida.com), with Reserved Font Name Raleway - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL - -—————————————————————————————- -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 -—————————————————————————————- - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. - -The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. - -DEFINITIONS -“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. - -“Reserved Font Name” refers to any names specified as such after the copyright statement(s). - -“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s). - -“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. - -“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. - -5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/webroot/font/raleway-400-cyrillic-ext.woff2 b/webroot/font/raleway-400-cyrillic-ext.woff2 deleted file mode 100644 index 039269ecd6602a9917ec8a4bc6240b11da2730ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22516 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
@@ -107,7 +106,7 @@
-

Environment

+

Environment

    =')) : ?>
  • Your version of PHP is 8.1.0 or higher (detected ).
  • @@ -140,7 +139,7 @@
-

Filesystem

+

Filesystem

  • Your tmp directory is writable.
  • @@ -164,7 +163,7 @@
-

Database

+

Database

@@ -178,7 +177,7 @@
-

DebugKit

+

DebugKit

  • DebugKit is loaded.
  • @@ -200,20 +199,20 @@
    -

    Getting Started

    +

    Getting Started

    CakePHP Documentation The 20 min CMS Tutorial
    -

    Help and Bug Reports

    +

    Help and Bug Reports

    Slack CakePHP Issues CakePHP Forum
    -

    Docs and Downloads

    +

    Docs and Downloads

    CakePHP API The Bakery CakePHP Documentation @@ -224,7 +223,7 @@
    -

    Training and Certification

    +

    Training and Certification

    Cake Software Foundation CakePHP Training
    From 31ea0efa5ec920f077b1bb0f3577736ce094dca8 Mon Sep 17 00:00:00 2001 From: Jasper Smet Date: Thu, 9 Oct 2025 17:09:32 +0200 Subject: [PATCH 5/5] Remove custom font --- resources/css/style.css | 1 - templates/Pages/home.php | 20 +++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/resources/css/style.css b/resources/css/style.css index e455bf8..8a003f8 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -13,7 +13,6 @@ } @theme { - --font-heading: "Raleway", sans-serif; --color-cake: #D33C43; --color-base-100: #353742; --color-base-200: #1a1a1a; diff --git a/templates/Pages/home.php b/templates/Pages/home.php index f2791e5..734eba2 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -62,12 +62,10 @@ Html->charset() ?> - CakePHP: the rapid development PHP framework: <?= $this->fetch('title') ?> - Html->meta('icon') ?> Html->css(['cake']) ?> @@ -87,7 +85,7 @@ -

    +

    Welcome to CakePHP Chiffon (🍰)

    @@ -106,7 +104,7 @@
    -

    Environment

    +

    Environment

      =')) : ?>
    • Your version of PHP is 8.1.0 or higher (detected ).
    • @@ -139,7 +137,7 @@
    -

    Filesystem

    +

    Filesystem

    • Your tmp directory is writable.
    • @@ -163,7 +161,7 @@
    -

    Database

    +

    Database

    @@ -177,7 +175,7 @@
    -

    DebugKit

    +

    DebugKit