Merge branch 'master' into fusionax
[platal.git] / htdocs / css / keynote.css
index 96ad59b..743a8a1 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2009 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -88,6 +88,27 @@ p.smaller {
     text-indent: 0;
 }
 
+.errors {
+    width: 98%;
+    border: 1px solid #f00;
+    margin-top: 10px;
+    background-color: #200;
+}
+
+.warnings {
+    width: 98%;
+    border: 1px solid #ff0;
+    margin-top: 10px;
+    background-color: #220;
+}
+
+.success {
+    width: 98%;
+    border: 1px solid #0d3;
+    margin-top: 10px;
+    background-color: #021;
+}
+
 .erreur {
     font-weight: bold;
     color: #d00;
@@ -161,6 +182,10 @@ pre {
     padding: 0.3em 1.5em;
 }
 
+.pair pre {
+    background: inherit;
+}
+
 
 /*******************************************************************************
     3   Tableaux bicolores + classes utiles
@@ -222,6 +247,18 @@ th.grayed {
     font-style: italic;
 }
 
+div.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
+span.titre {
+    color: #000000;
+    background: inherit;
+    font-weight: bold;
+}
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
@@ -259,32 +296,51 @@ div.contact-list {
 }
 div.contact-list div.contact {
     border-top: 1px solid #fff;
-    background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
+    background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
 }
 
-div.grayed {
+div.contact-list div.grayed {
     font-style: italic;
-}
-div.grayed div.contact {
     color: #444;
+    background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
+}
+
+div.contact-list div.contact:hover {
     background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
 }
 
+.contact .photo {
+    float: left;
+}
+
+.contact .photo img {
+    width: 40px;
+    margin-right: 4px;
+}
+
+div.contact div.identity {
+    float: left;
+    width: 85%;
+}
+
 div.contact div.nom {
     font-weight: bold;
-    width: 35%;
-    float: left;
     padding-left: 2px;
 }
 
-div.contact div.appli {
-    float: left;
+div.contact div.nom a {
+    text-decoration: none;
+    font-size: 100%;
+}
+
+div.contact div.edu {
 }
 
 div.contact div.bits {
     text-align: right;
     float: right;
+    width: 14%;
 }
 
 div.contact div.long {
@@ -296,8 +352,8 @@ div.contact div.long {
 }
 
 div.long table { width: 100%; }
-div.long td.lt { width: 35%; }
-div.long td.rt { width: 65%; }
+div.long td.lt { width: 15%; font-style: italic; }
+div.long td.rt { width: 85%; }
 
 /*******************************************************************************
     6   Profil
@@ -316,7 +372,7 @@ div.long td.rt { width: 65%; }
 }
 
 .wizard .wiz_header .wiz_tab {
-    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
     height: 100%;
     text-align: center;
     font-size: 75%;
@@ -644,11 +700,7 @@ div#content {
 }
 
 .ac_results {
-    font-size: 90%;
-    background: #fff;
+       color:  black;
 }
 
-.ac_results li.over {
-    color: #777;
-}
 /* vim: set et ts=4 sts=4 sw=4: */