www-commits
[Top][All Lists]
Advanced

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

www home.shtml style.css server/banner.html


From: Matt Lee
Subject: www home.shtml style.css server/banner.html
Date: Mon, 21 Jan 2008 00:03:04 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        08/01/21 00:03:04

Modified files:
        .              : home.shtml style.css 
        server         : banner.html 

Log message:
        added searchbox, few css tweaks

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.shtml?cvsroot=www&r1=1.186&r2=1.187
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.19&r2=1.20
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.53&r2=1.54

Patches:
Index: home.shtml
===================================================================
RCS file: /web/www/www/home.shtml,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -b -r1.186 -r1.187
--- home.shtml  18 Jan 2008 00:01:51 -0000      1.186
+++ home.shtml  21 Jan 2008 00:02:41 -0000      1.187
@@ -260,32 +260,22 @@
   gendocs_template (available as part of Texinfo) used for
   generating GNU manuals online, so please don't remove it.
 -->
-<p><a name="ContactInfo"></a>
-   Please inquire about GNU by Email:
-   <a href="mailto:address@hidden";>address@hidden</a>,
-   Voice: +1-617-542-5942, or Fax: +1-617-542-2652.
-</p>
-
-<p>Please send broken links and other web page suggestions to <a
-href="/people/webmeisters.html">The GNU
-Webmasters</a> at <a
-href="mailto:address@hidden";>address@hidden</a>, thank you.</p>
 
 <p>
   Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
   2005, 2006, 2007, 2008
-  <a href="http://www.fsf.org";>Free Software Foundation</a>, Inc.,
-  51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA</p>
-<p>Verbatim copying and distribution of this entire article are permitted
-  worldwide, without royalty, in any medium, provided this notice, and
-  the copyright notice, are preserved.
-</p>
+  <a href="http://www.fsf.org";>Free Software Foundation</a>, Inc.</p>
 
-<p>Updated:
+<p>Verbatim copying and distribution of this entire article are
+  permitted worldwide, without royalty, in any medium, provided this
+  notice, and the copyright notice, are preserved.  </p>
+
+<p>Last Updated:
    <!-- timestamp start -->
-   $Date: 2008/01/18 00:01:51 $
+   $Date: 2008/01/21 00:02:41 $
    <!-- timestamp end -->
 </p>
+  
 </div>
 <!-- END copyleft -->
 

Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- style.css   10 Jan 2008 20:08:43 -0000      1.19
+++ style.css   21 Jan 2008 00:02:41 -0000      1.20
@@ -48,8 +48,7 @@
 
   body{
   font-family: sans-serif;
-border-top: 1.5em solid #ccc; background-color: #ececec;
- border-bottom: 20px solid #bd0000;
+border-top: 2em solid #ccc; background-color: #efefef;
   }
 
   #wrapper{
@@ -174,14 +173,22 @@
   border-top: 1px solid rgb(204,204,204);
 }
 
-#translations{ background-color: orange; font-size: 0.8em; text-align:
- center; padding: 1em; color: #000; border-top: 3px solid #333; }
+#translations{ background-color: #000;  text-align:
+ left; padding: 1em; padding-top: 0; color: #fff;   }
 
-#translations h3, #translations h4{ display: none !important; }
+#translations h3, #translations h4{ font-size: 1em; font-weight: bold; 
margin-bottom: 0.5em; padding: 0; }
 
 #translations li{display: inline; line-height: 1.7em; }
 
-#translations li a{ color: blue !important; }
+#translations  a{ color: cyan !important; }
+
+#footer { background-color: #000; border-top: 5px solid #444; padding:1em; 
color: #fff; }
+
+#footer a{ color: cyan; }
+
+#footer p{ margin-bottom: 0.7em; }
+
+#footer, #translations { font-size: 0.9em; }
 
 .announcement{ font-size: 1.1em; font-weight: bold; padding-left: 1em; 
margin-left: 1em; border-left: 1em solid #eee; margin-bottom: 1em; }
 
@@ -243,11 +250,6 @@
 
 #print-this-article p{ text-align: center; }
 
-#footer { background-color: #111; border-top: 5px solid #444; padding:1em; 
color: #fff; }
-
-#footer a{ color: yellow; }
-
-#footer p{ font-size: 0.9em; margin-bottom: 0.7em; }
 
 #content ul{ list-style: square; margin-left: 1.4em; 
list-style-image:url(/graphics/bullet.gif);  }
 
@@ -290,7 +292,7 @@
 
 code, kbd, samp, tt{ font-family: monospace; }
 
-#toplinks{ position: absolute; top: 0; left: 1em;  line-height: 1.5em; }
+#toplinks{ position: absolute; top: 0; left: 1em;  line-height: 2em; }
 
 #toplinks a{ font-weight: bold; font-size: 0.9em; color: blue !important; } 
 
@@ -299,3 +301,7 @@
 .big{ font-size: 130%; font-family: sans-serif; padding-top: 0.7em; }
 
 .inline-list li { display: inline }
\ No newline at end of file
+
+#searcher{ position: absolute; top: 0; right: 1em; line-height: 2.5em}
+
+#searcher, #searcher input{ font-size: 0.8em; }
\ No newline at end of file

Index: server/banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- server/banner.html  29 Dec 2007 11:21:04 -0000      1.53
+++ server/banner.html  21 Jan 2008 00:02:58 -0000      1.54
@@ -19,6 +19,15 @@
 
           </div> -->
 
+                         <div id="searcher">
+
+  <form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi";>
+   <div><label for="phrase">Search:</label>
+   <input name="phrase" id="phrase" type="text" size="35" accesskey="s" />
+   <input type="submit" value="Go" /></div>
+                                </form>
+                        </div>
+
 
       <div id="header">
 
@@ -55,6 +64,7 @@
 
 <div id="content" class="inner">
 
+
 <div style="width: 260px; margin-left: 20px; float: right; margin-right: 20px; 
margin-top: 20px; margin-bottom: 2em;">
 
   <p style="text-align: center; font-size: 1.3em; margin: 0;">Support the 
<acronym title="Free Software Foundation">FSF</acronym>!</p>




reply via email to

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