Merge commit 'origin/master' into fusionax
[platal.git] / htdocs / css / openweb.css
index 482b3a1..c7afde1 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   *
@@ -76,6 +76,27 @@ p {
     text-align: justify;
 }
 
+.errors {
+    margin-top: 10px;
+    border: 1px solid #f00;
+    background-color: #fcc;
+    width: 98%;
+}
+
+.warnings {
+    margin-top: 10px;
+    border: 1px solid #ed0;
+    background-color: #ffc;
+    width: 98%;
+}
+
+.success {
+    margin-top: 10px;
+    border: 1px solid #0d2;
+    background-color: #cfd;
+    width: 98%;
+}
+
 .erreur {
     font-weight: bold;
     color: #ff0000;
@@ -89,6 +110,18 @@ p {
     background: inherit;
 }
 
+input.error, textarea.error {
+    background-color: #faa;
+}
+
+input.valid, textarea.valid {
+    background-color: #afa;
+}
+
+input.warning, textarea.warning {
+    background-color: #fda;
+}
+
 h1 {
     color: #369;
     font-size: 140%;
@@ -182,6 +215,18 @@ td.action {
 }
 td.action a { padding: 0px 2px; }
 
+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 ]
@@ -226,29 +271,34 @@ div.contact-list div.contact {
     color: inherit;
 }
 
-div.grayed {
+div.contact-list div.grayed {
     color: #444444;
+    background: #eee;
     font-style: italic;
 }
 
-div.grayed div.contact {
-    background: #eee;
+div.contact div.photo {
+    float: left;
 }
 
-div.contact div.nom {
-    font-weight: bold;
-    width: 35%;
-    float: left;
-    padding-left: 2px;
+div.contact div.photo img {
+    width: 60px;
+    margin-right: 4px;
 }
 
-div.contact div.appli {
+div.contact div.identity {
     float: left;
+    width: 85%;
+}
+
+div.contact div.nom {
+    font-weight: bold;
 }
 
 div.contact div.bits {
     text-align: right;
     float: right;
+    width: 14%;
 }
 
 div.contact div.long {
@@ -268,74 +318,59 @@ div.long td.rt { width: 65%; }
     6   Profil
         [ onglets des profils ]
 *******************************************************************************/
-  
-table.flags {
-    margin: 1em 0em 0em 0em;
-}
-table.flags input { margin: 0px 2px; padding: 0px; }
 
-table.flags td.texte {
-    font-size: smaller;
-    font-weight: bold;
-    padding: 3px;
+.wizard {
+    margin-left: -1em;
+    margin-right: -1em;
 }
-table.flags td.vert, tr.flags td.vert {
-    background: green;
-    padding: 3px;
-    text-align: center;
-}
-table.flags td.orange, tr.flags td.orange {
-    background: #ff9900;
-    padding: 3px;
-    text-align: center;
+
+.wizard .wiz_header {
+    height: 32px;
+    width: 100%;
+    background: url('../images/skins/wiz_normal.png') top right repeat-x;
+    margin-bottom: 1em;
 }
-table.flags td.rouge, tr.flags td.rouge {
-    background: red;
-    padding: 3px;
+
+.wizard .wiz_header .wiz_tab {
+    background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    height: 100%;
     text-align: center;
+    font-size: 75%;
+    border-right: 1px solid #888;
 }
 
-table.cadre_a_onglet{
-    border-width: 0px;
-    padding : 0px;
-    margin: 0px;
+.wizard .wiz_header .wiz_tab:hover {
+    background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
+    color: #fff;
 }
 
-td.conteneur_tab {
-    border-width : 1px 2px 2px 1px;
-    border-style : solid;
-    border-color : #999;
-    padding : 4px 0px 0px 4px;
-    background : #fff;
+.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
+    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
+    color: #fff;
 }
 
-#onglet { display : block; margin : 0px; padding : 0px; }
+.wizard .wiz_header a {
+    color: #000;
+    text-decoration: none;
+}
 
-#onglet li {
-    display : block;
-    float : left;
-    padding : 0.5ex;
-    margin : 0px 4px -1px 0px;
-    background : #d2e0e6;
-    width: auto;
-    height: 6ex;
-    text-align: center;
-    border: 1px solid #999;
+.wizard .wiz_header a.active {
+    color: #fff;
 }
 
-#onglet li:hover { background : #ffecce; }
+.wizard .wiz_content {
+    margin-left: 1em;
+    margin-right: 1em;
+}
 
-#onglet li.actif {
-    background : #fff;
+.flags .texte {
+    font-size: smaller;
     font-weight: bold;
-    border-bottom: 1px solid #fff;
+    margin-left: -6px;
+    padding: 0 12px 0 0;
 }
-
-#onglet li a {
-    font-size: 90%;
-    font-weight : normal;
-    text-decoration : none;
-    color : #000;
+.flags img {
+    padding: 0 6px 0 0;
 }
 
 /*******************************************************************************
@@ -507,33 +542,33 @@ div.adresse div.titre { color: purple; }
 .backtrace:hover div.hide { display: block }
 .backtrace h1 { margin: 0px; }
 
-#suid { 
-    color: red; 
-    background: #ffc0cb; 
-    width: auto; 
-    font-weight: bold; 
-    text-align: center; 
-} 
-#suid a { 
-    color: red; 
-    background: inherit; 
-    text-decoration: none; 
-    display: block; 
-} 
-#suid:hover { 
-    color: red; 
-    background: #ffffcb; 
-} 
-#suid a:hover { 
-    color: #ff7000; 
-    background: inherit; 
-} 
+#suid {
+    color: red;
+    background: #ffc0cb;
+    width: auto;
+    font-weight: bold;
+    text-align: center;
+}
+#suid a {
+    color: red;
+    background: inherit;
+    text-decoration: none;
+    display: block;
+}
+#suid:hover {
+    color: red;
+    background: #ffffcb;
+}
+#suid a:hover {
+    color: #ff7000;
+    background: inherit;
+}
 
 table#body {
     color: #000;
     background: #fff;
     border: 3px solid #000;
-    
+
     width: 900px;
     margin: 1em auto;
 }