www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar joinfsf.diff joinfsf...


From: Dora Scilipoti
Subject: www/server/staging/nav-bar joinfsf.diff joinfsf...
Date: Sat, 30 Mar 2013 20:51:49 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Dora Scilipoti <dora>   13/03/30 20:51:49

Added files:
        server/staging/nav-bar: joinfsf.diff joinfsf.png joinfsf1.diff 
                                joinfsf1.png joinfsf2.diff joinfsf2.png 

Log message:
        Looking for a solution where to place 'Join the FSF'.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/joinfsf.diff?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/joinfsf.png?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/joinfsf1.diff?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/joinfsf1.png?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/joinfsf2.diff?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/joinfsf2.png?cvsroot=www&rev=1.1

Patches:
Index: joinfsf.diff
===================================================================
RCS file: joinfsf.diff
diff -N joinfsf.diff
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ joinfsf.diff        30 Mar 2013 20:51:47 -0000      1.1
@@ -0,0 +1,36 @@
+Index: layout.css
+===================================================================
+RCS file: /web/www/www/layout.css,v
+retrieving revision 1.156
+diff -U 2 -r1.156 layout.css
+--- layout.css 22 Mar 2013 03:25:55 -0000      1.156
++++ layout.css 22 Mar 2013 16:34:05 -0000
+@@ -121,5 +121,11 @@
+ #navigation li a:hover{ background-color: maroon; color: yellow;  }
+ 
+-#joinfsftab a{display: inline-block; font-weight: bold; font-size: 1.2em }
++#joinfsftab a{
++  text-decoration: none; color: #333;
++  padding: 0.25em; display: inline-block;
++  font-weight: bold; font-size: 1.4em;
++}
++#joinfsftab a:hover { color: red; }
++p#joinfsftab { background-color: #aacb50; }
+ 
+ #content h2 {
+Index: server/body-include-2.html
+===================================================================
+RCS file: /web/www/www/server/body-include-2.html,v
+retrieving revision 1.46
+diff -U 2 -r1.46 body-include-2.html
+--- server/body-include-2.html 22 Mar 2013 03:45:50 -0000      1.46
++++ server/body-include-2.html 22 Mar 2013 16:34:05 -0000
+@@ -9,5 +9,7 @@
+ 
+       <div id="fssbox">
+-        <p id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join&nbsp;the&nbsp;FSF!</a></p>
++<p class="button" id="joinfsftab">
++<a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join&nbsp;the&nbsp;FSF!</a>
++</p>
+         <h4>Sign up for the <a href="http://www.fsf.org/fss";>Free Software 
Supporter</a></h4>
+         <p>A monthly email newsletter about GNU and Free Software</p>

Index: joinfsf.png
===================================================================
RCS file: joinfsf.png
diff -N joinfsf.png
Binary files /dev/null and /tmp/cvsiRQSMJ differ

