From 3488d6aa8a59441491cd876f7121d4d2cdb7913c Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 3 Feb 2013 20:36:52 +0100 Subject: 4:3 Button. Trickplay for PES recordings and other files (no TS recordings yet). Delete Recordings. Parsing RSS enclosure url. --- smarttv-client/CSS/Main.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'smarttv-client/CSS') diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index cb6ac5e..5b8f829 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -42,8 +42,9 @@ body { left: 0px; top: 0px; width: 960px; height: 540px; background: url("../Images/selectScreen-bg.png"); + background: radial-gradient(ellipse at 80% 80%, #c5deea 0%,#8abbd7 31%,#066dab 100%); 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%); -} + } #selectView { position: absolute; @@ -52,11 +53,13 @@ body { border-style:solid; border-width:2px; font-size:16px; + border-radius: 7px; -webkit-border-radius: 7px; padding-top:5px; padding-left:20px; padding-right:20px; background: rgba(6,109,171,1) 100%; + background: linear-gradient(135deg, #1e5799 0%,#2989d8 41%,#7db9e8 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); } @@ -111,6 +114,25 @@ body { background-color: rgba(0,0,0,0.5); } +#notify { + position: absolute; + display: none; + left: 70%; top: 10px; + width: 20%; height: 6%; + -webkit-border-radius: 1em; + -webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5); + border-style:solid; + border-width:2px; + font-size:16px; + + padding-top:20px; + padding-left:20px; + padding-right:20px; + background-color: rgba(0,0,0,0.5); + z-index:20; + +} + #popup{ position: absolute; display: none; -- cgit v1.2.3