Redo "Initial work on the rewriting of the profile/edit page""
[platal.git] / htdocs / css / keynote.css
index 23dbff2..94fa8aa 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -25,7 +25,7 @@
 
 body {
     font-family: "Arial", sans-serif;
-    font-size: 90%;
+    font-size: 10pt;
     background: url('../images/skins/keynote_bg.png') #4f4e63 top left repeat-x fixed;
     color: #fff;
 }
@@ -42,16 +42,22 @@ td    { vertical-align: top; }
 li    { padding-left: 3px; padding-right: 3px; 
         text-align: justify; }
 hr    { text-align: center; }
+dt    { font-weight: bold; }
 
 fieldset {
-    border-top: 1px solid #fff;
-    border-left: 1px solid #fff;
+    border: 1px solid #fff;
+    border-bottom: 0px;
+    border-right: 0px;
     background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
     margin: 1em 0 1em 0;
+    text-align: justify;
 }
 legend {
-    border: 1px solid #fff;
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    border-top: 1px solid #fff;
+    border-left: 1px solid #fff;
     background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
     color: #000;
 
@@ -75,6 +81,11 @@ legend {
 p {
     margin-bottom: 0.4em;
     text-align: justify;
+    text-indent: 2em;
+}
+
+p.smaller {
+    text-indent: 0;
 }
 
 .erreur {
@@ -92,9 +103,9 @@ p {
 
 h1 {
     background-color: inherit;
-    margin: 0.5em 0 0.5em 0;
+    margin: 0.5em 0 0.5em -8px;
     text-indent: 0em;
-    padding: 6px 0 0 0px;
+    padding: 20px 0 0 0px;
 
     font-size: 130%;
     font-family: "helvetica", sans-serif;
@@ -105,9 +116,10 @@ h1 {
 }
 
 h2 {
-    padding: 0.5em 0em 0em 0em;
+    padding: 15px 0em 0em 0em;
     margin: 0;
-    font-size: 100%;
+    margin-left: -8px;
+    font-size: 110%;
     font-weight: bold;
     background: inherit;
     color: #77c;
@@ -117,7 +129,7 @@ h3 {
     margin: 0em;
     font-weight: bold;
     padding: 0.25em;
-    font-size: 100%;
+    font-size: 105%;
 }
 
 p.explication, div.explication {
@@ -131,6 +143,12 @@ li.spaced {
     text-align: justify;
 }
 
+pre {
+    background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
+    margin: 0em 0em;
+    padding: 0.3em 1.5em;
+}
+
 /*******************************************************************************
     3   Tableaux bicolores + classes utiles
         [ Tableaux à lignes alternées, en taille normale, ou tiny ]
@@ -143,7 +161,7 @@ table.bicol, table.tinybicol {
     border-color: #fff;
     border-collapse: collapse;
 }
-table.bicol     { width: 98%; margin-left: 1%; }
+table.bicol     { width: 100%; margin-left: 0; }
 table.tinybicol { width: 70%; margin-left: 15%; }
 
 table.tinybicol tr.pair, table.bicol tr.pair {
@@ -156,6 +174,7 @@ table.tinybicol th, table.bicol th {
     font-weight: bold;
     text-align: center;
     vertical-align: middle;
+    background: none;
     background-color: #000;
 }
 
@@ -194,8 +213,7 @@ td.action a { padding: 0px 2px 0px 2px; }
     background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
     color: #000;
     border-top: 1px solid #fff;
-    width: 98%;
-    margin-left: 1%;
+    width: 100%;
 }
 #skin td {
     border-bottom: 1px solid #fff;
@@ -267,7 +285,50 @@ div.long td.rt { width: 65%; }
     6   Profil
         [ onglets des profils ]
 *******************************************************************************/
-  
+
+.wizard {
+    margin-left: -16px;
+}
+
+.wizard .wiz_header {
+    height: 32px;
+    width: 100%;
+    background-color: #aaa;
+    margin-bottom: 1em;
+}
+
+.wizard .wiz_header .wiz_tab {
+    background-color: #aaa;
+    vertical-align: middle;
+    height: 100%;
+    text-align: center;
+    font-size: 75%;
+    border-right: 1px solid #888;
+}
+
+.wizard .wiz_header .active {
+    background-color: #444;
+    color: #fff;
+}
+
+.wizard .wiz_header .wiz_tab:hover {
+    background-color: #777;
+}
+
+.wizard .wiz_header .wiz_tab a {
+    color: #000;
+    text-decoration: none;
+    vertical-align: middle;
+}
+
+.wizard .wiz_header .active a {
+    color: #fff;
+}
+
+.wizard .wiz_content {
+    margin-left: 16px;
+}
+
 table.flags, tr.flags {
     margin: 0.5em 0 0 0;
     padding: 0;
@@ -315,7 +376,7 @@ td.conteneur_tab {
     display : block;
     float : left;
     padding : 0.4ex;
-    margin : 0 0.3ex -1px 3px;
+    margin: 0 0.3ex -1px 3px;
     border: 1px solid #9c9c9c;
     border-right: none;
     background: #cecece;
@@ -345,9 +406,9 @@ td.conteneur_tab {
     text-decoration: none;
     color: #000;
     background: inherit;
-}
-#onglet li a:hover {
-    text-decoration: underline;
+    display: block;
+    width: 100%;
+    height: 100%;
 }
 #onglet li img { margin-right: 2px; }
 
@@ -382,28 +443,43 @@ td.conteneur_tab {
     font-weight: bold;
 }
 
-#fiche_identite {
-    padding: 5px;
-    width: 600px;
+#fiche .part {
+    float: left;
+    clear: left;
+    width: 70%;
+    padding-right: 0em;
+    margin-right: 0em;
 }
 
-#photo { padding-left: 0em; }
+#fiche #photo {
+    float: right;
+    padding-left: 0em;
+    margin-left: 0em;
+    clear: right;
+    width: 30%;
+}
+
+#fiche #photo img {
+    width: 100%;
+}
 
 #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;
 }
 
 #fiche_identite div.maj {
-    float: left;
-    width: 20%;
+    float: right;
+    width: 19%;
     font-size: 75%;
     text-align: right;
     vertical-align: top;
+    padding: 0.5ex 1ex 1ex 0ex;
     clear: right;
 }
 
@@ -423,10 +499,12 @@ td.conteneur_tab {
     background: inherit;
 }
 
+
 #fiche_identite div.email {
-    clear: left;
+    clear: left; 
     float: left;
 }
+
 #fiche_identite div.mob {
     float: right;
     clear: right;
@@ -435,29 +513,46 @@ td.conteneur_tab {
 
 #fiche_identite div.formation {
     margin: 0em 1em;
-    clear: both;
+    clear: both;  
 }
 
 div.adresse {
-    float: left;
-    width: 46%;
+    min-width: 30%;
     padding: 0px;
-    margin: 0px 1% 1ex 1%;
+    margin: 0px 1% 2ex 2%;
+}
+
+#fiche .medal_frame {
+    float: left;
+    width: 33%;
+}
+
+#fiche .medal_frame img {
+    float: left;
+    padding: 0ex 1ex;
+}
+
+#fiche .medal_text {
+    vertical-align: middle;
+    font-weight: bold;
 }
 
 /* only for fiche_referent.php*/
 
