A small CSS tweak again
[platal.git] / htdocs / css / keynote.css
index f70beff..334b8fe 100644 (file)
@@ -39,7 +39,7 @@ a:hover { color: #999; }
 img   { vertical-align: middle; }
 a img { border: 0px; }
 td    { vertical-align: top; }
-li    { padding-left: 3px; padding-right: 3px; 
+li    { padding-left: 3px; padding-right: 3px;
         text-align: justify; }
 hr    { text-align: center; }
 dt    { font-weight: bold; }
@@ -101,6 +101,18 @@ p.smaller {
     background: inherit;
 }
 
+input.error, textarea.error {
+    background-color: #faa;
+}
+
+input.valid, textarea.valid {
+    background-color: #afa;
+}
+
+input.warning, textarea.warning {
+    background-color: #fda;
+}
+
 h1 {
     background-color: inherit;
     margin: 0.5em 0 0.5em -8px;
@@ -179,7 +191,7 @@ table.tinybicol th, table.bicol th {
 }
 
 table.tinybicol tr:first-child th, table.bicol tr:first-child th {
-    color: #fff; 
+    color: #fff;
     background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
 }
 
@@ -191,7 +203,7 @@ table.tinybicol td, table.bicol td {
 table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
 
 td.half { width: 50%; padding: 4px; }
-td.titre {
+.titre {
     color: #000000;
     background: inherit;
     font-weight: bold;
@@ -204,6 +216,11 @@ td.action {
 }
 td.action a { padding: 0px 2px 0px 2px; }
 
+th.grayed {
+    background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
+    font-style: italic;
+}
+
 /*******************************************************************************
     4   Tableau de choix de skins
         [ Styles pour les tableaux de types de ceux des skins ]
@@ -285,29 +302,68 @@ div.long td.rt { width: 65%; }
     6   Profil
         [ onglets des profils ]
 *******************************************************************************/
-  
-table.flags, tr.flags {
-    margin: 0.5em 0 0 0;
-    padding: 0;
+
+.wizard {
+    margin-left: -16px;
+}
+
+.wizard .wiz_header {
+    height: 32px;
+    width: 100%;
+    background: url('../images/skins/wiz_background.png') top right repeat-x;
+    margin-bottom: 1em;
+}
+
+.wizard .wiz_header .wiz_tab {
+    background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
+    vertical-align: middle;
+    height: 100%;
+    text-align: center;
+    font-size: 75%;
+    border-right: 1px solid #888;
 }
-table.flags input { margin: 0px 2px; padding: 0px; }
 
-table.flags td.texte, tr.flags td.texte {
+.wizard .wiz_header .wiz_tab:hover {
+    background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
+    color: #fff;
+}
+
+.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
+    background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
+    color: #fff;
+}
+
+.wizard .wiz_header a {
+    color: #000;
+    text-decoration: none;
+    vertical-align: middle;
+}
+
+.wizard .wiz_header a.active {
+    color: #fff;
+}
+
+.wizard .wiz_content {
+    margin-left: 16px;
+}
+
+.flags input {
+    padding: 0 0px 0 16px;
+    width: 32px;
+}
+.flags .texte {
     font-size: smaller;
     font-weight: bold;
     padding: 0 8px 0 0;
 }
-table.flags td.vert, tr.flags td.vert {
+.flags .vert {
     background: url('../images/icons/flag_green.gif') top right no-repeat;
-    padding: 0 16px 0 0;
 }
-table.flags td.orange, tr.flags td.orange { 
+.flags .orange {
     background: url('../images/icons/flag_orange.gif') top right no-repeat;
-    padding: 0 16px 0 0;
 }
-table.flags td.rouge, tr.flags td.rouge {
+.flags .rouge {
     background: url('../images/icons/flag_red.gif') top right no-repeat;
-    padding: 0 16px 0 0;
 }
 
 table.cadre_a_onglet{
@@ -423,8 +479,8 @@ td.conteneur_tab {
 #fiche_identite div.civilite {
     text-align: center;
     font-weight: bold;
-    width: 80%; 
-    float: left; 
+    width: 80%;
+    float: left;
     color: #fff;
     background: inherit;
     padding-top: 0.5ex;
@@ -458,7 +514,7 @@ td.conteneur_tab {
 
 
 #fiche_identite div.email {
-    clear: left; 
+    clear: left;
     float: left;
 }
 
@@ -470,7 +526,7 @@ td.conteneur_tab {
 
 #fiche_identite div.formation {
     margin: 0em 1em;
-    clear: both;  
+    clear: both;
 }
 
 div.adresse {