www-commits
[Top][All Lists]
Advanced

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

www home.html home.de.html home.es.html home.fr...


From: Therese Godefroy
Subject: www home.html home.de.html home.es.html home.fr...
Date: Sun, 26 Apr 2020 02:02:37 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/04/26 02:02:37

Modified files:
        .              : home.html home.de.html home.es.html 
                         home.fr.html home.it.html home.ja.html 
                         home.nl.html home.pt-br.html home.ru.html 
                         home.sq.html home.tr.html home.uk.html 
                         home.zh-cn.html home.zh-tw.html 
        server         : fs-gang-definitions.html 

Log message:
        Adjust to new style.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.595&r2=1.596
http://web.cvs.savannah.gnu.org/viewcvs/www/home.de.html?cvsroot=www&r1=1.396&r2=1.397
http://web.cvs.savannah.gnu.org/viewcvs/www/home.es.html?cvsroot=www&r1=1.383&r2=1.384
http://web.cvs.savannah.gnu.org/viewcvs/www/home.fr.html?cvsroot=www&r1=1.425&r2=1.426
http://web.cvs.savannah.gnu.org/viewcvs/www/home.it.html?cvsroot=www&r1=1.373&r2=1.374
http://web.cvs.savannah.gnu.org/viewcvs/www/home.ja.html?cvsroot=www&r1=1.348&r2=1.349
http://web.cvs.savannah.gnu.org/viewcvs/www/home.nl.html?cvsroot=www&r1=1.266&r2=1.267
http://web.cvs.savannah.gnu.org/viewcvs/www/home.pt-br.html?cvsroot=www&r1=1.178&r2=1.179
http://web.cvs.savannah.gnu.org/viewcvs/www/home.ru.html?cvsroot=www&r1=1.381&r2=1.382
http://web.cvs.savannah.gnu.org/viewcvs/www/home.sq.html?cvsroot=www&r1=1.312&r2=1.313
http://web.cvs.savannah.gnu.org/viewcvs/www/home.tr.html?cvsroot=www&r1=1.132&r2=1.133
http://web.cvs.savannah.gnu.org/viewcvs/www/home.uk.html?cvsroot=www&r1=1.235&r2=1.236
http://web.cvs.savannah.gnu.org/viewcvs/www/home.zh-cn.html?cvsroot=www&r1=1.252&r2=1.253
http://web.cvs.savannah.gnu.org/viewcvs/www/home.zh-tw.html?cvsroot=www&r1=1.69&r2=1.70
http://web.cvs.savannah.gnu.org/viewcvs/www/server/fs-gang-definitions.html?cvsroot=www&r1=1.3&r2=1.4

Patches:
Index: home.html
===================================================================
RCS file: /webcvs/www/www/home.html,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -b -r1.595 -r1.596
--- home.html   25 Feb 2020 09:57:13 -0000      1.595
+++ home.html   26 Apr 2020 06:02:36 -0000      1.596
@@ -24,7 +24,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -45,6 +45,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -56,7 +59,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -75,26 +78,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
+}
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
 }
