Nettoyage de skins
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 8 Mar 2006 15:58:02 +0000 (15:58 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 8 Mar 2006 15:58:02 +0000 (15:58 +0000)
Profil pour trapped

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@268 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/espace.css
htdocs/css/oldtimes.css
htdocs/css/trapped.css

index ab5c276..deb55ba 100644 (file)
@@ -221,14 +221,11 @@ td.conteneur_tab {
     color : #ffffff;
     background-color: #dddddd;
     background-image: url("/images/sk_espace_menu.jpg");
-/*border-top: 1px solid #003399;*/
     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: */
index 1ba01af..cbb157e 100644 (file)
         [ balises sans attributs ou classes sans contexte ]
 *******************************************************************************/
 
-/*body {
-    background: #99afc1;
-    color: #000000;
-}*/
-
 /*******************************************************************************
     2   Styles <p>, <div>, <span>, <li>
         [ styles classiques d'effets de texte ]
@@ -55,18 +50,6 @@ h1 {
         [ Tableaux à lignes alternées, en taille normale, ou tiny ]
 *******************************************************************************/
 
-/*table.tinybicol, table.bicol {
-    background: #ccddff;
-    border: 1px solid #0067fe;
-    border-collapse: collapse;
-}
-
-table.tinybicol tr, table.bicol tr { }
-table.tinybicol tr.pair, table.bicol tr.pair      { background: #ddffcc; }
-table.tinybicol th, table.bicol th {
-    background-color: #0067fe;
-}*/
-
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
@@ -77,17 +60,6 @@ table.tinybicol th, table.bicol th {
         [ Styles liés à l'affichage de contacts ]
 *******************************************************************************/
 
-/*div.contact-list div.contact {
-    border-top: 1px solid #305070;
-    background: #ccddff;
-    color: inherit;
-}
-
-div.contact div.long {
-    background: #ddffcc;
-    color: inherit;
-}*/
-
 /*******************************************************************************
     6   Profil
         [ onglets des profils ]
index 9f434cf..667495c 100644 (file)
@@ -132,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;
 }
 
 /*******************************************************************************