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 ho...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css ho...
Date: Tue, 06 May 2014 18:01:18 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/06 18:01:18

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

Log message:
        join-fsf and sign-up buttons dark green; search button dark blue; 
remove space between inputs.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.53&r2=1.54
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home5.html?cvsroot=www&r1=1.34&r2=1.35

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- layout7.css 6 May 2014 17:30:36 -0000       1.53
+++ layout7.css 6 May 2014 18:01:17 -0000       1.54
@@ -222,7 +222,6 @@
 #toplinks a:hover { color: #777; }
 
 #searcher {
-   display: block;
    text-align: right;
    font-weight: bold;
    padding: .2em 1.5%;
@@ -243,14 +242,15 @@
 #searcher input[type="submit"] {
    padding: .2em;
    margin: 0;
-   color: #222;
-   background: #b9bcbf;
-   border: .1em solid #b9bcbf;
+   color: white;
+   background: #283767;
+   border: .1em solid #283767;
 }
 #searcher input[type="text"]:focus {
    border: .1em solid #cdc66e;
 }
 #searcher input[type="text"]:focus + input[type="submit"] {
+   color: 222;
    background: #cdc66e;
    border: .1em solid #cdc66e;
 }
@@ -354,7 +354,7 @@
 #fsf-frame #join-fsf a {
    padding: .4em 1em;
    color: white;
-   background: #63b029;
+   background: #33621d;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -khtml-border-radius: 1em;
@@ -377,14 +377,14 @@
    margin: 0;
    color: #555;
    background: white;
-   border: .1em solid #63b029;
+   border: .1em solid #33621d;
 }
 #fssbox input[type="submit"] {
    padding: .2em;
    margin: 0;
    color: white;
-   background: #63b029;
-   border: .1em solid #63b029;
+   background: #33621d;
+   border: .1em solid #33621d;
 }
 #fssbox input[type="text"]:focus {
    border: .1em solid #cdc66e;

Index: home5.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home5.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- home5.html  6 May 2014 12:08:11 -0000       1.34
+++ home5.html  6 May 2014 18:01:17 -0000       1.35
@@ -23,8 +23,32 @@
 <body>
 <div  class="inner">
 
-<!--#include virtual="/server/body-include-1.html" -->
+<!-- start of server/body-include-1.html -->
+<!--#set var="HTML_BODY" value="yes" -->
 
+<div id="toplinks">
+ <a href="#content">Skip to main text</a>
+</div> <!-- /toplinks -->
+
+<div id="searcher">
+ <form method="get" action="//www.gnu.org/cgi-bin/estseek.cgi">
+  <div>
+  <input name="phrase" id="phrase" type="text" size="18" accesskey="s"
+         value="Why GNU/Linux?" onfocus="this.value=''" /><input
+         type="submit" value="Search" />
+  </div>
+ </form>
+</div><!-- /searcher -->
+
+<!--#if expr="$TRANSLATION_LIST" -->
+<!--#echo encoding="none" var="TRANSLATION_LIST" -->
+<!--#elif expr="$INITIAL_TRANSLATIONS_LIST = included" -->
+<!-- if initial translation list isn't included before banner.html,
+     then the file may use an old boilerplate that contains
+     div#translations in its body, and we mustn't duplicate it here. -->
+<!--#include virtual="/server/gnun/initial-translations-list.html" -->
+<!--#endif -->
+<!-- end of server/body-include-1.html -->
 <!-- start of server/body-include-2.html -->
 
 <div id="header">
@@ -281,7 +305,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/05/06 12:08:11 $
+$Date: 2014/05/06 18:01:17 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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