summaryrefslogtreecommitdiff
path: root/smarttv-client/CSS
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-09-01 16:53:29 +0200
committerthlo <t.lohmar@gmx.de>2013-09-01 16:53:29 +0200
commit752587bccad186db28df673f84690eb265ecd991 (patch)
tree337b7ff9a78c432d23627af5a1e6e7d47d7cff1c /smarttv-client/CSS
parent611fd0079284be330812e9eb44a43304c42387fe (diff)
downloadvdr-plugin-smarttvweb-752587bccad186db28df673f84690eb265ecd991.tar.gz
vdr-plugin-smarttvweb-752587bccad186db28df673f84690eb265ecd991.tar.bz2
Timer menu entry, which gives an overview of the timers and allows
deletion of timers. widget.conf configurable InfoOverlay timeout (new widget.conf entry <infoTimeout>) YouTube entry becomes optional. Add <youtubemenu>true</youtubemenu> to your widget.conf Improved server error feedback through widget GUI Bug Fixes.
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-xsmarttv-client/CSS/Main.css87
1 files changed, 87 insertions, 0 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css
index 9478ad8..5ee123c 100755
--- a/smarttv-client/CSS/Main.css
+++ b/smarttv-client/CSS/Main.css
@@ -39,6 +39,93 @@ body {
background-color: rgba(0,0,139,0.8);
}
+.style_menuItem {
+ color : white;
+ padding-bottom:3px;
+ margin-top:5px;
+ margin-bottom : 5px;
+ text-align: center;
+ background : transparent;
+ border-radius: 0px;
+}
+
+.style_menuItemSelected{
+ color : black;
+ padding-bottom:3px;
+ margin-top:5px;
+ margin-bottom : 5px;
+ text-align: center;
+ border-radius: 3px;
+ background : white;
+ background : -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%);
+ -webkit-box-shadow : 2px 2px 1px 2px rgba(0,0,0, 0.5);
+}
+
+.style-roundItem {
+ margin-left: 10px;
+ padding: 10px 10px 10px 10px;
+ border-radius:10px;
+ font-size:16px;
+ border-style:solid;
+ border-width:1px;
+ background: transparent;
+}
+
+.style-roundItemSelected {
+ margin-left: 10px;
+ padding: 10px 10px 10px 10px;
+ border-radius:10px;
+ font-size:16px;
+ 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%)";
+}
+
+.style_overflow {
+ overflow: hidden;
+ white-space : nowrap;
+}
+.style_timerRec {
+ width :8px;
+ height:8px;
+ border-radius: 4px;
+ background: red;
+}
+.style_timerNone {
+ width :8px;
+}
+
+#timerScreen {
+ position: absolute;
+ left: 0px; top: 0px;
+ width: 960px; height: 540px;
+ z-index:10;
+
+ 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%);
+ }
+#timerView {
+ position: absolute;
+ left: 240px; top: 135px;
+ width: 480px; height: 270px;
+ margin-top:3px;
+ margin-bottom:3px;
+ border-style:solid;
+ border-width:2px;
+ font-size:16px;
+ border-radius: 7px;
+ -webkit-border-radius: 7px;
+ padding-top:5px;
+ padding-bottom: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);
+}
+
#selectScreen {
position: absolute;
left: 0px; top: 0px;