[xiph-commits] r9716 - websites/icecast.org/common

oddsock at svn.xiph.org oddsock at svn.xiph.org
Sun Aug 7 22:04:00 PDT 2005


Author: oddsock
Date: 2005-08-07 22:03:59 -0700 (Sun, 07 Aug 2005)
New Revision: 9716

Modified:
   websites/icecast.org/common/header.php
Log:
temporary....


Modified: websites/icecast.org/common/header.php
===================================================================
--- websites/icecast.org/common/header.php	2005-08-08 03:47:33 UTC (rev 9715)
+++ websites/icecast.org/common/header.php	2005-08-08 05:03:59 UTC (rev 9716)
@@ -6,6 +6,57 @@
 ?>
 <html>
 <head>
+<style>
+#xiphbar {
+	background-color: #666666;
+	min-height: 29px;
+}
+
+#xiphbar div {
+	width: 50em;
+	margin-left: auto;
+	margin-right: auto;
+	min-width: 800px;
+}
+
+
+#xiphbar img {
+	margin: 0 0 0 0;
+	border: 0;
+	padding: .4em 0 0 12px;
+	float: left;
+	text-transform: lowercase;
+	width: 231;
+	height: 17px;
+}
+
+#xiphbar ul {
+	margin: 0;
+	border: 0;
+	padding: .23em 12px .45em 0;
+	text-align: right;
+	text-transform: uppercase;
+}
+
+#xiphbar li {
+	margin: 0;
+	border: 0;
+	padding: 0 10px 0 0;
+	display: inline;
+	list-style: none;
+}
+
+#xiphbar li a {
+	color: #FFCC66;
+	text-decoration: none;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 10px;
+}
+
+#xiphbar li a:hover {
+	color: #FFE6B3;
+}
+</style>
 <title>Icecast.org</title>
 <link rel="stylesheet" type="text/css" href="common/style.css" />
 </head>



More information about the commits mailing list