summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html15
-rw-r--r--style_1.css13
2 files changed, 14 insertions, 14 deletions
diff --git a/index.html b/index.html
index 15a765a..2fa549b 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
<script type="text/javascript" src="lang_eng.js" />
<script type="text/javascript" src="channels.js" />
<script type="text/javascript" src="main.js" />
+ <link rel="stylesheet" type="text/css" href="style_1.css">
</head>
<script language="Javascript">
@@ -19,20 +20,6 @@
</script>
-<style>
-div#osdmain {
- background: rgba(0,0,0,0.8) !important;
- width: 100% !important;
- height: 20% !important;
- position: absolute;
- border-top: 3px solid #DADADA !important;
- bottom: 0% !important;
- left: 0% !important;
- border-radius: 0px !important;
- -webkit-border-radius: 0px !important;
- color: #FFF !important;
-}
-</style>
<body onload="onLoad()" onunload="onUnload()">
<embed type="application/x-motorola-toi" hidden="true">
diff --git a/style_1.css b/style_1.css
new file mode 100644
index 0000000..302d4b8
--- /dev/null
+++ b/style_1.css
@@ -0,0 +1,13 @@
+div#osdmain {
+ background: rgba(0,0,0,0.8) !important;
+ width: 100% !important;
+ height: 20% !important;
+ position: absolute;
+ border-top: 3px solid #DADADA !important;
+ bottom: 0% !important;
+ left: 0% !important;
+ border-radius: 0px !important;
+ -webkit-border-radius: 0px !important;
+ color: #FFF !important;
+}
+