www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css home.shtml server/banner.html s...


From: Matt Lee
Subject: www gnu-new.css home.shtml server/banner.html s...
Date: Wed, 11 Oct 2006 19:25:50 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        06/10/11 19:25:50

Modified files:
        .              : gnu-new.css home.shtml 
        server         : banner.html sidebar.html 
Added files:
        .              : gnu-pink.css 

Log message:
        fixes for lynx users, and removed forced widths for stylesheet users.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.19&r2=1.20
http://web.cvs.savannah.gnu.org/viewcvs/www/home.shtml?cvsroot=www&r1=1.101&r2=1.102
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-pink.css?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.11&r2=1.12
http://web.cvs.savannah.gnu.org/viewcvs/www/server/sidebar.html?cvsroot=www&r1=1.9&r2=1.10

Patches:
Index: gnu-new.css
===================================================================
RCS file: /web/www/www/gnu-new.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- gnu-new.css 11 Oct 2006 18:39:42 -0000      1.19
+++ gnu-new.css 11 Oct 2006 19:25:45 -0000      1.20
@@ -28,7 +28,7 @@
 
   #navigation-bar{background-color: #222;}
 
-  #navbar{width: 65em; margin: 0 auto 0 auto; }
+  #navbar{text-align: center;}
 
   #navbar ul{list-style: none; line-height: 2em; padding-left: 0; margin-left: 
0;}
 
@@ -88,7 +88,7 @@
   #banner{
   text-align: center;
   margin: 0 auto 0 auto;
-  width: 65em;
+  max-width: 75em;
   padding: 1em;
   height: 7em;
   }
@@ -170,14 +170,13 @@
   
   #columns, #footer{
   clear: both;
-  width: 65em;
+  padding-left: 1em; padding-right: 1em;
   margin: 1em auto 0 auto;
+  max-width: 75em;
   }
   
-  #content2{
-  width: 45em;
-  float: left; 
-}
+
+
   
   #footer{
   background-color: #fff;
@@ -193,14 +192,18 @@
 
 #sidebar {
 margin-top: 1em;
-width: 16em;
+font-size: 0.9em;
 float: right;
 margin-left: 1.5em;
+margin-bottom: 1em;
+padding: 1em;
+background-color: #e5e5e5;
+border: 3px solid #ddd;
 }
 
 #sidebar h3{text-align: center; margin-top: 0;}
 
-#sidebar ul{margin-bottom: 1.2em; padding-left: 0; margin-left: 0;}
+#sidebar ul{margin-bottom: 1.2em; padding-left: 1em;margin-left: 0;}
 
 
 
@@ -235,6 +238,8 @@
   padding: 0 1.9%;
 }
 
+.half h3{padding: 0; margin: 0; font-size: 1.8em;}
+
 .twoThirds {
   text-align: left;
   width: 63%;
@@ -260,7 +265,7 @@
   border-top: 1px solid rgb(204,204,204);
 }
 
-#translations{width: 65em; margin: 0 auto 0 auto; border: 2px solid #d10; 
background-color: #ffb;padding: 1em; margin-bottom: 2em;}
+#translations{margin: 0 auto 0 auto; max-width: 75em; border: 2px solid #d10; 
background-color: #ffb;padding: 1em; margin-bottom: 2em;}
 
 #translations li{display: inline;}
 
@@ -272,6 +277,8 @@
 
 /* as per peterb request */
 
-h2{text-align: center; margin-bottom: 1em;}
+h2, h3{text-align: center; margin-bottom: 1em;}
+
+
 
 .announcement{float: right; background-color: #ffb; color: #333; font-size: 
0.9em; text-align: center; border: 1px solid #333; margin-right: 2em; 
margin-top: 1em; margin-bottom: 1em; margin-left: 1.5em; width: 18em; padding: 
0.4em;}
\ No newline at end of file

Index: home.shtml
===================================================================
RCS file: /web/www/www/home.shtml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- home.shtml  11 Oct 2006 18:39:10 -0000      1.101
+++ home.shtml  11 Oct 2006 19:25:45 -0000      1.102
@@ -120,7 +120,7 @@
                  
 <h3>More information</h3>
 
-<ul>
+<ul class="translations-list">
   <li><a href="/provide.html">What we provide</a></li>
   <li><a href="/philosophy/philosophy.html">Why we exist</a></li>
   <li><a href="/gnu/gnu-history.html">Where we are going</a></li>
@@ -255,7 +255,7 @@
         
 <p>Updated:
    <!-- timestamp start -->
-   $Date: 2006/10/11 18:39:10 $ $Author: mattl $
+   $Date: 2006/10/11 19:25:45 $ $Author: mattl $
    <!-- timestamp end -->
 </p>
 </div>

Index: server/banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- server/banner.html  11 Oct 2006 18:25:58 -0000      1.11
+++ server/banner.html  11 Oct 2006 19:25:47 -0000      1.12
@@ -10,13 +10,15 @@
    
 </style>
 
+<link rel="stylesheet alternate" href="/gnu-pink.css" title="A pink banner" />
+
 </head>
 
 <body id="foo">
 
   <div id="wrapper">
     
-    <p class="netscape4"><a href="#content" accesskey="2">Skip to content</a> 
| <a href="#sidebar">Skip to navigation</a></p>
+    <p class="netscape4"><a href="#content" accesskey="2">Skip to content</a> 
| <a href="#navigation-bar">Skip to navigation</a></p>
     
     <div id="top2">
       

Index: server/sidebar.html
===================================================================
RCS file: /web/www/www/server/sidebar.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- server/sidebar.html 10 Oct 2006 21:31:21 -0000      1.9
+++ server/sidebar.html 11 Oct 2006 19:25:47 -0000      1.10
@@ -1,5 +1,6 @@
 <!-- beginning of sidebar.html -->
 <div id="sidebar" class="boxbox">
+                         <h3 class="netscape4">Navigation</h3>
                           <h3>Key resources</h3>
                             <ul>
                               <li><a 
href="http://www.fsf.org/campaigns/priority.html"; style="font-weight: bold;" 
title="Help or suggest a priority project for the Free Software community">Help 
a Priority Project</a></li>

Index: gnu-pink.css
===================================================================
RCS file: gnu-pink.css
diff -N gnu-pink.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gnu-pink.css        11 Oct 2006 19:25:45 -0000      1.1
@@ -0,0 +1,5 @@
address@hidden url('/gnu-new.css');
+
+#top2{
+background-color: #ea1588;
+}
\ No newline at end of file




reply via email to

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