www: andere interface

This commit is contained in:
Peter Kleiweg
2026-04-26 17:36:10 +02:00
parent c3d19c4cd2
commit 95dc3dce33
3 changed files with 126 additions and 121 deletions

View File

@@ -13,7 +13,7 @@ html {
body {
border: 0px;
margin: 0px;
margin: 2em;
padding: 0px 0px 2em 0px;
color: black;
background-color: #fcfffc;
@@ -21,21 +21,10 @@ body {
.main {
margin: 1em 0px 0px 0px;
padding: 0px 0.2em;
width: 100%;
overflow-x: auto;
}
.footer {
text-align: center;
font-size: small;
margin-bottom: 2em;
}
.title {
text-align: center;
}
h1 {
margin-top: 4em;
}
@@ -75,8 +64,9 @@ a:hover {
text-decoration: underline;
}
table.outer {
padding: 0px 1em;
div.option {
display: inline-block;
margin-right: 2em;
}
table.outer > tr > td,
@@ -88,6 +78,7 @@ table.outer > tbody > tr > td {
table.outer > tr > td:first-child,
table.outer > tbody > tr > td:first-child {
border-left: 0px;
padding-left: 0px;
}
table table {
@@ -98,6 +89,7 @@ table table {
}
table table td {
/* cursor: pointer; */
padding: 0.2em 0px;
vertical-align: center;
white-space: nowrap;
@@ -117,14 +109,11 @@ table table td > div {
}
.form {
margin: 2em auto 0px auto;
text-align: center;
line-height: 150%;
}
table.choice {
padding-top: 1em;
margin: 0px auto;
border: 1px solid #62757f;
}
@@ -141,6 +130,10 @@ label:hover {
text-decoration: underline;
}
.disabled {
opacity: 0.4;
}
#subtitle,
#data {
opacity: 1;