diff options
author | thlo <t.lohmar@gmx.de> | 2013-03-17 11:34:56 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-17 11:34:56 +0100 |
commit | ec487342e840d92dbe556a5cede0073d11fb2862 (patch) | |
tree | 21a8a46d1ffd747bedd79ef6f790d8b6c7b966dd /smarttv-client/CSS/Main.css | |
parent | 73c9e696423fa6826d381b6beb9cf2f3f39852ce (diff) | |
download | vdr-plugin-smarttvweb-ec487342e840d92dbe556a5cede0073d11fb2862.tar.gz vdr-plugin-smarttvweb-ec487342e840d92dbe556a5cede0073d11fb2862.tar.bz2 |
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.
Diffstat (limited to 'smarttv-client/CSS/Main.css')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 15 |
1 files changed, 15 insertions, 0 deletions
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;
|