diff --git a/en_US.ISO8859-1/htdocs/index.xsl b/en_US.ISO8859-1/htdocs/index.xsl index c66bac4c09..205110f707 100644 --- a/en_US.ISO8859-1/htdocs/index.xsl +++ b/en_US.ISO8859-1/htdocs/index.xsl @@ -190,14 +190,6 @@ -
-
.
-
- Donate to FreeBSD -
-
.
-
-
.
@@ -344,5 +336,6 @@ permission of The FreeBSD Foundation. + &header2.word.contact; diff --git a/en_US.ISO8859-1/htdocs/layout/css/layout.css b/en_US.ISO8859-1/htdocs/layout/css/layout.css index 3c81d54ded..bee3f62f4b 100644 --- a/en_US.ISO8859-1/htdocs/layout/css/layout.css +++ b/en_US.ISO8859-1/htdocs/layout/css/layout.css @@ -409,6 +409,43 @@ width: 150px; } +/* Donate Button */ + /* height and width details */ +.frontdonatetop div, .frontdonatetop, .frontdonatebot div, .frontdonatebot { + width: 20%; + height: 10px; + font-size: 1px; + text-align: center; +} + +.frontdonatecontent { + margin: 0; + padding: 0; + margin-top: -4px; + margin-bottom: -4px; + text-align: center; + font-size: 1.1em; + font-weight: bold; +} + +.frontdonatecontent a, .frontdonatecontent a:link, .frontdonatecontent a:visited, .frontdonatecontent a:hover, .frontdonatecontent a:active { + color: #990000; + text-decoration: none; +} + +.frontdonateroundbox { + margin-top: 10px; + padding: 0; + /*padding-right: 30px;*/ + width: 150px; + height: 25px; + background-color: white; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; +} + /* Get FreeBSD Box */ /* set background images for corners */ diff --git a/share/xml/header.ent b/share/xml/header.ent index 09e28f6686..00bfac1290 100644 --- a/share/xml/header.ent +++ b/share/xml/header.ent @@ -37,6 +37,17 @@ + +
.
+ +
.
+
+'> + @@ -119,7 +130,8 @@ @@ -131,9 +143,9 @@
'> @@ -156,6 +168,7 @@
+ &header2.donatebutton; &header2.searchnav.label; &header2.searchnav; diff --git a/share/xml/xhtml.xsl b/share/xml/xhtml.xsl index 268110cb5d..2175e250b8 100644 --- a/share/xml/xhtml.xsl +++ b/share/xml/xhtml.xsl @@ -63,6 +63,8 @@
+ &header2.donatebutton; + &header2.searchnav.label; &header2.searchnav;