diff options
Diffstat (limited to 'smarttv-client/CSS/Main.css')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 54 |
1 files changed, 52 insertions, 2 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 5ee123c..93aba17 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 {
@@ -92,10 +94,50 @@ body { border-radius: 4px;
background: red;
}
+
+.style_timerAct {
+ width :8px;
+ height:8px;
+ border-radius: 4px;
+ background: green;
+}
+
.style_timerNone {
width :8px;
}
+.style_headline {
+ color : black;
+ font-size:14px;
+ 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);
+}
+
+
+.style_hbOverlay {
+ position: absolute;
+ z-index:70;
+ border-radius: 7px;
+ border-width:1px;
+ background:rgba(0,0,139, 0.8);
+ border-style:solid;
+ border-width:1px;
+ -webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
+}
+
+.style_hbOverlayRow {
+ padding-left : 5px;
+ padding-right: 5px;
+}
+
+.style_hbOverlayLElm {
+}
+.style_hbOverlayRElm {
+}
+
+
#timerScreen {
position: absolute;
left: 0px; top: 0px;
@@ -292,7 +334,7 @@ body { position: absolute;
display: none;
left: 120px; top: 10px;
- width: 720px; height: 100px;
+ width: 720px; height: 200px;
border-style:solid;
border-width:2px;
-webkit-border-radius: 7px;
@@ -607,3 +649,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 |