From b4bbf5054c22d1909eb982a1ac70b8576dae155a Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Mon, 20 Jun 2022 21:21:04 +0200 Subject: [PATCH] WIP: Make classic rounded a own theme Change-Id: I6a12c936f2fdea4d0571778fa5e9fb7a0fbc3587 --- admin/diskusage.php | 5 +- admin/index.php | 6 +- chromakeying.php | 3 - dependencies.php | 5 +- gallery.php | 3 - index.php | 3 - lib/configsetup.inc.php | 8 +- livechroma.php | 3 - login/index.php | 31 +++---- manual/index.php | 11 +-- resources/lang/.i18n-editor-metadata | 6 +- resources/lang/de.json | 2 - resources/lang/en.json | 2 - resources/lang/es.json | 2 - resources/lang/fr.json | 2 - resources/lang/it.json | 2 - resources/lang/pl.json | 1 - src/sass/classic_admin.scss | 22 +++++ src/sass/classic_chromakeying.scss | 1 + src/sass/classic_live_chromakeying.scss | 1 + src/sass/classic_rounded_admin.scss | 1 + src/sass/classic_rounded_chromakeying.scss | 1 + .../classic_rounded_live_chromakeying.scss | 1 + src/sass/classic_rounded_style.scss | 1 + src/sass/classic_style.scss | 37 +++++++- src/sass/login.scss | 4 + src/sass/manual.scss | 46 +++++++++- src/sass/modern_style.scss | 4 +- src/sass/partials/_button.scss | 41 ++++++--- src/sass/partials/_gallery.scss | 7 ++ src/sass/partials/_shape.scss | 22 +++++ src/sass/partials/_sidenav.scss | 4 + src/sass/rounded.scss | 85 ------------------- src/sass/update.scss | 1 + template/classic.template.php | 4 +- template/classic_rounded.template.php | 83 ++++++++++++++++++ template/modern.template.php | 4 +- template/modern_squared.template.php | 4 +- update.php | 5 +- 39 files changed, 296 insertions(+), 178 deletions(-) create mode 100644 src/sass/classic_rounded_admin.scss create mode 100644 src/sass/classic_rounded_chromakeying.scss create mode 100644 src/sass/classic_rounded_live_chromakeying.scss create mode 100644 src/sass/classic_rounded_style.scss create mode 100644 src/sass/partials/_shape.scss delete mode 100644 src/sass/rounded.scss create mode 100644 template/classic_rounded.template.php diff --git a/admin/diskusage.php b/admin/diskusage.php index bd10f7d59..d2991a059 100644 --- a/admin/diskusage.php +++ b/admin/diskusage.php @@ -43,16 +43,13 @@ - - - -
+ + + + Fork me on GitHub + + + + CUPS + + + + +
diff --git a/template/modern.template.php b/template/modern.template.php index a853b5bb0..4065a685f 100644 --- a/template/modern.template.php +++ b/template/modern.template.php @@ -1,6 +1,6 @@ -
-
+
+
diff --git a/template/modern_squared.template.php b/template/modern_squared.template.php index a853b5bb0..4065a685f 100644 --- a/template/modern_squared.template.php +++ b/template/modern_squared.template.php @@ -1,6 +1,6 @@ -
-
+
+
diff --git a/update.php b/update.php index 52dfd3375..ffcaca5fb 100644 --- a/update.php +++ b/update.php @@ -44,9 +44,6 @@ - - - @@ -54,7 +51,7 @@ -
+

Updater (experimental)