From 67843f4f0ffb53dd3cee23dff6cb3c1b5e416207 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 4 Nov 2020 13:35:07 +0100 Subject: [PATCH] Nettoyage css --- core/module/install/view/update/update.css | 1 - core/module/maintenance/view/index/index.css | 1 + core/module/sitemap/view/index/index.css | 1 + core/module/theme/view/index/index.css | 13 ++++++++++--- core/module/user/view/forgot/forgot.css | 1 + core/module/user/view/login/login.css | 14 +------------- 6 files changed, 14 insertions(+), 17 deletions(-) create mode 100644 core/module/maintenance/view/index/index.css create mode 100644 core/module/sitemap/view/index/index.css create mode 100644 core/module/user/view/forgot/forgot.css diff --git a/core/module/install/view/update/update.css b/core/module/install/view/update/update.css index 3037ba11..93ca0929 100755 --- a/core/module/install/view/update/update.css +++ b/core/module/install/view/update/update.css @@ -18,5 +18,4 @@ /** NE PAS EFFACER * admin.css -*/ */ \ No newline at end of file diff --git a/core/module/maintenance/view/index/index.css b/core/module/maintenance/view/index/index.css new file mode 100644 index 00000000..bb166ea9 --- /dev/null +++ b/core/module/maintenance/view/index/index.css @@ -0,0 +1 @@ +/* vide */ \ No newline at end of file diff --git a/core/module/sitemap/view/index/index.css b/core/module/sitemap/view/index/index.css new file mode 100644 index 00000000..d7c543b0 --- /dev/null +++ b/core/module/sitemap/view/index/index.css @@ -0,0 +1 @@ +/* Vide */ \ No newline at end of file diff --git a/core/module/theme/view/index/index.css b/core/module/theme/view/index/index.css index 4eeb6012..9be946f1 100755 --- a/core/module/theme/view/index/index.css +++ b/core/module/theme/view/index/index.css @@ -27,13 +27,16 @@ footer { position: relative; z-index: 10; } + .footerbodyFixed { position: relative; z-index: 5; -} +} + nav li ul { display: none; } + #themeShowAll, #themeBack, #themeManage, @@ -42,6 +45,7 @@ nav li ul { position: relative; z-index: 11; } + .themeOverlay { -webkit-transition: all .3s; transition: all .3s; @@ -56,10 +60,13 @@ nav li ul { display: block; background: transparent; } + .themeOverlay:not(.themeOverlayHideBackground):hover, .themeOverlayTriggerHover { background: rgba(39, 174, 96, .5); } + #themeOverlayBody { - position: fixed; /* Sinon l'overlay s'arrête à la hauteur de la fenêtre et non de la page*/ -} + position: fixed; + /* Sinon l'overlay s'arrête à la hauteur de la fenêtre et non de la page*/ +} \ No newline at end of file diff --git a/core/module/user/view/forgot/forgot.css b/core/module/user/view/forgot/forgot.css new file mode 100644 index 00000000..d7c543b0 --- /dev/null +++ b/core/module/user/view/forgot/forgot.css @@ -0,0 +1 @@ +/* Vide */ \ No newline at end of file diff --git a/core/module/user/view/login/login.css b/core/module/user/view/login/login.css index 75723119..e1afad0e 100755 --- a/core/module/user/view/login/login.css +++ b/core/module/user/view/login/login.css @@ -1,13 +1 @@ -/** - * This file is part of Zwii. - * - * For full copyright and license information, please see the LICENSE - * file that was distributed with this source code. - * - * @author Rémi Jean - * @copyright Copyright (C) 2008-2018, Rémi Jean - * @author Frédéric Tempez - * @copyright Copyright (C) 2018-2020, Frédéric Tempez - * @license GNU General Public License, version 3 - * @link http://zwiicms.fr/ - */ +/** vide */ \ No newline at end of file