diff --git a/admin/stats.xsl b/admin/stats.xsl
index c897cae1066667ee67c8524ae998d0d1a5a5a801..e09f24999568e02de5518bf5c646068cac4a64f1 100644
--- a/admin/stats.xsl
+++ b/admin/stats.xsl
@@ -7,7 +7,7 @@
-
-
-
-
-
-
-
-
-
-Mount Point : ()
-
+
diff --git a/admin/updatemetadata.xsl b/admin/updatemetadata.xsl
index 5f2125685a4660ae64bd24037883b8ef9a700069..0d86aa51f74fa98317ecb5d6051c4a7d060d3b94 100644
--- a/admin/updatemetadata.xsl
+++ b/admin/updatemetadata.xsl
@@ -7,7 +7,7 @@
-

Icecast2 Admin
+
Icecast2 Admin
@@ -17,9 +17,9 @@
diff --git a/web/auth.xsl b/web/auth.xsl
index 8368ed71853623e2eda164ba51df49f93e431ef4..0d8c97e248c47167469c1cabfdca3039d57ae878 100644
--- a/web/auth.xsl
+++ b/web/auth.xsl
@@ -1,5 +1,5 @@
-
+
@@ -11,7 +11,7 @@
|
- Authorization Page
+Authorization Page

diff --git a/web/server_version.xsl b/web/server_version.xsl
index d496d280e46ef4586756c1922deff8460af87415..bcf610b2e67795ea328972dac7199701548b257f 100644
--- a/web/server_version.xsl
+++ b/web/server_version.xsl
@@ -7,7 +7,7 @@
-  Icecast2 Status (Version Info)
+ Server Information
@@ -17,8 +17,8 @@
@@ -35,7 +35,7 @@
- Version Information
+ Server Information
diff --git a/web/status.xsl b/web/status.xsl
index aa5c03269943674bd8af00d4ec2527539510c254..b7049a23ae3f9556e8e99d64a23b34757ff2ab35 100644
--- a/web/status.xsl
+++ b/web/status.xsl
@@ -7,7 +7,7 @@
- Icecast2 Status
+Icecast2 Status
@@ -17,9 +17,9 @@
@@ -38,25 +38,22 @@
-
+
@@ -65,8 +62,12 @@ Mount Point : () :
Stream Description: | |
+
Content Type: | |
-Mount Uptime: | |
+
+
+Mount started: | |
+
Bitrate: | |
diff --git a/web/style.css b/web/style.css
index 802612ba6a98845010da9c405c61eb18cdb474c0..129d49d471464726065db3a5c3495b5466f0c227 100644
--- a/web/style.css
+++ b/web/style.css
@@ -34,9 +34,11 @@ h2 {
font-family: Verdana, sans-serif;
text-decoration: none;
font-weight: bold;
- font-size: 250%;
+ font-size: 3em;
color: #fff;
+ padding: 10px 0px 10px 80px;
margin-top:3px;
+ background: transparent url(/icecast.png) no-repeat scroll left center
}
h1 {
font-family: Verdana, sans-serif;
@@ -113,18 +115,24 @@ td {
background-color: #656565;
color: #fff;
}
-
+.roundcont a {
+ margin: 0px 10px;
+}
.newscontent {
margin: 0 20px;
}
-.newscontent h3 {
- margin: 10px 0px;
+h3 {
+ margin: 0px;
+ padding: 0px;
font-family: Verdana, sans-serif;
text-decoration: none;
font-weight: bold;
font-size: 110%;
color: #f8ef64;
- border-bottom: 1px groove #ACACAC;
+}
+.newscontent h3 {
+ margin-bottom: 10px;
+ border-bottom: 1px groove #ACACAC;
}
.newscontent h4 {
margin: 10px 0px;
@@ -156,15 +164,42 @@ td {
font-size: 90%;
color: #f8ef64;
}
+.streamheader table {
+ width: 100%;
+ margin-bottom: 5px;
+ border-bottom: 1px groove #ACACAC;
+}
+.streamheader td {
+ margin: 0px;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding: 10 5 10 5;
+ border: 0px solid white;
+}
+.streamheader h3 {
+ border: 0px;
+}
+.streamheader a {
+ padding: 8px 5px 3px 30px;
+ text-decoration: none;
+ background: transparent url("/tunein.png") no-repeat left center;
+}
+.streamheader a.auth {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-left: 32px;
+ background: transparent url("/key.png") no-repeat left center;
+}
.newscontent a {
font-family: Verdana, sans-serif;
- text-decoration: underline;
+ text-decoration: none;
font-weight: bold;
+ margin: 0px;
color: #f8ef64;
}
.newscontent a:hover {
font-family: Verdana, sans-serif;
- text-decoration: underline;
+ text-decoration: none;
font-weight: bold;
color: #fff;
}
@@ -172,6 +207,7 @@ td {
font-family: Verdana, sans-serif;
text-decoration: none;
font-weight: bold;
+ padding: 2px 9px;
background: #444;
color: #f8ef64;
}
@@ -184,13 +220,13 @@ td {
}
.poster {
font-family: Verdana, sans-serif;
- margin: 0px;
- margin-top: 50px;
+ margin: 50px 120px 20px 0px;
display: block;
text-decoration: none;
font-size: 100%;
color: #f8ef64;
- border-top: 3px dashed #000;
+ padding: 5px;
+ border-top: 1px groove #ACACAC;
}
.roundcont p {
margin: 10px 50px;
|