www-commits
[Top][All Lists]
Advanced

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

www home.html


From: Therese Godefroy
Subject: www home.html
Date: Mon, 5 Sep 2016 07:05:43 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/05 07:05:43

Modified files:
        .              : home.html 

Log message:
        Style: clean up, remove home:after{clear...}, minor fixes, copy button 
defs from layout.css. HTML: replace 'netscape4' with 'no-display', add 'back' 
class to 3 links, remove spurious full stops, clear floats.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.512&r2=1.513

Patches:
Index: home.html
===================================================================
RCS file: /webcvs/www/www/home.html,v
retrieving revision 1.512
retrieving revision 1.513
diff -u -b -r1.512 -r1.513
--- home.html   19 Jun 2016 07:38:37 -0000      1.512
+++ home.html   5 Sep 2016 07:05:43 -0000       1.513
@@ -9,52 +9,84 @@
 
 <style type="text/css" media="print,screen">
 <!--
-#home:after {
-   clear: both; content: ""; display: block;
-   height: 0px; visibility: hidden; width: 0px;
+#home .button {
+   text-align: center;
+   font-weight: bold;
+   margin-top: .7em; margin-bottom: .8em;
+}
+.button a, .button a:visited {
+   color: #971611;
+   text-decoration: none;
+}
+.button a:hover {
+   color: #777;
+}
+.large {
+   width: auto: max-width: 100%;
+   font-size: 2em;
+   padding: .1em;
+   background-color: #e7e9eb;
+   border: .4em solid #c9cccf;
+}
+#home .button {
+   box-shadow: 0 .15em #171d33;
+   -moz-box-shadow: 0 .15em #171d33;
+   -webkit-box-shadow: 0 .15em #171d33;
+   -icab-box-shadow: 0 .15em #171d33;
+   -o-box-shadow: 0 .15em #171d33;
+   border-radius: 1em;
+   -moz-border-radius: 1em;
+   -khtml-border-radius: 1em;
+   -webkit-border-radius: 1em;
+   -opera-border-radius: 1em;
 }
 
-#home .first-column {
+.emph-box p { font-size: .9em }
+.emph-box h4 {
+   text-align: center;
+   font-size: 1.5em;
+}
+
+.first-column {
    width: 60%;
    float: left;
 }
-#home .second-column {
+.second-column {
    width: 38%;
    float: right;
 }
 @media (max-width: 40em) {
-   #home .first-column, #home .second-column {
+   .first-column, .second-column {
       float: none;
       width: 100%;
    }
 }
-#home .first-column, #home .second-column {
+.first-column, .second-column {
    margin-bottom: 2em; margin-top: 0;
 }
+.first-column {
+   margin-bottom: .5em;
+}
 
-#home h2 {
+h2 {
    text-shadow: none;
    margin-bottom: .6em;
 }
-#home .first-column img { width: 80%; margin: .5em 0 1em 0; }
-#home .second-column h4 img { height: .75em; width: .75em; }
+.first-column img { width: 80%; margin: .5em 0 1em 0; }
+
+.second-column h4 img { height: .8em; }
 h4#Flashes { margin-top: .5em; }
 #Action {
-   text-align: left;
    padding: 0 1em;
    border-left: .4em solid #b9bcbf; border-right: .4em solid #b9bcbf;
 }
-
-h2#Action {
-   text-align: center;
-}
 #Action h2 {
-   float: none;
    text-align: center;
    padding-top: 0;
    color: #171d33;
 }
 #Action li { margin-bottom: .7em; }
+
 p#backtotop { float: right; margin-top: 2.5em; }
 #sisters { font-size: .9em; margin: 0 3% 1.5em 3%; }
 -->
@@ -63,7 +95,7 @@
 <!--#include virtual="/po/home.translist" -->
 <!--#include virtual="/server/banner.html" -->
 
-<p class="netscape4">GNU is the only operating system developed
+<p class="no-display">GNU is the only operating system developed
 specifically to give its users freedom.  What is GNU, and what freedom
 is at stake?</p>
 
@@ -157,7 +189,7 @@
 developing the Hurd because it is an interesting technical
 project.</p>
 
-<p><a href="/gnu/gnu.html">More information</a>.</p>
+<p class="back"><a href="/gnu/gnu.html">More information</a></p>
 
 </div><!-- /first-column -->
 
@@ -180,8 +212,8 @@
 <!--#include virtual="/server/home-pkgselect.html" -->
 <!--#include virtual="/server/home-pkgblurbs.html" -->
 
-<p><small><a href="/manual/blurbs.html">Short descriptions for all GNU
-packages.</a></small></p>
+<p class="back"><small><a href="/manual/blurbs.html">Short descriptions for 
all GNU
+packages</a></small></p>
 
 </div><!-- class="emph-box" -->
 
@@ -223,17 +255,15 @@
 
 <li><a href="/server/takeaction.html#directory">Add to the Free Software
 Directory</a>.</li>
-
-<li><a href="/server/takeaction.html">More action items.</a></li>
-
 </ul>
 
+<p class="back"><a href="/server/takeaction.html">More action items</a></p>
 <!-- END TakeAction -->
 </div><!-- /Action -->
 </div><!-- /second-column -->
 </div><!-- /home -->
 
-<div class="highlight-para">
+<div class="highlight-para" style="clear: both">
 
 <p><strong>Can you contribute to any of
 these <a href="http://www.fsf.org/campaigns/priority-projects/";>High
@@ -328,7 +358,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2016/06/19 07:38:37 $
+$Date: 2016/09/05 07:05:43 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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