Minor CSS tweak.
[banana.git] / css / banana.css
index bd24dfb..e273891 100644 (file)
@@ -30,6 +30,7 @@ div.foot {
     border-top: 1px solid #a2c2e1;
     padding-top: 1em;
     margin-top: 1em;
+    font-size: 75%;
 }
 
 a:link, a:visited { color: #f60; background: transparent; }
@@ -49,6 +50,10 @@ h1 {
     margin: 1em 0em;
 }
 
+/****
+ * Bicolor table
+ */
+
 table.bicol {
     border-collapse: collapse;
     border: 1px solid #a2c2e1;
@@ -66,7 +71,11 @@ table.bicol th {
 
 table.bicol td { padding: 0px 4px; }
 
-table.cadre_a_onglet{
+/****
+ * Tabs
+ */
+
+table.cadre_a_onglet {
     width: 100%;
     border-width: 0;
     padding : 0;
@@ -84,6 +93,7 @@ td.conteneur_tab {
     display : block;
     margin : 0;
     padding : 0;
+    margin-left: 3px;
 }
 
 #onglet li {
@@ -97,22 +107,27 @@ td.conteneur_tab {
     border-color : #a2c2e1;
     border-bottom-color : #a2c2e1;
     width: auto;
-    height: 5ex;
+    height: 3.5ex;
     text-align: center;
+    font-size: 80%;
+    vertical-align: middle;
 }
 
-#onglet li:hover { background : #fc3; }
+#onglet li:hover { background : #d6e1ec; }
 
 #onglet li.actif {
+    font-weight: bold;
     background-color: #fff;
-    border-bottom-color : #eceade;
+    border-bottom-color : #fff;
 }
 
 #onglet li a {
-    font-size: 80%;
     font-weight : normal;
     text-decoration : none;
+    display: block;
+    background: inherit;
+    width: 100%;
+    height: 100%;
 }
 
-#onglet li a:hover { text-decoration: underline; }
 #onglet li img { margin-right : 2px; }