From d941c9861671af9975718e54da03387813c2ed42 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 17 Mar 2013 11:34:56 +0100 Subject: Widget v0.92: * Widget version number on select screen. * Configurable timeout for direct access. * Direct access takes first digit. * Pause-Key toggles between pause and play. * First version of info overlay. * Bug fixes. --- smarttv-client/CSS/Main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'smarttv-client/CSS/Main.css') diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index b733c20..ca16181 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -136,6 +136,21 @@ body { } +#infoOverlay{ + position: absolute; + display: none; + left: 0px; top: 0px; + width: 960px; height: 30%; + border-style:solid; + z-index:10; + padding-top:20px; + padding-left:20px; + padding-right:20px; + background-color: darkblue; + background-color: rgba(0, 0, 139, 0.5); + background-color: -webkit-linear-gradient(-45deg, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); +} + #popup{ position: absolute; display: none; -- cgit v1.2.3