Personnalisation
Le code obtenu est constitué d'un style pour que vous puissiez modifier son apparence grace aux CSS. Si vous n'utilisez pas déjà les CSS, voici un tutoriel css pour vous permettre de démarrer facilement. il suffit de placer le code suivant entre les balises <head> et </head> de votre page :
<style type="text/css">
<!--
.intoxitation_proverbe
{
color:#000000;
font-size : 12px;
font-weight:normal;
}
a.intoxitation_auteur
{
background-color : inherit;
color : #000;
text-decoration : none;
font-size : 11px;
font-weight:normal;
}
a.intoxitation_auteur:visited
{
text-decoration : none;
background-color : inherit;
color : #000; font-size : 11px;
font-weight:normal
}
a.intoxitation_auteur:hover
{
text-decoration : none;
background-color : inherit;
color : #fff;
font-size : 11px;
font-weight:normal
}
a.intoxitation_auteur:active
{
text-decoration : none;
background-color : inherit;
color : #000;
font-size : 11px;
font-weight:normal
}
-->
</style>
Vous pouvez modifier ce code à volonté afin de le rendre un maximum compatible avec l'aspect de votre site web.