Remove deprecated old-fashing tabs skinning
[platal.git] / htdocs / css / spectral.css
index 4e2312d..6be3a4f 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   *
@@ -47,11 +47,11 @@ h1 a:link, h1 a:visited, h1 a:active {
 h1 a:hover {
     color: #cccccc;
 }
-            
+
 h1 {
     color: #eeeeee;
     background-color: #444444;
-    background-image: url( "/images/sk_spectral_titre.jpg");
+    background-image: url( "../images/skins/spectral_titre.jpg");
     background-repeat: repeat-x;
 }
 
@@ -72,11 +72,35 @@ table.tinybicol th, table.bicol th {
     background-color: #0067fe;
 }
 
+table.tinybicol th a:link, table.tinybicol th a:visited,
+table.tinybicol th a:active, table.tinybicol th a:hover,
+table.bicol th a:link, table.bicol th a:visited,
+table.bicol th a:active, table.bicol th a:hover {
+    color: #BBF;
+    background: inherit;
+}
+
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
 *******************************************************************************/
 
+#skin {
+    border-top: 1px solid #0067fe;
+    border-bottom: 1px solid #0067fe;
+}
+
+#skin td {
+    border-top: 1px solid #0067fe;
+    border-bottom: 1px solid #0067fe;
+    background-color: #ddffcc;
+}
+
+#skin td.skigauche {
+    background-color: #ccddff;
+}
+
 /*******************************************************************************
     5   Contacts
         [ Styles liés à l'affichage de contacts ]
@@ -103,6 +127,41 @@ div.contact div.long {
         [ cas de la fiche ]
 *******************************************************************************/
 
+#fiche {
+    border-color: #0067fe;
+}
+
+#fiche h2 {
+    background-color: #0067fe;
+    color: #fff;
+    border: none;
+}
+
+#fiche_identite div.contact {
+    background-color: #ffff77;
+}
+
+#fiche_identite div.maj {
+    color: #77cc77;
+}
+
+#fiche em, #fiche_referent em {
+    color: #dd0000;
+}
+
+#photo {
+    padding: 0em;
+}
+
+#photo img {
+    padding-bottom: 1em;
+}
+
+#photo div {
+    padding-left: 1em;
+    background-color: #ddffcc;
+}
+
 /*******************************************************************************
     A   SKIN
         [ choix de classes faites par le skinneur
@@ -130,7 +189,7 @@ div.contact div.long {
 #body-menu .menu_title {
     color : #000000;
     background-color: #3601ff;
-    background-image: url("/images/sk_spectral_menu.jpg");
+    background-image: url("../images/skins/spectral_menu.jpg");
     background-repeat: repeat-y;
     border-top: 1px solid #003399;
     border-bottom: 1px solid #003399;