forked from ZwiiCMS-Team/ZwiiCMS
Nettoyage css
This commit is contained in:
parent
d06aa23eba
commit
67843f4f0f
@ -18,5 +18,4 @@
|
|||||||
|
|
||||||
/** NE PAS EFFACER
|
/** NE PAS EFFACER
|
||||||
* admin.css
|
* admin.css
|
||||||
*/
|
|
||||||
*/
|
*/
|
1
core/module/maintenance/view/index/index.css
Normal file
1
core/module/maintenance/view/index/index.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* vide */
|
1
core/module/sitemap/view/index/index.css
Normal file
1
core/module/sitemap/view/index/index.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Vide */
|
@ -27,13 +27,16 @@ footer {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerbodyFixed {
|
.footerbodyFixed {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li ul {
|
nav li ul {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#themeShowAll,
|
#themeShowAll,
|
||||||
#themeBack,
|
#themeBack,
|
||||||
#themeManage,
|
#themeManage,
|
||||||
@ -42,6 +45,7 @@ nav li ul {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
.themeOverlay {
|
.themeOverlay {
|
||||||
-webkit-transition: all .3s;
|
-webkit-transition: all .3s;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
@ -56,10 +60,13 @@ nav li ul {
|
|||||||
display: block;
|
display: block;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.themeOverlay:not(.themeOverlayHideBackground):hover,
|
.themeOverlay:not(.themeOverlayHideBackground):hover,
|
||||||
.themeOverlayTriggerHover {
|
.themeOverlayTriggerHover {
|
||||||
background: rgba(39, 174, 96, .5);
|
background: rgba(39, 174, 96, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
#themeOverlayBody {
|
#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*/
|
||||||
|
}
|
1
core/module/user/view/forgot/forgot.css
Normal file
1
core/module/user/view/forgot/forgot.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* Vide */
|
@ -1,13 +1 @@
|
|||||||
/**
|
/** vide */
|
||||||
* 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 <remi.jean@outlook.com>
|
|
||||||
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
|
||||||
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
|
||||||
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
|
|
||||||
* @license GNU General Public License, version 3
|
|
||||||
* @link http://zwiicms.fr/
|
|
||||||
*/
|
|
Loading…
x
Reference in New Issue
Block a user