CVS: spip inc-forum.php3, 1.64, 1.65 spip_style.css, 1.11, 1.12

Update of /home/spip-cvs/spip
In directory miel:/tmp/cvs-serv31233

Modified Files:
  inc-forum.php3 spip_style.css
Log Message:
Modifs graphiques: presentation spip_encadrer, et boutons espace privŽ

Index: inc-forum.php3

RCS file: /home/spip-cvs/spip/inc-forum.php3,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- inc-forum.php3 17 Sep 2003 15:59:52 -0000 1.64
+++ inc-forum.php3 22 Sep 2003 17:04:27 -0000 1.65
@@ -154,9 +154,9 @@
     if (!$nouveau_document AND $afficher_texte != 'non'){
       $ret .= "<div class='spip_encadrer'>";
       if ($afficher_texte != "non"){
- $ret .= "<font size=4 color='#aaaaaa'><b>".typo($titre)."</b></font>";
- $ret .= "<p><b><a href='mailto:".entites_html($email_auteur)."'>".typo($auteur)."</a></b>";
- $ret .= "<p>".propre($texte)."<p>";
+ $ret .= "<div style='font-size: 120%; font-weigth: bold;'>".typo($titre)."</div>";
+ $ret .= "<p /><b><a href='mailto:".entites_html($email_auteur)."'>".typo($auteur)."</a></b>";
+ $ret .= "<p />".propre($texte)."<p />";
       }

       $ret .= "<a href='".entites_html($url_site)."'>".typo($nom_site_forum)."</a>";
@@ -173,7 +173,7 @@
         $les_mots[$id_mot] = true;
         $presence_mots = true;

- $ret.= "<li> $type_mot&nbsp;: <b>$titre_mot</b>";
+ $ret.= "<li class='font-size=80%'> $type_mot&nbsp;: <b>$titre_mot</b></li>";
       }

       if (strlen($texte) < 10 AND !$presence_mots) {
@@ -267,11 +267,11 @@
         $total_rows = spip_num_rows($result);

         if ($total_rows > 0){
- $ret .= "\n<p><div class='spip_encadrer'>";
+ $ret .= "\n<p /><div class='spip_encadrer' style='font-size: 80%;'>";
           $ret.= "<b>$titre_groupe&nbsp;:</b>";

           $ret .= "<table cellpadding=0 cellspacing=0 border=0 width='100%'>\n";
- $ret .= "<tr><td width='47%' valign='top'><font face='Verdana,Arial,Helvetica,sans-serif' size=2>";
+ $ret .= "<tr><td width='47%' valign='top'>";
           $i = 0;

           while ($row = spip_fetch_array($result)) {
@@ -282,7 +282,7 @@

             if ($i >= ($total_rows/2) AND $i < $total_rows){
               $i = $total_rows + 1;
- $ret .= "</font></td><td width='6%'>&nbsp;</td><td width='47%' valign='top'><font face='Verdana,Arial,Helvetica,sans-serif' size=2>";
+ $ret .= "</font></td><td width='6%'>&nbsp;</td><td width='47%' valign='top'>";
             }

             if ($les_mots[$id_mot]) $checked = "checked";

Index: spip_style.css

RCS file: /home/spip-cvs/spip/spip_style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- spip_style.css 8 Sep 2003 18:55:05 -0000 1.11
+++ spip_style.css 22 Sep 2003 17:04:28 -0000 1.12
@@ -64,6 +64,7 @@
.forml { width: 100% ; background-color: #FFDDAA;}

.spip_encadrer {
+ font-family: helvetica, arial, sans-serif;
   width : 100%;
   background-color: #FFFFFF;
   padding: 5px;