[xiph-commits] r18821 - in websites/xiph.org: css ssi
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Feb 25 11:26:26 PST 2013
Author: xiphmont
Date: 2013-02-25 11:26:26 -0800 (Mon, 25 Feb 2013)
New Revision: 18821
Modified:
websites/xiph.org/css/videopage.css
websites/xiph.org/ssi/pagebottom.include
Log:
Update video page CSS to reflect new scripting/fallbacks
Update copyright dates in site footer include
Modified: websites/xiph.org/css/videopage.css
===================================================================
--- websites/xiph.org/css/videopage.css 2013-02-25 19:24:34 UTC (rev 18820)
+++ websites/xiph.org/css/videopage.css 2013-02-25 19:26:26 UTC (rev 18821)
@@ -33,6 +33,31 @@
margin-right: 3em;
}
+.fallback p{
+ margin: 0px;
+ padding: 2em;
+ padding-top: 1.5em;
+ font-weight: bold;
+ font-size: large;
+ text-align: center;
+}
+
+.fallback div{
+ margin-left: auto;
+ margin-right: auto;
+ width: 160px;
+ height: 80px;
+}
+
+.fallback {
+ position: relative;
+ padding: 0px;
+ margin: 0px;
+ height: 100%;
+ width: 100%;
+ background-color: #d0e0f0;
+}
+
h1 {
padding: 0px;
margin: 1.3em 0 8px 0;
@@ -112,6 +137,11 @@
z-index: 3;
}
+.baseline {
+ position: absolute;
+ visibility: hidden;
+}
+
.vcwrapper {
position: absolute;
top: 1px;
Modified: websites/xiph.org/ssi/pagebottom.include
===================================================================
--- websites/xiph.org/ssi/pagebottom.include 2013-02-25 19:24:34 UTC (rev 18820)
+++ websites/xiph.org/ssi/pagebottom.include 2013-02-25 19:26:26 UTC (rev 18821)
@@ -4,7 +4,7 @@
<p>The Xiph Fish Logo and the Vorbis.com many-fish logos are
trademarks (™) of Xiph.Org.<br/>
- These pages © 1994 - 2012 Xiph.Org. All rights reserved.</p>
+ These pages © 1994 - 2013 Xiph.Org. All rights reserved.</p>
<p style="color:#FFFFFF;"></p>
</div>
More information about the commits
mailing list