diff --git a/admin/listclients.xsl b/admin/listclients.xsl index 1a57dfa9..7edad379 100755 --- a/admin/listclients.xsl +++ b/admin/listclients.xsl @@ -1,12 +1,12 @@ - + Icecast Streaming Media Server - +
@@ -18,10 +18,6 @@
- - - -

List Connected Listeners

@@ -58,19 +54,14 @@
-

-

+
+
-



- - - -
Support icecast development at www.icecast.org
diff --git a/admin/listmounts.xsl b/admin/listmounts.xsl index 82784eeb..1890268b 100755 --- a/admin/listmounts.xsl +++ b/admin/listmounts.xsl @@ -1,12 +1,12 @@ - + Icecast Streaming Media Server - +
@@ -18,10 +18,6 @@
- - - -

List Mountpoints

@@ -43,7 +39,7 @@ | Manage Authentication
-

+

Listener(s)



@@ -52,11 +48,6 @@ -



- - - -
Support icecast development at www.icecast.org
diff --git a/admin/manageauth.xsl b/admin/manageauth.xsl index bf18540e..47d465c5 100755 --- a/admin/manageauth.xsl +++ b/admin/manageauth.xsl @@ -1,12 +1,12 @@ - + Icecast Streaming Media Server - +
@@ -18,10 +18,6 @@
- - - - - - -

Show defined users

@@ -70,19 +66,14 @@ -

-

+
+
-



-
Support icecast development at www.icecast.org
diff --git a/admin/moveclients.xsl b/admin/moveclients.xsl index c6b5ada1..90a5dcf2 100755 --- a/admin/moveclients.xsl +++ b/admin/moveclients.xsl @@ -1,13 +1,12 @@ - + - Icecast Streaming Media Server - +
@@ -19,10 +18,6 @@
- - - -

Move Clients from ()

@@ -39,19 +34,14 @@
Move Clients
-

-

+
+
-



- - - -
Support icecast development at www.icecast.org
diff --git a/admin/response.xsl b/admin/response.xsl index b498c2d5..665f6075 100755 --- a/admin/response.xsl +++ b/admin/response.xsl @@ -1,12 +1,12 @@ - + Icecast Streaming Media Server - +
@@ -18,10 +18,6 @@
- - - - - - -

Icecast Server Response

@@ -33,18 +29,13 @@ Message :

Return Code:

-

-

+
+
-



-
Support icecast development at www.icecast.org
diff --git a/admin/stats.xsl b/admin/stats.xsl index 04b9a17c..75980d26 100755 --- a/admin/stats.xsl +++ b/admin/stats.xsl @@ -1,12 +1,12 @@ - + Icecast Streaming Media Server - +
@@ -18,10 +18,6 @@
- - - -

Icecast Status Page

@@ -46,8 +42,8 @@
-

-

+
+
@@ -70,7 +66,7 @@ | Manage Authentication
-

+
@@ -79,8 +75,8 @@
-

-

+
+
@@ -88,11 +84,6 @@ -



- - - -
Support icecast development at www.icecast.org
diff --git a/web/auth.xsl b/web/auth.xsl index d6a8fdd0..350edd1b 100755 --- a/web/auth.xsl +++ b/web/auth.xsl @@ -1,5 +1,5 @@ - + diff --git a/web/icecast.png b/web/icecast.png index 327f29f0..bff24787 100644 Binary files a/web/icecast.png and b/web/icecast.png differ diff --git a/web/status.xsl b/web/status.xsl index cd20d77d..907a21c5 100755 --- a/web/status.xsl +++ b/web/status.xsl @@ -1,16 +1,12 @@ - + Icecast Streaming Media Server - - - - - - -
+

Icecast Status Page

@@ -73,10 +69,7 @@
-



-
+
Support icecast development at www.icecast.org
diff --git a/web/status2.xsl b/web/status2.xsl index 9a6fb757..3f44d3bf 100755 --- a/web/status2.xsl +++ b/web/status2.xsl @@ -1,5 +1,5 @@ - +
 MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL 
diff --git a/web/style.css b/web/style.css
index 5a450ee0..10659826 100644
--- a/web/style.css
+++ b/web/style.css
@@ -15,34 +15,41 @@ html, body {
 	padding: 0;
 }
 
