diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 89896bf29eb97a90eb1989f0a18f2b99f09ecf35..513611d9ee9cd1b5bff709bee76f697f18366b4a 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 ffd044bf1f1cf8c0b78c0308cac41d65213982c2..a9af7196a5ececde5efb40c1cf86445115a421b3 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 3c706b88528a27630e03c2fbced8ea68e698a3d6..677fdcb0418e90b2fcf7f55546a2b8ea5fbee09f 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; }