[SPIP Zone] r4199 - in /_plugins_branche_stable_/_spip_1_9_0_/_themes_: fraichdist/habillage.css noire_dist/habillage.css

Author: romy@tetue.net
Date: Mon Jul 24 02:13:27 2006
New Revision: 4199

Log:
Mise en conformité avec la dist

Modified:
    _plugins_branche_stable_/_spip_1_9_0_/_themes_/fraichdist/habillage.css
    _plugins_branche_stable_/_spip_1_9_0_/_themes_/noire_dist/habillage.css

Modified: _plugins_branche_stable_/_spip_1_9_0_/_themes_/fraichdist/habillage.css

--- _plugins_branche_stable_/_spip_1_9_0_/_themes_/fraichdist/habillage.css (original)
+++ _plugins_branche_stable_/_spip_1_9_0_/_themes_/fraichdist/habillage.css Mon Jul 24 02:13:27 2006
@@ -75,7 +75,7 @@
}

/* Entete */
-#entete { margin: 0 1.3em; padding-top: 1.3em; }
+#entete { margin: 0 1.3em; padding-top: 1.3em; border-bottom: 2px solid #4F9441; }
#entete #nom_site_spip, #entete a .spip_logos {
   display: block; padding-top: 1em;
   float: left;
@@ -89,7 +89,6 @@
#hierarchie {
   clear: both;
   margin: 0 1.5em 2em 1.7em;
- border-top: 2px solid #4F9441;
   font-size: 0.77em; }

/* Pied de page */
@@ -297,7 +296,7 @@

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
-.liste-articles li { margin-bottom: 1em; }
+.liste-articles li { clear: both; margin-bottom: 1em; }

.liste-articles li .titre {
   font-size: 1.03em;

Modified: _plugins_branche_stable_/_spip_1_9_0_/_themes_/noire_dist/habillage.css

--- _plugins_branche_stable_/_spip_1_9_0_/_themes_/noire_dist/habillage.css (original)
+++ _plugins_branche_stable_/_spip_1_9_0_/_themes_/noire_dist/habillage.css Mon Jul 24 02:13:27 2006
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------- */
-/* Feuilles de styles des squelettes par defaut pour SPIP 1.9 */
+/* Feuilles de styles des squelettes NOIRE DIST pour SPIP 1.9 */
/* ----------------------------------------------------------- */

/* taille typo
@@ -72,7 +72,9 @@
}

/* Entete */
-#entete { width: 100%; }
+#entete {
+ width: 100%;
+ border-bottom: 2px solid #CCC; }
#entete #nom_site_spip, #entete a .spip_logos {
   display: block;
   float: left;
@@ -84,8 +86,7 @@
/* Fil d'Ariane */
#hierarchie {
   clear: both;
- margin-bottom: 16px;
- border-top: 2px solid #CCC;
+ margin-bottom: 2em;
   font-size: 0.77em; }

/* Pied de page */
@@ -131,6 +132,7 @@
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
   min-width: 10em;
+ background: #333;
   border: 1px solid #666;
   margin-bottom: 1em;
   font-size: 0.77em;
@@ -141,17 +143,13 @@
   border-bottom: 1px dotted #666;
   text-align: center;
   font-weight: bold;
+ background: #333;
}

.rubriques p, .breves p, .syndic p, .forums p, .divers p { margin: 0; padding: 0.2em 0.7em; }
.rubriques ul, .breves ul, .syndic ul, .forums ul, .divers ul { padding: 0.2em 0; }
.rubriques li, .breves li, .syndic li, .forums li, .divers li { padding: 0 0.7em; }

-/* Des couleurs specifiques selon les types de menus
----------------------------------------------- */
-.rubriques, .breves, .syndic, .forums, .divers { background: #333;}
-.menu-titre { background: #333; }
-
/* ------------------------------------------
/* Habillage du contenu
/* ------------------------------------------ */
@@ -230,7 +228,7 @@

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
-.liste-articles li { margin-bottom: 1em; }
+.liste-articles li { clear: both; margin-bottom: 1em; }

.liste-articles li .titre {
   font-size: 1.03em;