diff options
Diffstat (limited to 'style_1.css')
-rw-r--r-- | style_1.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; +} + |