www-commits
[Top][All Lists]
Advanced

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

www style.css server/banner.html layout.css yui...


From: Matt Lee
Subject: www style.css server/banner.html layout.css yui...
Date: Wed, 25 Jun 2008 18:05:56 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        08/06/25 18:05:55

Modified files:
        .              : style.css 
        server         : banner.html 
Added files:
        .              : layout.css yui-base-min.css 
                         yui-reset-fonts-grids.css yui-stripe.png 

Log message:
        development stylesheet (alternative) using Yahoo's YUI libraries. To 
test
        this, select the alternative stylesheet in Firefox-type browsers by 
clicking
        View > Page Style > Development CSS.
        
        You should see the page background appear striped. This lets you know 
you're
        looking at the development version (and tells developers that when 
looking
        at screenshots) -- the YUI library should fix any weird issues relating 
to
        our reset.css.
        
        In order to implement this, I have moved the contents of style.css to
        layout.css and now both yui.css (this dev stylesheet) and style.css both
        reference layout.css, and import different reset sheets.
        
        I am confident this will make some of our pages look weird. Please help 
fix
        them by sending screenshots and bug reports to address@hidden
        
        Karl/Yavor -- feel free to assign these bug report tickets to me in RT 
:)
        
        Ultimately, this will make our website look more consistent across all
        browsers, which is the goal of the reset.css and has been the goal with
        removing explicit font names from our stylesheet. The YUI fonts sheet 
DOES
        refer to specific fonts, but does so in a way that is known to work 
well on
        non-GNU platforms as well.
        
        Please do not edit any of the yui-* css files directly. Any overrides 
can be
        and should be applied inside of yui.css itself.
        
        -- matt

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.33&r2=1.34
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/yui-base-min.css?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/yui-reset-fonts-grids.css?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/yui-stripe.png?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.67&r2=1.68

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- style.css   13 Jun 2008 16:32:56 -0000      1.33
+++ style.css   25 Jun 2008 18:05:36 -0000      1.34
@@ -1,311 +1,2 @@
-/*
-style.css -- css stylesheet used on www.gnu.org
-
-Copyright (C) 2006, 2007, 2008 Free Software Foundation
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-*/
-
-/* NOTE: Changes to this file will affect the entire site, often in
-unexpected ways. Please mail patches to address@hidden rather
-than commit changes directly. */
-
 @import url('/reset.css');
-
-html, body{
-        padding: 0;
-        margin: 0;
-        color: black;
-}
-
-/* the urgent div should be enabled when we have something urgent to
-appear on every page - these typically come from johns, peterb or rms
-at the fsf */
-
-#urgent{
-
-background-color:#ff3;
-line-height: 3em;
-font-size: 0.9em;
-text-align: center;
-border-bottom: 5px solid #333;
- }
-
-#urgent a, #urgent a:visited{
-color: blue; text-decoration: underline !important;
-}
-
-#urgent a:hover{ background-color: red; }
-
-  body{
-  font-family: sans-serif;
-border-top: 2em solid #ccc; background-color: #efefef;
-  }
-
-  #wrapper{
-  margin: 0;
-  background-color: transparent;
-  padding: 0em;
-  position: relative;
-  }
-
-a:hover{ color: red; }
-
-
-.inner { max-width: 58em; margin: 0 auto 0; position: relative; }
-
-.inner{ padding-left: 10px; padding-right: 10px; }
-
-#logo{background:url(/graphics/topbanner.png) 
no-repeat;border:0;margin:0em;padding:0;}
-
-#logo a { 
display:block;text-decoration:none;overflow:hidden;border:0;margin:0;padding:0;padding-top:101px;height:0px
 !important;width:550px;cursor:pointer;}
