summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-12-22 18:15:46 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-12-22 18:15:46 +0000
commit600227043a817c2c911d021ba78b9739b4e92088 (patch)
tree4c35e7b3fce0a11d1868890675cd9d3c2c404f3a /css
parent34a8da7294f445448dfdf9597e8ba322d9dc08e6 (diff)
downloadvdr-plugin-live-600227043a817c2c911d021ba78b9739b4e92088.tar.gz
vdr-plugin-live-600227043a817c2c911d021ba78b9739b4e92088.tar.bz2
- Almost full featured javascript controlling interface for the vlc window.
Diffstat (limited to 'css')
-rw-r--r--css/siteprefs.css5
-rw-r--r--css/styles.css98
2 files changed, 24 insertions, 79 deletions
diff --git a/css/siteprefs.css b/css/siteprefs.css
index 61955c3..e848819 100644
--- a/css/siteprefs.css
+++ b/css/siteprefs.css
@@ -25,8 +25,9 @@ table {
}
-
-
+div#vlcControls {
+ text-align: center;
+}
.notify-win {
margin: 0px auto;
diff --git a/css/styles.css b/css/styles.css
index f7774dc..95a8ab5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -444,30 +444,6 @@ div.pagemenu a.active {
font-weight: bold;
}
-/* check if still needed
-
-div.pagemenu span {
- text-decoration: none;
- color: black;
- font-weight: bold;
- padding: 5px;
-}
-
-div.pagemenu span.active {
- text-decoration: none;
- color: blue;
- font-weight: bold;
- padding: 5px;
-}
-
-div.pagemenu span.sep {
- text-decoration: none;
- color: #C0C1DA;
- font-weight: lighter;
- padding: 5px;
-}
-*/
-
/* #######################
# Info Box (near logo)
#######################
@@ -550,7 +526,8 @@ div#infobox div.st_controls div#infobox_channel_buttons {
# Buttons
#################################
*/
-button.green {
+
+button {
width: 100px;
height: 20px;
background-color: inherit;
@@ -565,34 +542,20 @@ button.green {
padding-bottom: 3px;
}
+button.green {
+ background-image: url(img/button_green.png);
+}
+
button.red {
- width: 100px;
- height: 20px;
- background-color: inherit;
background-image: url(img/button_red.png);
- background-repeat: no-repeat;
- color: #FFFFFF;
- font-size: 11px;
- border: 0px;
- vertical-align: middle;
- text-align: center;
- cursor: pointer;
- padding-bottom: 3px;
}
button.blue {
- width: 100px;
- height: 20px;
- background-color: inherit;
background-image: url(img/button_blue.png);
- background-repeat: no-repeat;
- color: #FFFFFF;
- font-size: 11px;
- border: 0px;
- vertical-align: middle;
- text-align: center;
- cursor: pointer;
- padding-bottom: 3px;
+}
+
+button.yellow {
+ background-image: url(img/button_yellow.png);
}
@@ -1102,36 +1065,6 @@ table.login tr td {
##############################
*/
-/*
-div.about_box {
- border: none;
-}
-
-div.about_box a {
- text-decoration: none;
- color: black;
- font-weight: bold;
-}
-
-div.about_box a:hover {
- text-decoration: underline;
-}
-
-.info-win div.about_content {
- padding: 0;
- margin: 0;
-
- border-left: 1px solid #000000;
- border-right: 1px solid #000000;
- border-bottom: 1px solid #000000;
-}
-
-.info-win div.epg_content div {
- background-color: white;
- padding-bottom: 6px;
-}
-*/
-
.info-win div.epg_content div.about_left {
text-align: right;
float: left;
@@ -1163,3 +1096,14 @@ div.about_box a:hover {
border-top: 1px solid #C0C1DA;
border-bottom: 1px solid #C0C1DA;
}
+
+/* ##############################
+ # VLC page
+ ##############################
+*/
+
+div#vlcControls {
+ padding-top: 5px;
+ text-align: center;
+}
+