Ajout du skinnage de la fiche sur la skin trapped
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 7 Mar 2006 17:06:36 +0000 (17:06 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 7 Mar 2006 17:06:36 +0000 (17:06 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@260 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/trapped.css

index 5a0942a..4fd9df6 100644 (file)
@@ -69,14 +69,6 @@ h1 {
     background-image: url("/images/sk_trapped_titre.gif");
     background-repeat: no-repeat;
     background-color: #200a00;
-/*    text-indent: 0.2em;
-    text-align: left;
-    font-family: "helvetica", sans-serif;
-    font-weight: bolder;
-    font-size: 120%;
-    margin-top: 1em;
-    margin-bottom: 1em;
-    padding-left: 0.5em;*/
 }
 
 /*******************************************************************************
@@ -149,6 +141,41 @@ div.contact div.long {
         [ cas de la fiche ]
 *******************************************************************************/
 
+#fiche {
+    border: 1px solid #47220a;
+}
+
+#fiche em { color: #5a412f; }
+
+#fiche h2 {
+    color: #7a614f;
+    background-color: #f2e9e2;    
+    border-top: 1px solid #ab8b7d;
+    border-bottom: 1px solid #ab8b7d; 
+}
+
+#fiche_identite {
+    border-right: 1px dotted #ab8b7d;
+}
+
+#photo {
+    padding-left: 0em;
+}
+#photo div {
+    padding-top: 1em;
+    padding-left: 1em;
+}
+
+#fiche_identite div.contact {
+    background-color: #f2e9e2;
+    border: 1px dotted #ab8b7d;
+}
+
+/* only for fiche_referent.php*/
+
+#fiche_referent em{color: #5a412f;}
+
+                                                                                                            
 /*******************************************************************************
     A   SKIN
         [ choix de classes faites par le skinneur
@@ -191,8 +218,6 @@ div.contact div.long {
 #body-menu .menu_item {
     border-right: none;
     font-size: smaller;
-/*    padding-left: 0px;
-    text-align: left;*/
 }
 
 /* vim: set et ts=4 sts=4 sw=4: */