Index: joinfsf1.diff
===================================================================
RCS file: joinfsf1.diff
diff -N joinfsf1.diff
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ joinfsf1.diff       30 Mar 2013 20:51:47 -0000      1.1
@@ -0,0 +1,70 @@
+Index: layout.css
+===================================================================
+RCS file: /web/www/www/layout.css,v
+retrieving revision 1.156
+diff -U 2 -r1.156 layout.css
+--- layout.css 22 Mar 2013 03:25:55 -0000      1.156
++++ layout.css 23 Mar 2013 06:32:04 -0000
+@@ -121,5 +121,12 @@
+ #navigation li a:hover{ background-color: maroon; color: yellow;  }
+ 
+-#joinfsftab a{display: inline-block; font-weight: bold; font-size: 1.2em }
++#joinfsftab a{
++  text-decoration: none; color: white; font-weight: bold; font-size: 1.8em;
++}
++#joinfsftab a:hover { color: yellow; }
++#fssbox p#joinfsftab {
++  background-color: #3465a4; margin-bottom: 3px;
++  padding: 0.25em;
++}
+ 
+ #content h2 {
+@@ -290,8 +297,12 @@
+ #takeactionhomepage li{line-height: 1.3em; list-style: none !important;}
+ 
+-#fssbox {text-align: center; float: right; font-size: 80%;}
++#fssbox {
++  border: 2px solid black; padding: 4px; background: #ccc;
++  text-align: center; float: right; font-size: 80%;
++}
+ #fssbox:lang(ar) {float: left;}
+ 
+-#fssbox p{ margin-bottom: 0px;}
++#fssbox p{ margin-bottom: 0px; padding: 0em 0.5em; background: white }
++#fssbox div { border-top: 2px solid black;}
+ 
+ #content h2 a{color: yellow !important;}
+Index: server/body-include-2.html
+===================================================================
+RCS file: /web/www/www/server/body-include-2.html,v
+retrieving revision 1.46
+diff -U 2 -r1.46 body-include-2.html
+--- server/body-include-2.html 22 Mar 2013 03:45:50 -0000      1.46
++++ server/body-include-2.html 23 Mar 2013 06:32:04 -0000
+@@ -9,16 +9,20 @@
+ 
+       <div id="fssbox">
+-        <p id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join&nbsp;the&nbsp;FSF!</a></p>
+-        <h4>Sign up for the <a href="http://www.fsf.org/fss";>Free Software 
Supporter</a></h4>
+-        <p>A monthly email newsletter about GNU and Free Software</p>
++<p id="joinfsftab">
++<a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join&nbsp;the&nbsp;FSF!</a>
++</p>
++<div>
++<p>Sign up for the <a href="http://www.fsf.org/fss";>Free Software 
Supporter</a></p>
+         <form 
action="https://crm.fsf.org/civicrm/profile/create&amp;reset=1&amp;gid=31"; 
method="post">
+-<div><input name="postURL" type="hidden" value="" />
++<input name="postURL" type="hidden" value="" />
+ <input type="hidden" name="group[25]" value="1" />
+-
+ <input name="cancelURL" type="hidden" 
value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31"; />
+ <input name="_qf_default" type="hidden" value="Edit:cancel" />
+ </div>
+ 
+-        <p><label>Enter your email address (e.g. 
address@hidden)</label></p><p><input type="text" id="frmEmail" 
name="email-Primary" size="15" maxlength="80" /> &nbsp; <input type="submit" 
name="_qf_Edit_next" value="Ok" /></p>
++<p><label>A monthly email newsletter about GNU and Free Software</label></p>
++<p><input type="text" id="frmEmail" name="email-Primary" size="25"
++value="Email address (e.g. address@hidden)" maxlength="80" /> &nbsp;
++<input type="submit" name="_qf_Edit_next" value="Ok" /></p>
+         </form>
+       </div>

Index: joinfsf1.png
===================================================================
RCS file: joinfsf1.png
diff -N joinfsf1.png
Binary files /dev/null and /tmp/cvsUAa51I differ

