diff --git a/admin/stats.xsl b/admin/stats.xsl
index c897cae1..e09f2499 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 5f212568..0d86aa51 100644
--- a/admin/updatemetadata.xsl
+++ b/admin/updatemetadata.xsl
@@ -7,7 +7,7 @@
-
![](/icecast.png)
Icecast2 Admin
+
Icecast2 Admin
@@ -17,9 +17,9 @@
diff --git a/web/auth.xsl b/web/auth.xsl
index 8368ed71..0d8c97e2 100644
--- a/web/auth.xsl
+++ b/web/auth.xsl
@@ -1,5 +1,5 @@
-
+
@@ -11,7 +11,7 @@
|
-![](/icecast.png) Authorization Page
+Authorization Page
![](/corner_topleft.jpg)
diff --git a/web/server_version.xsl b/web/server_version.xsl
index d496d280..bcf610b2 100644
--- a/web/server_version.xsl
+++ b/web/server_version.xsl
@@ -7,7 +7,7 @@
- ![](/icecast.png) 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 aa5c0326..b7049a23 100644
--- a/web/status.xsl
+++ b/web/status.xsl
@@ -7,7 +7,7 @@
-![](/icecast.png) 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 802612ba..129d49d4 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;
|