www-commits
[Top][All Lists]
Advanced

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

www style.fr.css


From: Therese Godefroy
Subject: www style.fr.css
Date: Sat, 18 Jun 2016 07:48:23 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/06/18 07:48:23

Modified files:
        .              : style.fr.css 

Log message:
        Simplify defs for external links; suppress them for gnu.org and fsf.org.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.fr.css?cvsroot=www&r1=1.7&r2=1.8

Patches:
Index: style.fr.css
===================================================================
RCS file: /webcvs/www/www/style.fr.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- style.fr.css        28 Jul 2015 07:09:49 -0000      1.7
+++ style.fr.css        18 Jun 2016 07:48:23 -0000      1.8
@@ -18,36 +18,26 @@
 
 */
 
-/* attention gnu webmasters - please don't edit this file, instead,
-get mattl to do it. */
+/* Attention gnu webmasters - please don't edit this file. Instead,
+get the French translation coordinator or the translation manager
+to do it. */
 
-#logo{background:url(/graphics/topbanner.fr.png) no-repeat;}
 
 /* Help the reader avoid wasted time linking to pages they can not read;
    saves the translator time and effort */
-a[href^="http://"]:before, 
-a[href^="https://"]:before { content: "\2197\00A0"; }
+#content a[href^="http://"]:after, 
+ #content a[href^="https://"]:after { content: "\2197\00A0"; }
+#content a[href*="fsf.org"]:after,
+ #content a[href*="gnu.org"]:after { content: ""; }
 
 ol#translator-notes-alpha li{list-style-type: lower-alpha;}
 
-/* No arrows in the header and footer. */
-#header a[href^="http://"]:before, 
-a[href^="https://"]:before { content: ""; }
-#mission-statement a[href^="http://"]:before, 
-a[href^="https://"]:before { content: ""; }
-#fs-gang a[href^="http://"]:before, 
-a[href^="https://"]:before { content: ""; }
-
-/* Make the text of the large button smaller. */
-#home .large {
-   font-size: 1.6em;
-   font-family: "FreeSans", sans-serif;
-   padding: .3em;
-   margin-top: 1em; margin-bottom: 1em;
-}
-
 /* Increase the switch width to avoid double splitting of the GNU banner. */
 @media (max-width: 48em) {
    #gnu-banner { clear: both }
 }
+/* Make the text of the large button smaller. */
+#home .large {
+   font-size: 1.5em;
+}
 



reply via email to

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