X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp-plugin;a=blobdiff_plain;f=webinterface%2Fsrc%2Fweb-data%2Ftpl%2Fdefault%2Fstyle.css;h=1c886558e6d086b897ca555f475e360eb7d06763;hp=7e974d4f7cb8b58274653d374f861db16155d783;hb=791c7d0ac48ad5adca5f49e2845420f3db48b5a8;hpb=7781d57c24e08f24d53c2f2ef2db5219737be72b diff --git a/webinterface/src/web-data/tpl/default/style.css b/webinterface/src/web-data/tpl/default/style.css index 7e974d4..1c88655 100644 --- a/webinterface/src/web-data/tpl/default/style.css +++ b/webinterface/src/web-data/tpl/default/style.css @@ -1,10 +1,10 @@ - body{ + html, body{ font-family: Tahoma, Sans-Serif; font-size: 14px; font-weight: bold; color: #fff; text-align: center; - background-color: #555 + background: #555 } a, a:visited, a:active{ @@ -23,11 +23,11 @@ #notification{ color: #000; - width: 600px; + width: 50%; height: 32px; position: absolute; top: 0px; - left: 200px; + left: 25%; text-align: center; vertical-align: bottom; z-index: 2; @@ -43,7 +43,10 @@ /*********************** GENERAL ***********************/ - + .black{ + background: #000; + } + .odd{ background-color: #FFF; } @@ -100,7 +103,7 @@ #powerState{ border: 0px; margin-left: 93px; - text-algin: right; + text-align: right; } #bannerRight{ @@ -131,6 +134,10 @@ -moz-border-radius: 5px; } + + .techInfo{ + font-size: 10px; + } #currentTable{ margin-bottom: 10px; @@ -281,8 +288,21 @@ } #contentHd{ background: #000; - width: 827px; + width: 527px; + } + #contentHdExt{ + background: #000; + dipslay:block; + } + + #contentHdExt input{ + padding: 1px; + margin-right: 2px; + margin-bottom: 2px; + border: 0px; + color: #485052; } + #epgSearch{ width: 120px; } .boxContent{ @@ -434,6 +454,57 @@ } /***************** +* Tools +******************/ + + #tools{ + font-size: 12px; + text-align: center; + } + + #tools h1{ + font-size: 14px; + } + + .tools a, .tools a:hover, .tools a:visited { + text-decoration: underline; + } + + .toolsHeader { + color:#FFF; + font-weight:bold; + background-color:#000; + } + + .tools { + border: 1px solid #CCC; + width: 100%; + margin: 0px; + padding: 0px; + } + + .tools td{ + font-size:12px; + padding: 5px; + vertical-align:top; + + } + + .toolsElementLeft{ + font-weight: bold; + width: 15%; + text-align: left; + } + .toolsElementCenter{ + text-align: left; + } + + .toolsElementRight{ + width: 10%; + text-align: left; + } + +/***************** * About ******************/