[SPIP Zone] r3197 - /_squelettes_/fraichdist/style_habillage.html

Author: gilles.vincent@gmail.com
Date: Mon May 8 15:53:37 2006
New Revision: 3197

Log:
commit intermédiaire : le squelette est une css statique
L'orientation sera traitée par un filtre qui tiendra compte de la langue

Modified:
    _squelettes_/fraichdist/style_habillage.html

Modified: _squelettes_/fraichdist/style_habillage.html

--- _squelettes_/fraichdist/style_habillage.html (original)
+++ _squelettes_/fraichdist/style_habillage.html Mon May 8 15:53:37 2006
@@ -1,18 +1,3 @@
-[(#REM)
-
- Ce squelette definit les styles de l'espace public
-
- Note: l'entete "Vary:" sert a repousser l'entete par
- defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
- genant en cas de "rotation du cookie de session" apres
- un changement d'IP (effet de clignotement).
-
- ATTENTION: il faut absolument le charset sinon Firefox croit que
- c'est du text/html ! ]
-
-#CACHE{10}
-#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
-#HTTP_HEADER{Vary: Accept-Encoding}
/* ---------------------------------------------------------------- */
/* Feuilles de styles des squelettes par defaut pour SPIP 1.9 beta */
/* ---------------------------------------------------------------- */
@@ -55,21 +40,21 @@
/* ------------------------------------------ */
#page {
   width: 48em;
- text-align: #LANG_LEFT;
- #LANG_LEFT: 0;
+ text-align: left;
+ left: 0;
   margin-left: auto;
   margin-right: auto;
}
   
#contenu {
- float: #LANG_LEFT;
+ float: left;
   width: 33em;
}
   
#conteneur { width: 100%; } /* The ie/pc pecularity */

#navigation {
- float: #LANG_RIGHT;
+ float: right;
   width: 12em;
   text-align: center;
}
@@ -77,12 +62,12 @@
/* Blocs du contenu (c-a-d. la colonne principale)
---------------------------------------------- */
.contenurub {
- float: #LANG_LEFT;
+ float: left;
   width: 21em;
}

.encart {
- float: #LANG_RIGHT;
+ float: right;
   width: 11em;
   margin: 0;
   margin-bottom: 1em;
@@ -105,7 +90,7 @@
   font-size: 0.77em; }
   
#entete h1 {
- float: #LANG_LEFT;
+ float: left;
   font-weight: bold;
   font-size: 1.5em;
   margin: 0;
@@ -147,7 +132,7 @@
/* Habillage commun des menus
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
- text-align: #LANG_LEFT;
+ text-align: left;
   border: 1px solid #CCCCCC;
   margin-bottom: 16px;
   min-width: 10em;
@@ -164,12 +149,12 @@
.rubriques ul, .breves ul, .syndic ul, .forums ul, .divers ul {
   display: block;
   padding: 2px 0;
- padding-#LANG_RIGHT: 0.7em;
+ padding-right: 0.7em;
}
   
.rubriques li, .breves li, .syndic li, .forums li, .divers li {
   list-style: none;
- padding-#LANG_LEFT: 0.7em;
+ padding-left: 0.7em;
}

/* Des couleurs specifiques selon les types de menus
@@ -204,17 +189,17 @@
   color: #000000; }

.cartouche .spip_logos {
- float: #LANG_RIGHT;
- margin-#LANG_LEFT: 16px;
+ float: right;
+ margin-left: 16px;
   margin-bottom: 16px; }

.cartouche .traductions { font-size: 0.71em; }
-.cartouche .traductions p { float: #LANG_LEFT; }
+.cartouche .traductions p { float: left; }
.cartouche .traductions li {
- float: #LANG_LEFT;
- margin-#LANG_LEFT: 1em; }
+ float: left;
+ margin-left: 1em; }

-.cartouche p { margin: 0; padding: 0; clear: #LANG_LEFT; }
+.cartouche p { margin: 0; padding: 0; clear: left; }

#contenu .surtitre, #contenu .soustitre {
   font-size: 0.82em;
@@ -280,7 +265,7 @@
   margin-bottom: 10px; font-weight: bold; }
#documents_joints li { margin-bottom: 10px; }
#documents_joints li .spip_logos {}
-#documents_joints li .spip_doc_titre { text-align: #LANG_LEFT; }
+#documents_joints li .spip_doc_titre { text-align: left; }
#documents_joints li .spip_doc_descriptif {}

@@ -293,16 +278,16 @@
   font-weight: bold; }
   
.extrait .spip_logos {
- float: #LANG_RIGHT;
- margin-#LANG_LEFT: 16px;
+ float: right;
+ margin-left: 16px;
   margin-bottom: 16px;
- clear: #LANG_RIGHT; }
+ clear: right; }

.extrait p { margin: 0; padding: 0; }
   
.extrait .enclosures {
- float: #LANG_RIGHT;
- text-align: #LANG_RIGHT;
+ float: right;
+ text-align: right;
   max-width: 60%;
   margin: 0; }
   
@@ -335,8 +320,8 @@
   
#contenu.plan ul {
   display: block;
- clear: #LANG_LEFT;
- margin-#LANG_LEFT: 16px;
+ clear: left;
+ margin-left: 16px;
   margin-bottom: 16px; }
   
#contenu.plan li { list-style: square; }