Author: romy@tetue.net
Date: Sat Aug 19 15:00:03 2006
New Revision: 4728
Log:
Petit commit du matin, pour démarrer la journée en beauté
Modified:
_squelettes_/spip-net-fantastik/habillage.css
_squelettes_/spip-net-fantastik/inc-download.html
_squelettes_/spip-net-fantastik/recherche.html
_squelettes_/spip-net-fantastik/sommaire.html
Modified: _squelettes_/spip-net-fantastik/habillage.css
--- _squelettes_/spip-net-fantastik/habillage.css (original)
+++ _squelettes_/spip-net-fantastik/habillage.css Sat Aug 19 15:00:03 2006
@@ -133,13 +133,14 @@
/* ------------------------------------------ */
.download { margin: 2em 0 3em 0; font-size: 0.82em; }
+.download h2 { display: none; }
.download p { margin: 0; padding: 0; font-weight: bold; }
.download * { color: #333 !important; }
/* Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .memrub, .sousrub, .syndic, .divers { min-width: 10em; margin-bottom: 1em; font-size: 0.77em; text-align: left; }
-.menu-titre { padding: 0.2em 0.4em; text-align: center; font-weight: bold; }
+.menu-titre { padding: 0.2em 0.4em; font-weight: normal; text-transform: uppercase; text-align: left; color: #CCC; }
/* Des couleurs specifiques selon les types de menus
---------------------------------------------- */
Modified: _squelettes_/spip-net-fantastik/inc-download.html
--- _squelettes_/spip-net-fantastik/inc-download.html (original)
+++ _squelettes_/spip-net-fantastik/inc-download.html Sat Aug 19 15:00:03 2006
@@ -1,6 +1,7 @@
<div class="download">
[(#REM) La derniere version de SPIP ]
+<h2 class="menu-titre"><:download:></h2>
<BOUCLE_derniere_version(ARTICLES){id_rubrique=155}{!par date}{0,1}>
<BOUCLE_derniere_version_trad(ARTICLES){traduction}{lang=#ENV{lang}}>
Modified: _squelettes_/spip-net-fantastik/recherche.html
--- _squelettes_/spip-net-fantastik/recherche.html (original)
+++ _squelettes_/spip-net-fantastik/recherche.html Sat Aug 19 15:00:03 2006
@@ -60,7 +60,7 @@
<h2 class="menu-titre"><:mots_clefs:></h2>
<ul>
<BOUCLE_mots(MOTS) {recherche} {!par points}>
- <li><h3 dir="ltr" lang="fr"><a href="#URL_PAGE{mot}&lang=#ENV{lang}">#TITRE</a></h3></li>
+ <li><h3 dir="ltr" lang="fr"><a href="#URL_PAGE{mot}&lang=#ENV{lang}" class="motcle">#TITRE</a></h3></li>
</BOUCLE_mots>
</ul>
</div>
Modified: _squelettes_/spip-net-fantastik/sommaire.html
--- _squelettes_/spip-net-fantastik/sommaire.html (original)
+++ _squelettes_/spip-net-fantastik/sommaire.html Sat Aug 19 15:00:03 2006
@@ -60,7 +60,7 @@
<div class="liste-articles">
[(#ENV{debut_articles}|?{'',' '})<h2><:quoideneuf:></h2>]
<ul>
- <BOUCLE_articles(ARTICLES){!par date_modif}{age<150}{0,7}{doublons}>
+ <BOUCLE_articles(ARTICLES){!par date_modif}{age_modif<150}{0,7}{doublons}>
<li>
<h3 class="titre"><a href="#URL_ARTICLE">#TITRE</a></h3>
<small>[#LANG] — [(#DATE_MODIF|affdate_court)]</small>