-p.btn-left {
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -117,7 +130,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -173,6 +187,26 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
 </style>
 <!--#include virtual="/server/fs-gang-definitions.html" -->
 <!--#include virtual="/po/home.translist" -->
@@ -199,9 +233,9 @@
 are entirely free software.  <a href="#More-GNU">More about GNU
 below</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Try GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Try GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux"><!--#if expr="$DISTRO = dragora" -->
 <div class="screenshot">
@@ -290,11 +324,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... or <a
+<div class="btn-right">... or <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Try parts of GNU</a></p>
-<div style="clear: right"></div>
+Try parts of GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>What is the Free Software Movement?</h2>
 
@@ -540,7 +573,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2020/02/25 09:57:13 $
+$Date: 2020/04/26 06:02:36 $
 <!-- timestamp end -->
 </p>
 </div>

Index: home.de.html
===================================================================
RCS file: /webcvs/www/www/home.de.html,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -b -r1.396 -r1.397
--- home.de.html        6 Mar 2020 06:59:00 -0000       1.396
+++ home.de.html        26 Apr 2020 06:02:36 -0000      1.397
@@ -36,7 +36,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -57,6 +57,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -68,7 +71,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -87,26 +90,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -129,7 +142,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -185,6 +199,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -212,9 +249,9 @@
 <em>freie</em> Software sind. <a href="#more-about-gnu">Mehr über
 GNU&#160;…</a></p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros">GNU/Linux ausprobieren</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros">GNU/Linux ausprobieren</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -323,11 +360,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  … oder <a
+<div class="btn-right">… oder <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>einzelne
-Softwarepakete testen</a></p>
-<div style="clear: right"></div>
+Softwarepakete testen</a></div>
+<div style="clear:both"></div>
 
 <h2>Was ist die Freie-Software-Bewegung?</h2>
 
@@ -605,7 +641,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Letzte Änderung:
 
-$Date: 2020/03/06 06:59:00 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.es.html
===================================================================
RCS file: /webcvs/www/www/home.es.html,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -b -r1.383 -r1.384
--- home.es.html        25 Feb 2020 12:30:45 -0000      1.383
+++ home.es.html        26 Apr 2020 06:02:36 -0000      1.384
@@ -35,7 +35,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -56,6 +56,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -67,7 +70,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -86,26 +89,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -128,7 +141,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -184,6 +198,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -211,9 +248,9 @@
 completamente software libre. <a href="#More-GNU">Más información acerca de
 GNU</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">¡Pruebe GNU/Linux!</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">¡Pruebe GNU/Linux!</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -315,11 +352,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... o <a
+<div class="btn-right">... o <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Pruebe componentes de GNU</a></p>
-<div style="clear: right"></div>
+Pruebe componentes de GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>¿Qué es el movimiento del software libre?</h2>
 
@@ -585,7 +621,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Última actualización:
 
-$Date: 2020/02/25 12:30:45 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.fr.html
===================================================================
RCS file: /webcvs/www/www/home.fr.html,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -b -r1.425 -r1.426
--- home.fr.html        25 Feb 2020 10:31:12 -0000      1.425
+++ home.fr.html        26 Apr 2020 06:02:36 -0000      1.426
@@ -36,7 +36,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -57,6 +57,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -68,7 +71,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -87,26 +90,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -129,7 +142,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -185,6 +199,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -213,9 +250,9 @@
 n'incluant que des logiciels libres. Pour en <a href="#More-GNU">apprendre
 plus sur GNU, voir ci-dessous</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Essayer GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Essayer GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -321,11 +358,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... ou <a
+<div class="btn-right">... ou <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>Essayer
-GNU en partie</a></p>
-<div style="clear: right"></div>
+GNU en partie</a></div>
+<div style="clear:both"></div>
 
 <h2>Qu'est-ce que le mouvement du logiciel libre ?</h2>
 
@@ -591,7 +627,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.it.html
===================================================================
RCS file: /webcvs/www/www/home.it.html,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -b -r1.373 -r1.374
--- home.it.html        25 Feb 2020 10:31:12 -0000      1.373
+++ home.it.html        26 Apr 2020 06:02:36 -0000      1.374
@@ -35,7 +35,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -56,6 +56,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -67,7 +70,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -86,26 +89,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -128,7 +141,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -184,6 +198,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -210,9 +247,9 @@
 software libero.  <a href="#More-GNU">Altre informazioni su GNU qui
 sotto</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Try GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Try GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -312,11 +349,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... or <a
+<div class="btn-right">... or <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Try parts of GNU</a></p>
-<div style="clear: right"></div>
+Try parts of GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>Cos'è il movimento per il software libero?</h2>
 
@@ -580,7 +616,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Ultima modifica:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.ja.html
===================================================================
RCS file: /webcvs/www/www/home.ja.html,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -b -r1.348 -r1.349
--- home.ja.html        25 Feb 2020 10:31:12 -0000      1.348
+++ home.ja.html        26 Apr 2020 06:02:36 -0000      1.349
@@ -33,7 +33,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -54,6 +54,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -65,7 +68,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -84,26 +87,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -126,7 +139,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -182,6 +196,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -202,9 +239,9 @@
 
href="/distros/free-distros.html">インストールできる版のGNU</a>(より正確には、GNU/Linuxディストリビューション)を推奨します。これはå
…¨éƒ¨ãŒè‡ªç”±ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã§ã™ã€‚<a
 href="#More-GNU">以下、もっとGNUについて</a>。</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">GNU/Linuxを使ってみよう</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">GNU/Linuxを使ってみよう</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -306,10 +343,9 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... または<a
-href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>GNUの部分を使ってみる</a></p>
-<div style="clear: right"></div>
+<div class="btn-right">... または<a
+href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>GNUの部分を使ってみる</a></div>
+<div style="clear:both"></div>
 
 <h2>自由ソフトウェア運動とは?</h2>
 
@@ -532,7 +568,7 @@
 <p class="unprintable"><!-- timestamp start -->
 最終更新:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.nl.html
===================================================================
RCS file: /webcvs/www/www/home.nl.html,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -b -r1.266 -r1.267
--- home.nl.html        25 Feb 2020 10:31:12 -0000      1.266
+++ home.nl.html        26 Apr 2020 06:02:36 -0000      1.267
@@ -35,7 +35,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -56,6 +56,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -67,7 +70,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -86,26 +89,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -128,7 +141,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -184,6 +198,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -209,9 +246,9 @@
 GNU</a> aan (of beter gezegd, GNU/Linux-distributies) die volledig vrije
 software zijn. <a href="#More-GNU">Meer over GNU hieronder</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Probeer GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Probeer GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -311,11 +348,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... of <a
+<div class="btn-right">... of <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Probeer een gedeelte van GNU</a></p>
-<div style="clear: right"></div>
+Probeer een gedeelte van GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>Wat is de vrijesoftwarebeweging?</h2>
 
@@ -577,7 +613,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Bijgewerkt:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.pt-br.html
===================================================================
RCS file: /webcvs/www/www/home.pt-br.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- home.pt-br.html     25 Feb 2020 10:31:12 -0000      1.178
+++ home.pt-br.html     26 Apr 2020 06:02:36 -0000      1.179
@@ -35,7 +35,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -56,6 +56,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -67,7 +70,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -86,26 +89,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -128,7 +141,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -184,6 +198,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -210,9 +247,9 @@
 totalmente software livre. <a href="#More-GNU">Mais sobre GNU
 abaixo</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Teste o GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Teste o GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -316,11 +353,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... ou <a
+<div class="btn-right">... ou <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Tente partes do GNU</a></p>
-<div style="clear: right"></div>
+Tente partes do GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>O que é o Movimento de Software Livre?</h2>
 
@@ -583,7 +619,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Última atualização:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.ru.html
===================================================================
RCS file: /webcvs/www/www/home.ru.html,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -b -r1.381 -r1.382
--- home.ru.html        25 Feb 2020 10:31:12 -0000      1.381
+++ home.ru.html        26 Apr 2020 06:02:36 -0000      1.382
@@ -37,7 +37,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -58,6 +58,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -69,7 +72,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -88,26 +91,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -130,7 +143,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -186,6 +200,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -212,9 +249,9 @@
 установки</a> (точнее, дистрибутивы GNU/Linux), 
полностью состоящие из
 свободных программ. <a href="#More-GNU">Подробнее о 
GNU см. ниже</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Попробуй GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Попробуй GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -315,11 +352,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... или <a
+<div class="btn-right">... или <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Попробуй части GNU</a></p>
-<div style="clear: right"></div>
+Попробуй части GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>Что такое движение за свободные 
программы?</h2>
 
@@ -578,7 +614,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Обновлено:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.sq.html
===================================================================
RCS file: /webcvs/www/www/home.sq.html,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -b -r1.312 -r1.313
--- home.sq.html        25 Feb 2020 10:31:12 -0000      1.312
+++ home.sq.html        26 Apr 2020 06:02:36 -0000      1.313
@@ -35,7 +35,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -56,6 +56,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -67,7 +70,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -86,26 +89,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -128,7 +141,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -184,6 +198,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -209,9 +246,9 @@
 GNU-së</a> (më saktë, shpërndarje GNU/Linux) që janë plotësisht 
software i
 lirë.  <a href="#More-GNU">Më tepër mbi GNU-në gjeni më poshtë</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Provojeni GNU/Linux-in</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Provojeni GNU/Linux-in</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -315,11 +352,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  … ose <a
+<div class="btn-right">… ose <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Provoni pjesë të GNU-së</a></p>
-<div style="clear: right"></div>
+Provoni pjesë të GNU-së</a></div>
+<div style="clear:both"></div>
 
 <h2>Ç’është Lëvizja Për Software-i i Lirë?</h2>
 
@@ -581,7 +617,7 @@
 <p class="unprintable"><!-- timestamp start -->
 U përditësua më:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.tr.html
===================================================================
RCS file: /webcvs/www/www/home.tr.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- home.tr.html        5 Mar 2020 18:03:56 -0000       1.132
+++ home.tr.html        26 Apr 2020 06:02:36 -0000      1.133
@@ -35,7 +35,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -56,6 +56,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -67,7 +70,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -86,26 +89,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -128,7 +141,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -184,6 +198,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -210,9 +247,9 @@
 href="#More-GNU">Aşağıda GNU hakkında daha fazla bilgiye
 ulaşabilirsiniz</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">GNU/Linux'u Deneyin</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">GNU/Linux'u Deneyin</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -316,11 +353,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... veya <a
+<div class="btn-right">... veya <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>GNU'nun
-bileşenlerini deneyin</a></p>
-<div style="clear: right"></div>
+bileşenlerini deneyin</a></div>
+<div style="clear:both"></div>
 
 <h2>Özgür Yazılım Hareketi Nedir?</h2>
 
@@ -590,7 +626,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Son Güncelleme:
 
-$Date: 2020/03/05 18:03:56 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.uk.html
===================================================================
RCS file: /webcvs/www/www/home.uk.html,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -b -r1.235 -r1.236
--- home.uk.html        25 Feb 2020 10:31:12 -0000      1.235
+++ home.uk.html        26 Apr 2020 06:02:36 -0000      1.236
@@ -36,7 +36,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -57,6 +57,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -68,7 +71,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -87,26 +90,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -129,7 +142,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -185,6 +199,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -210,9 +247,9 @@
 установки</a> (точніше, дистрибутиви GNU/Linux), 
що повністю складаються з
 вільних програм. <a href="#More-GNU">Детальніше про 
GNU див. нижче</a>.</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">Try GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">Try GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -312,11 +349,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ... or <a
+<div class="btn-right">... or <a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>
-Try parts of GNU</a></p>
-<div style="clear: right"></div>
+Try parts of GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>Що таке рух за вільні програми?</h2>
 
@@ -572,7 +608,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Оновлено:
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.zh-cn.html
===================================================================
RCS file: /webcvs/www/www/home.zh-cn.html,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -b -r1.252 -r1.253
--- home.zh-cn.html     3 Mar 2020 23:58:51 -0000       1.252
+++ home.zh-cn.html     26 Apr 2020 06:02:36 -0000      1.253
@@ -32,7 +32,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -53,6 +53,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -64,7 +67,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -83,26 +86,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -125,7 +138,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -181,6 +195,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -201,9 +238,9 @@
 
href="/distros/free-distros.html">这些GNU版本</a>(更确切地说是,GNU/Linux发行版),它们完å
…¨æ˜¯è‡ªç”±è½¯ä»¶ã€‚<a
 href="#More-GNU">更多关于 GNU</a>。</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">试用GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">试用GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -300,10 +337,9 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  ...或者<a
-href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>试用GNU组件</a></p>
-<div style="clear: right"></div>
+<div class="btn-right">...或者<a
+href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>试用GNU组件</a></div>
+<div style="clear:both"></div>
 
 <h2>什么是自由软件运动?</h2>
 
@@ -526,7 +562,7 @@
 <p class="unprintable"><!-- timestamp start -->
 最后更新:
 
-$Date: 2020/03/03 23:58:51 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: home.zh-tw.html
===================================================================
RCS file: /webcvs/www/www/home.zh-tw.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- home.zh-tw.html     25 Feb 2020 10:31:12 -0000      1.69
+++ home.zh-tw.html     26 Apr 2020 06:02:36 -0000      1.70
@@ -34,7 +34,7 @@
    margin: 1.2em 0 .9em;
 }
 h2.first {
-   margin-top: 1em;
+   margin-top: .9em;
 }
 
 #gnu-linux, .thumbs {
