diff options
author | thlo <smarttv640@gmail.com> | 2013-09-03 18:41:33 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-09-03 18:41:33 +0200 |
commit | e8943979b23221d325697dde753842a5ced569d4 (patch) | |
tree | 2c1adcdcdf8239cb0634705f10df04c396a32780 /smarttv-client/CSS/Main.css | |
parent | 752587bccad186db28df673f84690eb265ecd991 (diff) | |
download | vdr-plugin-smarttvweb-e8943979b23221d325697dde753842a5ced569d4.tar.gz vdr-plugin-smarttvweb-e8943979b23221d325697dde753842a5ced569d4.tar.bz2 |
* Image Viewer for Media Folder (press enter on an Image)
* Timer GUI improvements
* 3D interaction Improvements.
Diffstat (limited to 'smarttv-client/CSS/Main.css')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 5ee123c..aea87a6 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -44,6 +44,7 @@ body { padding-bottom:3px;
margin-top:5px;
margin-bottom : 5px;
+ padding-left:3px;
text-align: center;
background : transparent;
border-radius: 0px;
@@ -54,6 +55,7 @@ body { padding-bottom:3px;
margin-top:5px;
margin-bottom : 5px;
+ padding-left:3px;
text-align: center;
border-radius: 3px;
background : white;
@@ -79,7 +81,7 @@ body { border-style:solid;
border-width:1px;
background-color: white;
- background-color: "-webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%)";
+ background-color: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
}
.style_overflow {
@@ -96,6 +98,14 @@ body { width :8px;
}
+.style_headline {
+ color : black;
+ background : linear-gradient(0deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
+ background : -webkit-linear-gradient(top, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
+ border-radius: 3px;
+ -webkit-box-shadow: 2px 2px 1px 2px rgba(0,0,0, 0.5);
+}
+
#timerScreen {
position: absolute;
left: 0px; top: 0px;
@@ -607,3 +617,11 @@ body { z-index:60;
}
+#imageViewer {
+ position:absolute;
+ left:0px; top:0px;
+ width:100%; height:100%;
+ text-align: center;
+ background: black;
+ z-index:10;
+}
\ No newline at end of file |