From c5f8bccbcc9c44aa297b6c716b4637268b44732d Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Mon, 10 Nov 2014 23:34:21 +0100 Subject: Added stylesheet --- index.html | 15 +-------------- style_1.css | 13 +++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 style_1.css diff --git a/index.html b/index.html index 15a765a..2fa549b 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ - 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; +} + -- cgit v1.2.3