diff --git a/css/layout.css b/css/layout.css index 55ae4eae..5aac6576 100644 --- a/css/layout.css +++ b/css/layout.css @@ -1493,3 +1493,16 @@ p.blogDate { mark { background: cyan; } + +.eoy-background-2 { + background-color: #000000; + width: 100%; + height: 300px; + margin-bottom: 35px; +} + +.eoy-message-2 { + width: 90%; + margin:auto; + padding:auto; +} diff --git a/css/layout.min.css b/css/layout.min.css index f45df9d1..dfc549e4 100644 --- a/css/layout.min.css +++ b/css/layout.min.css @@ -93,8 +93,44 @@ font-weight: 600; line-height: 17px; text-align: center; + text-decoration: none; } mark { background: cyan; } + +.eoy-background-2 { + background-color: #000000; + width: 100%; + height: 300px; + margin-bottom: 35px; + text-align: center; +} + +.green { + color: green; +} + +.white { + color: white; +} + +.bggreen { + background-color: green; +} + +.eoy-message-2 { + width: 90%; + margin:auto; + padding:auto; + text-align: center; +} + +.align-center { + text-align: center; + width: 100%; + align-content: center; + font-size-adjust: 1; + line-height: 3em; +} diff --git a/en/banner.wmi b/en/banner.wmi index bb914cc8..35c13e7c 100644 --- a/en/banner.wmi +++ b/en/banner.wmi @@ -4,7 +4,7 @@
-

Tor: strength in numbers

+

Tor: Strength in numbers

Advance universal human rights. Protect the privacy of millions. Your financial support will allow people around the world to be more safe online.

diff --git a/en/banner2.wmi b/en/banner2.wmi new file mode 100644 index 00000000..3504994b --- /dev/null +++ b/en/banner2.wmi @@ -0,0 +1,16 @@ +
+
+
+
+

Tor: Strength in numbers

+
+
+

Keep Tor Strong

+ Give today, and Mozilla will match your donation. +
+ +
+
+
diff --git a/en/index.wml b/en/index.wml index 68003e49..f99eeed5 100644 --- a/en/index.wml +++ b/en/index.wml @@ -1,7 +1,7 @@ ## translation metadata # Revision: $Revision$ # Translation-Priority: 1-high -#include "banner.wmi" +#include "banner2.wmi" #include "head.wmi" TITLE="Tor Project | Privacy Online" CHARSET="UTF-8"