summaryrefslogtreecommitdiff
path: root/smarttv-client/CSS
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2012-12-31 14:06:22 +0100
committerthlo <t.lohmar@gmx.de>2012-12-31 14:06:22 +0100
commit768d14d416c11e741f127c6b6a14b69fb66f5609 (patch)
treef6d7cde7ffe30d9abcbd67c6fafa5adc7752f4b1 /smarttv-client/CSS
parentd7c09a665d2b5637e137f9dab3bf7ba372771845 (diff)
downloadvdr-plugin-smarttvweb-768d14d416c11e741f127c6b6a14b69fb66f5609.tar.gz
vdr-plugin-smarttvweb-768d14d416c11e741f127c6b6a14b69fb66f5609.tar.bz2
Several small improvements and bug fixes.
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-xsmarttv-client/CSS/Main.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css
index da91d1f..ae43a9e 100755
--- a/smarttv-client/CSS/Main.css
+++ b/smarttv-client/CSS/Main.css
@@ -41,10 +41,9 @@ body {
position: absolute;
left: 0px; top: 0px;
width: 960px; height: 540px;
+ background: url("../Images/selectScreen-bg.png");
background: -webkit-radial-gradient(80% 80%, ellipse cover, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
}
-/* background: -webkit-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);*/
-
#selectView {
position: absolute;
@@ -57,6 +56,8 @@ body {
padding-top:20px;
padding-left:20px;
padding-right:20px;
+ background: url("../Images/selectView-bg.png");
+ background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
}
@@ -66,6 +67,7 @@ body {
left: 0px; top: 0px;
width: 960px; height: 540px;
display: none;
+ background: url("../Images/selectScreen-bg.png");
background: -webkit-radial-gradient(80% 80%, ellipse cover, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
}
@@ -80,6 +82,8 @@ body {
padding-top:20px;
padding-left:20px;
padding-right:20px;
+ background: url("../Images/selectView-bg.png");
+ background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
}
@@ -124,6 +128,8 @@ body {
position: absolute;
left: 0px; top: 0px;
width: 960px; height: 540px;
+ background: rgba(0, 0, 139, 0.5);
+ background: url("../Images/main-bg.png");
background: -webkit-linear-gradient(top, rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
}
@@ -150,10 +156,11 @@ body {
-webkit-border-radius: 7px;
border-width:1px;
+ background: url("../Images/rightHalf-bg.png");
+ background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
}
-/* background: -webkit-linear-gradient(top, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%);
-*/
+
#status
{
position:absolute;
@@ -182,6 +189,8 @@ body {
text-overflow : ellipsis;
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
+ background: url("../Images/description-bg.png");
+ background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
}
@@ -190,6 +199,8 @@ body {
position:absolute;
left: 10px; top:40px;
width:50%; height:90%;
+ background: url("../Images/leftHalf-bg.png");
+ background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
border-style:solid;
border-width:1px;
@@ -212,6 +223,8 @@ body {
-webkit-border-radius: 7px;
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
+ background: url("../Images/videoList-bg.png");
+ background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
}