From f6e4b6f9bd37361172f3f247ca9a4a33c40ab977 Mon Sep 17 00:00:00 2001 From: SylvainLelievre Date: Fri, 19 Mar 2021 08:24:06 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20syst=C3=A8me=20d'aide=20dans=20com?= =?UTF-8?q?mon.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index eba5d1b4..fb11b180 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -220,8 +220,8 @@ Signature dans les articles blog et news } .table thead tr { - background: #212223; - color: #FFF; + /*background: #212223; + color: #FFF;*/ text-align: left; } @@ -1720,4 +1720,23 @@ th.col12 { } #googTransLogo img { width: 60%; -} \ No newline at end of file +} + +/* Système d'aide */ + +.helpDisplayContent { + display: none; + -webkit-box-shadow: 5px 5px 11px 0px #222222; + box-shadow: 5px 5px 11px 0px #222222; + border-radius: 5px; + padding: 2px 10px; + background-color:#333; + color: white; + position: fixed; + z-index: 30; + bottom: 5px; +} + +.helpDisplayButton { + cursor: pointer; +}