From 66c8e90d42a4a20b3bc24d9b20f5d9b05210d800 Mon Sep 17 00:00:00 2001 From: RealET <real3t@gmail.com> Date: Fri, 13 May 2022 17:42:08 +0200 Subject: [PATCH] Code mort et contourner un warning PHP sur couleur_saturation --- stylessoyezcreateurs.css.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 3381e95a..9d44d4af 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -1026,10 +1026,6 @@ table.spip { margin: 2em auto; width: auto; border-collapse: collapse; backgroun #content thead, table.spip tr.row_first, table.spip thead th { width: auto; background-color: [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{10})]; border: 1px solid [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{20,true})]; color: [ #(#GET{c_cadrestexte}|couleur_inverserluminosite{20,true})]; font-size: 1.1em; text-align: center; } #content tr.alt, table.spip tr.row_odd { background-color: [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{80,true})]; color: [ #(#GET{c_cadrestexte}|couleur_inverserluminosite{20,true})]; } #content tr.row_even { background-color: [ #(#GET{c_cadrestexte_bk}|couleur_inverserluminosite{5,true})]; color: [ #(#GET{c_cadrestexte}|couleur_inverserluminosite{5,true})]; } -/* date picker de F&t */ -#content div.popup-calendar h3 { margin-left:1em; } -#content div.popup-calendar td, #content div.popup-calendar th { padding:0; width:21px; } -html > body div.popup-calendar { left:auto; right:40px; } .columns2 { -webkit-column-count: 2; -webkit-column-gap: 3em; -webkit-column-rule: 1px dotted #bbb; -moz-column-count: 2; -moz-column-gap: 3em; -moz-column-rule: 1px dotted #bbb; column-count: 2; column-gap: 3em; column-rule: 1px dotted #bbb; } .columns2 div { -webkit-column-break-inside:avoid; break-inside:avoid; } @@ -2797,7 +2793,7 @@ a.button.triadeC:focus, } #miettesdepain ul li:first-child a:hover, #miettesdepain ul li:first-child a:focus { - color: [#(#GET{c_fildarianehome}|couleur_saturation{1})]; + color: [#(#GET{c_fildarianehome}|couleur_saturer{2})]; } .portailcognac #content h2, .portailcognac #content .h2, -- GitLab