diff options
Diffstat (limited to 'style_1.css')
-rw-r--r-- | style_1.css | 167 |
1 files changed, 86 insertions, 81 deletions
diff --git a/style_1.css b/style_1.css index f93c858..11bd43f 100644 --- a/style_1.css +++ b/style_1.css @@ -1,99 +1,104 @@ - div#osdmain { - font-family : 'Ubuntu', sans-serif; - font-weight : 400; - position : relative; - z-index : 505; - background : url(osd-bg.png) top center repeat-x rgba(0,0,0,0.8); - width : 100%; - height : 25%; - top : 75%; - bottom : 0%; - left : 0%; - color : #FFF; - border-radius : 0 30px 0 30px; - overflow : hidden; - } +body { + +} +div#osdmain { + font-family : 'Ubuntu', sans-serif !important; + font-weight : 400 !important; + position : absolute !important; + z-index : 505 !important; + background : url(osd-bg.png) top center repeat-x rgba(0,0,0,0.8) !important; + width : 100% !important; + height : 25% !important; + bottom : 0 !important; + left : 0 !important; + color : #FFF !important; + border-radius : 0 30px 0 30px !important; + overflow : hidden !important; +} div#osdnr { - font-size : 40px; - padding : 40px 0; - font-weight : 700; - color : #feb900; - position : absolute; - width : 8%; - height : 100%; - left : 0%; - top : 0%; - text-align : center; - border-right: 1px solid #111; - background : rgba(0,0,0,0.3); - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + font-size : 40px !important; + display : table !important; + font-weight : 700 !important; + color : #feb900 !important; + position : absolute !important; + width : 8% !important; + height : 100% !important; + left : 0% !important; + top : 0% !important; + text-align : center !important; + border-right : 1px solid #444 !important; + background : rgba(0,0,0,0.4) !important; } + div#osdnr span { + display : table-cell !important; + vertical-align : middle !important; + } + div#osdname { - font-size : 22px; - font-weight : 700; - position : absolute; - width : 60%; - height : 25%; - left : 10%; - top : 15%; - border-bottom: 1px solid #111; + font-size : 22px !important; + font-weight : 700 !important; + position : absolute !important; + width : 60% !important; + height : 25% !important; + left : 10% !important; + top : 15% !important; + border-bottom : 1px solid #444 !important; + white-space : nowrap !important; + overflow : hidden !important; + text-overflow : ellipsis !important; } div#osdtimer { - color : #feb900; - position : absolute; - width : auto; - text-align : center; - left : 10%; - top : 45%; - border-radius : 10px; - -webkit-border-radius: 10px; - background : rgba(0,0,0,0.2); - padding : 10px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + color : #feb900 !important; + position : absolute !important; + width : auto !important; + text-align : center !important; + left : 10% !important; + top : 45% !important; + border-radius : 10px !important; + -webkit-border-radius: 10px !important; + background : rgba(0,0,0,0.3) !important; + padding : 10px !important; } div#osdepg { - position : absolute; - width : 50%; - height : 55%; - left : 20%; - top : 45%; - line-height : 28px; + position : absolute !important; + width : 50% !important; + height : 55% !important; + left : 20% !important; + top : 45% !important; + line-height : 28px !important; + white-space : nowrap !important; + overflow : hidden !important; + text-overflow : ellipsis !important; } div#osdtime { - font-size : 18px; - color : #FFF; - position : absolute; - width : 27%; - height : 25%; - right : 3%; - top : 15%; - text-align : right; - border-bottom: 1px solid #111; + font-size : 18px !important; + color : #FFF !important; + position : absolute !important; + width : 30% !important; + height : 25% !important; + right : 3% !important; + top : 15% !important; + text-align : right !important; + border-bottom : 1px solid #444 !important; + white-space : nowrap !important; + overflow : hidden !important; + text-overflow : ellipsis !important; } div#osdca { - color : #999; - position : absolute; - width : auto; - right : 3%; - top : 45%; - text-align : right; - border-radius : 10px; - -webkit-border-radius: 10px; - background : rgba(0,0,0,0.2); - padding : 10px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - + color : #999 !important; + position : absolute !important; + width : auto !important; + right : 3% !important; + top : 45% !important; + text-align : right !important; + border-radius : 10px !important; + -webkit-border-radius: 10px !important; + background : rgba(0,0,0,0.3) !important; + padding : 10px !important; } - |