noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 10/16: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/16: Task #1045 - Amélioration apparence :
Date: Tue, 18 Nov 2014 01:09:05 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0f012b89e0bba90b061259d0fb7c1cc20f421e26
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 18 01:28:45 2014 +0100

    Task #1045 - Amélioration apparence  :
---
 html/style-classic.css |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index 762285f..bb4b741 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -5,7 +5,7 @@ BODY {
     padding: 0px 0px 0px 0px ;
     margin:0px;
  color:#0000FF; 
-    font-size:95%;
+    font-size:100%;
 }
 .notice {
     color:#FF0000;
@@ -1515,8 +1515,15 @@ ul.tabs  a  {
 }
 li.tabs_selected {
     display:inline;
-    background-color: lightblue;
-    color:red;
+   background: #C2E3FC; /* Old browsers */
+    background: -moz-linear-gradient(top, #C2E3FC 0%, #6393c1 100%); /* FF3.6+ 
*/
+    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#C2E3FC), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */
+    background: -webkit-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* 
Chrome10+,Safari5.1+ */
+    background: -o-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* Opera 
11.10+ */
+    background: -ms-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* IE10+ */
+    background: linear-gradient(to bottom, #C2E3FC 0%,#6393c1 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2E3FC', 
endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
+    color:whitesmoke;
     margin-left: 2px;
     padding: 12px 15px 15px 15px;
     border-top-left-radius: 10px;
@@ -1527,8 +1534,8 @@ li.tabs_selected {
 }
 li.tabs {
     display:inline;
-    background-color: blue;
-    color:wheat;margin-left: 2px;
+    background-color: inherit;
+    color:inherit;margin-left: 2px;
     padding: 10px 10px 0px 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
@@ -1547,7 +1554,7 @@ li.tabs:hover {
 }
 ul.tabs a {
     text-decoration: none;
-    color:white;
+    color:inherit;
     display:inline;
     
 }
@@ -1555,6 +1562,7 @@ ul.tabs a:hover {
     text-decoration: none;
     color:white;
     display:inline;
+     background-color: lightblue;
 }
 .previous_year
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]