[xiph-commits] r18835 - in websites/xiph.org: css ssi
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Feb 25 18:41:41 PST 2013
Author: xiphmont
Date: 2013-02-25 18:41:41 -0800 (Mon, 25 Feb 2013)
New Revision: 18835
Modified:
websites/xiph.org/css/screen.css
websites/xiph.org/css/videopage.css
websites/xiph.org/ssi/navbar_video.include
Log:
Accentuate the donate button a bit for video launch
Modified: websites/xiph.org/css/screen.css
===================================================================
--- websites/xiph.org/css/screen.css 2013-02-26 00:55:13 UTC (rev 18834)
+++ websites/xiph.org/css/screen.css 2013-02-26 02:41:41 UTC (rev 18835)
@@ -119,3 +119,29 @@
color: #888888;
clear: both;
}
+
+li a div#donate {
+ border-radius: 6px;
+ border: 1px solid #cdddff;
+ padding: .2em;
+ background-color: #ffd880;
+ width: auto;
+ margin-left: 1em;
+ margin-right: 0;
+ text-align: center;
+ font-style: italic;
+ font-size: 130%;
+ margin-top: 2em;
+ line-height: 1.4;
+}
+
+div#donate2 {
+ text-align: center;
+ font-size: .7em;
+ line-height: 1.2;
+ font-weight: normal;
+ color: #666666;
+ text-decoration: none;
+ margin: -.75em 0 1em 1em;
+ padding: 0px;
+}
Modified: websites/xiph.org/css/videopage.css
===================================================================
--- websites/xiph.org/css/videopage.css 2013-02-26 00:55:13 UTC (rev 18834)
+++ websites/xiph.org/css/videopage.css 2013-02-26 02:41:41 UTC (rev 18835)
@@ -13,6 +13,7 @@
}
#thepage {
+ padding-left: 5px;
margin-left: auto;
margin-right: auto;
width: 920px;
@@ -57,7 +58,7 @@
margin: 0px;
height: 100%;
width: 100%;
- font-size: 11px;
+ font-size: 12px;
background-color: #d0e0f0;
display: table;
}
@@ -71,13 +72,13 @@
h1 {
padding: 0px;
- margin: 1.3em 0 8px 0;
font-size: 1.5em;
position: relative;
float: right;
margin: 14px;
padding-top: 36px;
margin-top: -1.3em;
+ margin-right: 40px;
font-weight: bold;
color: #ff9900;
}
@@ -86,7 +87,7 @@
padding: 0px;
margin: 0px;
margin-top: -14px;
- margin-right: 14px;
+ margin-right: 40px;
font-size: 1em;
position: relative;
clear: right;
Modified: websites/xiph.org/ssi/navbar_video.include
===================================================================
--- websites/xiph.org/ssi/navbar_video.include 2013-02-26 00:55:13 UTC (rev 18834)
+++ websites/xiph.org/ssi/navbar_video.include 2013-02-26 02:41:41 UTC (rev 18835)
@@ -3,7 +3,6 @@
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/press/">Press</a></li>
- <li><a href="/donate/">Donate</a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="http://wiki.xiph.org/index.php/Main_Page">Wiki</a></li>
</ul>
@@ -16,6 +15,10 @@
<ul>
<li><a href="/#resources">Resources by Project</a></li>
</ul>
+ <ul>
+ <li><a href="/donate/"><div id="donate">Donate</div></a></li>
+ </ul>
+ <div id="donate2">The Xiph.Org Foundation is a non-profit organization supported by your donations</div>
</div>
<div id="banners"></div>
More information about the commits
mailing list