Added donate button. Shifted Signika Extra Bold for Signika Semibold.
authorAna Isabel Carvalho <ana.isabelc@gmail.com>
Wed, 4 Jun 2014 16:03:29 +0000 (17:03 +0100)
committerAna Isabel Carvalho <ana.isabelc@gmail.com>
Wed, 4 Jun 2014 16:03:29 +0000 (17:03 +0100)
css/main.css
img/donate.en.png [new file with mode: 0644]

index a1014b7e3d28ba646debe2cc8a80da509f6c2957..26e98bbffe3246ab2c1e924cdc989983054df25e 100644 (file)
@@ -115,8 +115,8 @@ textarea {
 }
 
 @font-face {
-         font-family: 'Signika Bold';
-         src: local('Signika Bold'), url('../fonts/Signika/Signika-Bold.ttf') format('truetype');
+         font-family: 'Signika Semmibold';
+         src: local('Signika Semmibold'), url('../fonts/Signika/Signika-Semibold.ttf') format('truetype');
 }
 
 
@@ -126,12 +126,18 @@ body {
                line-height: 1.4;
 }
 
-h1 {  font-size: 2.75em;  line-height: 1.2; font-family: 'Dosis'; text-transform: uppercase; letter-spacing: 1px; margin-bottom: .5em;  }
-h2 {  font-size: 2.75em;  line-height: 1.2; font-family: 'Dosis'; text-transform: uppercase; letter-spacing: 1px;      }
-h3 {  font-size: 1.625em; line-height: 1.2; font-family: 'Dosis'; text-transform: uppercase; letter-spacing: 1px;      }
-h4 {  font-size: 1.375em; line-height: 1.2; font-family: 'Dosis EBold'; color: #4d4d4d; text-transform: uppercase; letter-spacing: 1px;        }
-h5 {  font-size: 1.25em;  line-height: 1.2; font-family: 'Dosis EBold'; color: #4d4d4d; text-transform: uppercase; letter-spacing: 1px;        }
-h6 {  font-size: 1.125em; line-height: 1.2; font-family: 'Dosis EBold'; color: #4d4d4d; text-transform: uppercase; letter-spacing: 1px;        }
+h1 {  font-size: 2.75em;  font-family: 'Dosis'; margin-bottom: .5em;  }
+h2 {  font-size: 2.75em;  font-family: 'Dosis';        }
+h3 {  font-size: 1.625em; font-family: 'Dosis';        }
+h4 {  font-size: 1.375em; font-family: 'Dosis EBold'; color: #4d4d4d;  }
+h5 {  font-size: 1.25em;  font-family: 'Dosis EBold'; color: #4d4d4d; }
+h6 {  font-size: 1.125em; font-family: 'Dosis EBold'; color: #4d4d4d; }
+
+h1, h2, h3, h4, h5, h6 {
+               line-height: 1.2;
+               text-transform: uppercase;
+               letter-spacing: 1px;
+}
 
 .nav .os a.current,
 .main .highlight p,
@@ -139,7 +145,7 @@ h6 {  font-size: 1.125em; line-height: 1.2; font-family: 'Dosis EBold'; color: #
 .main dt,
 .troubleshooting dt,
 strong {
-               font-family: 'Signika Bold';
+               font-family: 'Signika Semmibold';
                color: #4d4d4d;
 }
 
@@ -324,7 +330,6 @@ a:hover, a:focus {
 }
 
 
-
 /* Troubleshooting panel
 */
 
@@ -387,6 +392,11 @@ a:hover, a:focus {
                margin-top: 0;
 }
 
+.troubleshooting dt.feedback,
+.troubleshooting dd.feedback {
+               display: inline-block;
+}
+
 /* FSF Introduction, before the header +  Newsletter form
 */
 
@@ -446,11 +456,16 @@ a:hover, a:focus {
                outline: none;
 }
 
+#fsf-intro .newsletter form + p {
+               margin: .25em 0 0;
+               font-size: 
+}
+
 /* Footer
 */
 
-#footer #copyright h4 {
-               margin-bottom: 1em;
+#footer h4 {
+               margin-bottom: .75em;
 }
 
 
diff --git a/img/donate.en.png b/img/donate.en.png
new file mode 100644 (file)
index 0000000..2ab0b3c
Binary files /dev/null and b/img/donate.en.png differ