From 0dcdc33e7b56df474aad6e1fc39286456c645d60 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 4 Sep 2024 18:03:53 +0200 Subject: [PATCH] update --- data/browser.css | 65 ++++++------------------------------------------ 1 file changed, 8 insertions(+), 57 deletions(-) diff --git a/data/browser.css b/data/browser.css index 8f3cc78..23f717f 100644 --- a/data/browser.css +++ b/data/browser.css @@ -86,63 +86,6 @@ a[id^="btn"] { background-color:#111111; cursor:pointer; display:inline-block; f a[id^="btn"]:last-child { margin-left:-4px; } a[id^="btn"]::-moz-focus-inner { border:0; padding:0; } -/* Chrome / Android / Tablet -html[data-useragent*="Chrome"][data-useragent*="Android"] body { color:#373837; } -html[data-useragent*="Chrome"][data-useragent*="Android"] audio { margin-left:4px; width:689px; } -html[data-useragent*="Chrome"][data-useragent*="Android"] #audiowrap { background-color:#fafafa; } -html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"] { background-color:#fafafa; color:#373837; } -html[data-useragent*="Chrome"][data-useragent*="Android"] a[id^="btn"]:hover { background-color:#eee; } -html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li { background-color:#fafafa; } -html[data-useragent*="Chrome"][data-useragent*="Android"] #plList li:hover { background-color:#eee; } -html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel, -html[data-useragent*="Chrome"][data-useragent*="Android"] .plSel:hover { background-color:#eee!important; } -*/ - -/* Audio Player Media Queries -================================================== */ - -/* Tablet Portrait -@media only screen and (min-width: 768px) and (max-width: 959px) { -audio { width:526px; } -html[data-useragent*="MSIE 9.0"] audio { width:536px; } -html[data-useragent*="MSIE 10.0"] audio { width:543px; } -html[data-useragent*="rv:11.0"] audio { width:551px; } -html[data-useragent*="OS 7"] audio { width:546px; } -html[data-useragent*="OS 8"] audio { width:550px; } -html[data-useragent*="OS 9"] audio { width:550px; } -html[data-useragent*="Chrome"] audio { width:533px; } -html[data-useragent*="Chrome"][data-useragent*="Android"] audio { margin-left:4px; width:545px; } -} - -/* Mobile Landscape -@media only screen and (min-width: 480px) and (max-width: 767px) { -audio { width:390px; } -html[data-useragent*="MSIE 9.0"] audio { width:400px; } -html[data-useragent*="MSIE 10.0"] audio { width:407px; } -html[data-useragent*="rv:11.0"] audio { width:415px; } -html[data-useragent*="OS 7"] audio { width:410px; } -html[data-useragent*="OS 8"] audio { width:414px; } -html[data-useragent*="OS 9"] audio { width:414px; } -html[data-useragent*="Chrome"] audio { width:397px; } -html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:4px; width:410px; } -#npTitle { width:245px; } -} - -/* Mobile Portrait -@media only screen and (max-width: 479px) { -audio { width:270px; } -html[data-useragent*="MSIE 9.0"] audio { width:280px; } -html[data-useragent*="MSIE 10.0"] audio { width:287px; } -html[data-useragent*="rv:11.0"] audio { width:295px; } -html[data-useragent*="OS 7"] audio { width:290px; } -html[data-useragent*="OS 8"] audio { width:294px; } -html[data-useragent*="OS 9"] audio { width:294px; } -html[data-useragent*="Chrome"] audio { width:277px; } -html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:4px; width:290px; } -#npTitle { width:167px; } -} -*/ - audio { width:92%; } /* for VPN Login */ @@ -173,12 +116,20 @@ pre,#footer { font:16px sans-serif; } +.headline { + font-size:18px; + background-color: #808080; + font-weight: bold; + color: black; +} + .statusok { font:18px sans-serif; background-color: #00BF40; color: black; } + .statusnok { font:18px sans-serif; background-color: #E10020;