www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css
Date: Sun, 11 May 2014 21:58:10 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/11 21:58:10

Modified files:
        server/staging/nav-bar/test9: layout7.css 

Log message:
        Replace blue vertical gradient with gray shadow.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.73&r2=1.74

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- layout7.css 11 May 2014 18:00:09 -0000      1.73
+++ layout7.css 11 May 2014 21:58:09 -0000      1.74
@@ -43,7 +43,7 @@
    white    #inner, navbar li.active
    #f0f2f4  light bluish gray: #translations p, .emph-box, #outdated,
             .listing, #footer, .toc
-   #e7e9eb  .button, .lyrics, #join-fsf, submit
+   #e7e9eb  html, .button, .lyrics, #join-fsf, submit
    #d1d4d7  #edu-navbar, #fsf-links, #searcher + #translations
    #ddd     gray (looks purplish): #gpl-compat-matrix 
    #ccffcc  light green: #gpl-compat-matrix
@@ -59,7 +59,7 @@
 
 Borders
    black, #111, #333, #666: tables
-   #b9bcbf  bluish gray: #Action, .highlight-para, .announcement
+   #b9bcbf  bluish gray: body, #Action, .highlight-para, .announcement
    #c9cccf  bluish gray: .button, .toc, submit
    #d1d4d7  bluish gray: #translations, #outdated
    #3465a4  blue (slightly lighter than GNU banner): edu-cases ridges, .note
@@ -131,16 +131,16 @@
    color: #000;
 }
 html {
-   background-color: #5b6a96;
+   background: #e7e9eb;
    /* Source: http://www.impressivewebs.com/css3-linear-gradient-syntax/ */
-   background: -moz-linear-gradient(#5b6a96, #c9cccf); /* FF 3.6+ */  
-   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#5b6a96), color-stop(100%, #c9cccf)); /* Safari 4+, Chrome 2+ */  
-   background: -webkit-linear-gradient(#5b6a96, #c9cccf); /* Safari 5.1+, 
Chrome 10+ */  
-   background: -o-linear-gradient(#5b6a96, #c9cccf); /* Opera 11.10 */  
-   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b6a96', 
endColorstr='#c9cccf'); /* IE6 & IE7 */  
-   -ms-filter: 
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b6a96', 
endColorstr='#c9cccf')"; /* IE8+ */  
-   background: linear-gradient(#5b6a96, #c9cccf); /* the standard */
-   background-attachment: fixed;
+/*   background: -moz-linear-gradient(#5b6a96, #c9cccf); /* FF 3.6+ */  
+/*   background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #5b6a96), color-stop(100%, #c9cccf)); /* Safari 4+, Chrome 2+ */ 
 
+/*   background: -webkit-linear-gradient(#5b6a96, #c9cccf); /* Safari 5.1+, 
Chrome 10+ */  
+/*   background: -o-linear-gradient(#5b6a96, #c9cccf); /* Opera 11.10 */  
+/*   filter: 
progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b6a96', 
endColorstr='#c9cccf'); /* IE6 & IE7 */  
+/*   -ms-filter: 
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b6a96', 
endColorstr='#c9cccf')"; /* IE8+ */  
+/*   background: linear-gradient(#5b6a96, #c9cccf); /* the standard */
+/*   background-attachment: fixed;*/
 }
 
 /* This specifies the basic width of our web pages.  Don't change it
@@ -150,6 +150,13 @@
    max-width: 74.92em;
    margin: auto;
    background-color: white;
+   border-left: .2em solid #b9bcbf;
+   border-right: .2em solid #b9bcbf;
+   -moz-box-shadow: 0 0 10px 10px #b9bcbf;
+   -webkit-box-shadow: 0 0 10px 10px #b9bcbf;
+   -icab-box-shadow: 0 0 10px 10px #b9bcbf;
+   -o-box-shadow: 0 0 10px 10px #b9bcbf;
+   box-shadow: 0 0 10px 10px #b9bcbf;
 }
 .inner { overflow: hidden; }
 



reply via email to

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