changes in surveys validation handling
[platal.git] / htdocs / css / espace.css
index 39494a0..4048436 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -52,7 +52,7 @@ h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
 h1 {
     color: #eeeeee;
     background-color: #000000;
-    background-image: url( "/images/sk_espace_titre.jpg");
+    background-image: url( "../images/skins/espace_titre.jpg");
     background-repeat: no-repeat;
 }
 
@@ -78,6 +78,21 @@ table.tinybicol th, table.bicol th {
         [ Styles pour les tableaux de types de ceux des skins ]
 *******************************************************************************/
 
+#skin {
+    border-top: 1px solid #2f006f;
+    border-bottom: 1px solid #2f006f;
+}
+
+#skin td {
+    border-top: 1px solid #2f006f;
+    border-bottom: 1px solid #2f006f;
+    background-color: #eeeeff;
+}
+
+#skin td.skigauche {
+    background-color: #ddddff;
+}
+
 /*******************************************************************************
     5   Contacts
         [ Styles liés à l'affichage de contacts ]
@@ -99,11 +114,85 @@ div.contact div.long {
         [ onglets des profils ]
 *******************************************************************************/
 
+td.conteneur_tab {
+    background-color: #eeeeff;
+    border-color: #2f006f;
+}
+
+#onglet li {
+    background-color: #ddddff;
+    border-color: #2f006f;
+} 
+
+#onglet li:hover {
+    background-color: #2f006f;
+}
+
+#onglet li.actif {
+    background-color: #eeeeff;
+}
+
+#onglet li:hover a {
+    color: #fff;
+}
+
 /*******************************************************************************
     7   fiche.php
         [ cas de la fiche ]
 *******************************************************************************/
 
+#fiche {
+    border-color: #2f006f;
+}
+
+#fiche h2 {
+    color: #2f006f;
+}
+
+#fiche em {
+    color: #305070;
+}
+
+#fiche_identite {
+    padding: 0em;
+}
+
+#fiche_identite div.civilite {
+    color: #eeeeee;
+    background-color: #000000;
+    background-image: url( "../images/skins/espace_titre.jpg");
+    background-repeat: no-repeat;
+    width: 100%;
+    text-align: left;
+    padding-left: 0.2em;
+}
+
+#fiche_identite div.maj {
+    float: right;
+    padding-right: 0.2em;
+}
+                
+#fiche_identite div.contact {
+    border-color: #2f006f;
+    background-color: #eeeeff;
+}
+
+#photo {
+    padding-left: 0em;
+}
+
+#photo img {
+    padding-bottom: 1em;
+}
+
+#photo div {
+    padding-left: 1em;
+}
+
+#fiche_referent em {
+    color: #305070;
+}
+
 /*******************************************************************************
     A   SKIN
         [ choix de classes faites par le skinneur
@@ -131,15 +220,12 @@ div.contact div.long {
 #body-menu .menu_title {
     color : #ffffff;
     background-color: #dddddd;
-    background-image: url("/images/sk_espace_menu.jpg");
-/*border-top: 1px solid #003399;*/
+    background-image: url("../images/skins/espace_menu.jpg");
     border-bottom: none;
 }
 
 #body-menu .menu_item {
     border-right: none;
-/*    padding-left: 0px;
-    text-align: left;*/
 }
 
 /* vim: set et ts=4 sts=4 sw=4: */