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

Author: romy@tetue.net
Date: Thu Aug 24 22:06:58 2006
New Revision: 4852

Log:
Un plan de site plus présentable (bis)

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

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

--- _squelettes_/spip-net-fantastik/habillage.css (original)
+++ _squelettes_/spip-net-fantastik/habillage.css Thu Aug 24 22:06:58 2006
@@ -795,16 +795,17 @@
/* ------------------------------------------ */
.page_plan #contenu {}
.page_plan #contenu ul { font-size: 12px; }
-.page_plan #contenu li {
+.page_plan #contenu ul li {
   background-color: #eeeeec;
   padding: 0.8em;
   margin-bottom: 1em;
   border: 2px solid #ad7fa8;
   -moz-border-radius-topleft: 1em;
}
-.page_plan #contenu li strong { font-size: 14px; }
-.page_plan #contenu li li { background: none; border: none; margin: 0; padding: 0; padding-left: 0.8em; }
-.page_plan #contenu li li .spip_logos { width: 50px; height: auto; clear: right; }
+.page_plan #contenu ul li strong { font-size: 14px; }
+.page_plan #contenu ul li .spip_logos { float: right; clear: right; }
+.page_plan #contenu ul li li { background: none; border: none; margin: 0; padding: 0; padding-left: 0.8em; }
+.page_plan #contenu ul li li .spip_logos { width: 50px; height: auto; }

/* ------------------------------------------
/* Couleurs des liens

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

--- _squelettes_/spip-net-fantastik/plan.html (original)
+++ _squelettes_/spip-net-fantastik/plan.html Thu Aug 24 22:06:58 2006
@@ -1,4 +1,5 @@
#CACHE{7200}
+<BOUCLE_plan(RUBRIQUES){lang}{3,1}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="#LANG_DIR" lang="#LANG">
<head>
@@ -39,7 +40,7 @@
           <ul>
             <BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre, titre}>
             <li>
- [(#LOGO_RUBRIQUE|right|#URL_RUBRIQUE|image_reduire{70})]
+ [(#LOGO_RUBRIQUE|#URL_RUBRIQUE|image_reduire{77})]
               <strong><a href="#URL_RUBRIQUE">#TITRE</a></strong>

               <B_articles>
@@ -65,7 +66,7 @@
         <ul>
           <li>
           <BOUCLE_espace_trad(RUBRIQUES){id_rubrique=4}>
- [(#LOGO_RUBRIQUE|right|#URL_RUBRIQUE|image_reduire{70})]
+ [(#LOGO_RUBRIQUE|#URL_RUBRIQUE|image_reduire{77})]
           <strong><a href="#URL_RUBRIQUE">#TITRE</a></strong>
           </BOUCLE_espace_trad>

@@ -101,3 +102,4 @@
</div><!-- fin page -->
</body>
</html>
\ No newline at end of file
+</BOUCLE_plan>
\ No newline at end of file