noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 105/219: CSS : change menu


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 105/219: CSS : change menu
Date: Mon, 18 Dec 2017 13:22:46 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c8227d406abab0f214aea2be98b8e3f29e273a0c
Author: Dany De Bontridder <address@hidden>
Date:   Tue Oct 24 20:15:44 2017 +0200

    CSS : change menu
---
 html/style-r692.css | 51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

diff --git a/html/style-r692.css b/html/style-r692.css
index 18c6a9e..03c8931 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -240,8 +240,8 @@ td.mtitle a.mtitle {
     /*! width:100%; */
     /*! height: 100%; */
     font-size:1rem;
-    padding-top: 2px;
-    padding-bottom: 2px;
+    padding-top: 8px;
+    padding-bottom: 8px;
 }
 
 span.mtitle {
@@ -302,6 +302,10 @@ td.selectedcell{
 border-top-right-radius: 0px;
 border-bottom-left-radius: 0px;
 }
+.menu2 td.mtitle ,.menu2 td.selectedcell{
+    border-radius: 0px;
+}
+
 @media only screen and (max-width:955px) {
     td.selectedcell {
         border-radius:0px;
@@ -321,8 +325,9 @@ a.mtitle:hover {
     display:inline;
 
     color: #00008B;
-    background-color:#6C82D0;
+    background-color:#EFEBEB;
 
+    color: blue;
 }
 td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
     text-decoration:none;
@@ -352,11 +357,6 @@ tr.even:hover td
     background-color: #6C82D0;
     color:#FFFFFF;
 }
-td.mtitle:hover,td.mtitle:hover a
-{
-    /*! background:#6C82D0; */
-    /*! color:#FFFFFF; */
-}
 
 a.cell {
     text-decoration:none;
@@ -378,7 +378,9 @@ a.detail
     font-family: 'openSansRegular';
     text-decoration: none;
     display: block;
-    color: #A73A0B;
+    color: #EBA308;
+    font-weight: normal;
+    background-color: transparent;
 }
 
 a.detail:hover
@@ -1172,28 +1174,15 @@ h1.title {
     text-transform: uppercase;
 }
 h2.title {
-    background-color:#606c88; 
-    background: #8a8d9b;
-background: -moz-linear-gradient(top, #8a8d9b 41%, #3f4c6b 100%);
-background: -webkit-linear-gradient(top, #8a8d9b 41%,#3f4c6b 100%);
-background: linear-gradient(to bottom, #8a8d9b 41%,#3f4c6b 100%);
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d9b', 
endColorstr='#3f4c6b',GradientType=0 );
+ 
     color:#FFFFFF;
     text-align:center;
-    /*! padding:0.14%; */
-    /*! border:1px solid #00008B; */
-    /*! background: #606c88 !important; */ /* Old browsers */
-    /*! background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); */ /* 
FF3.6+ */
-    /*! background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); */ /* Chrome,Safari4+ */
-    /*! background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); */ 
/* Chrome10+,Safari5.1+ */
-    /*! background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); */ /* 
Opera 11.10+ */
-    /*! background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); */ /* 
IE10+ */
-    /*! background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); */ /* 
W3C */
-    /*! border-radius: 3px; */
+  
+    
     padding-top: 0px;
     margin-top: 0px;
     padding-bottom: 2px;
-    
+    background-color: #5681B7;
     font-size: 1rem;
     height: 25px;
 }
@@ -1237,7 +1226,17 @@ div.menu2 a.mtitle{
     font-size:1rem;
     font-weight: normal;
     color: darkblue;
+    padding-top: 4px;
+    padding-bottom: 4px;
+    padding-left: 10px;
+    padding-right: 10px;
+    color: whitesmoke;
     }
+div.menu2 a.mtitle:hover,div.menu a.mtitle:hover,td.mtitle a.mtitle:hover {
+    color:#5681B7;
+    background-color: #EFEBEB;
+    
+}
 div.menu3 {
        font-size:13.6px;
        font-size:0.80rem;



reply via email to

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