From fac412765bdf7d2dc96b64621df5d6b2b285efdb Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 7 Nov 2009 18:38:22 +0000 Subject: * stone/snow/blue/lcars/xstyle add formbased login * jason: remove session state from preview window stone/snow/blue/lcars rename style.css depends skin name --- skins/blue/login.tmpl | 1 + skins/blue/style-blue.css | 719 +++++++++++++++++++++++++++++++ skins/blue/style.css | 719 ------------------------------- skins/blue_flat/login.tmpl | 1 + skins/blue_flat/style-blue_flat.css | 717 +++++++++++++++++++++++++++++++ skins/blue_flat/style.css | 717 ------------------------------- skins/jason/program.js | 2 +- skins/jason/recordings.js | 2 +- skins/jason/remote.js | 2 +- skins/jason/timers.js | 2 +- skins/jason/widgets/err.tmpl | 1 + skins/lcars/login.tmpl | 1 + skins/lcars/style-lcars.css | 769 ++++++++++++++++++++++++++++++++++ skins/lcars/style.css | 769 ---------------------------------- skins/lcars_flat/login.tmpl | 1 + skins/lcars_flat/style-lcars_flat.css | 751 +++++++++++++++++++++++++++++++++ skins/lcars_flat/style.css | 751 --------------------------------- skins/snow/login.tmpl | 1 + skins/snow/style-snow.css | 732 ++++++++++++++++++++++++++++++++ skins/snow/style.css | 732 -------------------------------- skins/snow_flat/login.tmpl | 1 + skins/snow_flat/style-snow_flat.css | 719 +++++++++++++++++++++++++++++++ skins/snow_flat/style.css | 719 ------------------------------- skins/stone/index.tmpl | 2 +- skins/stone/login.tmpl | 61 +++ skins/stone/style-stone.css | 714 +++++++++++++++++++++++++++++++ skins/stone/style.css | 714 ------------------------------- skins/stone/widgets/start.tmpl | 2 +- skins/stone_flat/style-stone_flat.css | 727 ++++++++++++++++++++++++++++++++ skins/stone_flat/style.css | 727 -------------------------------- skins/xstyle/login.tmpl | 51 +++ 31 files changed, 5973 insertions(+), 5854 deletions(-) create mode 120000 skins/blue/login.tmpl create mode 100644 skins/blue/style-blue.css delete mode 100644 skins/blue/style.css create mode 120000 skins/blue_flat/login.tmpl create mode 100644 skins/blue_flat/style-blue_flat.css delete mode 100644 skins/blue_flat/style.css create mode 120000 skins/jason/widgets/err.tmpl create mode 120000 skins/lcars/login.tmpl create mode 100644 skins/lcars/style-lcars.css delete mode 100644 skins/lcars/style.css create mode 120000 skins/lcars_flat/login.tmpl create mode 100644 skins/lcars_flat/style-lcars_flat.css delete mode 100644 skins/lcars_flat/style.css create mode 120000 skins/snow/login.tmpl create mode 100644 skins/snow/style-snow.css delete mode 100644 skins/snow/style.css create mode 120000 skins/snow_flat/login.tmpl create mode 100644 skins/snow_flat/style-snow_flat.css delete mode 100644 skins/snow_flat/style.css create mode 100644 skins/stone/login.tmpl create mode 100644 skins/stone/style-stone.css delete mode 100644 skins/stone/style.css create mode 100644 skins/stone_flat/style-stone_flat.css delete mode 100644 skins/stone_flat/style.css create mode 100644 skins/xstyle/login.tmpl diff --git a/skins/blue/login.tmpl b/skins/blue/login.tmpl new file mode 120000 index 0000000..6f3a077 --- /dev/null +++ b/skins/blue/login.tmpl @@ -0,0 +1 @@ +../stone/login.tmpl \ No newline at end of file diff --git a/skins/blue/style-blue.css b/skins/blue/style-blue.css new file mode 100644 index 0000000..2d583e4 --- /dev/null +++ b/skins/blue/style-blue.css @@ -0,0 +1,719 @@ +body { +background-color:#002c57; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#FFF; +margin:0; +padding:0; +} + +body.frame { +background-color:#002c57; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#FFF; +margin:60px 0 0; +padding:0 0 0 190px; +} + +input,select,textarea { +font-family:Tahoma, Arial, Helvetica, sans-serif; +background-color:#004774; +color:#FFF; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#FFF; +border-bottom-color:#FFF; +border-bottom-style:solid; +border-bottom-width:1px; +} + +h1 { +font-size:18px; +margin-bottom:15px; +} + +h2 { +font-size:14px; +margin-bottom:10px; +} + +table.schema { +float:left; +border:1px solid gray; +border-right:0; +} + +#timewindow { +position:relative; +top:0; +height:3px; +z-index:2; +border:thin solid #FFF; +background-color:#FFF; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed #FFF; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails,img.media { +width:160px; +} + +div.recording { +width:190px; +height:120px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:120px; +} + +div.media { +width:200px; +height:250px; +vertical-align:middle; +text-align:center; +display:table-cell; +overflow:hidden; +} + +img.actor { +height:90px; +} + +div.actor { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#004069; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:12px; +} + +a,a:active,a:link,a:visited { +color:#FFF; +text-decoration:none; +} + +a:hover { +color:#7999ff; +text-decoration:none; +} + +#logo { +position:absolute; +top:10px; +left:10px; +border:0; +z-index:10; +width:75px; +height:75px; +} + +#logo a img { +width:75px; +height:75px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:100%; +height:48px; +text-align:right; +background:url("images/head.jpg") no-repeat; +background-color:#002f4c; +border-bottom:1px solid #807d74; +} + +#headerNav { +position:absolute; +top:32px; +left:0; +padding-left:100px; +padding-right:0; +text-align:left; +font-size:10px; +} + +#sidebar { +position:absolute; +top:98px; +left:5px; +width:180px; +} + +html>body #header { +position:fixed; +} + + +html>body #sidebar { +position:fixed; +} + +#sidebar input { +width:155px; +margin:0; +padding:0; +} + +#sidebar select { +width:160px; +margin:0; +padding:0; +} + +p.vtx { +font-size:13px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:8px; +height:17px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#002f4c; +border-color:gray; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#002f4c; +border-color:gray; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#004774; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:gray; +padding:0; +} + +img.marksright2 { +background:#002f4c; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:gray; +padding:0; +} + +td.wait_full { +background:#002f4c; +width:15px; +height:15px; +border-color:gray; +border-style:solid; +border-width:1px; +} + +td.wait_clear { +background:#004774; +width:15px; +height:15px; +border-style:none; +border-width:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +td { +font-size:11px; +} + +table.fieldtable { +width:200px; +color:#FFF; +font-size:11px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:184px; +height:20px; +float:left; +} + +div.remotehead { +width:150px; +} + +td.fieldhead { +vertical-align:bottom; +background:url(images/head200.png) no-repeat; +height:22px; +color:#FFF; +font-size:12px; +font-weight:700; +padding:0 12px 0 6px; +} + +div.fieldtext { +white-space:nowrap; +overflow:hidden; +width:184px; +float:left; +} + +td.fieldtext { +vertical-align:top; +background:url(images/mid200.png) repeat-y; +padding:2px 12px 2px 8px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/down200.png) no-repeat; +height:15px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#FFF; +font-size:11px; +} + +#sidebar table { +width:180px; +margin-bottom:5px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head180.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 10px 0 4px; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/mid180.png) repeat-y; +color:#FFF; +font-size:11px; +padding:4px 12px 4px 4px; +} + +td.sidebottom { +vertical-align:bottom; +background:url("images/down180.png") no-repeat; +height:15px; +} + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { +float:left; +} + +#sidebar li.label { +width:120px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +width:400px; +color:#FFF; +font-size:11px; +} + +div.areahead { +white-space:nowrap; +overflow:hidden; +width:384px; +height:18px; +} + +td.areahead { +vertical-align:middle; +background:url(images/head400.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.areatext { +vertical-align:top; +background:url(images/mid400.png) repeat-y; +padding:4px 12px 4px 4px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.png) no-repeat; +height:15px; +} + +table.editortable { +width:600px; +color:#FFF; +font-size:11px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:550px; +height:16px; +float:left; +} + +td.editorhead { +vertical-align:middle; +background:url(images/head600.png) no-repeat; +height:22px; +color:#FFF; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.editortext { +vertical-align:top; +background:url(images/mid600.png) repeat-y; +padding:4px 12px 4px 4px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.png) no-repeat; +height:15px; +} + +table.largetable { +width:800px; +color:#FFF; +font-size:11px; +} + +td.largehead { +vertical-align:middle; +background:url(images/head800.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.largetext { +vertical-align:top; +background:url(images/mid800.png) repeat-y; +padding:4px 14px 4px 4px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.png) no-repeat; +height:15px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#004069; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:3px; +} + +a.rcbutton:hover { +background:#004774; +} + +#hilfsframe { +z-index:10; +position:absolute; +background-color:transparent; +left:0; +top:0; +} + +#shutter { +z-index:12; +text-align:right; +background-color:transparent; +} + +.hilfsframed { +background-color:transparent; +} + +.deactive { +color:#AAA; +} + +.active { +color:#d1f2f2; +} + +.running { +color:#83f5f4; +} + +.problem { +color:#baa930; +} + +.error { +color:red; +} + +.channel { +font-size:9px; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.areabegin { +float:left; +margin:0; +} + +.areaclose { +clear:both; +} + +.recordingdescription { +font-size:10px; +height:4em; +overflow:hidden; +} + +.fieldtitle { +height:2em; +overflow:hidden; +} + +.epgdescription { +margin-top:4px; +font-size:10px; +height:4em; +overflow:hidden; +} + +.subtitle,.description { +font-size:10px; +} + +img.progressright,img.marksleft { +background:#004774; +border-color:gray; +border-style:solid; +border-width:1px; +padding:0; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +#hilfsframecontent,#cframe { +background-color:transparent; +height:100%; +z-index:10; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#002c57; +padding:2px 6px 2px 6px; +} + +.suggestbox { +width:155px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#004774; +border:1px solid #FFF; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/blue/style.css b/skins/blue/style.css deleted file mode 100644 index 2d583e4..0000000 --- a/skins/blue/style.css +++ /dev/null @@ -1,719 +0,0 @@ -body { -background-color:#002c57; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#FFF; -margin:0; -padding:0; -} - -body.frame { -background-color:#002c57; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#FFF; -margin:60px 0 0; -padding:0 0 0 190px; -} - -input,select,textarea { -font-family:Tahoma, Arial, Helvetica, sans-serif; -background-color:#004774; -color:#FFF; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#FFF; -border-bottom-color:#FFF; -border-bottom-style:solid; -border-bottom-width:1px; -} - -h1 { -font-size:18px; -margin-bottom:15px; -} - -h2 { -font-size:14px; -margin-bottom:10px; -} - -table.schema { -float:left; -border:1px solid gray; -border-right:0; -} - -#timewindow { -position:relative; -top:0; -height:3px; -z-index:2; -border:thin solid #FFF; -background-color:#FFF; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed #FFF; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails,img.media { -width:160px; -} - -div.recording { -width:190px; -height:120px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:120px; -} - -div.media { -width:200px; -height:250px; -vertical-align:middle; -text-align:center; -display:table-cell; -overflow:hidden; -} - -img.actor { -height:90px; -} - -div.actor { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#004069; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:12px; -} - -a,a:active,a:link,a:visited { -color:#FFF; -text-decoration:none; -} - -a:hover { -color:#7999ff; -text-decoration:none; -} - -#logo { -position:absolute; -top:10px; -left:10px; -border:0; -z-index:10; -width:75px; -height:75px; -} - -#logo a img { -width:75px; -height:75px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:100%; -height:48px; -text-align:right; -background:url("images/head.jpg") no-repeat; -background-color:#002f4c; -border-bottom:1px solid #807d74; -} - -#headerNav { -position:absolute; -top:32px; -left:0; -padding-left:100px; -padding-right:0; -text-align:left; -font-size:10px; -} - -#sidebar { -position:absolute; -top:98px; -left:5px; -width:180px; -} - -html>body #header { -position:fixed; -} - - -html>body #sidebar { -position:fixed; -} - -#sidebar input { -width:155px; -margin:0; -padding:0; -} - -#sidebar select { -width:160px; -margin:0; -padding:0; -} - -p.vtx { -font-size:13px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:8px; -height:17px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#002f4c; -border-color:gray; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#002f4c; -border-color:gray; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#004774; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:gray; -padding:0; -} - -img.marksright2 { -background:#002f4c; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:gray; -padding:0; -} - -td.wait_full { -background:#002f4c; -width:15px; -height:15px; -border-color:gray; -border-style:solid; -border-width:1px; -} - -td.wait_clear { -background:#004774; -width:15px; -height:15px; -border-style:none; -border-width:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -td { -font-size:11px; -} - -table.fieldtable { -width:200px; -color:#FFF; -font-size:11px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:184px; -height:20px; -float:left; -} - -div.remotehead { -width:150px; -} - -td.fieldhead { -vertical-align:bottom; -background:url(images/head200.png) no-repeat; -height:22px; -color:#FFF; -font-size:12px; -font-weight:700; -padding:0 12px 0 6px; -} - -div.fieldtext { -white-space:nowrap; -overflow:hidden; -width:184px; -float:left; -} - -td.fieldtext { -vertical-align:top; -background:url(images/mid200.png) repeat-y; -padding:2px 12px 2px 8px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/down200.png) no-repeat; -height:15px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#FFF; -font-size:11px; -} - -#sidebar table { -width:180px; -margin-bottom:5px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head180.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 10px 0 4px; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/mid180.png) repeat-y; -color:#FFF; -font-size:11px; -padding:4px 12px 4px 4px; -} - -td.sidebottom { -vertical-align:bottom; -background:url("images/down180.png") no-repeat; -height:15px; -} - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { -float:left; -} - -#sidebar li.label { -width:120px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -width:400px; -color:#FFF; -font-size:11px; -} - -div.areahead { -white-space:nowrap; -overflow:hidden; -width:384px; -height:18px; -} - -td.areahead { -vertical-align:middle; -background:url(images/head400.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.areatext { -vertical-align:top; -background:url(images/mid400.png) repeat-y; -padding:4px 12px 4px 4px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.png) no-repeat; -height:15px; -} - -table.editortable { -width:600px; -color:#FFF; -font-size:11px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:550px; -height:16px; -float:left; -} - -td.editorhead { -vertical-align:middle; -background:url(images/head600.png) no-repeat; -height:22px; -color:#FFF; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.editortext { -vertical-align:top; -background:url(images/mid600.png) repeat-y; -padding:4px 12px 4px 4px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.png) no-repeat; -height:15px; -} - -table.largetable { -width:800px; -color:#FFF; -font-size:11px; -} - -td.largehead { -vertical-align:middle; -background:url(images/head800.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.largetext { -vertical-align:top; -background:url(images/mid800.png) repeat-y; -padding:4px 14px 4px 4px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.png) no-repeat; -height:15px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#004069; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:3px; -} - -a.rcbutton:hover { -background:#004774; -} - -#hilfsframe { -z-index:10; -position:absolute; -background-color:transparent; -left:0; -top:0; -} - -#shutter { -z-index:12; -text-align:right; -background-color:transparent; -} - -.hilfsframed { -background-color:transparent; -} - -.deactive { -color:#AAA; -} - -.active { -color:#d1f2f2; -} - -.running { -color:#83f5f4; -} - -.problem { -color:#baa930; -} - -.error { -color:red; -} - -.channel { -font-size:9px; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.areabegin { -float:left; -margin:0; -} - -.areaclose { -clear:both; -} - -.recordingdescription { -font-size:10px; -height:4em; -overflow:hidden; -} - -.fieldtitle { -height:2em; -overflow:hidden; -} - -.epgdescription { -margin-top:4px; -font-size:10px; -height:4em; -overflow:hidden; -} - -.subtitle,.description { -font-size:10px; -} - -img.progressright,img.marksleft { -background:#004774; -border-color:gray; -border-style:solid; -border-width:1px; -padding:0; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -#hilfsframecontent,#cframe { -background-color:transparent; -height:100%; -z-index:10; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#002c57; -padding:2px 6px 2px 6px; -} - -.suggestbox { -width:155px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#004774; -border:1px solid #FFF; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/blue_flat/login.tmpl b/skins/blue_flat/login.tmpl new file mode 120000 index 0000000..6f3a077 --- /dev/null +++ b/skins/blue_flat/login.tmpl @@ -0,0 +1 @@ +../stone/login.tmpl \ No newline at end of file diff --git a/skins/blue_flat/style-blue_flat.css b/skins/blue_flat/style-blue_flat.css new file mode 100644 index 0000000..95a3038 --- /dev/null +++ b/skins/blue_flat/style-blue_flat.css @@ -0,0 +1,717 @@ +body { +background-color:#002c57; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#FFF; +margin:0; +padding:0; +} + +body.frame { +background-color:#002c57; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#FFF; +margin:60px 0 0; +padding:0 0 0 190px; +} + +input,select,textarea { +font-family:Tahoma, Arial, Helvetica, sans-serif; +background-color:#004774; +color:#FFF; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#FFF; +border-bottom-color:#FFF; +font-weight:700; +border-bottom-style:solid; +border-bottom-width:1px; +} + +h1 { +font-size:16px; +margin-bottom:14px; +} + +h2 { +font-size:14px; +margin-bottom:10px; +} + +table.schema { +float:left; +border:1px solid gray; +border-right:0; +} + +#timewindow { +position:relative; +top:0; +height:3px; +z-index:2; +border:thin solid #FFF; +background-color:#FFF; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed #FFF; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails { +width:160px; +} + +div.recording { +height:120px; +vertical-align:middle; +text-align:center; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:120px; +} + +img.medialist { +width:60px; +} + +div.medialist { +height:80px; +vertical-align:middle; +text-align:center; +overflow:hidden; +} + + +img.media { +height:180px; +} + +div.media { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:110px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +div.actortext { +height:2em; +width:100px; +vertical-align:middle; +text-align:center; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#004069; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:11px; +font-weight:700; +} + +a,a:active,a:link,a:visited { +color:#FFF; +text-decoration:none; +} + +a:hover { +color:#7999ff; +text-decoration:none; +} + +#logo { +position:absolute; +top:10px; +left:10px; +border:0; +z-index:10; +width:75px; +height:75px; +} + +#logo a img { +width:75px; +height:75px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:100%; +height:48px; +text-align:right; +background:url("images/head.jpg") no-repeat; +background-color:#002f4c; +border-bottom:1px solid #807d74; +} + +#headerNav { +position:absolute; +top:32px; +left:0; +padding-left:100px; +padding-right:0; +text-align:left; +font-size:10px; +} + +#sidebar { +position:absolute; +top:98px; +left:5px; +width:180px; +} + +html>body #header { +position:fixed; +} + + +html>body #sidebar { +position:fixed; +} + +#sidebar input { +width:155px; +margin:0; +padding:0; +} + +#sidebar select { +width:160px; +margin:0; +padding:0; +} + +p.vtx { +font-size:12px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:7px; +height:15px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#0057ab; +border-color:#c8c8cc; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#0057ab; +border-color:#c8c8cc; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#004774; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#c8c8cc; +padding:0; +} + +img.marksright2 { +background:#0057ab; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#c8c8cc; +padding:0; +} + +td.wait_full { +background:#0057ab; +width:15px; +height:15px; +border-color:#c8c8cc; +border-style:solid; +border-width:1px; +} + +td.wait_clear { +background:#004774; +width:15px; +height:15px; +border-style:none; +border-width:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +td { +font-size:11px; +} + +table.fieldtable { +width:200px; +color:#FFF; +font-size:11px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:184px; +height:20px; +float:left; +} + +div.remotehead { +width:150px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/head200.png) no-repeat; +height:22px; +color:#FFF; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.fieldtext { +vertical-align:top; +background:url(images/mid200.png) repeat-y; +padding:2px 12px 2px 8px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/down200.png) no-repeat; +height:15px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#FFF; +font-size:11px; +} + +#sidebar table { +width:180px; +margin-bottom:5px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head180.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 12px 0 4px; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/mid180.png) repeat-y; +color:#FFF; +font-size:11px; +padding:4px 12px 4px 4px; +} + +td.sidebottom { +vertical-align:bottom; +background:url("images/down180.png") no-repeat; +height:15px; +} + + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { +float:left; +} + +#sidebar li.label { +width:120px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +width:400px; +color:#FFF; +font-size:11px; +} + +td.areahead { +vertical-align:middle; +background:url(images/head400.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.areatext { +vertical-align:top; +background:url(images/mid400.png) repeat-y; +padding:4px 12px 4px 4px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.png) no-repeat; +height:15px; +} + +table.editortable { +width:600px; +color:#FFF; +font-size:11px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:550px; +height:16px; +float:left; +} + +td.editorhead { +vertical-align:middle; +background:url(images/head600.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.editortext { +vertical-align:top; +background:url(images/mid600.png) repeat-y; +padding:4px 12px 4px 4px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.png) no-repeat; +height:15px; +} + +table.largetable { +width:800px; +color:#FFF; +font-size:11px; +} + +td.largehead { +vertical-align:middle; +background:url(images/head800.png) no-repeat; +height:22px; +color:#FFF; +font-size:13px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.largetext { +vertical-align:top; +background:url(images/mid800.png) repeat-y; +padding:4px 14px 4px 4px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.png) no-repeat; +height:15px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#004069; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:3px; +} + +a.rcbutton:hover { +background:#004774; +} + +#hilfsframe { +z-index:10; +position:absolute; +background-color:transparent; +left:0; +top:0; +} + +#shutter { +z-index:12; +text-align:right; +margin-top:2px; +background-color:transparent; +} + +.hilfsframed { +background-color:transparent; +} + +.deactive { +color:#AAA; +} + +.active { +color:#d1f2f2; +font-weight:700; +} + +.running { +color:#83f5f4; +font-weight:700; +} + +.problem { +color:#baa930; +} + +.error { +color:red; +font-weight:700; +} + +.channel { +font-size:9px; +} + +.areabegin { +float:left; +margin:0; +} + +.areaclose { +clear:both; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.subtitle,.description { +font-size:10px; +} + +img.progressright,img.marksleft { +background:#004774; +border-color:#c8c8cc; +border-style:solid; +border-width:1px; +padding:0; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +a.areatext:hover,a.editortext:hover,a.largetext:hover { +font-weight:700; +} + +#hilfsframecontent,#cframe { +background-color:transparent; +height:100%; +z-index:10; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#002c57; +padding:2px 6px 2px 6px; +} + +.suggestbox { +width:155px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#004774; +border:1px solid #FFF; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/blue_flat/style.css b/skins/blue_flat/style.css deleted file mode 100644 index 95a3038..0000000 --- a/skins/blue_flat/style.css +++ /dev/null @@ -1,717 +0,0 @@ -body { -background-color:#002c57; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#FFF; -margin:0; -padding:0; -} - -body.frame { -background-color:#002c57; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#FFF; -margin:60px 0 0; -padding:0 0 0 190px; -} - -input,select,textarea { -font-family:Tahoma, Arial, Helvetica, sans-serif; -background-color:#004774; -color:#FFF; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#FFF; -border-bottom-color:#FFF; -font-weight:700; -border-bottom-style:solid; -border-bottom-width:1px; -} - -h1 { -font-size:16px; -margin-bottom:14px; -} - -h2 { -font-size:14px; -margin-bottom:10px; -} - -table.schema { -float:left; -border:1px solid gray; -border-right:0; -} - -#timewindow { -position:relative; -top:0; -height:3px; -z-index:2; -border:thin solid #FFF; -background-color:#FFF; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed #FFF; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails { -width:160px; -} - -div.recording { -height:120px; -vertical-align:middle; -text-align:center; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:120px; -} - -img.medialist { -width:60px; -} - -div.medialist { -height:80px; -vertical-align:middle; -text-align:center; -overflow:hidden; -} - - -img.media { -height:180px; -} - -div.media { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:110px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -div.actortext { -height:2em; -width:100px; -vertical-align:middle; -text-align:center; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#004069; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:11px; -font-weight:700; -} - -a,a:active,a:link,a:visited { -color:#FFF; -text-decoration:none; -} - -a:hover { -color:#7999ff; -text-decoration:none; -} - -#logo { -position:absolute; -top:10px; -left:10px; -border:0; -z-index:10; -width:75px; -height:75px; -} - -#logo a img { -width:75px; -height:75px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:100%; -height:48px; -text-align:right; -background:url("images/head.jpg") no-repeat; -background-color:#002f4c; -border-bottom:1px solid #807d74; -} - -#headerNav { -position:absolute; -top:32px; -left:0; -padding-left:100px; -padding-right:0; -text-align:left; -font-size:10px; -} - -#sidebar { -position:absolute; -top:98px; -left:5px; -width:180px; -} - -html>body #header { -position:fixed; -} - - -html>body #sidebar { -position:fixed; -} - -#sidebar input { -width:155px; -margin:0; -padding:0; -} - -#sidebar select { -width:160px; -margin:0; -padding:0; -} - -p.vtx { -font-size:12px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:7px; -height:15px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#0057ab; -border-color:#c8c8cc; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#0057ab; -border-color:#c8c8cc; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#004774; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#c8c8cc; -padding:0; -} - -img.marksright2 { -background:#0057ab; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#c8c8cc; -padding:0; -} - -td.wait_full { -background:#0057ab; -width:15px; -height:15px; -border-color:#c8c8cc; -border-style:solid; -border-width:1px; -} - -td.wait_clear { -background:#004774; -width:15px; -height:15px; -border-style:none; -border-width:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -td { -font-size:11px; -} - -table.fieldtable { -width:200px; -color:#FFF; -font-size:11px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:184px; -height:20px; -float:left; -} - -div.remotehead { -width:150px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/head200.png) no-repeat; -height:22px; -color:#FFF; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.fieldtext { -vertical-align:top; -background:url(images/mid200.png) repeat-y; -padding:2px 12px 2px 8px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/down200.png) no-repeat; -height:15px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#FFF; -font-size:11px; -} - -#sidebar table { -width:180px; -margin-bottom:5px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head180.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 12px 0 4px; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/mid180.png) repeat-y; -color:#FFF; -font-size:11px; -padding:4px 12px 4px 4px; -} - -td.sidebottom { -vertical-align:bottom; -background:url("images/down180.png") no-repeat; -height:15px; -} - - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { -float:left; -} - -#sidebar li.label { -width:120px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -width:400px; -color:#FFF; -font-size:11px; -} - -td.areahead { -vertical-align:middle; -background:url(images/head400.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.areatext { -vertical-align:top; -background:url(images/mid400.png) repeat-y; -padding:4px 12px 4px 4px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.png) no-repeat; -height:15px; -} - -table.editortable { -width:600px; -color:#FFF; -font-size:11px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:550px; -height:16px; -float:left; -} - -td.editorhead { -vertical-align:middle; -background:url(images/head600.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.editortext { -vertical-align:top; -background:url(images/mid600.png) repeat-y; -padding:4px 12px 4px 4px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.png) no-repeat; -height:15px; -} - -table.largetable { -width:800px; -color:#FFF; -font-size:11px; -} - -td.largehead { -vertical-align:middle; -background:url(images/head800.png) no-repeat; -height:22px; -color:#FFF; -font-size:13px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.largetext { -vertical-align:top; -background:url(images/mid800.png) repeat-y; -padding:4px 14px 4px 4px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.png) no-repeat; -height:15px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#004069; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:3px; -} - -a.rcbutton:hover { -background:#004774; -} - -#hilfsframe { -z-index:10; -position:absolute; -background-color:transparent; -left:0; -top:0; -} - -#shutter { -z-index:12; -text-align:right; -margin-top:2px; -background-color:transparent; -} - -.hilfsframed { -background-color:transparent; -} - -.deactive { -color:#AAA; -} - -.active { -color:#d1f2f2; -font-weight:700; -} - -.running { -color:#83f5f4; -font-weight:700; -} - -.problem { -color:#baa930; -} - -.error { -color:red; -font-weight:700; -} - -.channel { -font-size:9px; -} - -.areabegin { -float:left; -margin:0; -} - -.areaclose { -clear:both; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.subtitle,.description { -font-size:10px; -} - -img.progressright,img.marksleft { -background:#004774; -border-color:#c8c8cc; -border-style:solid; -border-width:1px; -padding:0; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -a.areatext:hover,a.editortext:hover,a.largetext:hover { -font-weight:700; -} - -#hilfsframecontent,#cframe { -background-color:transparent; -height:100%; -z-index:10; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#002c57; -padding:2px 6px 2px 6px; -} - -.suggestbox { -width:155px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#004774; -border:1px solid #FFF; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/jason/program.js b/skins/jason/program.js index 7f22d7e..fed9285 100644 --- a/skins/jason/program.js +++ b/skins/jason/program.js @@ -241,7 +241,7 @@ Ext.xxv.programPreview = function(viewer) { region: 'south', cls:'preview', autoScroll: true, - stateful:true, + stateful:false, tbar: [ { id:'s', tooltip: Ext.xxv.NowGrid.prototype.szFindReRun, diff --git a/skins/jason/recordings.js b/skins/jason/recordings.js index 7e5fdef..4ff1dba 100644 --- a/skins/jason/recordings.js +++ b/skins/jason/recordings.js @@ -1106,7 +1106,7 @@ function createRecordingsView(viewer,id) { region: 'south', cls:'preview', autoScroll: true, - stateful:true, + stateful:false, timefield : timefield, layout: { type:'vbox' diff --git a/skins/jason/remote.js b/skins/jason/remote.js index 741d0dc..559be40 100644 --- a/skins/jason/remote.js +++ b/skins/jason/remote.js @@ -92,7 +92,7 @@ Ext.xxv.RemoteWindow = function() { { scale: 'medium', scope: this, width: 32, iconCls: 'remote-backward-icon', handler: function() { this.onRemote('FastRew'); } } ,{ xtype: 'spacer', width: 6 } ,{ scale: 'medium', scope: this, width: 32, iconCls: 'remote-record-icon', handler: function() { this.onRemote('Record'); } } - ,{ scale: 'medium', scope: this, width: 32, iconCls: 'remote-playback-icon', handler: function() { this.onRemote('Playback'); } } + ,{ scale: 'medium', scope: this, width: 32, iconCls: 'remote-playback-icon', handler: function() { this.onRemote('Play'); } } ,{ scale: 'medium', scope: this, width: 32, iconCls: 'remote-pause-icon', handler: function() { this.onRemote('Pause'); } } ,{ scale: 'medium', scope: this, width: 32, iconCls: 'remote-stop-icon', handler: function() { this.onRemote('Stop'); } } ,{ xtype: 'spacer', width: 6 } diff --git a/skins/jason/timers.js b/skins/jason/timers.js index 7b66dbf..14f164b 100644 --- a/skins/jason/timers.js +++ b/skins/jason/timers.js @@ -509,7 +509,7 @@ Ext.xxv.timerPreview = function(viewer) { region: 'south', cls:'preview', autoScroll: true, - stateful:true, + stateful:false, tbar: [ { id:'s' diff --git a/skins/jason/widgets/err.tmpl b/skins/jason/widgets/err.tmpl new file mode 120000 index 0000000..91a3f59 --- /dev/null +++ b/skins/jason/widgets/err.tmpl @@ -0,0 +1 @@ +message.tmpl \ No newline at end of file diff --git a/skins/lcars/login.tmpl b/skins/lcars/login.tmpl new file mode 120000 index 0000000..6f3a077 --- /dev/null +++ b/skins/lcars/login.tmpl @@ -0,0 +1 @@ +../stone/login.tmpl \ No newline at end of file diff --git a/skins/lcars/style-lcars.css b/skins/lcars/style-lcars.css new file mode 100644 index 0000000..4ded372 --- /dev/null +++ b/skins/lcars/style-lcars.css @@ -0,0 +1,769 @@ +body { +background-color:#000; +font-family:Trek, Impact, Arial, sans-serif; +color:#FFF; +margin:0; +padding:0; +} + +body.frame { +background-color:#000; +font-family:Trek, Impact, Arial, sans-serif; +color:#FFF; +margin:80px 0 0; +padding:0 15px 15px 192px; +} + +input,select,textarea { +font-family:Trek, Impact, Arial, sans-serif; +background-color:#eee6c1; +color:#000; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#000; +background:url("images/right.png") no-repeat; +background-position:right; +background-color:#ffd068; +font-variant:small-caps; +text-align:right; +padding-right:25px; +line-height:22px; +height:22px; +overflow:hidden; +} + +h1 { +font-size:18px; +margin-bottom:15px; +width:900px; +} + +h2 { +font-size:16px; +margin-bottom:10px; +width:860px; +} + +table.schema { +float:left; +border:1px solid #000; +border-right:0; +} + +#timewindow { +position:relative; +top:0; +height:3px; +z-index:2; +border:thin solid #806834; +background-color:#806834; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed #806834; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails,img.media { +width:160px; +} + +div.recording { +width:215px; +height:120px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:120px; +} + +div.media { +width:200px; +height:250px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#eee6c1; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:11px; +font-weight:400; +} + +.subtitle { +font-size:9px; +} + +.description { +font-size:7px; +font-weight:400; +} + +a,a:active,a:link,a:visited { +color:#000; +text-decoration:none; +} + +a:hover { +background-color:#000; +color:#FFF; +text-decoration:none; +} + +#logo { +position:absolute; +top:5px; +left:650px; +border:0; +z-index:10; +} + +#logo a img { +width:450px; +height:45px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:190px; +height:66px; +text-align:right; +background:url("images/head.png") no-repeat; +background-color:#000; +} + +#headerNav { +position:absolute; +top:54px; +left:0; +margin-left:192px; +text-align:right; +vertical-align:middle; +font-size:8px; +color:#000; +background:url("images/righthead.png") no-repeat; +background-position:right; +background-color:#ffd068; +font-variant:small-caps; +width:900px; +height:12px; +overflow:hidden; +padding-right:25px; +line-height:12px; +} + +#headerNav a:hover { +color:#eee6c1; +background-color:#000; +text-decoration:none; +} + +#sidebar { +background:url("images/side.png") no-repeat; +background-position:top; +position:absolute; +top:80px; +padding-top:80px; +left:0; +width:190px; +background-color:#000; +} + +#sidefooter { +background:url("images/sidefooter.png") no-repeat; +position:absolute; +left:0; +width:190px; +height:150px; +background-color:#000; +margin:0; +padding:0; +} + +p.vtx { +font-size:15px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:9px; +height:18px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#eee6c1; +border-color:#c5a154; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#eee6c1; +border-color:#c5a154; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#ffd068; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#c5a154; +padding:0; +} + +img.marksright2 { +background:#eee6c1; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#c5a154; +padding:0; +} + +td.wait_full { +background:#eee6c1; +width:15px; +height:15px; +border-color:#c5a154; +border-style:solid; +border-width:1px; +padding:0; +} + +td.wait_clear { +background:#ffd068; +width:15px; +height:15px; +border-style:none; +border-width:0; +padding:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +td { +font-size:10px; +} + +table.fieldtable { +width:220px; +margin-bottom:5px; +color:#000; +font-size:11px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:170px; +height:20px; +float:left; +} + +div.remotehead { +width:150px; +} + +.fieldhead img { +position:absolute; +margin-top:2px; +margin-left:-22px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/head200.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +overflow:hidden; +text-align:left; +padding:0 0 15px 25px; +} + +div.fieldtext { +white-space:nowrap; +overflow:hidden; +width:170px; +float:left; +} + +td.fieldtext { +vertical-align:top; +background:url(images/mid200.png) repeat-y; +overflow:hidden; +padding:0 1px 0 3px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/down200.png) no-repeat; +height:15px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#000; +font-size:11px; +} + +#sidebar table { +width:180px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head180.png) no-repeat; +height:30px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 20px 0 2px; +font-variant:small-caps; +text-align:right; +overflow:hidden; +white-space:nowrap; +width:158px; +} + +td.sidetext { +vertical-align:top; +background:url(images/mid180.png) repeat-y; +text-align:right; +font-size:10px; +color:#000; +padding:2px 18px 2px 2px; +} + +td.sidebottom { +vertical-align:bottom; +height:4px; +} + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { + float:left; +} + +#sidebar li.label { +width:110px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +width:400px; +margin-bottom:10px; +color:#000; +font-size:10px; +} + +div.areahead { +white-space:nowrap; +overflow:hidden; +width:370px; +height:20px; +} + +td.areahead { +vertical-align:top; +background:url(images/head400.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +font-weight:700; +text-align:right; +padding:1px 25px; +} + +td.areatext { +vertical-align:top; +background:url(images/mid400.png) repeat-y; +padding:0 3px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.png) no-repeat; +height:15px; +} + +table.editortable { +width:600px; +margin-bottom:10px; +color:#000; +font-size:10px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:525px; +height:18px; +float:left; +} + +td.editorhead { +vertical-align:top; +background:url(images/head600.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +font-weight:700; +padding:2px 25px; +} + +td.editortext { +vertical-align:top; +background:url(images/mid600.png) repeat-y; +padding:0 3px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.png) no-repeat; +height:15px; +} + +table.largetable { +width:800px; +margin-bottom:10px; +color:#000; +font-size:10px; +} + +td.largehead { +vertical-align:top; +background:url(images/head800.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +font-weight:700; +text-align:right; +padding:1px 25px; +} + +td.largetext { +vertical-align:top; +background:url(images/mid800.png) repeat-y; +padding:0 3px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.png) no-repeat; +height:15px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#eee6c1; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:3px; +} + +a.rcbutton:hover { +background:#ffd068; +} + +#hilfsframe { +z-index:10; +position:absolute; +background-color:transparent; +left:0; +top:0; +} + +#shutter { +z-index:12; +vertical-align:top; +text-align:right; +background-color:transparent; +} + +.hilfsframed { +background-color:transparent; +} + +.deactive { +color:#a4977a; +} + +.active { +color:#202060; +font-weight:700; +} + +.running { +color:#2020b4; +font-weight:700; +} + +.problem { +color:#b96011; +} + +.error { +color:red; +font-weight:700; +} + +.channel { +font-size:8px; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.areabegin { +float:left; +margin:2px; +} + +.areaclose { +clear:both; +} + +.recordingdescription { +font-size:9px; +height:5em; +overflow:hidden; +} + +.fieldtitle { +height:2em; +overflow:hidden; +} + +.epgdescription { +font-size:9px; +margin-top:1ex; +height:5em; +overflow:hidden; +} + +#sidebar input,#sidebar select { +width:150px; +margin:5px 5px 0 0; +padding:0; +} + +img.progressright,img.marksleft { +background:#ffd068; +border-color:#c5a154; +border-style:solid; +border-width:1px; +padding:0; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +#hilfsframecontent,#cframe { +background-color:transparent; +height:100%; +z-index:10; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#eee6c1; +padding:2px 6px 2px 6px; +} + +.suggestbox { +z-index:1; +width:150px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#ffd068; +border:1px solid #c5a154; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/lcars/style.css b/skins/lcars/style.css deleted file mode 100644 index 4ded372..0000000 --- a/skins/lcars/style.css +++ /dev/null @@ -1,769 +0,0 @@ -body { -background-color:#000; -font-family:Trek, Impact, Arial, sans-serif; -color:#FFF; -margin:0; -padding:0; -} - -body.frame { -background-color:#000; -font-family:Trek, Impact, Arial, sans-serif; -color:#FFF; -margin:80px 0 0; -padding:0 15px 15px 192px; -} - -input,select,textarea { -font-family:Trek, Impact, Arial, sans-serif; -background-color:#eee6c1; -color:#000; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#000; -background:url("images/right.png") no-repeat; -background-position:right; -background-color:#ffd068; -font-variant:small-caps; -text-align:right; -padding-right:25px; -line-height:22px; -height:22px; -overflow:hidden; -} - -h1 { -font-size:18px; -margin-bottom:15px; -width:900px; -} - -h2 { -font-size:16px; -margin-bottom:10px; -width:860px; -} - -table.schema { -float:left; -border:1px solid #000; -border-right:0; -} - -#timewindow { -position:relative; -top:0; -height:3px; -z-index:2; -border:thin solid #806834; -background-color:#806834; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed #806834; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails,img.media { -width:160px; -} - -div.recording { -width:215px; -height:120px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:120px; -} - -div.media { -width:200px; -height:250px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#eee6c1; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:11px; -font-weight:400; -} - -.subtitle { -font-size:9px; -} - -.description { -font-size:7px; -font-weight:400; -} - -a,a:active,a:link,a:visited { -color:#000; -text-decoration:none; -} - -a:hover { -background-color:#000; -color:#FFF; -text-decoration:none; -} - -#logo { -position:absolute; -top:5px; -left:650px; -border:0; -z-index:10; -} - -#logo a img { -width:450px; -height:45px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:190px; -height:66px; -text-align:right; -background:url("images/head.png") no-repeat; -background-color:#000; -} - -#headerNav { -position:absolute; -top:54px; -left:0; -margin-left:192px; -text-align:right; -vertical-align:middle; -font-size:8px; -color:#000; -background:url("images/righthead.png") no-repeat; -background-position:right; -background-color:#ffd068; -font-variant:small-caps; -width:900px; -height:12px; -overflow:hidden; -padding-right:25px; -line-height:12px; -} - -#headerNav a:hover { -color:#eee6c1; -background-color:#000; -text-decoration:none; -} - -#sidebar { -background:url("images/side.png") no-repeat; -background-position:top; -position:absolute; -top:80px; -padding-top:80px; -left:0; -width:190px; -background-color:#000; -} - -#sidefooter { -background:url("images/sidefooter.png") no-repeat; -position:absolute; -left:0; -width:190px; -height:150px; -background-color:#000; -margin:0; -padding:0; -} - -p.vtx { -font-size:15px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:9px; -height:18px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#eee6c1; -border-color:#c5a154; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#eee6c1; -border-color:#c5a154; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#ffd068; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#c5a154; -padding:0; -} - -img.marksright2 { -background:#eee6c1; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#c5a154; -padding:0; -} - -td.wait_full { -background:#eee6c1; -width:15px; -height:15px; -border-color:#c5a154; -border-style:solid; -border-width:1px; -padding:0; -} - -td.wait_clear { -background:#ffd068; -width:15px; -height:15px; -border-style:none; -border-width:0; -padding:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -td { -font-size:10px; -} - -table.fieldtable { -width:220px; -margin-bottom:5px; -color:#000; -font-size:11px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:170px; -height:20px; -float:left; -} - -div.remotehead { -width:150px; -} - -.fieldhead img { -position:absolute; -margin-top:2px; -margin-left:-22px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/head200.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -overflow:hidden; -text-align:left; -padding:0 0 15px 25px; -} - -div.fieldtext { -white-space:nowrap; -overflow:hidden; -width:170px; -float:left; -} - -td.fieldtext { -vertical-align:top; -background:url(images/mid200.png) repeat-y; -overflow:hidden; -padding:0 1px 0 3px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/down200.png) no-repeat; -height:15px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#000; -font-size:11px; -} - -#sidebar table { -width:180px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head180.png) no-repeat; -height:30px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 20px 0 2px; -font-variant:small-caps; -text-align:right; -overflow:hidden; -white-space:nowrap; -width:158px; -} - -td.sidetext { -vertical-align:top; -background:url(images/mid180.png) repeat-y; -text-align:right; -font-size:10px; -color:#000; -padding:2px 18px 2px 2px; -} - -td.sidebottom { -vertical-align:bottom; -height:4px; -} - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { - float:left; -} - -#sidebar li.label { -width:110px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -width:400px; -margin-bottom:10px; -color:#000; -font-size:10px; -} - -div.areahead { -white-space:nowrap; -overflow:hidden; -width:370px; -height:20px; -} - -td.areahead { -vertical-align:top; -background:url(images/head400.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -font-weight:700; -text-align:right; -padding:1px 25px; -} - -td.areatext { -vertical-align:top; -background:url(images/mid400.png) repeat-y; -padding:0 3px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.png) no-repeat; -height:15px; -} - -table.editortable { -width:600px; -margin-bottom:10px; -color:#000; -font-size:10px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:525px; -height:18px; -float:left; -} - -td.editorhead { -vertical-align:top; -background:url(images/head600.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -font-weight:700; -padding:2px 25px; -} - -td.editortext { -vertical-align:top; -background:url(images/mid600.png) repeat-y; -padding:0 3px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.png) no-repeat; -height:15px; -} - -table.largetable { -width:800px; -margin-bottom:10px; -color:#000; -font-size:10px; -} - -td.largehead { -vertical-align:top; -background:url(images/head800.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -font-weight:700; -text-align:right; -padding:1px 25px; -} - -td.largetext { -vertical-align:top; -background:url(images/mid800.png) repeat-y; -padding:0 3px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.png) no-repeat; -height:15px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#eee6c1; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:3px; -} - -a.rcbutton:hover { -background:#ffd068; -} - -#hilfsframe { -z-index:10; -position:absolute; -background-color:transparent; -left:0; -top:0; -} - -#shutter { -z-index:12; -vertical-align:top; -text-align:right; -background-color:transparent; -} - -.hilfsframed { -background-color:transparent; -} - -.deactive { -color:#a4977a; -} - -.active { -color:#202060; -font-weight:700; -} - -.running { -color:#2020b4; -font-weight:700; -} - -.problem { -color:#b96011; -} - -.error { -color:red; -font-weight:700; -} - -.channel { -font-size:8px; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.areabegin { -float:left; -margin:2px; -} - -.areaclose { -clear:both; -} - -.recordingdescription { -font-size:9px; -height:5em; -overflow:hidden; -} - -.fieldtitle { -height:2em; -overflow:hidden; -} - -.epgdescription { -font-size:9px; -margin-top:1ex; -height:5em; -overflow:hidden; -} - -#sidebar input,#sidebar select { -width:150px; -margin:5px 5px 0 0; -padding:0; -} - -img.progressright,img.marksleft { -background:#ffd068; -border-color:#c5a154; -border-style:solid; -border-width:1px; -padding:0; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -#hilfsframecontent,#cframe { -background-color:transparent; -height:100%; -z-index:10; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#eee6c1; -padding:2px 6px 2px 6px; -} - -.suggestbox { -z-index:1; -width:150px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#ffd068; -border:1px solid #c5a154; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/lcars_flat/login.tmpl b/skins/lcars_flat/login.tmpl new file mode 120000 index 0000000..6f3a077 --- /dev/null +++ b/skins/lcars_flat/login.tmpl @@ -0,0 +1 @@ +../stone/login.tmpl \ No newline at end of file diff --git a/skins/lcars_flat/style-lcars_flat.css b/skins/lcars_flat/style-lcars_flat.css new file mode 100644 index 0000000..12ecfbf --- /dev/null +++ b/skins/lcars_flat/style-lcars_flat.css @@ -0,0 +1,751 @@ +body { +background-color:#000; +font-family:Trek, Impact, Arial, sans-serif; +color:#FFF; +margin:0; +padding:0; +} + +body.frame { +background-color:#000; +font-family:Trek, Impact, Arial, sans-serif; +color:#FFF; +margin:80px 0 0; +padding:0 15px 15px 192px; +} + +input,select,textarea { +font-family:Trek, Impact, Arial, sans-serif; +background-color:#eee6c1; +color:#000; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#000; +background:url("images/right.png") no-repeat; +background-position:right; +background-color:#ffd068; +font-variant:small-caps; +text-align:right; +padding-right:25px; +line-height:22px; +height:22px; +overflow:hidden; +} + +h1 { +font-size:18px; +margin-bottom:15px; +width:900px; +} + +h2 { +font-size:16px; +margin-bottom:10px; +width:860px; +} + +table.schema { +float:left; +border:1px solid #000; +border-right:0; +} + +#timewindow { +position:relative; +top:0; +height:3px; +z-index:2; +border:thin solid #806834; +background-color:#806834; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed #806834; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails { +width:160px; +} + +div.recording { +height:120px; +vertical-align:middle; +text-align:center; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:120px; +} + +img.medialist { +width:60px; +} + +div.medialist { +height:80px; +vertical-align:middle; +text-align:center; +overflow:hidden; +} + +img.media { +height:180px; +} + +div.media { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:110px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +div.actortext { +height:2em; +width:100px; +vertical-align:middle; +text-align:center; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#eee6c1; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:10px; +font-weight:400; +} + +.subtitle { +font-size:9px; +} + +.description { +font-size:7px; +font-weight:400; +} + +a,a:active,a:link,a:visited { +color:#000; +text-decoration:none; +} + +a:hover { +background-color:#000; +color:#FFF; +text-decoration:none; +} + +#logo { +position:absolute; +top:5px; +left:650px; +border:0; +z-index:10; +} + +#logo a img { +width:450px; +height:45px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:190px; +height:66px; +text-align:right; +background:url("images/head.png") no-repeat; +background-color:#000; +} + +#headerNav { +position:absolute; +top:54px; +left:0; +margin-left:192px; +text-align:right; +vertical-align:middle; +font-size:8px; +color:#000; +background:url("images/righthead.png") no-repeat; +background-position:right; +background-color:#ffd068; +font-variant:small-caps; +width:900px; +height:12px; +overflow:hidden; +padding-right:25px; +line-height:12px; +} + +#headerNav a:hover { +color:#eee6c1; +background-color:#000; +text-decoration:none; +} + +#sidebar { +background:url("images/side.png") no-repeat; +background-position:top; +position:absolute; +top:80px; +padding-top:80px; +left:0; +width:190px; +background-color:#000; +} + +#sidefooter { +background:url("images/sidefooter.png") no-repeat; +position:absolute; +left:0; +width:190px; +height:150px; +background-color:#000; +margin:0; +padding:0; +} + +p.vtx { +font-size:15px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:9px; +height:18px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#eee6c1; +border-color:#c5a154; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#eee6c1; +border-color:#c5a154; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#ffd068; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#c5a154; +padding:0; +} + +img.marksright2 { +background:#eee6c1; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#c5a154; +padding:0; +} + +td.wait_full { +background:#eee6c1; +width:15px; +height:15px; +border-color:#c5a154; +border-style:solid; +border-width:1px; +padding:0; +} + +td.wait_clear { +background:#ffd068; +width:15px; +height:15px; +border-style:none; +border-width:0; +padding:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +td { +font-size:10px; +} + +table.fieldtable { +width:220px; +margin-bottom:5px; +color:#000; +font-size:11px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:170px; +height:20px; +float:left; +} + +div.remotehead { +width:150px; +font-size:14px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/head200.png) no-repeat; +height:35px; +color:#000; +font-size:11px; +overflow:hidden; +text-align:left; +padding:0 0 15px 25px; +} + +td.fieldtext { +vertical-align:top; +background:url(images/mid200.png) repeat-y; +overflow:hidden; +padding:0 1px 0 3px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/down200.png) no-repeat; +height:15px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#000; +font-size:11px; +} + +#sidebar table { +width:180px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head180.png) no-repeat; +height:30px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 20px 0 2px; +font-variant:small-caps; +text-align:right; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/mid180.png) repeat-y; +text-align:right; +font-size:10px; +color:#000; +padding:2px 18px 2px 2px; +} + +td.sidebottom { +vertical-align:bottom; +height:4px; +} + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { + float:left; +} + +#sidebar li.label { +width:115px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +width:400px; +margin-bottom:10px; +color:#000; +font-size:10px; +} + +td.areahead { +vertical-align:top; +background:url(images/head400.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +font-weight:700; +text-align:right; +padding:1px 25px; +} + +td.areatext { +vertical-align:top; +background:url(images/mid400.png) repeat-y; +padding:0 3px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.png) no-repeat; +height:15px; +} + +table.editortable { +width:600px; +margin-bottom:10px; +color:#000; +font-size:10px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:505px; +height:18px; +float:left; +} + +td.editorhead { +vertical-align:top; +background:url(images/head600.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +font-weight:700; +padding:2px 25px; +} + +td.editortext { +vertical-align:top; +background:url(images/mid600.png) repeat-y; +padding:0 3px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.png) no-repeat; +height:15px; +} + +table.largetable { +width:800px; +margin-bottom:10px; +color:#000; +font-size:10px; +} + +td.largehead { +vertical-align:top; +background:url(images/head800.png) no-repeat; +height:35px; +color:#000; +font-size:14px; +font-weight:700; +text-align:right; +padding:1px 25px; +} + +td.largetext { +vertical-align:top; +background:url(images/mid800.png) repeat-y; +padding:0 3px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.png) no-repeat; +height:15px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#eee6c1; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:3px; +} + +a.rcbutton:hover { +background:#ffd068; +} + +#hilfsframe { +z-index:10; +position:absolute; +background-color:transparent; +left:0; +top:0; +} + +#shutter { +z-index:12; +vertical-align:top; +text-align:right; +background-color:transparent; +} + +.hilfsframed { +background-color:transparent; +} + +.deactive { +color:#a4977a; +} + +.active { +color:#202060; +font-weight:700; +} + +.running { +color:#2020b4; +font-weight:700; +} + +.problem { +color:#b96011; +} + +.error { +color:red; +font-weight:700; +} + +.channel { +font-size:8px; +} + +.areabegin { +float:left; +margin:0; +} + +.areaclose { +clear:both; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +#sidebar input,#sidebar select { +width:150px; +margin:5px 5px 0 0; +padding:0; +} + +img.progressright,img.marksleft { +background:#ffd068; +border-color:#c5a154; +border-style:solid; +border-width:1px; +padding:0; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +#hilfsframecontent,#cframe { +background-color:transparent; +height:100%; +z-index:10; +} + + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#eee6c1; +padding:2px 6px 2px 6px; +} + +.suggestbox { +z-index:1; +width:150px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#ffd068; +border:1px solid #c5a154; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/lcars_flat/style.css b/skins/lcars_flat/style.css deleted file mode 100644 index 12ecfbf..0000000 --- a/skins/lcars_flat/style.css +++ /dev/null @@ -1,751 +0,0 @@ -body { -background-color:#000; -font-family:Trek, Impact, Arial, sans-serif; -color:#FFF; -margin:0; -padding:0; -} - -body.frame { -background-color:#000; -font-family:Trek, Impact, Arial, sans-serif; -color:#FFF; -margin:80px 0 0; -padding:0 15px 15px 192px; -} - -input,select,textarea { -font-family:Trek, Impact, Arial, sans-serif; -background-color:#eee6c1; -color:#000; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#000; -background:url("images/right.png") no-repeat; -background-position:right; -background-color:#ffd068; -font-variant:small-caps; -text-align:right; -padding-right:25px; -line-height:22px; -height:22px; -overflow:hidden; -} - -h1 { -font-size:18px; -margin-bottom:15px; -width:900px; -} - -h2 { -font-size:16px; -margin-bottom:10px; -width:860px; -} - -table.schema { -float:left; -border:1px solid #000; -border-right:0; -} - -#timewindow { -position:relative; -top:0; -height:3px; -z-index:2; -border:thin solid #806834; -background-color:#806834; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed #806834; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails { -width:160px; -} - -div.recording { -height:120px; -vertical-align:middle; -text-align:center; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:120px; -} - -img.medialist { -width:60px; -} - -div.medialist { -height:80px; -vertical-align:middle; -text-align:center; -overflow:hidden; -} - -img.media { -height:180px; -} - -div.media { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:110px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -div.actortext { -height:2em; -width:100px; -vertical-align:middle; -text-align:center; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#eee6c1; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:10px; -font-weight:400; -} - -.subtitle { -font-size:9px; -} - -.description { -font-size:7px; -font-weight:400; -} - -a,a:active,a:link,a:visited { -color:#000; -text-decoration:none; -} - -a:hover { -background-color:#000; -color:#FFF; -text-decoration:none; -} - -#logo { -position:absolute; -top:5px; -left:650px; -border:0; -z-index:10; -} - -#logo a img { -width:450px; -height:45px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:190px; -height:66px; -text-align:right; -background:url("images/head.png") no-repeat; -background-color:#000; -} - -#headerNav { -position:absolute; -top:54px; -left:0; -margin-left:192px; -text-align:right; -vertical-align:middle; -font-size:8px; -color:#000; -background:url("images/righthead.png") no-repeat; -background-position:right; -background-color:#ffd068; -font-variant:small-caps; -width:900px; -height:12px; -overflow:hidden; -padding-right:25px; -line-height:12px; -} - -#headerNav a:hover { -color:#eee6c1; -background-color:#000; -text-decoration:none; -} - -#sidebar { -background:url("images/side.png") no-repeat; -background-position:top; -position:absolute; -top:80px; -padding-top:80px; -left:0; -width:190px; -background-color:#000; -} - -#sidefooter { -background:url("images/sidefooter.png") no-repeat; -position:absolute; -left:0; -width:190px; -height:150px; -background-color:#000; -margin:0; -padding:0; -} - -p.vtx { -font-size:15px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:9px; -height:18px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#eee6c1; -border-color:#c5a154; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#eee6c1; -border-color:#c5a154; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#ffd068; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#c5a154; -padding:0; -} - -img.marksright2 { -background:#eee6c1; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#c5a154; -padding:0; -} - -td.wait_full { -background:#eee6c1; -width:15px; -height:15px; -border-color:#c5a154; -border-style:solid; -border-width:1px; -padding:0; -} - -td.wait_clear { -background:#ffd068; -width:15px; -height:15px; -border-style:none; -border-width:0; -padding:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -td { -font-size:10px; -} - -table.fieldtable { -width:220px; -margin-bottom:5px; -color:#000; -font-size:11px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:170px; -height:20px; -float:left; -} - -div.remotehead { -width:150px; -font-size:14px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/head200.png) no-repeat; -height:35px; -color:#000; -font-size:11px; -overflow:hidden; -text-align:left; -padding:0 0 15px 25px; -} - -td.fieldtext { -vertical-align:top; -background:url(images/mid200.png) repeat-y; -overflow:hidden; -padding:0 1px 0 3px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/down200.png) no-repeat; -height:15px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#000; -font-size:11px; -} - -#sidebar table { -width:180px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head180.png) no-repeat; -height:30px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 20px 0 2px; -font-variant:small-caps; -text-align:right; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/mid180.png) repeat-y; -text-align:right; -font-size:10px; -color:#000; -padding:2px 18px 2px 2px; -} - -td.sidebottom { -vertical-align:bottom; -height:4px; -} - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { - float:left; -} - -#sidebar li.label { -width:115px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -width:400px; -margin-bottom:10px; -color:#000; -font-size:10px; -} - -td.areahead { -vertical-align:top; -background:url(images/head400.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -font-weight:700; -text-align:right; -padding:1px 25px; -} - -td.areatext { -vertical-align:top; -background:url(images/mid400.png) repeat-y; -padding:0 3px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.png) no-repeat; -height:15px; -} - -table.editortable { -width:600px; -margin-bottom:10px; -color:#000; -font-size:10px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:505px; -height:18px; -float:left; -} - -td.editorhead { -vertical-align:top; -background:url(images/head600.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -font-weight:700; -padding:2px 25px; -} - -td.editortext { -vertical-align:top; -background:url(images/mid600.png) repeat-y; -padding:0 3px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.png) no-repeat; -height:15px; -} - -table.largetable { -width:800px; -margin-bottom:10px; -color:#000; -font-size:10px; -} - -td.largehead { -vertical-align:top; -background:url(images/head800.png) no-repeat; -height:35px; -color:#000; -font-size:14px; -font-weight:700; -text-align:right; -padding:1px 25px; -} - -td.largetext { -vertical-align:top; -background:url(images/mid800.png) repeat-y; -padding:0 3px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.png) no-repeat; -height:15px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#eee6c1; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:3px; -} - -a.rcbutton:hover { -background:#ffd068; -} - -#hilfsframe { -z-index:10; -position:absolute; -background-color:transparent; -left:0; -top:0; -} - -#shutter { -z-index:12; -vertical-align:top; -text-align:right; -background-color:transparent; -} - -.hilfsframed { -background-color:transparent; -} - -.deactive { -color:#a4977a; -} - -.active { -color:#202060; -font-weight:700; -} - -.running { -color:#2020b4; -font-weight:700; -} - -.problem { -color:#b96011; -} - -.error { -color:red; -font-weight:700; -} - -.channel { -font-size:8px; -} - -.areabegin { -float:left; -margin:0; -} - -.areaclose { -clear:both; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -#sidebar input,#sidebar select { -width:150px; -margin:5px 5px 0 0; -padding:0; -} - -img.progressright,img.marksleft { -background:#ffd068; -border-color:#c5a154; -border-style:solid; -border-width:1px; -padding:0; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -#hilfsframecontent,#cframe { -background-color:transparent; -height:100%; -z-index:10; -} - - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#eee6c1; -padding:2px 6px 2px 6px; -} - -.suggestbox { -z-index:1; -width:150px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#ffd068; -border:1px solid #c5a154; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/snow/login.tmpl b/skins/snow/login.tmpl new file mode 120000 index 0000000..6f3a077 --- /dev/null +++ b/skins/snow/login.tmpl @@ -0,0 +1 @@ +../stone/login.tmpl \ No newline at end of file diff --git a/skins/snow/style-snow.css b/skins/snow/style-snow.css new file mode 100644 index 0000000..dd3d804 --- /dev/null +++ b/skins/snow/style-snow.css @@ -0,0 +1,732 @@ +body { +background-color:#FFF; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:0; +padding:0; +} + +body.frame { +background-color:#FFF; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +/*padding:0 0;*/ +margin:60px 0 0 185px; +} + +input,select,textarea { +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +font-size:11px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#000; +border-bottom-color:#000; +border-bottom-style:solid; +border-bottom-width:1px; +} + +h1 { +font-size:18px; +font-weight:700; +margin-bottom:15px; +} + +h2 { +font-size:14px; +margin-bottom:10px; +} + +table.schema { +float:left; +border:1px solid gray; +border-right:0; +} + +#timewindow { +position:relative; +top:0; +height:2px; +z-index:2; +border:thin solid gray; +background-color:gray; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed gray; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails,img.media { +width:160px; +} + +div.recording { +width:200px; +height:120px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:130px; +} + +div.media { +width:180px; +height:250px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#f0f0f0; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:12px; +white-space:nowrap; +overflow:hidden; +} + +.deactive { +color:#AAA; +} + +.running { +color:#2020b4; +} + +.active { +color:#202060; +} + +.problem { +color:#b03e28; +} + +.error { +color:red; +} + +a:active { +color:#00F; +text-decoration:none; +} + +#logo { +position:absolute; +top:10px; +left:10px; +border:0; +z-index:10; +width:75px; +height:75px; +} + +#logo a img { +width:75px; +height:75px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:100%; +height:48px; +text-align:right; +background:url("images/head.jpg") no-repeat; +background-color:#f7f7f7; +border-bottom:1px solid #807d74; +} + +#headerNav { +position:absolute; +top:32px; +left:0; +padding-left:100px; +padding-right:0; +text-align:left; +font-size:10px; +} + +#sidebar { +position:absolute; +top:98px; +left:5px; +width:180px; +padding:0; +} + +html>body #header { +position:fixed; +} + +html>body #sidebar { +position:fixed; +} + +#sidebar input { +width:155px; +margin:0; +padding:0; +} + +#sidebar select { +width:160px; +margin:0; +padding:0; +} + +p.vtx { +font-size:13px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:8px; +height:17px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#e7e7e7; +border-color:#000; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#e7e7e7; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#FFF; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +img.marksright2 { +background:#e7e7e7; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +td.wait_full { +background:#e7e7e7; +width:15px; +height:15px; +border-color:#000; +border-style:solid; +border-width:1px; +} + +td.wait_clear { +background:#FFF; +width:15px; +height:15px; +border-style:none; +border-width:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +td { +font-size:11px; +} + +table.fieldtable { +width:200px; +color:#000; +font-size:11px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:184px; +height:18px; +float:left; +} + +div.remotehead { +width:150px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/head200.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +div.fieldtext { +white-space:nowrap; +overflow:hidden; +width:184px; +float:left; +} + +td.fieldtext { +vertical-align:top; +background:url(images/dark200.gif) repeat-y; +padding:4px 12px 4px 4px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/down200.gif) no-repeat; +height:15px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#000; +font-size:11px; +} + +#fieldinline input { +color:#000; +font-size:8px; +} + +#sidebar table { +width:180px; +color:#000; +margin-bottom:5px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head180.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/dark180.gif) repeat-y; +font-size:11px; +padding:4px 12px 4px 4px; +} + +td.sidebottom { +vertical-align:bottom; +background:url(images/down180.gif) no-repeat; +height:13px; +} + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { +float:left; +} + +#sidebar li.label { +width:120px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +width:400px; +color:#000; +font-size:11px; +} + +div.areahead { +white-space:nowrap; +overflow:hidden; +width:384px; +height:18px; +} + +td.areahead { +vertical-align:middle; +background:url(images/head400.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.areatext { +vertical-align:top; +background:url(images/dark400.gif) repeat-y; +padding:4px 12px 4px 4px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.gif) no-repeat; +height:15px; +} + +table.editortable { +width:600px; +color:#000; +font-size:11px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:550px; +height:18px; +float:left; +} + +td.editorhead { +vertical-align:middle; +background:url(images/head600.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.editortext { +vertical-align:top; +background:url(images/dark600.gif) repeat-y; +padding:4px 12px 4px 4px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.gif) no-repeat; +height:15px; +} + +table.largetable { +width:800px; +color:#000; +} + +td.largehead { +vertical-align:middle; +background:url(images/head800.gif) no-repeat; +height:20px; +color:#000; +font-size:11px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.largetext { +vertical-align:top; +background:url(images/dark800.gif) repeat-y; +font-size:11px; +padding:4px 12px 4px 4px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.gif) no-repeat; +height:15px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#f7f7f7; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:3px; +} + +a.rcbutton:hover { +background:#FFF; +} + +#hilfsframe { +z-index:8; +position:absolute; +left:0; +top:0; +background-color:transparent; +} + +#shutter { +z-index:12; +text-align:right; +background-color:transparent; +} + +.hilfsframed { +background:transparent; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.areabegin { +float:left; +margin:0; +} + +.areaclose { +clear:both; +} + +.fieldtitle { +height:3ex; +overflow:hidden; +} + +.recordingdescription { +font-size:10px; +height:4em; +overflow:hidden; +} + +.epgdescription { +margin-top:4px; +font-size:10px; +height:4em; +overflow:hidden; +} + +.subtitle,.channel { +font-size:10px; +white-space:nowrap; +overflow:hidden; +} + +.description { +font-size:10px; +} + +a,a:visited,a:active,a:link { +color:#000; +text-decoration:none; +} + +a:hover { +color:#9a0a33; +text-decoration:none; +} + +img.progressright,img.marksleft { +background:#FFF; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +#hilfsframecontent,#cframe { +background-color:transparent; +height:100%; +z-index:10; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#e7e7e7; +padding:2px 6px 2px 6px; +} + +.suggestbox { +width:155px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#FFF; +border:1px solid #000; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/snow/style.css b/skins/snow/style.css deleted file mode 100644 index dd3d804..0000000 --- a/skins/snow/style.css +++ /dev/null @@ -1,732 +0,0 @@ -body { -background-color:#FFF; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:0; -padding:0; -} - -body.frame { -background-color:#FFF; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -/*padding:0 0;*/ -margin:60px 0 0 185px; -} - -input,select,textarea { -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -font-size:11px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#000; -border-bottom-color:#000; -border-bottom-style:solid; -border-bottom-width:1px; -} - -h1 { -font-size:18px; -font-weight:700; -margin-bottom:15px; -} - -h2 { -font-size:14px; -margin-bottom:10px; -} - -table.schema { -float:left; -border:1px solid gray; -border-right:0; -} - -#timewindow { -position:relative; -top:0; -height:2px; -z-index:2; -border:thin solid gray; -background-color:gray; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed gray; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails,img.media { -width:160px; -} - -div.recording { -width:200px; -height:120px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:130px; -} - -div.media { -width:180px; -height:250px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#f0f0f0; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:12px; -white-space:nowrap; -overflow:hidden; -} - -.deactive { -color:#AAA; -} - -.running { -color:#2020b4; -} - -.active { -color:#202060; -} - -.problem { -color:#b03e28; -} - -.error { -color:red; -} - -a:active { -color:#00F; -text-decoration:none; -} - -#logo { -position:absolute; -top:10px; -left:10px; -border:0; -z-index:10; -width:75px; -height:75px; -} - -#logo a img { -width:75px; -height:75px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:100%; -height:48px; -text-align:right; -background:url("images/head.jpg") no-repeat; -background-color:#f7f7f7; -border-bottom:1px solid #807d74; -} - -#headerNav { -position:absolute; -top:32px; -left:0; -padding-left:100px; -padding-right:0; -text-align:left; -font-size:10px; -} - -#sidebar { -position:absolute; -top:98px; -left:5px; -width:180px; -padding:0; -} - -html>body #header { -position:fixed; -} - -html>body #sidebar { -position:fixed; -} - -#sidebar input { -width:155px; -margin:0; -padding:0; -} - -#sidebar select { -width:160px; -margin:0; -padding:0; -} - -p.vtx { -font-size:13px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:8px; -height:17px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#e7e7e7; -border-color:#000; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#e7e7e7; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#FFF; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -img.marksright2 { -background:#e7e7e7; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -td.wait_full { -background:#e7e7e7; -width:15px; -height:15px; -border-color:#000; -border-style:solid; -border-width:1px; -} - -td.wait_clear { -background:#FFF; -width:15px; -height:15px; -border-style:none; -border-width:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -td { -font-size:11px; -} - -table.fieldtable { -width:200px; -color:#000; -font-size:11px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:184px; -height:18px; -float:left; -} - -div.remotehead { -width:150px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/head200.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -div.fieldtext { -white-space:nowrap; -overflow:hidden; -width:184px; -float:left; -} - -td.fieldtext { -vertical-align:top; -background:url(images/dark200.gif) repeat-y; -padding:4px 12px 4px 4px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/down200.gif) no-repeat; -height:15px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#000; -font-size:11px; -} - -#fieldinline input { -color:#000; -font-size:8px; -} - -#sidebar table { -width:180px; -color:#000; -margin-bottom:5px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head180.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/dark180.gif) repeat-y; -font-size:11px; -padding:4px 12px 4px 4px; -} - -td.sidebottom { -vertical-align:bottom; -background:url(images/down180.gif) no-repeat; -height:13px; -} - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { -float:left; -} - -#sidebar li.label { -width:120px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -width:400px; -color:#000; -font-size:11px; -} - -div.areahead { -white-space:nowrap; -overflow:hidden; -width:384px; -height:18px; -} - -td.areahead { -vertical-align:middle; -background:url(images/head400.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.areatext { -vertical-align:top; -background:url(images/dark400.gif) repeat-y; -padding:4px 12px 4px 4px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.gif) no-repeat; -height:15px; -} - -table.editortable { -width:600px; -color:#000; -font-size:11px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:550px; -height:18px; -float:left; -} - -td.editorhead { -vertical-align:middle; -background:url(images/head600.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.editortext { -vertical-align:top; -background:url(images/dark600.gif) repeat-y; -padding:4px 12px 4px 4px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.gif) no-repeat; -height:15px; -} - -table.largetable { -width:800px; -color:#000; -} - -td.largehead { -vertical-align:middle; -background:url(images/head800.gif) no-repeat; -height:20px; -color:#000; -font-size:11px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.largetext { -vertical-align:top; -background:url(images/dark800.gif) repeat-y; -font-size:11px; -padding:4px 12px 4px 4px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.gif) no-repeat; -height:15px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#f7f7f7; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:3px; -} - -a.rcbutton:hover { -background:#FFF; -} - -#hilfsframe { -z-index:8; -position:absolute; -left:0; -top:0; -background-color:transparent; -} - -#shutter { -z-index:12; -text-align:right; -background-color:transparent; -} - -.hilfsframed { -background:transparent; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.areabegin { -float:left; -margin:0; -} - -.areaclose { -clear:both; -} - -.fieldtitle { -height:3ex; -overflow:hidden; -} - -.recordingdescription { -font-size:10px; -height:4em; -overflow:hidden; -} - -.epgdescription { -margin-top:4px; -font-size:10px; -height:4em; -overflow:hidden; -} - -.subtitle,.channel { -font-size:10px; -white-space:nowrap; -overflow:hidden; -} - -.description { -font-size:10px; -} - -a,a:visited,a:active,a:link { -color:#000; -text-decoration:none; -} - -a:hover { -color:#9a0a33; -text-decoration:none; -} - -img.progressright,img.marksleft { -background:#FFF; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -#hilfsframecontent,#cframe { -background-color:transparent; -height:100%; -z-index:10; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#e7e7e7; -padding:2px 6px 2px 6px; -} - -.suggestbox { -width:155px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#FFF; -border:1px solid #000; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/snow_flat/login.tmpl b/skins/snow_flat/login.tmpl new file mode 120000 index 0000000..6f3a077 --- /dev/null +++ b/skins/snow_flat/login.tmpl @@ -0,0 +1 @@ +../stone/login.tmpl \ No newline at end of file diff --git a/skins/snow_flat/style-snow_flat.css b/skins/snow_flat/style-snow_flat.css new file mode 100644 index 0000000..4361413 --- /dev/null +++ b/skins/snow_flat/style-snow_flat.css @@ -0,0 +1,719 @@ +body { +background-color:#FFF; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:0; +padding:0; +} + +body.frame { +background-color:#FFF; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:60px 0 0; +padding:0 0 0 185px; +} + +input,select,textarea { +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#000; +border-bottom-color:#000; +font-weight:700; +border-bottom-style:solid; +border-bottom-width:1px; +} + +h1 { +font-size:16px; +margin-bottom:15px; +} + +h2 { +font-size:14px; +margin-bottom:10px; +} + +table.schema { +float:left; +border:1px solid gray; +border-right:0; +} + +#timewindow { +position:relative; +top:0; +height:2px; +z-index:2; +border:thin solid gray; +background-color:gray; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed gray; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails { +width:160px; +} + +div.recording { +height:120px; +vertical-align:middle; +text-align:center; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:110px; +} + +img.medialist { +width:60px; +} + +div.medialist { +height:80px; +vertical-align:middle; +text-align:center; +overflow:hidden; +} + +img.media { +height:180px; +} + +div.media { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:110px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +div.actortext { +height:2em; +width:100px; +vertical-align:middle; +text-align:center; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#f0f0f0; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:12px; +font-weight:700; +} + +.description { +font-size:10px; +} + +.deactive { +color:#AAA; +} + +.running { +color:#2020b4; +font-weight:700; +} + +.active { +color:#202060; +font-weight:700; +} + +.problem { +color:#b03e28; +} + +.error { +color:red; +font-weight:700; +} + +a:active { +color:#00F; +text-decoration:none; +} + +#logo { +position:absolute; +top:10px; +left:10px; +border:0; +z-index:10; +width:75px; +height:75px; +} + +#logo a img { +width:75px; +height:75px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:100%; +height:48px; +text-align:right; +background:url("images/head.jpg") no-repeat; +background-color:#f7f7f7; +border-bottom:1px solid #807d74; +} + +#headerNav { +position:absolute; +top:32px; +left:0; +padding-left:100px; +padding-right:0; +text-align:left; +font-size:10px; +} + +#sidebar { +position:absolute; +top:98px; +left:5px; +width:180px; +padding:0; +} + +html>body #header { +position:fixed; +} + +html>body #sidebar { +position:fixed; +} + +#sidebar input { +width:155px; +margin:0; +padding:0; +} + +#sidebar select { +width:160px; +margin:0; +padding:0; +} + +p.vtx { +font-size:12px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:7px; +height:15px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#e7e7e7; +border-color:#000; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#e7e7e7; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#FFF; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +img.marksright2 { +background:#e7e7e7; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +td.wait_full { +background:#e7e7e7; +width:15px; +height:15px; +border-color:#000; +border-style:solid; +border-width:1px; +} + +td.wait_clear { +background:#FFF; +width:15px; +height:15px; +border-style:none; +border-width:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +td { +font-size:12px; +} + +table.fieldtable { +width:200px; +color:#000; +font-size:12px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:184px; +height:18px; +float:left; +} + +div.remotehead { +width:150px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/head200.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.fieldtext { +vertical-align:top; +background:url(images/dark200.gif) repeat-y; +padding:4px 12px 4px 4px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/down200.gif) no-repeat; +height:15px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#000; +font-size:12px; +} + +#fieldinline input { +color:#000; +font-size:12px; +} + +#sidebar table { +width:180px; +color:#000; +margin-bottom:5px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head180.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/dark180.gif) repeat-y; +font-size:12px; +padding:4px 12px 4px 4px; +} + +td.sidebottom { +vertical-align:bottom; +background:url(images/down180.gif) no-repeat; +height:13px; +} + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { + float:left; +} + +#sidebar li.label { +width:120px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +width:400px; +color:#000; +font-size:12px; +} + +td.areahead { +vertical-align:middle; +background:url(images/head400.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.areatext { +vertical-align:top; +background:url(images/dark400.gif) repeat-y; +padding:4px 12px 4px 4px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.gif) no-repeat; +height:15px; +} + +table.editortable { +width:600px; +color:#000; +font-size:12px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:550px; +height:18px; +float:left; +} + +td.editorhead { +vertical-align:middle; +background:url(images/head600.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.editortext { +vertical-align:top; +background:url(images/dark600.gif) repeat-y; +padding:4px 12px 4px 4px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.gif) no-repeat; +height:15px; +} + +table.largetable { +width:800px; +color:#000; +} + +td.largehead { +vertical-align:middle; +background:url(images/head800.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 12px 0 4px; +} + +td.largetext { +vertical-align:top; +background:url(images/dark800.gif) repeat-y; +font-size:11px; +padding:4px 12px 4px 4px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.gif) no-repeat; +height:15px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#f7f7f7; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:3px; +} + +a.rcbutton:hover { +background:#FFF; +} + +#hilfsframe { +z-index:8; +position:absolute; +left:0; +top:0; +background-color:transparent; +} + +#shutter { +z-index:12; +text-align:right; +background-color:transparent; +} + +.hilfsframed { +background:transparent; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.areabegin { +float:left; +margin:0; +} + +.areaclose { +clear:both; +} + +.subtitle,.channel { +font-size:11px; +} + +a,a:visited,a:active,a:link { +color:#000; +text-decoration:none; +} + +a:hover { +color:#9a0a33; +text-decoration:none; +} + +img.progressright,img.marksleft { +background:#FFF; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +#hilfsframecontent,#cframe { +background-color:transparent; +height:100%; +z-index:10; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#e7e7e7; +padding:2px 6px 2px 6px; +} + +.suggestbox { +width:155px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#FFF; +border:1px solid #000; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/snow_flat/style.css b/skins/snow_flat/style.css deleted file mode 100644 index 4361413..0000000 --- a/skins/snow_flat/style.css +++ /dev/null @@ -1,719 +0,0 @@ -body { -background-color:#FFF; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:0; -padding:0; -} - -body.frame { -background-color:#FFF; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:60px 0 0; -padding:0 0 0 185px; -} - -input,select,textarea { -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#000; -border-bottom-color:#000; -font-weight:700; -border-bottom-style:solid; -border-bottom-width:1px; -} - -h1 { -font-size:16px; -margin-bottom:15px; -} - -h2 { -font-size:14px; -margin-bottom:10px; -} - -table.schema { -float:left; -border:1px solid gray; -border-right:0; -} - -#timewindow { -position:relative; -top:0; -height:2px; -z-index:2; -border:thin solid gray; -background-color:gray; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed gray; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails { -width:160px; -} - -div.recording { -height:120px; -vertical-align:middle; -text-align:center; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:110px; -} - -img.medialist { -width:60px; -} - -div.medialist { -height:80px; -vertical-align:middle; -text-align:center; -overflow:hidden; -} - -img.media { -height:180px; -} - -div.media { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:110px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -div.actortext { -height:2em; -width:100px; -vertical-align:middle; -text-align:center; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#f0f0f0; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:12px; -font-weight:700; -} - -.description { -font-size:10px; -} - -.deactive { -color:#AAA; -} - -.running { -color:#2020b4; -font-weight:700; -} - -.active { -color:#202060; -font-weight:700; -} - -.problem { -color:#b03e28; -} - -.error { -color:red; -font-weight:700; -} - -a:active { -color:#00F; -text-decoration:none; -} - -#logo { -position:absolute; -top:10px; -left:10px; -border:0; -z-index:10; -width:75px; -height:75px; -} - -#logo a img { -width:75px; -height:75px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:100%; -height:48px; -text-align:right; -background:url("images/head.jpg") no-repeat; -background-color:#f7f7f7; -border-bottom:1px solid #807d74; -} - -#headerNav { -position:absolute; -top:32px; -left:0; -padding-left:100px; -padding-right:0; -text-align:left; -font-size:10px; -} - -#sidebar { -position:absolute; -top:98px; -left:5px; -width:180px; -padding:0; -} - -html>body #header { -position:fixed; -} - -html>body #sidebar { -position:fixed; -} - -#sidebar input { -width:155px; -margin:0; -padding:0; -} - -#sidebar select { -width:160px; -margin:0; -padding:0; -} - -p.vtx { -font-size:12px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:7px; -height:15px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#e7e7e7; -border-color:#000; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#e7e7e7; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#FFF; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -img.marksright2 { -background:#e7e7e7; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -td.wait_full { -background:#e7e7e7; -width:15px; -height:15px; -border-color:#000; -border-style:solid; -border-width:1px; -} - -td.wait_clear { -background:#FFF; -width:15px; -height:15px; -border-style:none; -border-width:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -td { -font-size:12px; -} - -table.fieldtable { -width:200px; -color:#000; -font-size:12px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:184px; -height:18px; -float:left; -} - -div.remotehead { -width:150px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/head200.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.fieldtext { -vertical-align:top; -background:url(images/dark200.gif) repeat-y; -padding:4px 12px 4px 4px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/down200.gif) no-repeat; -height:15px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#000; -font-size:12px; -} - -#fieldinline input { -color:#000; -font-size:12px; -} - -#sidebar table { -width:180px; -color:#000; -margin-bottom:5px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head180.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/dark180.gif) repeat-y; -font-size:12px; -padding:4px 12px 4px 4px; -} - -td.sidebottom { -vertical-align:bottom; -background:url(images/down180.gif) no-repeat; -height:13px; -} - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { - float:left; -} - -#sidebar li.label { -width:120px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -width:400px; -color:#000; -font-size:12px; -} - -td.areahead { -vertical-align:middle; -background:url(images/head400.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.areatext { -vertical-align:top; -background:url(images/dark400.gif) repeat-y; -padding:4px 12px 4px 4px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.gif) no-repeat; -height:15px; -} - -table.editortable { -width:600px; -color:#000; -font-size:12px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:550px; -height:18px; -float:left; -} - -td.editorhead { -vertical-align:middle; -background:url(images/head600.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.editortext { -vertical-align:top; -background:url(images/dark600.gif) repeat-y; -padding:4px 12px 4px 4px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.gif) no-repeat; -height:15px; -} - -table.largetable { -width:800px; -color:#000; -} - -td.largehead { -vertical-align:middle; -background:url(images/head800.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 12px 0 4px; -} - -td.largetext { -vertical-align:top; -background:url(images/dark800.gif) repeat-y; -font-size:11px; -padding:4px 12px 4px 4px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.gif) no-repeat; -height:15px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#f7f7f7; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:3px; -} - -a.rcbutton:hover { -background:#FFF; -} - -#hilfsframe { -z-index:8; -position:absolute; -left:0; -top:0; -background-color:transparent; -} - -#shutter { -z-index:12; -text-align:right; -background-color:transparent; -} - -.hilfsframed { -background:transparent; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.areabegin { -float:left; -margin:0; -} - -.areaclose { -clear:both; -} - -.subtitle,.channel { -font-size:11px; -} - -a,a:visited,a:active,a:link { -color:#000; -text-decoration:none; -} - -a:hover { -color:#9a0a33; -text-decoration:none; -} - -img.progressright,img.marksleft { -background:#FFF; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -#hilfsframecontent,#cframe { -background-color:transparent; -height:100%; -z-index:10; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#e7e7e7; -padding:2px 6px 2px 6px; -} - -.suggestbox { -width:155px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#FFF; -border:1px solid #000; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/stone/index.tmpl b/skins/stone/index.tmpl index d854cf2..06b1458 100644 --- a/skins/stone/index.tmpl +++ b/skins/stone/index.tmpl @@ -4,7 +4,7 @@ xml:lang="" lang=""xml:lang="en" lang="en"> - + <?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?> diff --git a/skins/stone/login.tmpl b/skins/stone/login.tmpl new file mode 100644 index 0000000..be9c1af --- /dev/null +++ b/skins/stone/login.tmpl @@ -0,0 +1,61 @@ +"?> + + +xml:lang="" lang=""xml:lang="en" lang="en"> + + + + + <?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?> + + + + + + + + +
+
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ : + + +
+ : + + +
  
+   + + " /> +
+
+
+
+ + diff --git a/skins/stone/style-stone.css b/skins/stone/style-stone.css new file mode 100644 index 0000000..742242b --- /dev/null +++ b/skins/stone/style-stone.css @@ -0,0 +1,714 @@ +body { +background-color:#f2f2f2; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:0; +padding:0; +} + +body.frame { +background-color:#f2f2f2; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:90px 0 0; +padding:0 0 0 165px; +} + +input,select,textarea { +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +background-color:#e2e2e2; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#000; +border-bottom-color:#000; +font-weight:700; +border-bottom-style:solid; +border-bottom-width:1px; +} + +h1 { +font-size:16px; +margin-bottom:15px; +} + +h2 { +font-size:14px; +margin-bottom:10px; +} + +table.schema { +float:left; +border:1px solid #404040; +border-right:0; +margin-bottom:1px; +} + +#timewindow { +position:relative; +top:0; +height:3px; +z-index:2; +border:thin solid gray; +background-color:gray; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed gray; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails,img.media { +width:160px; +} + +div.recording { +width:185px; +height:120px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:110px; +} + +div.media { +width:200px; +height:250px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#d2d2d2; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:11px; +font-weight:700; +overflow:hidden; +white-space:nowrap; +} + +a:active { +color:#00F; +text-decoration:none; +} + +#logo { +position:absolute; +top:10px; +left:10px; +border:0; +z-index:10; +width:75px; +height:75px; +} + +#logo a img { +width:75px; +height:75px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:100%; +height:48px; +text-align:right; +background:url("images/head.jpg") no-repeat; +background-color:#d2d2d2; +border-bottom:1px solid #807d74; +} + +#headerNav { +position:absolute; +top:54px; +left:0; +padding-left:90px; +padding-right:0; +text-align:left; +vertical-align:middle; +font-size:10px; +} + +#sidebar { +position:absolute; +top:126px; +left:5px; +width:150px; +} + +#sidebar input { +width:135px; +margin:0; +padding:0; +} + +#sidebar select { +width:140px; +margin:0; +padding:0; +} + +img.progressleft { +background:#d2d2d2; +border-color:#000; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progressright { +background:#FFF; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#d2d2d2; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksleft { +background:#e2e2e2; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#e2e2e2; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +img.marksright2 { +background:#d2d2d2; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +td.wait_full { +background:#d2d2d2; +width:15px; +height:15px; +border-color:#000; +border-style:solid; +border-width:1px; +} + +td.wait_clear { +background:#e2e2e2; +width:15px; +height:15px; +border-style:none; +border-width:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +table.fieldtable { +background:url(images/darkfield.gif) repeat-y; +width:190px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:184px; +height:18px; +float:left; +} + +div.remotehead { +width:130px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/headfield.gif) no-repeat; +height:20px; +color:#000; +font-size:11px; +font-weight:700; +padding:0 2px 0 2px; +} + +div.fieldtext { +white-space:nowrap; +overflow:hidden; +width:184px; +float:left; +} + +td.fieldtext { +vertical-align:top; +background:url(images/darkfield.gif) repeat-y; +color:#000; +font-size:11px; +padding:0 3px 0 3px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/downfield.gif) no-repeat; +height:1px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#000; +font-size:11px; +} + +#fieldinline input { +color:#000; +font-size:8px; +} + +#sidebar table { +background:url(images/dark150.gif) repeat-y; +width:150px; +margin-bottom:5px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head150.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/dark150.gif) repeat-y; +color:#000; +font-size:11px; +padding:4px; +} + +td.sidebottom { +vertical-align:bottom; +background:url(images/down150.gif) no-repeat; +height:1px; +} + +#sidebar ul { + list-style:none; + clear:both; + margin:0; + padding:0; +} + +#sidebar li { + float:left; +} + +#sidebar li.label { +width:100px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +background:url(images/dark400.gif) repeat-y; +width:400px; +margin-bottom:5px; +} + +div.areahead { +white-space:nowrap; +overflow:hidden; +width:374px; +height:18px; +} + +td.areahead { +vertical-align:middle; +background:url(images/head400.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +} + +td.areatext { +vertical-align:top; +background:url(images/dark400.gif) repeat-y; +color:#000; +font-size:11px; +padding:4px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.gif) no-repeat; +height:1px; +} + +table.editortable { +background:url(images/dark600.gif) repeat-y; +width:600px; +margin-bottom:5px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:550px; +height:18px; +float:left; +} + +td.editorhead { +vertical-align:middle; +background:url(images/head600.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +} + +td.editortext { +vertical-align:top; +background:url(images/dark600.gif) repeat-y; +color:#000; +font-size:11px; +padding:4px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.gif) no-repeat; +height:1px; +} + +table.largetable { +background:url(images/dark800.gif) repeat-y; +width:800px; +margin-bottom:5px; +} + +td.largehead { +vertical-align:middle; +background:url(images/head800.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +} + +td.largetext { +vertical-align:top; +background:url(images/dark800.gif) repeat-y; +color:#000; +font-size:11px; +padding:1px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.gif) no-repeat; +height:1px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#d2d2d2; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:2px; +} + +a.rcbutton:hover { +background:#e2e2e2; +} + +#hilfsframe { +z-index:10; +position:absolute; +left:0; +top:0; +background-color:transparent; +} + +#shutter { +z-index:12; +text-align:right; +padding-right:25px; +background-color:transparent; +} + +#hilfsframecontent { +z-index:10; +background-color:transparent; +height:100%; +} + +.hilfsframed { +background-color:transparent; +} + +.deactive { +color:#AAA; +} + +.active { +color:#202060; +} + +.running { +color:#2020b4; +} + +.problem { +color:#b03e28; +} + +.error { +color:red; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.areabegin { +float:left; +margin:2px; +} + +.areaclose { +clear:both; +} + +.recordingdescription { +font-size:10px; +height:5em; +overflow:hidden; +} + +.fieldtitle { +height:2em; +overflow:hidden; +} + +.epgdescription { +font-size:10px; +margin-top:3px; +height:5em; +overflow:hidden; +} + +.subtitle,td { +font-size:10px; +} + +.description,.channel { +font-size:9px; +} + +a,a:visited,a:active,a:link { +color:#000; +text-decoration:none; +} + +a:hover { +color:#9a0a33; +text-decoration:none; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#d2d2d2; +padding:2px 6px 2px 6px; +} + +.suggestbox { +width:135px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#e2e2e2; +border:1px solid #CCC; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/stone/style.css b/skins/stone/style.css deleted file mode 100644 index 742242b..0000000 --- a/skins/stone/style.css +++ /dev/null @@ -1,714 +0,0 @@ -body { -background-color:#f2f2f2; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:0; -padding:0; -} - -body.frame { -background-color:#f2f2f2; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:90px 0 0; -padding:0 0 0 165px; -} - -input,select,textarea { -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -background-color:#e2e2e2; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#000; -border-bottom-color:#000; -font-weight:700; -border-bottom-style:solid; -border-bottom-width:1px; -} - -h1 { -font-size:16px; -margin-bottom:15px; -} - -h2 { -font-size:14px; -margin-bottom:10px; -} - -table.schema { -float:left; -border:1px solid #404040; -border-right:0; -margin-bottom:1px; -} - -#timewindow { -position:relative; -top:0; -height:3px; -z-index:2; -border:thin solid gray; -background-color:gray; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed gray; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails,img.media { -width:160px; -} - -div.recording { -width:185px; -height:120px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:110px; -} - -div.media { -width:200px; -height:250px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#d2d2d2; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:11px; -font-weight:700; -overflow:hidden; -white-space:nowrap; -} - -a:active { -color:#00F; -text-decoration:none; -} - -#logo { -position:absolute; -top:10px; -left:10px; -border:0; -z-index:10; -width:75px; -height:75px; -} - -#logo a img { -width:75px; -height:75px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:100%; -height:48px; -text-align:right; -background:url("images/head.jpg") no-repeat; -background-color:#d2d2d2; -border-bottom:1px solid #807d74; -} - -#headerNav { -position:absolute; -top:54px; -left:0; -padding-left:90px; -padding-right:0; -text-align:left; -vertical-align:middle; -font-size:10px; -} - -#sidebar { -position:absolute; -top:126px; -left:5px; -width:150px; -} - -#sidebar input { -width:135px; -margin:0; -padding:0; -} - -#sidebar select { -width:140px; -margin:0; -padding:0; -} - -img.progressleft { -background:#d2d2d2; -border-color:#000; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progressright { -background:#FFF; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#d2d2d2; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksleft { -background:#e2e2e2; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#e2e2e2; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -img.marksright2 { -background:#d2d2d2; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -td.wait_full { -background:#d2d2d2; -width:15px; -height:15px; -border-color:#000; -border-style:solid; -border-width:1px; -} - -td.wait_clear { -background:#e2e2e2; -width:15px; -height:15px; -border-style:none; -border-width:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -table.fieldtable { -background:url(images/darkfield.gif) repeat-y; -width:190px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:184px; -height:18px; -float:left; -} - -div.remotehead { -width:130px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/headfield.gif) no-repeat; -height:20px; -color:#000; -font-size:11px; -font-weight:700; -padding:0 2px 0 2px; -} - -div.fieldtext { -white-space:nowrap; -overflow:hidden; -width:184px; -float:left; -} - -td.fieldtext { -vertical-align:top; -background:url(images/darkfield.gif) repeat-y; -color:#000; -font-size:11px; -padding:0 3px 0 3px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/downfield.gif) no-repeat; -height:1px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#000; -font-size:11px; -} - -#fieldinline input { -color:#000; -font-size:8px; -} - -#sidebar table { -background:url(images/dark150.gif) repeat-y; -width:150px; -margin-bottom:5px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head150.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/dark150.gif) repeat-y; -color:#000; -font-size:11px; -padding:4px; -} - -td.sidebottom { -vertical-align:bottom; -background:url(images/down150.gif) no-repeat; -height:1px; -} - -#sidebar ul { - list-style:none; - clear:both; - margin:0; - padding:0; -} - -#sidebar li { - float:left; -} - -#sidebar li.label { -width:100px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -background:url(images/dark400.gif) repeat-y; -width:400px; -margin-bottom:5px; -} - -div.areahead { -white-space:nowrap; -overflow:hidden; -width:374px; -height:18px; -} - -td.areahead { -vertical-align:middle; -background:url(images/head400.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -} - -td.areatext { -vertical-align:top; -background:url(images/dark400.gif) repeat-y; -color:#000; -font-size:11px; -padding:4px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.gif) no-repeat; -height:1px; -} - -table.editortable { -background:url(images/dark600.gif) repeat-y; -width:600px; -margin-bottom:5px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:550px; -height:18px; -float:left; -} - -td.editorhead { -vertical-align:middle; -background:url(images/head600.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -} - -td.editortext { -vertical-align:top; -background:url(images/dark600.gif) repeat-y; -color:#000; -font-size:11px; -padding:4px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.gif) no-repeat; -height:1px; -} - -table.largetable { -background:url(images/dark800.gif) repeat-y; -width:800px; -margin-bottom:5px; -} - -td.largehead { -vertical-align:middle; -background:url(images/head800.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -} - -td.largetext { -vertical-align:top; -background:url(images/dark800.gif) repeat-y; -color:#000; -font-size:11px; -padding:1px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.gif) no-repeat; -height:1px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#d2d2d2; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:2px; -} - -a.rcbutton:hover { -background:#e2e2e2; -} - -#hilfsframe { -z-index:10; -position:absolute; -left:0; -top:0; -background-color:transparent; -} - -#shutter { -z-index:12; -text-align:right; -padding-right:25px; -background-color:transparent; -} - -#hilfsframecontent { -z-index:10; -background-color:transparent; -height:100%; -} - -.hilfsframed { -background-color:transparent; -} - -.deactive { -color:#AAA; -} - -.active { -color:#202060; -} - -.running { -color:#2020b4; -} - -.problem { -color:#b03e28; -} - -.error { -color:red; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.areabegin { -float:left; -margin:2px; -} - -.areaclose { -clear:both; -} - -.recordingdescription { -font-size:10px; -height:5em; -overflow:hidden; -} - -.fieldtitle { -height:2em; -overflow:hidden; -} - -.epgdescription { -font-size:10px; -margin-top:3px; -height:5em; -overflow:hidden; -} - -.subtitle,td { -font-size:10px; -} - -.description,.channel { -font-size:9px; -} - -a,a:visited,a:active,a:link { -color:#000; -text-decoration:none; -} - -a:hover { -color:#9a0a33; -text-decoration:none; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#d2d2d2; -padding:2px 6px 2px 6px; -} - -.suggestbox { -width:135px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#e2e2e2; -border:1px solid #CCC; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/stone/widgets/start.tmpl b/skins/stone/widgets/start.tmpl index 718b7e8..19d27cf 100644 --- a/skins/stone/widgets/start.tmpl +++ b/skins/stone/widgets/start.tmpl @@ -5,7 +5,7 @@ xml:lang="" lang=""xml:lang="en" lang="en"> - + diff --git a/skins/stone_flat/style-stone_flat.css b/skins/stone_flat/style-stone_flat.css new file mode 100644 index 0000000..20499d8 --- /dev/null +++ b/skins/stone_flat/style-stone_flat.css @@ -0,0 +1,727 @@ +body { +background-color:#f2f2f2; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:0; +padding:0; +} + +body.frame { +background-color:#f2f2f2; +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +margin:90px 0 0; +padding:0 0 0 165px; +} + +input,select,textarea { +font-family:Tahoma, Arial, Helvetica, sans-serif; +color:#000; +background-color:#e2e2e2; +font-size:12px; +} + +#body { +padding:0; +} + +h1,h2 { +color:#000; +border-bottom-color:#000; +font-weight:700; +border-bottom-style:solid; +border-bottom-width:1px; +} + +h1 { +font-size:16px; +margin-bottom:15px; +} + +h2 { +font-size:14px; +margin-bottom:10px; +} + +table.schema { +float:left; +border:1px solid #404040; +border-right:0; +margin-bottom:1px; +} + +#timewindow { +position:relative; +top:0; +height:3px; +z-index:2; +border:thin solid gray; +background-color:gray; +text-align:right; +} + +#timeline { +position:relative; +top:0; +width:1px; +height:100%; +border-left:1px dashed gray; +z-index:2; +margin:0; +} + +img { +vertical-align:middle; +border:0; +border-style:none; +margin:0; +padding:0; +} + +img.recording,img.recorddetails { +width:160px; +} + +div.recording { +height:120px; +vertical-align:middle; +text-align:center; +} + +img.epgimages { +width:160px; +float:left; +margin-top:5px; +margin-right:10px; +margin-bottom:5px; +} + +img.cover { +width:100px; +} + +img.medialist { +width:60px; +} + +div.medialist { +height:80px; +vertical-align:middle; +text-align:center; +overflow:hidden; +} + +img.media { +height:180px; +} + +div.media { +width:190px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +img.actor { +height:90px; +} + +div.actor { +width:110px; +vertical-align:middle; +text-align:center; +display:table-cell; +} + +div.actortext { +height:2em; +width:100px; +vertical-align:middle; +text-align:center; +} + +a img { +border:0; +} + +td.push { +vertical-align:middle; +text-align:right; +white-space:nowrap; +} + +tr.two { +background-color:#d2d2d2; +} + +.left { +text-align:left; +} + +.middle { +text-align:center; +} + +.right { +text-align:right; +} + +.title { +font-size:12px; +font-weight:700; +} + +a:active { +color:#00F; +text-decoration:none; +} + +#logo { +position:absolute; +top:10px; +left:10px; +border:0; +z-index:10; +width:75px; +height:75px; +} + +#logo a img { +width:75px; +height:75px; +} + +#header { +position:absolute; +z-index:5; +top:0; +left:0; +right:0; +width:100%; +height:48px; +text-align:right; +background:url("images/head.jpg") no-repeat; +background-color:#d2d2d2; +border-bottom:1px solid #807d74; +} + +#headerNav { +position:absolute; +top:54px; +left:0; +padding-left:90px; +padding-right:0; +text-align:left; +vertical-align:middle; +font-size:10px; +} + +#sidebar { +position:absolute; +top:126px; +left:5px; +width:150px; +} + +#sidebar input { +width:135px; +margin:0; +padding:0; +} + +#sidebar select { +width:140px; +margin:0; +padding:0; +} + +p.vtx { +font-size:12px; +font-family:monospace; +white-space:nowrap; +} + +img.vtx { +position:absolute; +z-index:1; +width:7px; +height:15px; +} + +a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { +text-decoration:none; +} + +a.vtx:link,a.vtx:visited { +color:#0F0; +} + +a.vtx:hover,a.vtx:active { +color:#FF0; +} + +img.progressleft { +background:#d2d2d2; +border-color:#000; +border-style:solid none solid solid; +border-width:1px; +padding:0; +} + +img.progressright { +background:#FFF; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.progress { +background:#d2d2d2; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksleft { +background:#e2e2e2; +border-color:#000; +border-style:solid; +border-width:1px; +padding:0; +} + +img.marksright1 { +background:#e2e2e2; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +img.marksright2 { +background:#d2d2d2; +border-top-style:solid; +border-top-width:1px; +border-bottom-style:solid; +border-bottom-width:1px; +border-right-style:solid; +border-right-width:1px; +border-color:#000; +padding:0; +} + +td.wait_full { +background:#d2d2d2; +width:15px; +height:15px; +border-color:#000; +border-style:solid; +border-width:1px; +} + +td.wait_clear { +background:#e2e2e2; +width:15px; +height:15px; +border-style:none; +border-width:0; +} + +table { +border-collapse:collapse; +border-spacing:0; +border-style:hidden; +border-width:0; +margin:0; +padding:0; +} + +table.fieldtable { +background:url(images/darkfield.gif) repeat-y; +width:190px; +} + +div.remotehead, +div.fieldhead { +white-space:nowrap; +overflow:hidden; +width:184px; +height:18px; +float:left; +} + +div.remotehead { +width:130px; +} + +td.fieldhead { +vertical-align:middle; +background:url(images/headfield.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 2px 0 2px; +} + +td.fieldtext { +vertical-align:top; +background:url(images/darkfield.gif) repeat-y; +color:#000; +font-size:12px; +padding:2px; +} + +td.fieldbottom { +vertical-align:bottom; +background:url(images/downfield.gif) no-repeat; +height:1px; +} + +table.fieldinline { +width:100%; +} + +fieldinline { +color:#000; +font-size:12px; +} + +#fieldinline input { +font-family:'Trebuchet MS', Lucida, Verdana, Helvetica, Arial, sans-serif; +color:#000; +font-size:12px; +} + +#sidebar table { +background:url(images/dark150.gif) repeat-y; +width:150px; +margin-bottom:5px; +} + +td.sidehead { +vertical-align:middle; +background:url(images/head150.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +overflow:hidden; +white-space:nowrap; +} + +td.sidetext { +vertical-align:top; +background:url(images/dark150.gif) repeat-y; +color:#000; +font-size:10px; +padding:4px; +} + +td.sidebottom { +vertical-align:bottom; +background:url(images/down150.gif) no-repeat; +height:1px; +} + +#sidebar ul { +list-style:none; +clear:both; +margin:0; +padding:0; +} + +#sidebar li { + float:left; +} + +#sidebar li.label { +width:100px; +padding:0 5px 0 5px; +overflow:hidden; +white-space:nowrap; +} + +table.areatable { +background:url(images/dark400.gif) repeat-y; +width:400px; +margin-bottom:5px; +} + +td.areahead { +vertical-align:middle; +background:url(images/head400.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +} + +td.areatext { +vertical-align:top; +background:url(images/dark400.gif) repeat-y; +color:#000; +font-size:12px; +padding:4px; +} + +td.areabottom { +vertical-align:bottom; +background:url(images/down400.gif) no-repeat; +height:1px; +} + +table.editortable { +background:url(images/dark600.gif) repeat-y; +width:600px; +margin-bottom:5px; +} + +div.editorhead { +white-space:nowrap; +overflow:hidden; +max-width:550px; +height:18px; +float:left; +} + +td.editorhead { +vertical-align:middle; +background:url(images/head600.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +} + +td.editortext { +vertical-align:top; +background:url(images/dark600.gif) repeat-y; +color:#000; +font-size:12px; +padding:4px; +} + +td.editorbottom { +vertical-align:bottom; +background:url(images/down600.gif) no-repeat; +height:1px; +} + +table.largetable { +background:url(images/dark800.gif) repeat-y; +width:800px; +margin-bottom:5px; +} + +td.largehead { +vertical-align:middle; +background:url(images/head800.gif) no-repeat; +height:20px; +color:#000; +font-size:12px; +font-weight:700; +padding:0 4px 0 4px; +} + +td.largetext { +vertical-align:top; +background:url(images/dark800.gif) repeat-y; +color:#000; +font-size:12px; +padding:1px; +} + +td.largebottom { +vertical-align:bottom; +background:url(images/down800.gif) no-repeat; +height:1px; +} + +td.rcbutton,td.rcbuttonlarge { +vertical-align:middle; +text-align:center; +background-color:#d2d2d2; +border-bottom:1px solid #CCC; +border-right:1px solid #CCC; +border-top:1px solid #979797; +border-left:1px solid #979797; +height:20px; +padding:0; +} + +td.rcbutton { +width:32px; +} + +td.rcbuttonlarge { +width:48px; +} + +a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { +text-decoration:none; +display:block; +margin:0; +padding:2px; +} + +a.rcbutton:hover { +background:#e2e2e2; +} + +#hilfsframe { +z-index:10; +position:absolute; +left:0; +top:0; +background-color:transparent; +} + +#shutter { +z-index:12; +text-align:right; +padding-right:25px; +background-color:transparent; +} + +#hilfsframecontent { +z-index:10; +background-color:transparent; +height:100%; +} + +.hilfsframed { +background-color:transparent; +} + +.deactive { +color:#AAA; +} + +.active { +color:#202060; +font-weight:700; +} + +.running { +color:#2020b4; +font-weight:700; +} + +.problem { +color:#b03e28; +} + +.error { +color:red; +font-weight:700; +} + +.areabegin { +float:left; +margin:5px; +} + +.areaclose { +clear:both; +} + +#TOOLTIP { +position:absolute; +width:400px; +z-index:5; +visibility:hidden; +} + +.subtitle,.channel,td { +font-size:11px; +} + +.description { +font-size:10px; +} + +a,a:visited,a:active,a:link { +color:#000; +text-decoration:none; +} + +a:hover { +color:#9a0a33; +text-decoration:none; +} + +table.wait,table.rcbutton { +border-collapse:separate; +border-spacing:3px; +} + +.suggestlink { +padding:2px 6px 2px 6px; +} + +.suggestover { +background-color:#d2d2d2; +padding:2px 6px 2px 6px; +} + +.suggestbox { +width:135px; +visibility:hidden; +position:absolute; +text-align:left; +background-color:#e2e2e2; +border:1px solid #CCC; +} + +#slideframe{ +height:125px; +position:relative; +overflow:hidden; +margin:5px; +} + +#slideleft{ +width:50px; +height:100%; +position:absolute; +left:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:left; +} + +#slideright{ +width:50px; +height:100%; +position:absolute; +right:0; +z-index:10; +padding:1px; +background:url(images/blank.gif) repeat; +text-align:right; +} + +#slidelist{ +position:absolute; +height:auto; +} + +#slidelist #slideend{ +float:left; +} + +#slidelist img{ +float:left; +padding:1px; +} diff --git a/skins/stone_flat/style.css b/skins/stone_flat/style.css deleted file mode 100644 index 20499d8..0000000 --- a/skins/stone_flat/style.css +++ /dev/null @@ -1,727 +0,0 @@ -body { -background-color:#f2f2f2; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:0; -padding:0; -} - -body.frame { -background-color:#f2f2f2; -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -margin:90px 0 0; -padding:0 0 0 165px; -} - -input,select,textarea { -font-family:Tahoma, Arial, Helvetica, sans-serif; -color:#000; -background-color:#e2e2e2; -font-size:12px; -} - -#body { -padding:0; -} - -h1,h2 { -color:#000; -border-bottom-color:#000; -font-weight:700; -border-bottom-style:solid; -border-bottom-width:1px; -} - -h1 { -font-size:16px; -margin-bottom:15px; -} - -h2 { -font-size:14px; -margin-bottom:10px; -} - -table.schema { -float:left; -border:1px solid #404040; -border-right:0; -margin-bottom:1px; -} - -#timewindow { -position:relative; -top:0; -height:3px; -z-index:2; -border:thin solid gray; -background-color:gray; -text-align:right; -} - -#timeline { -position:relative; -top:0; -width:1px; -height:100%; -border-left:1px dashed gray; -z-index:2; -margin:0; -} - -img { -vertical-align:middle; -border:0; -border-style:none; -margin:0; -padding:0; -} - -img.recording,img.recorddetails { -width:160px; -} - -div.recording { -height:120px; -vertical-align:middle; -text-align:center; -} - -img.epgimages { -width:160px; -float:left; -margin-top:5px; -margin-right:10px; -margin-bottom:5px; -} - -img.cover { -width:100px; -} - -img.medialist { -width:60px; -} - -div.medialist { -height:80px; -vertical-align:middle; -text-align:center; -overflow:hidden; -} - -img.media { -height:180px; -} - -div.media { -width:190px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -img.actor { -height:90px; -} - -div.actor { -width:110px; -vertical-align:middle; -text-align:center; -display:table-cell; -} - -div.actortext { -height:2em; -width:100px; -vertical-align:middle; -text-align:center; -} - -a img { -border:0; -} - -td.push { -vertical-align:middle; -text-align:right; -white-space:nowrap; -} - -tr.two { -background-color:#d2d2d2; -} - -.left { -text-align:left; -} - -.middle { -text-align:center; -} - -.right { -text-align:right; -} - -.title { -font-size:12px; -font-weight:700; -} - -a:active { -color:#00F; -text-decoration:none; -} - -#logo { -position:absolute; -top:10px; -left:10px; -border:0; -z-index:10; -width:75px; -height:75px; -} - -#logo a img { -width:75px; -height:75px; -} - -#header { -position:absolute; -z-index:5; -top:0; -left:0; -right:0; -width:100%; -height:48px; -text-align:right; -background:url("images/head.jpg") no-repeat; -background-color:#d2d2d2; -border-bottom:1px solid #807d74; -} - -#headerNav { -position:absolute; -top:54px; -left:0; -padding-left:90px; -padding-right:0; -text-align:left; -vertical-align:middle; -font-size:10px; -} - -#sidebar { -position:absolute; -top:126px; -left:5px; -width:150px; -} - -#sidebar input { -width:135px; -margin:0; -padding:0; -} - -#sidebar select { -width:140px; -margin:0; -padding:0; -} - -p.vtx { -font-size:12px; -font-family:monospace; -white-space:nowrap; -} - -img.vtx { -position:absolute; -z-index:1; -width:7px; -height:15px; -} - -a.vtx:link,a.vtx:visited,a.vtx:hover,a.vtx:active { -text-decoration:none; -} - -a.vtx:link,a.vtx:visited { -color:#0F0; -} - -a.vtx:hover,a.vtx:active { -color:#FF0; -} - -img.progressleft { -background:#d2d2d2; -border-color:#000; -border-style:solid none solid solid; -border-width:1px; -padding:0; -} - -img.progressright { -background:#FFF; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.progress { -background:#d2d2d2; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksleft { -background:#e2e2e2; -border-color:#000; -border-style:solid; -border-width:1px; -padding:0; -} - -img.marksright1 { -background:#e2e2e2; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -img.marksright2 { -background:#d2d2d2; -border-top-style:solid; -border-top-width:1px; -border-bottom-style:solid; -border-bottom-width:1px; -border-right-style:solid; -border-right-width:1px; -border-color:#000; -padding:0; -} - -td.wait_full { -background:#d2d2d2; -width:15px; -height:15px; -border-color:#000; -border-style:solid; -border-width:1px; -} - -td.wait_clear { -background:#e2e2e2; -width:15px; -height:15px; -border-style:none; -border-width:0; -} - -table { -border-collapse:collapse; -border-spacing:0; -border-style:hidden; -border-width:0; -margin:0; -padding:0; -} - -table.fieldtable { -background:url(images/darkfield.gif) repeat-y; -width:190px; -} - -div.remotehead, -div.fieldhead { -white-space:nowrap; -overflow:hidden; -width:184px; -height:18px; -float:left; -} - -div.remotehead { -width:130px; -} - -td.fieldhead { -vertical-align:middle; -background:url(images/headfield.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 2px 0 2px; -} - -td.fieldtext { -vertical-align:top; -background:url(images/darkfield.gif) repeat-y; -color:#000; -font-size:12px; -padding:2px; -} - -td.fieldbottom { -vertical-align:bottom; -background:url(images/downfield.gif) no-repeat; -height:1px; -} - -table.fieldinline { -width:100%; -} - -fieldinline { -color:#000; -font-size:12px; -} - -#fieldinline input { -font-family:'Trebuchet MS', Lucida, Verdana, Helvetica, Arial, sans-serif; -color:#000; -font-size:12px; -} - -#sidebar table { -background:url(images/dark150.gif) repeat-y; -width:150px; -margin-bottom:5px; -} - -td.sidehead { -vertical-align:middle; -background:url(images/head150.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -overflow:hidden; -white-space:nowrap; -} - -td.sidetext { -vertical-align:top; -background:url(images/dark150.gif) repeat-y; -color:#000; -font-size:10px; -padding:4px; -} - -td.sidebottom { -vertical-align:bottom; -background:url(images/down150.gif) no-repeat; -height:1px; -} - -#sidebar ul { -list-style:none; -clear:both; -margin:0; -padding:0; -} - -#sidebar li { - float:left; -} - -#sidebar li.label { -width:100px; -padding:0 5px 0 5px; -overflow:hidden; -white-space:nowrap; -} - -table.areatable { -background:url(images/dark400.gif) repeat-y; -width:400px; -margin-bottom:5px; -} - -td.areahead { -vertical-align:middle; -background:url(images/head400.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -} - -td.areatext { -vertical-align:top; -background:url(images/dark400.gif) repeat-y; -color:#000; -font-size:12px; -padding:4px; -} - -td.areabottom { -vertical-align:bottom; -background:url(images/down400.gif) no-repeat; -height:1px; -} - -table.editortable { -background:url(images/dark600.gif) repeat-y; -width:600px; -margin-bottom:5px; -} - -div.editorhead { -white-space:nowrap; -overflow:hidden; -max-width:550px; -height:18px; -float:left; -} - -td.editorhead { -vertical-align:middle; -background:url(images/head600.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -} - -td.editortext { -vertical-align:top; -background:url(images/dark600.gif) repeat-y; -color:#000; -font-size:12px; -padding:4px; -} - -td.editorbottom { -vertical-align:bottom; -background:url(images/down600.gif) no-repeat; -height:1px; -} - -table.largetable { -background:url(images/dark800.gif) repeat-y; -width:800px; -margin-bottom:5px; -} - -td.largehead { -vertical-align:middle; -background:url(images/head800.gif) no-repeat; -height:20px; -color:#000; -font-size:12px; -font-weight:700; -padding:0 4px 0 4px; -} - -td.largetext { -vertical-align:top; -background:url(images/dark800.gif) repeat-y; -color:#000; -font-size:12px; -padding:1px; -} - -td.largebottom { -vertical-align:bottom; -background:url(images/down800.gif) no-repeat; -height:1px; -} - -td.rcbutton,td.rcbuttonlarge { -vertical-align:middle; -text-align:center; -background-color:#d2d2d2; -border-bottom:1px solid #CCC; -border-right:1px solid #CCC; -border-top:1px solid #979797; -border-left:1px solid #979797; -height:20px; -padding:0; -} - -td.rcbutton { -width:32px; -} - -td.rcbuttonlarge { -width:48px; -} - -a.rcbutton:active,a.rcbutton:link,a.rcbutton:visited { -text-decoration:none; -display:block; -margin:0; -padding:2px; -} - -a.rcbutton:hover { -background:#e2e2e2; -} - -#hilfsframe { -z-index:10; -position:absolute; -left:0; -top:0; -background-color:transparent; -} - -#shutter { -z-index:12; -text-align:right; -padding-right:25px; -background-color:transparent; -} - -#hilfsframecontent { -z-index:10; -background-color:transparent; -height:100%; -} - -.hilfsframed { -background-color:transparent; -} - -.deactive { -color:#AAA; -} - -.active { -color:#202060; -font-weight:700; -} - -.running { -color:#2020b4; -font-weight:700; -} - -.problem { -color:#b03e28; -} - -.error { -color:red; -font-weight:700; -} - -.areabegin { -float:left; -margin:5px; -} - -.areaclose { -clear:both; -} - -#TOOLTIP { -position:absolute; -width:400px; -z-index:5; -visibility:hidden; -} - -.subtitle,.channel,td { -font-size:11px; -} - -.description { -font-size:10px; -} - -a,a:visited,a:active,a:link { -color:#000; -text-decoration:none; -} - -a:hover { -color:#9a0a33; -text-decoration:none; -} - -table.wait,table.rcbutton { -border-collapse:separate; -border-spacing:3px; -} - -.suggestlink { -padding:2px 6px 2px 6px; -} - -.suggestover { -background-color:#d2d2d2; -padding:2px 6px 2px 6px; -} - -.suggestbox { -width:135px; -visibility:hidden; -position:absolute; -text-align:left; -background-color:#e2e2e2; -border:1px solid #CCC; -} - -#slideframe{ -height:125px; -position:relative; -overflow:hidden; -margin:5px; -} - -#slideleft{ -width:50px; -height:100%; -position:absolute; -left:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:left; -} - -#slideright{ -width:50px; -height:100%; -position:absolute; -right:0; -z-index:10; -padding:1px; -background:url(images/blank.gif) repeat; -text-align:right; -} - -#slidelist{ -position:absolute; -height:auto; -} - -#slidelist #slideend{ -float:left; -} - -#slidelist img{ -float:left; -padding:1px; -} diff --git a/skins/xstyle/login.tmpl b/skins/xstyle/login.tmpl new file mode 100644 index 0000000..92f2c43 --- /dev/null +++ b/skins/xstyle/login.tmpl @@ -0,0 +1,51 @@ +"?> + + +xml:lang="" lang=""xml:lang="en" lang="en"> + + + + + <?% IF param.title.defined;param.title;ELSE %?>XXV<?% END %?> + + + + + + + + +
+ +

+ + + + + + + + + + + + + + +
+ : + + +
+ : + + +
+   + + " /> +
+
+ + -- cgit v1.2.3