affiche le bouton de carte meme quand y a une erreur de recherche trop generale sur...
[platal.git] / htdocs / css / trapped.css
index d21c2d8..2c88ae0 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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;*/
 }
 
 /*******************************************************************************
@@ -96,7 +88,7 @@ table.tinybicol th, table.bicol th {
     background-color: #291602;  
 }
 
-table.tenybicol td, table.bicol td { color: #000000; }
+table.tinybicol td, table.bicol td { color: #000000; }
 table
 
 /*******************************************************************************
@@ -140,8 +132,26 @@ div.contact div.long {
         [ onglets des profils ]
 *******************************************************************************/
 
+td.conteneur_tab {
+    background-color: #f5f0ea;
+    border-color: #707070;
+}
+
 #onglet li {
     background: #e2d9c2;
+    border-color: #707070;
+}
+
+#onglet li:hover {
+    background-color: #8a6540;
+}
+
+#onglet li:hover a {
+    color: #f5f0ea;
+}
+
+#onglet li.actif {
+    background-color: #f5f0ea;
 }
 
 /*******************************************************************************
@@ -149,6 +159,56 @@ div.contact div.long {
         [ cas de la fiche ]
 *******************************************************************************/
 
+#fiche {
+    border: 1px solid #200a00;
+}
+
+#fiche em { color: #5a412f; }
+
+#fiche h2 {
+    color: #7a614f;
+    background-color: #f2e9e2;    
+    border-top: 1px solid #ab8b7d;
+    border-bottom: 1px solid #ab8b7d; 
+    border-right: 1px solid #ab8b7d;
+}
+
+#fiche_identite {
+    padding: 0em;
+}
+
+#photo {
+    padding-left: 0em;
+}
+#photo div {
+    padding-top: 1em;
+    padding-left: 1em;
+}
+
+#fiche_identite div.civilite {
+    text-align: center;
+    font-weight: bold;
+    width: 100%;
+    background-color: #200a00;
+    color: #fff;
+}
+
+#fiche_identite div.maj {
+    float: right;
+    font-size: 60%;
+    width: 20%;
+    text-align: right;
+}
+
+#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 +251,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: */