nicer css

This commit is contained in:
olli 2023-10-20 17:41:47 +02:00
parent c1ce1f3ca7
commit 6cddba7cec

View File

@ -14,10 +14,10 @@
/* CSS Reset /* CSS Reset
================================================== */ ================================================== */
html,body,div,span,h1,h6,p,a,ul,li,audio { html,body,table,div,span,h1,h6,p,a,ul,li,audio {
border:0; border:0;
font:inherit; font:inherit;
font-size:25px; font-size:16px;
margin:0; margin:0;
padding:0; padding:0;
vertical-align:baseline; vertical-align:baseline;
@ -33,7 +33,7 @@ body { line-height:1; }
html,body { html,body {
background-color:#000000; background-color:#000000;
color:#808080; color:#808080;
font:24px Helvetica, Arial, sans-serif; font:16px Helvetica, Arial, sans-serif;
font-weight:300; font-weight:300;
padding:5px 0; padding:5px 0;
} }
@ -48,8 +48,8 @@ h2 { font-size:32px; line-height:44px; margin:20px 0 0; text-align: left; font-w
/* Links /* Links
================================================== */ ================================================== */
a,a:visited { color:#808080; outline:0; text-decoration:none; } summary,a,a:visited { color:#808080; outline:0; text-decoration:none; }
a:hover,a:focus,li:hover,li:focus,label:hover { color:#bbb; } a:hover,a:focus,li,summary:hover,li,summary:focus,label:hover { color:#bbb; }
p a,p a:visited { line-height:inherit; } p a,p a:visited { line-height:inherit; }
@ -145,7 +145,7 @@ html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:4px
audio { width:92%; } audio { width:92%; }
/* z.B. für VPN Login */ /* for VPN Login */
input { input {
width: 100%; width: 100%;
font-size:25px; font-size:25px;
@ -207,11 +207,18 @@ pre,#footer {
display: none; display: none;
} }
tr:hover {background-color: coral;} tr:hover {background-color: #191919;}
#noborder {
border: none;
border-collapse: collapse;
padding: 5px;
}
table, th, td { table, th, td {
border: 1px solid; border: 1px solid;
border-collapse: collapse; border-collapse: collapse;
padding: 5px; padding: 5px;
vertical-align: top;
} }