From 015c15edeb8e0e524c7e4f5fa5b10e358a592b21 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Sun, 2 Nov 2003 17:03:03 +0000 Subject: [PATCH] Modifs styles: effet relief espace prive, modif espacements intertitre --- ecrire/inc_presentation.php3 | 4 ++-- ecrire/spip_style.php3 | 3 +++ spip_style.css | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 89896bf29e..513611d9ee 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -1273,8 +1273,8 @@ function icone($texte, $lien, $fond, $fonction="", $align="", $afficher='oui'){ $icone .= "<img src='img_pack/rien.gif' width=$largeur height=1>"; $icone .= "</td></tr>"; if ($spip_display != 3){ - $icone .= "<tr><td background='' align='center'>"; - $icone .= "<a href='$lien' class='icone'><font face='Verdana,Arial,Helvetica,sans-serif' size='1' color='black'><b>$texte</b></font></a>"; + $icone .= "<tr><td background='' align='center' style=' filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);'>"; + $icone .= "<a href='$lien' class='icone'><font face='Verdana,Arial,Helvetica,sans-serif' size='1' color='#505050'><b>$texte</b></font></a>"; $icone .= "</td></tr>"; } $icone .= "</table>"; diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3 index ffd044bf1f..a9af7196a5 100644 --- a/ecrire/spip_style.php3 +++ b/ecrire/spip_style.php3 @@ -220,6 +220,7 @@ a.cellule-h table { border: none; padding: 0px; margin: 0px; + filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1); } a.cellule-h td { text-align: <?php echo $left; ?>; @@ -469,6 +470,8 @@ a.boutonlien:hover {color:#454545; text-decoration: none;} a.boutonlien {color:#808080; text-decoration: none;} h3.spip { + margin-top : 40px; + margin-bottom : 40px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 115%; diff --git a/spip_style.css b/spip_style.css index 3c706b8852..677fdcb041 100644 --- a/spip_style.css +++ b/spip_style.css @@ -21,8 +21,8 @@ h3.spip { font-weight: bold; font-size: 120%; text-align: center; - margin-top: 2em; - margin-bottom: 1.5em; + margin-top : 40px; + margin-bottom : 40px; padding: 0em; } -- GitLab