-
-#header{ position: relative; background-color: white; height: 101px;}
-
-#fsf-logo{ position: absolute; top: 0; right: 25px; }
-
-#links{ display: none !important; }
-
-#links{ position: absolute; top: 5px; right: 1em; border-left: 1px
- solid #333; padding-left: 1em;height: 90px; overflow: hidden; }
-
-#links ul{ padding-left: 1em; padding-top: 1em; }
-
-#links li { line-height: 1.6em; font-size: 0.9em; }
-
-#content { background-color: #fff;  padding-bottom: 1.8em; }
-
-#navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
-
-#navigation ul{ line-height: 3em; font-size: 0.9em; text-align: center; }
-
-#navigation li{background-color: maroon;  display: inline; margin: 0 2px; 
padding: 0.5em 1em 0.5em 1em; }
-
-#navigation li a {color: white; text-decoration: none; font-weight: bold;}
-
-#navigation li:hover{ background-color: #bd0000; }
-
-#navigation li:hover a{ color: yellow; }
-
-#content h2, #content h3, #content h4, #content h5, #content h6{ 
- color: #3465a4; font-size: 1.8em; padding-bottom: 0.3em;
- margin-bottom: 0.3em;padding-top: 0.7em; font-weight:bold; }
-
-#content h3{ font-size: 1.6em; }
-
-#content h4{ font-size: 1.4em; }
-
-#content h5{ font-size: 1.2em; }
-
-#content h6{ font-size: 1.0em; }
-
-.caption{ color: #3465a4; font-size: 1.5em !important; margin:0; }
-
-
-  .netscape4{
-  display: none !important;
-  height: 0;
-  }
-
-
-
-/* CSS classes for doing things like two columns */
-
-.rowOfBoxes {
-  clear: both;
-}
-
-.quarter, .oneThird, .half, .twoThirds, .fullWidth {
-  margin: 1em 0;
-  float: left;
-  border-left: 1px solid rgb(204,204,204);
-}
-
-.quarter {
-  width: 21%;
-  padding: 0 1.9%;
-}
-
-.oneThird {
-  width: 28%;
-  padding: 0 1.9%;
-}
-
-.half {
-  text-align: left;
-  width: 46%;
-  padding: 0 1.9%;
-}
-
-.half h3{padding: 0; margin: 0; font-size: 1.8em;}
-
-.twoThirds {
-  text-align: left;
-  width: 63%;
-  padding: 0 1.9%;
-}
-
-.fullWidth {
-  text-align: left;
-  width: 96%;
-  padding: 0 1.2em;
-  border-left: none;
-}
-
-.filler {  /* use with an empty <p> element to add padding to the end of a 
text box */
-  border: 1px solid white;
-}
-
-.noBorderOnLeft {
-  border-left: none;
-}
-
-.dividingBorderAbove {
-  border-top: 1px solid rgb(204,204,204);
-}
-
-#translations{ background-color: #fff;  text-align:
- left; padding: 1em; padding-top: 0; color: #000;   }
-
-#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  a{ color: blue !important; }
-
-#footer { background-color: #fff; border-top: 5px solid #444; padding:1em; 
color: #000; }
-
-#footer a{ color: blue; }
-
-#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; }
-
-img{ border: 0; }
-
-#rms-image{
-width: 200px;
-height: 219px;
-float: right;
-margin-left: 1em; margin-bottom: 1em;
-border: 1px solid #ddd;
-background-image: url('/graphics/rms2005chrys.jpg');
-}
-
-.lyrics{background-color: whitesmoke; font-style: italic; width: 20em; 
padding: 2em; border: 2px solid #e5e5e5; margin-left: 2em;}
-
-  #gplv3-dogear{
-    position: absolute;
-    top: -1px;
-    left: -1px;
- }
-
-  #gplv3-dogear h3{margin: 0;}
-
-  #gplv3-dogear a{
-    background-image: url('/graphics/dogear.png');
-    border: 0;
-    display: block;
-    text-decoration: none;
-    overflow: hidden;
-    height: 0px !important;
-    width: 64px;
-    padding: 0;
-    padding-top: 64px;
-    cursor: pointer;
-
- }
-
-hr { display: none; }
-
-.nocenter{ text-align: left; }
-
-/* Licensing */
-/* This is for licenses/gpl-faq.html. */
-
-table#gpl-compat-matrix { border-collapse: collapse; }
-
-table#gpl-compat-matrix td, th.gpl-matrix-border {
-    text-align: center; border: 1px solid black; margin: 0;
-    padding: .3em; }
-
-th.gpl-matrix-license { text-align: right; }
-
-tr.gpl-matrix-use-type { border-top: 2px solid black; }
-
-table#gpl-compat-matrix td.ok { background-color: #ccffcc; }
-table#gpl-compat-matrix td.mok { background-color: #e4ffcc; }
-table#gpl-compat-matrix td.nok { background-color: #dddddd; }
-
-#print-this-article p{ text-align: center; }
-
-
-#content ul{ list-style: square; margin-left: 1.4em; 
list-style-image:url(/graphics/bullet.gif);  }
-
-#content ol{ list-style: decimal; margin-left: 1.9em; }
-
-#content li, #content dt, #content dd, #content p{ padding-bottom: 1em; 
line-height: 1.5em; }
-
-#content dd{ margin-bottom: 2em }
-
-#content dt{ font-weight: bold;  }
-
-#content dd, #content h2, #content h3 { border-bottom: 1px dashed
- #bbb;  }
-
-pre {
-padding-left: 15px;
-padding-right: 15px;
-font-size: 0.9em;
-line-height: 1em;
-margin-top: 10px;
-margin-bottom: 10px;
-display: block;
-background-color: #eeeeee;
-color: #000000;
-font-family: monospace;
-}
-
-#bottom-links{ background-color: #fff; font-size: 0.8em;}
-
-#bottom-links li{ display: inline; margin-right: 1em; line-height: 2em; }
-
-#backtotop{ padding-bottom: 1em; background-color: #fff; }
-
-#backtotop p{ text-align: right; }
-
-strong, b{ font-weight: bold; }
-
-em, i, var{ font-style: italic; }
-
-blockquote{ margin: 1em; font-style: italic; }
-
-code, kbd, samp, tt{ font-family: monospace; }
-
-#toplinks{ position: absolute; top: 0; left: 1em;  line-height: 2em; }
-
-#toplinks a{ font-weight: bold; font-size: 0.9em; color: blue !important; } 
-
-.center{ text-align:center; }
-
-.big{ font-size: 130%; padding-top: 0.7em; }
-
-.inline-list li { display: inline }
-
-#searcher{ position: absolute; top: 0; right: 1em; line-height: 2.5em}
-
-#searcher, #searcher input{ font-size: 0.8em; }
-
-.highlight{background-color: #ff6;}
\ No newline at end of file
address@hidden url('/layout.css');
\ No newline at end of file

Index: server/banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- server/banner.html  24 Jun 2008 16:51:31 -0000      1.67
+++ server/banner.html  25 Jun 2008 18:05:46 -0000      1.68
@@ -1,5 +1,5 @@
-<style type="text/css" media="all">
address@hidden url('/style.css');</style>
+<link rel="stylesheet" href="/style.css" type="text/css" />
+<link rel="stylesheet alternate" href="/yui.css" type="text/css" 
title="Development CSS (bugs to address@hidden)" />
 
 <style type="text/css" media="print">
 @import url('/print.css');

Index: layout.css
===================================================================
RCS file: layout.css
diff -N layout.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ layout.css  25 Jun 2008 18:05:36 -0000      1.1
@@ -0,0 +1,309 @@
+/*
+style.css -- css stylesheet used on www.gnu.org
+
+Copyright (C) 2006, 2007, 2008 Free Software Foundation
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+*/
+
+/* NOTE: Changes to this file will affect the entire site, often in
+unexpected ways. Please mail patches to address@hidden rather
+than commit changes directly. */
+
+html, body{
+        padding: 0;
+        margin: 0;
+        color: black;
+}
+
+/* the urgent div should be enabled when we have something urgent to
+appear on every page - these typically come from johns, peterb or rms
+at the fsf */
+
+#urgent{
+
+background-color:#ff3;
+line-height: 3em;
+font-size: 0.9em;
+text-align: center;
+border-bottom: 5px solid #333;
+ }
+
+#urgent a, #urgent a:visited{
+color: blue; text-decoration: underline !important;
+}
+
+#urgent a:hover{ background-color: red; }
+
+  body{
+  font-family: sans-serif;
+border-top: 2em solid #ccc; background-color: #efefef;
+  }
+
+  #wrapper{
+  margin: 0;
+  background-color: transparent;
+  padding: 0em;
+  position: relative;
+  }
+
+a:hover{ color: red; }
+
+
+.inner { max-width: 58em; margin: 0 auto 0; position: relative; }
+
+.inner{ padding-left: 10px; padding-right: 10px; }
+
+#logo{background:url(/graphics/topbanner.png) 
no-repeat;border:0;margin:0em;padding:0;}
+
+#logo a { 
display:block;text-decoration:none;overflow:hidden;border:0;margin:0;padding:0;padding-top:101px;height:0px
 !important;width:550px;cursor:pointer;}
