www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Sat, 16 Feb 2019 12:36:14 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 19/02/16 12:36:14

Modified files:
        .              : layout.css 

Log message:
        Add definitions for buttons in footer-text.html.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.245&r2=1.246

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -b -r1.245 -r1.246
--- layout.css  4 Feb 2019 17:53:36 -0000       1.245
+++ layout.css  16 Feb 2019 17:36:14 -0000      1.246
@@ -1081,12 +1081,16 @@
 
 #mission-statement {
    clear: both;
-   font-size: 0.9em;
-   margin-top: 2em; margin-bottom: 2em;
+   padding: 1.8em 3% 2em;
+   background: white;
 }
 #mission-statement blockquote {
+   font-size: .9em;
    font-weight: bold;
    font-style: italic;
+   margin: 0 0 .8em;
+}
+#mission-statement p {
    margin: 0;
 }
 #mission-statement img {
@@ -1094,6 +1098,31 @@
    height: 2em;
    margin: .5em;
 }
+#support-the-fsf {
+   text-align: center;
+}
+#support-the-fsf a {
+   display: inline-block;
+   padding: .5em .8em;
+   margin: 1em 1.5em 0; 
+}
+#support-the-fsf a.join, #support-the-fsf a.join:visited {
+   color:  #b02500;
+   border-color: #b02500;
+}
+#support-the-fsf a.donate, #support-the-fsf a.donate:visited {
+   color: #004caa;
+   border-color: #004caa;
+}
+#support-the-fsf a.shop, #support-the-fsf a.shop:visited {
+   color:  #0a8080;
+   border-color: #0a8080;
+}
+#support-the-fsf a.shop:hover, #support-the-fsf a.donate:hover,
+ #support-the-fsf a.join:hover {
+   color: #777;
+   border-color: #777;
+}
 
 
 /*** FOOTER ***/



reply via email to

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