@@ -55,6 +55,9 @@
 .screenshot a, .thumbs .image td a {
    color: white;
 }
+.screenshot a[href]:hover, .thumbs .image td a[href]:hover {
+   background: #444;
+}
 .screenshot img {
    width: 100%;
 }
@@ -66,7 +69,7 @@
    width: 100%;
    display: block;
    overflow: auto;
-   padding-bottom: .2em;
+   padding-bottom: .8em;
 }
 .thumbs td {
    vertical-align: top;
@@ -85,26 +88,36 @@
    max-width: 100%;
    min-width: 8em;
 }
-p.btn-left a, p.btn-right a,
- p.btn-left a:visited, p.btn-right a:visited {
+
+.btn-left a[href], .btn-right a[href] {
+   display: inline-block;
+   text-align: center;
+   font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", 
sans-serif;
    font-size: 1.6em;
-   padding: .4em .6em;
+   font-weight: bold;
+   text-decoration: none;
+   padding: .4em .6em .5em;
    color: #b02500;
+   background: white;
    border: .1em solid #b02500;
-   margin: .3em 0;
+   border-radius: .3em;
 }
-p.btn-left {
+.btn-left a[href]:hover, .btn-right a[href]:hover {
+   text-decoration: none;
+   color: #a42e2b;
+   background: #f6e5e1;
+   border-color: #a42e2b;
+}
+.btn-left {
    float: left;
-   margin: .7em 0;
+   margin: 2em 0;
 }
-p.btn-right {
+.btn-right {
    float: right;
-   margin: 0 0 .3em;
-}
-p.button a:hover {
-   color: #777;
-   border-color: #777;
+   margin: 2em 0 1.5em;
 }
+.btn-right a { margin-left: .7em; }
+
 .first-column p.back {
    margin-bottom: 0;
 }
@@ -127,7 +140,8 @@
 }
 h3 img {
    height: .8em;
-   margin-left: .5em;
+   padding: .2em .5em;
+   background: white;
 }
 #blurb h4 {
    text-align: left;
@@ -183,6 +197,29 @@
    }
 }
 -->
