diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -19,7 +19,20 @@ </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"> |