+
+#header{ position: relative; background-color: white; height: 101px;}
+
+#fsf-logo{ position: absolute; top: 0; right: 25px; }
+
+#links{ display: none !important; }
+
+#links{ position: absolute; top: 5px; right: 1em; border-left: 1px
+ solid #333; padding-left: 1em;height: 90px; overflow: hidden; }
+
+#links ul{ padding-left: 1em; padding-top: 1em; }
+
+#links li { line-height: 1.6em; font-size: 0.9em; }
+
+#content { background-color: #fff;  padding-bottom: 1.8em; }
+
+#navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
+
+#navigation ul{ line-height: 3em; font-size: 0.9em; text-align: center; }
+
+#navigation li{background-color: maroon;  display: inline; margin: 0 2px; 
padding: 0.5em 1em 0.5em 1em; }
+
+#navigation li a {color: white; text-decoration: none; font-weight: bold;}
+
+#navigation li:hover{ background-color: #bd0000; }
+
+#navigation li:hover a{ color: yellow; }
+
+#content h2, #content h3, #content h4, #content h5, #content h6{ 
+ color: #3465a4; font-size: 1.8em; padding-bottom: 0.3em;
+ margin-bottom: 0.3em;padding-top: 0.7em; font-weight:bold; }
+
+#content h3{ font-size: 1.6em; }
+
+#content h4{ font-size: 1.4em; }
+
+#content h5{ font-size: 1.2em; }
+
+#content h6{ font-size: 1.0em; }
+
+.caption{ color: #3465a4; font-size: 1.5em !important; margin:0; }
+
+
+  .netscape4{
+  display: none !important;
+  height: 0;
+  }
+
+
+
+/* CSS classes for doing things like two columns */
+
+.rowOfBoxes {
+  clear: both;
+}
+
+.quarter, .oneThird, .half, .twoThirds, .fullWidth {
+  margin: 1em 0;
+  float: left;
+  border-left: 1px solid rgb(204,204,204);
+}
+
+.quarter {
+  width: 21%;
+  padding: 0 1.9%;
+}
+
+.oneThird {
+  width: 28%;
+  padding: 0 1.9%;
+}
+
+.half {
+  text-align: left;
+  width: 46%;
+  padding: 0 1.9%;
+}
+
+.half h3{padding: 0; margin: 0; font-size: 1.8em;}
+
+.twoThirds {
+  text-align: left;
+  width: 63%;
+  padding: 0 1.9%;
+}
+
+.fullWidth {
+  text-align: left;
+  width: 96%;
+  padding: 0 1.2em;
+  border-left: none;
+}
+
+.filler {  /* use with an empty <p> element to add padding to the end of a 
text box */
+  border: 1px solid white;
+}
+
+.noBorderOnLeft {
+  border-left: none;
+}
+
+.dividingBorderAbove {
+  border-top: 1px solid rgb(204,204,204);
+}
+
+#translations{ background-color: #fff;  text-align:
+ left; padding: 1em; padding-top: 0; color: #000;   }
+
+#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  a{ color: blue !important; }
+
+#footer { background-color: #fff; border-top: 5px solid #444; padding:1em; 
color: #000; }
+
+#footer a{ color: blue; }
+
+#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; }
+
+img{ border: 0; }
+
+#rms-image{
+width: 200px;
+height: 219px;
+float: right;
+margin-left: 1em; margin-bottom: 1em;
+border: 1px solid #ddd;
+background-image: url('/graphics/rms2005chrys.jpg');
+}
+
+.lyrics{background-color: whitesmoke; font-style: italic; width: 20em; 
padding: 2em; border: 2px solid #e5e5e5; margin-left: 2em;}
+
+  #gplv3-dogear{
+    position: absolute;
+    top: -1px;
+    left: -1px;
+ }
+
+  #gplv3-dogear h3{margin: 0;}
+
+  #gplv3-dogear a{
+    background-image: url('/graphics/dogear.png');
+    border: 0;
+    display: block;
+    text-decoration: none;
+    overflow: hidden;
+    height: 0px !important;
+    width: 64px;
+    padding: 0;
+    padding-top: 64px;
+    cursor: pointer;
+
+ }
+
+hr { display: none; }
+
+.nocenter{ text-align: left; }
+
+/* Licensing */
+/* This is for licenses/gpl-faq.html. */
+
+table#gpl-compat-matrix { border-collapse: collapse; }
+
+table#gpl-compat-matrix td, th.gpl-matrix-border {
+    text-align: center; border: 1px solid black; margin: 0;
+    padding: .3em; }
+
+th.gpl-matrix-license { text-align: right; }
+
+tr.gpl-matrix-use-type { border-top: 2px solid black; }
+
+table#gpl-compat-matrix td.ok { background-color: #ccffcc; }
+table#gpl-compat-matrix td.mok { background-color: #e4ffcc; }
+table#gpl-compat-matrix td.nok { background-color: #dddddd; }
+
+#print-this-article p{ text-align: center; }
+
+
+#content ul{ list-style: square; margin-left: 1.4em; 
list-style-image:url(/graphics/bullet.gif);  }
+
+#content ol{ list-style: decimal; margin-left: 1.9em; }
+
+#content li, #content dt, #content dd, #content p{ padding-bottom: 1em; 
line-height: 1.5em; }
+
+#content dd{ margin-bottom: 2em }
+
+#content dt{ font-weight: bold;  }
+
+#content dd, #content h2, #content h3 { border-bottom: 1px dashed
+ #bbb;  }
+
+pre {
+padding-left: 15px;
+padding-right: 15px;
+font-size: 0.9em;
+line-height: 1em;
+margin-top: 10px;
+margin-bottom: 10px;
+display: block;
+background-color: #eeeeee;
+color: #000000;
+font-family: monospace;
+}
+
+#bottom-links{ background-color: #fff; font-size: 0.8em;}
+
+#bottom-links li{ display: inline; margin-right: 1em; line-height: 2em; }
+
+#backtotop{ padding-bottom: 1em; background-color: #fff; }
+
+#backtotop p{ text-align: right; }
+
+strong, b{ font-weight: bold; }
+
+em, i, var{ font-style: italic; }
+
+blockquote{ margin: 1em; font-style: italic; }
+
+code, kbd, samp, tt{ font-family: monospace; }
+
+#toplinks{ position: absolute; top: 0; left: 1em;  line-height: 2em; }
+
+#toplinks a{ font-weight: bold; font-size: 0.9em; color: blue !important; } 
+
+.center{ text-align:center; }
+
+.big{ font-size: 130%; padding-top: 0.7em; }
+
+.inline-list li { display: inline }
+
+#searcher{ position: absolute; top: 0; right: 1em; line-height: 2.5em}
+
+#searcher, #searcher input{ font-size: 0.8em; }
+
+.highlight{background-color: #ff6;}
\ No newline at end of file

Index: yui-base-min.css
===================================================================
RCS file: yui-base-min.css
diff -N yui-base-min.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ yui-base-min.css    25 Jun 2008 18:05:36 -0000      1.1
@@ -0,0 +1,7 @@
+/*
+Copyright (c) 2008, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.5.2
+*/
+h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em
 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px 
dotted #000;cursor:help;} 
em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol
 li{list-style:decimal outside;}ul li{list-style:disc outside;}dl 
dd{margin-left:1em;}th,td{border:1px solid 
#000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

Index: yui-reset-fonts-grids.css
===================================================================
RCS file: yui-reset-fonts-grids.css
diff -N yui-reset-fonts-grids.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ yui-reset-fonts-grids.css   25 Jun 2008 18:05:36 -0000      1.1
@@ -0,0 +1,8 @@
+/*
+Copyright (c) 2008, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.5.2
+*/
+html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym
 {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub 
{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body
 {font:13px/1.231 
arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table 
{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
+body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto
 
10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main
 .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 
#yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 
#yui-main,.yui-t5 #yui-main,.yui-t6 
#yui-main{float:left;margin-right:-25em;}.yui-t1 
.yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main 
.yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 
.yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main 
.yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 
.yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main 
.yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 
.yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main 
.yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 
.yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main 
.yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 
.yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main 
.yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main 
.yui-b{display:block;margin:0 0 1em 0;}#yui-main 
.yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb 
.yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb 
.yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g 
.yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g 
.yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc 
.yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf 
.yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc 
div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc 
div.first,.yui-g .yui-ge div.first,.yui-gc div.first 
div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g 
.yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb 
.yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb 
.yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc 
.yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb 
.yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd 
.yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf 
.yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb 
div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd 
div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc 
.yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g 
.yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-gb div.first,.yui-gb 
.yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc 
div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g 
div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc 
div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb 
.yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb 
.yui-u{_margin-left:1.0%;}.yui-gb .yui-gd 
.yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd 
div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc 
.yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc 
div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb 
.yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb 
.yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g 
.yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}s .yui-gb .yui-gd 
div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge 
.yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb 
.yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf 
div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf 
div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf 
.yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd 
.yui-u{width:65%;}.yui-ge div.first .yui-gd 
div.first{width:32%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
\ No newline at end of file

Index: yui-stripe.png
===================================================================
RCS file: yui-stripe.png
diff -N yui-stripe.png
Binary files /dev/null and /tmp/cvsDtaam9 differ




reply via email to

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