noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 93/219: Change background title inner_box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 93/219: Change background title inner_box
Date: Mon, 18 Dec 2017 13:22:44 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 80d19138282fac9237a4b0bd0dd25d59704a38de
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 19 19:27:41 2017 +0200

    Change background title inner_box
---
 html/style-r692.css | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/html/style-r692.css b/html/style-r692.css
index 40686e5..8dcc2e4 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -33,6 +33,7 @@ input{
      margin:2px;
     color:#0000FF; 
     font-size:14px;
+    
 }
 .notice {
     color:#FF0000;
@@ -249,7 +250,8 @@ span.even {
 }
 /* highlight table row */
 tr.odd {
-    background-color: #F1F3F6;
+    background-color: #DCE7F5;
+    /*! opacity: 50%; */
 }
 .highlight {
     font-weight: bolder;
@@ -1157,6 +1159,11 @@ h1.title {
 }
 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%; */
@@ -1172,6 +1179,7 @@ h2.title {
     padding-top: 0px;
     margin-top: 0px;
     padding-bottom: 2px;
+    
 }
 h3.title {
     color: #0000FF;
@@ -1684,6 +1692,7 @@ li.highlight a,tr.highlight a{
         width: 95%;
         left:2%;
         /*! margin-bottom: 2%; */
+        padding-bottom: 10px;
         }
 }
 /*****************************************************************************



reply via email to

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