Fix a broken link
[platal.git] / htdocs / css / keynote.css
index c3dcbb0..6c7d089 100644 (file)
 
 body {
     font-family: "Arial", sans-serif;
+    font-size: 90%;
     background: url('../images/skins/keynote_bg.png') top left repeat-x;
+    
     background-attachment: fixed;
-    background-color: #525168;
+    background-color: #4f4e63;
     color: #fff;
 }
 
@@ -41,21 +43,21 @@ a:hover {
 }
 
 fieldset {
-    border: 1px #336699 solid;
-    background: #eeeeee;
-    color: inherit;
-
-    margin-top: 1em;
-    margin-bottom: 1em;
+    border: none;
+    border-top: 1px solid #fff;
+    border-left: 1px solid #fff;
+    background: url('../images/skins/keynote_bg_lighter.png') top left repeat-x;
+    background-attachment: fixed;
+    background-color: #848495;
+    color: #000;
 }
 
 legend {
-    border: 1px #336699 solid;
-    background: #f4d09c;
-    color: inherit;
-
-    padding-left: 4px;
-    padding-right: 4px;
+    border: 1px solid #fff;
+    background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
+    background-attachment: fixed;
+    background-color: #bbbbaa;
+    color: #000;
 }
 
 /*******************************************************************************
@@ -64,7 +66,7 @@ legend {
 *******************************************************************************/
 
 p {
-    margin-bottom: 0.5em;
+    margin-bottom: 0.4em;
     text-align: justify;
 }
 
@@ -83,14 +85,22 @@ p {
 
 h1 {
     color: #fff;
-    background: none;
+    background: url('../images/skins/keynote_titlepuce2.gif') top left no-repeat;
+    margin: 0.5em 0 0.5em 0;
+    padding: 6px 0 0 24px;
+    color: #bbf;
+}
+
+h1:hover {
+    background: url('../images/skins/keynote_titlepuce.gif') top left no-repeat;
 }
 
 h2 {
     padding: 0.5em 0em 0em 0em;
-    margin: 0em;
+    margin: 0;
     font-size: 100%;
     font-weight: bold;
+    color: #77c;
 }
 
 h3 {
@@ -106,8 +116,8 @@ p.explication, div.explication {
 }
 
 li.spaced {
-    padding-top: 0.5em;
-    padding-bottom: 0.5em;
+    padding-top: 0.2em;
+    padding-bottom: 0.3em;
     text-align: justify;
 }
 
@@ -118,6 +128,7 @@ li.spaced {
 table.bicol, table.tinybicol {
     background: url('../images/skins/keynote_bg_lighter.png') top left repeat-x;
     background-attachment: fixed;
+    background-color: #848495;
     border: none;
     border-top: 1px solid #fff;
     border-left: 1px solid #fff;
@@ -125,7 +136,8 @@ table.bicol, table.tinybicol {
 
 table.tinybicol tr.pair, table.bicol tr.pair {
     background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
-    background-attachment: fixed; 
+    background-attachment: fixed;
+    background-color: #bbbbca;
 }
 
 table.tinybicol th, table.bicol th {
@@ -161,7 +173,8 @@ td.action a { padding: 0px 2px 0px 2px; }
 
 #skin {
     background: url('../images/skins/keynote_bg_lighter.png') top left repeat-x;
-    background-attachment: fixed; 
+    background-attachment: fixed;
+    background-color: #848495;
     color: #000;
     border-bottom: none;
     border-top: 1px solid #fff;
@@ -174,6 +187,7 @@ td.action a { padding: 0px 2px 0px 2px; }
 #skin td.skigauche {
     background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
     background-attachment: fixed;
+    background-color: #bbbbca;
 }
 
 /*******************************************************************************
@@ -185,6 +199,7 @@ div.contact-list div.contact {
     border-top: 1px solid #fff;
     background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
     background-attachment: fixed;
+    background-color: #bbbbca;
     color: #000;
 }
 
@@ -196,6 +211,7 @@ div.grayed {
 div.grayed div.contact {
     background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
     background-attachment: fixed;
+    background-color: #bbbbca;
 }
 
 div.contact div.nom {
@@ -216,6 +232,7 @@ div.contact div.bits {
 div.contact div.long {
     background: url('../images/skins/keynote_bg_lighter.png') top left repeat-x;
     background-attachment: fixed;
+    background-color: #848495;
 }
 
 /*******************************************************************************
@@ -223,30 +240,28 @@ div.contact div.long {
         [ onglets des profils ]
 *******************************************************************************/
   
-table.flags {
-    margin: 1em 0em 0em 0em;
+table.flags, tr.flags {
+    margin: 0.5em 0 0 0;
+    padding: 0;
 }
 table.flags input { margin: 0px 2px; padding: 0px; }
 
 table.flags td.texte, tr.flags td.texte {
     font-size: smaller;
     font-weight: bold;
-    padding: 3px;
+    padding: 0 8px 0 0;
 }
 table.flags td.vert, tr.flags td.vert {
-    background: green;
-    padding: 3px;
-    text-align: center;
+    background: url('../images/icons/flag_green.gif') top right no-repeat;
+    padding: 0 16px 0 0;
 }
-table.flags td.orange, tr.flags td.orange {
-    background: #ff9900;
-    padding: 3px;
-    text-align: center;
+table.flags td.orange, tr.flags td.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 {
-    background: red;
-    padding: 3px;
-    text-align: center;
+    background: url('../images/icons/flag_red.gif') top right no-repeat;
+    padding: 0 16px 0 0;
 }
 
 table.cadre_a_onglet{
@@ -303,6 +318,7 @@ td.conteneur_tab {
     border-left: 1px solid #fff;
     background: url('../images/skins/keynote_bg_lighter.png') top left repeat-x;
     background-attachment: fixed;
+    background-color: #848495;
 }
 
 #fiche em {
@@ -333,6 +349,7 @@ td.conteneur_tab {
     border-top: 1px dotted #fff;
     border-left: 1px dotted #fff;
     background: url('../images/skins/keynote_bg_verylighter.png') top left repeat-x;
+    background-color: #bbbbca;
     background-attachment: fixed;
 }