+body {
+	margin-left: 50px;
+	margin-right: 25px;
+	background-color: #000;
+}
+
 .xiphnav {
-    font-family: Verdana, sans-serif;
+	font-family: Verdana, sans-serif;
 	font-weight: normal;
-    padding:    .25em;
-    margin-bottom:  .5em;
-    border-bottom:  1px solid #000;
-    color: #000;
-    background: #aaa;
+	padding:    .25em;
+	margin-bottom:  .5em;
+	border-bottom:  1px solid #000;
+	color: #000;
+	background: #aaa;
 }
 h2 {
-    font-family: Verdana, sans-serif;
-    text-decoration: none;
-    font-weight: bold;
-    font-size: 250%;
-    color: #FFFFFF;
+	font-family: Verdana, sans-serif;
+	text-decoration: none;
+	font-weight: bold;
+	font-size: 250%;
+	color: #fff;
+	margin-top:3px;
 }
 .nav {
-    font-family: Verdana, sans-serif;
-    text-decoration: none;
-    font-weight: bold;
-    font-size: 110%;
-    color: #FFFFFF;
+	font-family: Verdana, sans-serif;
+	text-decoration: none;
+	font-weight: bold;
+	font-size: 110%;
+	color: #fff;
 }
 .nav:hover {
-    font-family: Verdana, sans-serif;
-    text-decoration: none;
-    font-weight: bold;
-    color: #F8EF64;
+	font-family: Verdana, sans-serif;
+	text-decoration: none;
+	font-weight: bold;
+	color: #f8ef64;
 }
 .xiphnav_a {
     text-decoration: none;
@@ -53,22 +60,22 @@ h2 {
     font-family: Verdana, sans-serif;
     text-decoration: none;
     font-weight: normal;
-    color: #FFFFFF;
+    color: #fff;
 }
 .newsheader {
     font-family: Verdana, sans-serif;
     text-decoration: none;
     font-weight: normal;
     font-size: 110%;
-    color: #F8EF64;
-    background: #444444;
+    color: #f8ef64;
+    background: #444;
 }
 .streamtd {
     font-family: Verdana, sans-serif;
     text-decoration: none;
     font-weight: normal;
     font-size: 85%;
-    color: #FFFFFF;
+    color: #fff;
     padding:15px;
 }
 .streamtd_alt {
@@ -76,7 +83,7 @@ h2 {
     text-decoration: none;
     font-weight: normal;
     font-size: 85%;
-    color: #FFFFFF;
+    color: #fff;
 }
 
 .streamtd_alt_2 {
@@ -84,14 +91,14 @@ h2 {
     text-decoration: underline;
     font-weight: normal;
     font-size: 85%;
-    color: #FFFFFF;
+    color: #fff;
 }
 
 td {
     font-family: Verdana, sans-serif;
     text-decoration: none;
     font-weight: normal;
-    color: #FFFFFF;
+    color: #fff;
 }
 .roundcont {
 	width: 90%;
@@ -108,7 +115,7 @@ td {
 	text-decoration: none;
 	font-weight: bold;
 	font-size: 110%;
-	color: #F8EF64;
+	color: #f8ef64;
         border-bottom:  3px dashed #000000;
 }
 .newscontent h4 {
@@ -117,7 +124,7 @@ td {
 	text-decoration: none;
 	font-weight: bold;
 	font-size: 110%;
-	color: #F8EF64;
+	color: #f8ef64;
 }
 .newscontent p {
 	margin: 0 0;
@@ -139,42 +146,43 @@ td {
 	text-decoration: none;
 	font-weight: none;
 	font-size: 90%;
-        color: #F8EF64;
+        color: #f8ef64;
 }
 .newscontent a {
     font-family: Verdana, sans-serif;
     text-decoration: underline;
     font-weight: bold;
-    color: #F8EF64;
+    color: #f8ef64;
 }
 .newscontent a:hover {
     font-family: Verdana, sans-serif;
     text-decoration: underline;
     font-weight: bold;
-    color: #FFFFFF;
+    color: #fff;
 }
 .newscontent a.nav2 {
     font-family: Verdana, sans-serif;
     text-decoration: none;
     font-weight: bold;
-    background: #444444;
-    color: #F8EF64;
+    background: #444;
+    color: #f8ef64;
 }
 .newscontent a.nav2:hover {
     font-family: Verdana, sans-serif;
     text-decoration: none;
-    background: #777777;
+    background: #777;
     font-weight: bold;
-    color: #FFFFFF;
+    color: #fff;
 }
 .poster {
-    font-family: Verdana, sans-serif;
-	margin: 0px 0px;
+	font-family: Verdana, sans-serif;
+	margin: 0px;
+	margin-top: 50px;
 	display: block;
 	text-decoration: none;
 	font-size: 100%;
-	color: #F8EF64;
-    border-top:  3px dashed #000000;
+	color: #f8ef64;
+	border-top:  3px dashed #000;
 }
 .roundcont p {
 	margin: 10px 50px;