-#fiche_referent{
-    padding: 10px;
+#fiche_referent .part {
+    width: 100%;
+}
+
+#fiche_referent #fiche_identite div.civilite {
     width: 100%;
 }
 
 #fiche_referent div.rubrique_referent{
     float: left;
-    width: 31%;
+    width: 30%;
     padding: 0px;
-    margin: 0px 1% 1ex 1%;
-
+    margin: 0px 1% 1ex 2%;
+    text-align: justify;
 }
 
 #fiche_referent em {
@@ -479,15 +574,15 @@ div.adresse {
     padding: 1px;
 
     background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
-    
     color: #000;
     font-weight: bold;
 }
 
 #dev a { text-decoration: none; }
 
-#db-trace div.hide       { display: none; }
-#db-trace:hover div.hide { display: block }
+.backtrace div.hide       { display: none; }
+.backtrace:hover div.hide { display: block; }
+.backtrace h1 { padding: 0; margin: 0; }
 
 #suid {
     color: red;
@@ -535,7 +630,7 @@ div.adresse {
 
 
 #body-bottom {
-    border-top: 1px solid #fff;
+    border-top: 1px solid #aaa;
     text-align: center;
     padding: 4px;
     font-size: 75%;
@@ -545,7 +640,7 @@ div.adresse {
 #body-menu {
     width: 140px;
     text-align: center;
-    font-size: 78%;
+    font-size: 85%;
     font-weight: bold;
     white-space: nowrap;
     border-right: 1px solid #fff;
@@ -585,7 +680,7 @@ div.adresse {
     font-size: 95%;
 }
 
-#quick_search {
+.quick_search {
     color: gray;
     background: #fff;
     text-align: right;
@@ -600,4 +695,16 @@ div#content {
     font-size: 95%;
 }
 
+#menu-evts {
+    font-size: 85%;
+}
+
+.ac_results {
+    font-size: 90%;
+    background: #fff;
+}
+
+.ac_results li.over {
+    color: #777;
+}
 /* vim: set et ts=4 sts=4 sw=4: */