[SPIP Zone] r4756 - in /_squelettes_/spip-net-fantastik: habillage.css recherche.html

Author: romy@tetue.net
Date: Sun Aug 20 01:48:37 2006
New Revision: 4756

Log:
Recherche intergalactique (poussières d'étoiles)

Modified:
    _squelettes_/spip-net-fantastik/habillage.css
    _squelettes_/spip-net-fantastik/recherche.html

Modified: _squelettes_/spip-net-fantastik/habillage.css

--- _squelettes_/spip-net-fantastik/habillage.css (original)
+++ _squelettes_/spip-net-fantastik/habillage.css Sun Aug 20 01:48:37 2006
@@ -197,12 +197,12 @@
.syndic img { display: none; } /* atej */

/* Habillage du glossaire */
-.page_mot #conteneur #contenu { width: 52em; margin: 0 1em; }
+.page_mot #conteneur #contenu { width: 96%; margin: 0 2%; }
.page_mot .groupe_mot { width: 21%; float: left; margin: 0 2%; font-size: 0.77em; }
.page_mot .groupe_mot h2 { margin-top: 3em; margin-bottom: 1em; font-weight: bold; text-transform: uppercase; background: #B5E192; padding: 3px 5px; -moz-border-radius: 1em; color: #FFF; }
-.groupe_mot dt { font-weight: bold; margin-top: 0.1em; }
+.groupe_mot dt { font-weight: bold; margin-top: 0.2em; }
.page_mot .groupe_mot dt:hover { cursor: help; }
-.groupe_mot dd { margin: 0; padding: 0 0 0.2em 0.5em; }
+.groupe_mot dd { padding: 0.1em 0; padding-left: 0.5em; }

/* Divers */
.divers { background: #F8F8E8; }

Modified: _squelettes_/spip-net-fantastik/recherche.html

--- _squelettes_/spip-net-fantastik/recherche.html (original)
+++ _squelettes_/spip-net-fantastik/recherche.html Sun Aug 20 01:48:37 2006
@@ -43,12 +43,12 @@
           <ol>
             <BOUCLE_articles(ARTICLES) {lang} {recherche} {!par points} {pagination}>
             <li>
- <small style="font-variant: small-caps;"><strong>#POINTS</strong> &mdash; <BOUCLE_rub(RUBRIQUES){id_rubrique}>#TITRE</BOUCLE_rub></small>
+ <small style="font-variant: small-caps;"><strong>#POINTS&nbsp;%</strong> &mdash; <BOUCLE_rub(RUBRIQUES){id_rubrique}>#TITRE</BOUCLE_rub></small>
             <h3 class="titre"><a href="#URL_ARTICLE">#TITRE</a></h3>
             </li>
             </BOUCLE_articles>
           </ol>
- [<p class="pagination">(#PAGINATION)</p>]
+ [<p class="pagination">(#PAGINATION) &mdash; #GRAND_TOTAL r&eacute;sultats</p>]
         </div>
         </B_articles>
         <p class="reponse_formulaire"><:avis_aucun_resultat:></p>
@@ -78,9 +78,7 @@
       [(#REM) Recherche mnoGoSearch ]
       <B_test>

- <p class="pagination">#PAGINATION &mdash; #GRAND_TOTAL r&eacute;sultats</p>
-
- <div class="contre-encart">
+ [<p class="pagination">(#PAGINATION) &mdash; #GRAND_TOTAL r&eacute;sultats</p>]

         <div class="liste-articles">
           #ANCRE_PAGINATION
@@ -95,7 +93,6 @@
           </ol>
         </div>

- </div><!-- fin contre-encart -->
       </B_test>

<hr class="nettoyeur" /><!-- fin essai recherche inter-galactique -->