Index: joinfsf2.diff
===================================================================
RCS file: joinfsf2.diff
diff -N joinfsf2.diff
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ joinfsf2.diff       30 Mar 2013 20:51:48 -0000      1.1
@@ -0,0 +1,96 @@
+Index: layout.css
+===================================================================
+RCS file: /web/www/www/layout.css,v
+retrieving revision 1.156
+diff -U 2 -r1.156 layout.css
+--- layout.css 22 Mar 2013 03:25:55 -0000      1.156
++++ layout.css 30 Mar 2013 18:09:30 -0000
+@@ -121,5 +121,5 @@
+ #navigation li a:hover{ background-color: maroon; color: yellow;  }
+ 
+-#joinfsftab a{display: inline-block; font-weight: bold; font-size: 1.2em }
++#joinfsftab a{color: yellow !important}
+ 
+ #content h2 {
+@@ -267,5 +267,7 @@
+ .inline-list li { display: inline }
+ 
+-#searcher{ float: right; margin-right: 1em; line-height: 3em; color: white; 
text-transform: uppercase; font-weight: bold; background-color: maroon; 
padding-left: 1em; padding-right: 1em;}
++/* #searcher{ width: 500px; height: 35px; text-align: center; float: center; 
padding-top: 15px;}*/
++
++#searcher{ float: right; margin-top: 1.5em; margin-bottom: 1.2em; 
margin-right: 1em; text-transform: uppercase; font-weight: bold; }
+ 
+ #searcher:lang(ar), #searcher:lang(fa), #searcher:lang(he) {float: left;}
+@@ -290,5 +292,5 @@
+ #takeactionhomepage li{line-height: 1.3em; list-style: none !important;}
+ 
+-#fssbox {text-align: center; float: right; font-size: 80%;}
++#fssbox {text-align: center; margin-right: 3.5em; margin-bottom: 1em; float: 
right;  font-size: 80%;  }
+ #fssbox:lang(ar) {float: left;}
+ 
+Index: server/body-include-2.html
+===================================================================
+RCS file: /web/www/www/server/body-include-2.html,v
+retrieving revision 1.46
+diff -U 2 -r1.46 body-include-2.html
+--- server/body-include-2.html 22 Mar 2013 03:45:50 -0000      1.46
++++ server/body-include-2.html 30 Mar 2013 18:31:09 -0000
+@@ -5,37 +5,26 @@
+ 
+         <h1 id="logo"><a href="/">The GNU Operating System</a></h1>
++      
++  <div id="searcher">
+ 
++   <form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi";>
++    <div><label class="netscape4" for="phrase">Search:</label>
++    <input name="phrase" id="phrase" type="text" size="50" accesskey="s"
++           value="Why GNU/Linux?" onfocus="this.value=''" />
++    <input type="submit" value="Search" /></div><!-- unnamed label -->
++   </form>    
++  </div>
+ 
+-
+-      <div id="fssbox">
+-        <p id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join&nbsp;the&nbsp;FSF!</a></p>
++   <div id="fssbox">    
+         <h4>Sign up for the <a href="http://www.fsf.org/fss";>Free Software 
Supporter</a></h4>
+         <p>A monthly email newsletter about GNU and Free Software</p>
+-        <form 
action="https://crm.fsf.org/civicrm/profile/create&amp;reset=1&amp;gid=31"; 
method="post">
+-<div><input name="postURL" type="hidden" value="" />
+-<input type="hidden" name="group[25]" value="1" />
+-
+-<input name="cancelURL" type="hidden" 
value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31"; />
+-<input name="_qf_default" type="hidden" value="Edit:cancel" />
+-</div>
+-
+-        <p><label>Enter your email address (e.g. 
address@hidden)</label></p><p><input type="text" id="frmEmail" 
name="email-Primary" size="15" maxlength="80" /> &nbsp; <input type="submit" 
name="_qf_Edit_next" value="Ok" /></p>
+-        </form>
+-      </div>
+-      </div>
+-      </div>
++   </div>
++       </div> 
++      </div> 
++
+ 
+ <div id="navigation">
+  <div class="inner">
+ 
+-  <div id="searcher">
+-   <form method="get" action="http://www.gnu.org/cgi-bin/estseek.cgi";>
+-    <div><label class="netscape4" for="phrase">Search:</label>
+-    <input name="phrase" id="phrase" type="text" size="18" accesskey="s"
+-           value="Why GNU/Linux?" onfocus="this.value=''" />
+-    <input type="submit" value="Search" /></div><!-- unnamed label -->
+-   </form>
+-  </div><!-- /searcher -->
+-
+   <ul>
+    <li id="tabAboutGNU"><a href="/gnu/gnu.html">About GNU</a></li>
+@@ -47,4 +36,5 @@
+    <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
+    <li id="tabHelp"><a href="/help/help.html">Help&nbsp;GNU</a></li>
++   <li id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join&nbsp;the&nbsp;FSF!</a></li>
+   </ul>
+ 
+

Index: joinfsf2.png
===================================================================
RCS file: joinfsf2.png
diff -N joinfsf2.png
Binary files /dev/null and /tmp/cvs1gnAnJ differ



reply via email to

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