Improve tabs in my skin
[platal.git] / htdocs / css / keynote.css
index 1719523..31f71bf 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;
 }
 
 a:link, a:visited, a:active, a:hover {
-    color: #000;
+    color: #ddd;
     background: none;
 }
 
 a:hover {
-    color: #222;
+    color: #999;
 }
 
 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,19 +128,20 @@ 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;
-    color: #000;
 }
 
 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 {
-    color: #ffffff;
+    color: #fff;
     background: url('../images/skins/keynote_title.gif') top left repeat-x;
     background-color: #000;
 }
@@ -162,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;
@@ -175,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;
 }
 
 /*******************************************************************************
@@ -186,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;
 }
 
@@ -197,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 {
@@ -217,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;
 }
 
 /*******************************************************************************
@@ -224,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{
@@ -276,20 +290,26 @@ td.conteneur_tab {
     float : left;
     padding : 0.4ex;
     margin : 0 0.3ex -1px 3px;
-    background : #ddd;
-    border: none;
-    border-bottom: 1px solid #9C9C9C;
+    background : #cecece;
+    border-width: 1px 0px 1px 1px;
+    border-style: solid;
+    border-color: #9c9c9c;
     width: auto;
     height: 5ex;
     text-align: center;
     color: #000;
 }
 
-#onglet li:hover { background : #ccc; }
+#onglet li:hover {
+    background : #adadad;
+}
 
 #onglet li.actif {
     background : #dedede;
-    border-bottom: 1px solid #dedede;
+    border-width: 1px 0px 1px 1px;
+    border-style: solid;
+    border-color: #f0f0f0;
+    border-bottom-color: #dedede;
 }
 
 /*******************************************************************************
@@ -304,6 +324,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 {
@@ -334,6 +355,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;
 }
 
@@ -412,11 +434,11 @@ div.adresse {
 #body-logo {
     width: 140px;
     border: none;
-    padding-top: none;
+    padding-top: 0;
 }
 
 #body-top {
-    padding: none;
+    padding: 0;
     padding-bottom: 16px;
 }