+<!--#if expr="$LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
+<!--
+.thumbs td {
+   border-left: 0; border-right: .5em solid white;
+}
+.btn-left {
+   float: right;
+}
+.btn-right {
+   float: left;
+}
+@media (min-width: 60em) {
+   .first-column {
+      float: right;
+   }
+   .second-column {
+      float: left;
+   }
+}-->
+<!--#endif -->
+
+
+
 
 </style>
 
@@ -202,9 +239,9 @@
 <p>我們推薦完全由自由軟體組成的<a 
href="/distros/free-distros.html">可安裝 GNU 版本</a>(更精確來講是
 GNU/Linux 散布版)。<a href="#More-GNU">以下有更多 GNU 
相關資訊</a>。</p>
 
-<p class="button btn-left">
-  <a href="/distros/free-distros.html">試試 GNU/Linux</a></p>
-<div style="clear: left"></div>
+<div class="btn-left">
+  <a href="/distros/free-distros.html">試試 GNU/Linux</a></div>
+<div style="clear:both"></div>
 
 <div id="gnu-linux">
 <!--#if expr="$DISTRO = dragora" -->
@@ -304,11 +341,10 @@
  </tr>
 </table>
 
-<p class="button btn-right">
-  …或<a
+<div class="btn-right">…或<a
 
href="https://directory.fsf.org/wiki/Free_Software_Directory:Free_software_replacements";>試試部分的
-GNU</a></p>
-<div style="clear: right"></div>
+GNU</a></div>
+<div style="clear:both"></div>
 
 <h2>自由軟體運動是什麼?</h2>
 
@@ -533,7 +569,7 @@
 <p class="unprintable"><!-- timestamp start -->
 更新時間︰
 
-$Date: 2020/02/25 10:31:12 $
+$Date: 2020/04/26 06:02:36 $
 
 <!-- timestamp end -->
 </p>

Index: server/fs-gang-definitions.html
===================================================================
RCS file: /webcvs/www/www/server/fs-gang-definitions.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- server/fs-gang-definitions.html     29 Sep 2016 07:52:55 -0000      1.3
+++ server/fs-gang-definitions.html     26 Apr 2020 06:02:37 -0000      1.4
@@ -15,6 +15,9 @@
    margin-left: .5em;
    color: white; text-decoration: none;
 }
+#fs-gang .img-container a:hover {
+   background: none;
+}
 #fs-gang .img-container img {
    width: 100%;
    padding: .3em 0 0 0;



reply via email to

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