update
This commit is contained in:
parent
a1c60d1696
commit
0dcdc33e7b
@ -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"]:last-child { margin-left:-4px; }
|
||||||
a[id^="btn"]::-moz-focus-inner { border:0; padding:0; }
|
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%; }
|
audio { width:92%; }
|
||||||
|
|
||||||
/* for VPN Login */
|
/* for VPN Login */
|
||||||
@ -173,12 +116,20 @@ pre,#footer {
|
|||||||
font:16px sans-serif;
|
font:16px sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headline {
|
||||||
|
font-size:18px;
|
||||||
|
background-color: #808080;
|
||||||
|
font-weight: bold;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.statusok {
|
.statusok {
|
||||||
font:18px sans-serif;
|
font:18px sans-serif;
|
||||||
background-color: #00BF40;
|
background-color: #00BF40;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.statusnok {
|
.statusnok {
|
||||||
font:18px sans-serif;
|
font:18px sans-serif;
|
||||||
background-color: #E10020;
|
background-color: #E10020;
|
||||||
|
Loading…
Reference in New Issue
Block a user