You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
862 B
62 lines
862 B
html {
|
|
border: 10px inset magenta;
|
|
min-height: calc(100vh - 20px);
|
|
min-width: 1000px;
|
|
}
|
|
body {
|
|
margin: 1em;
|
|
font-family: monospace;
|
|
font-size: 16px;
|
|
line-height: 1.3;
|
|
background-color: #ffff00a3;
|
|
color: green;
|
|
}
|
|
#welcome {
|
|
max-width: 600px;
|
|
margin: 1em 0;
|
|
}
|
|
table {
|
|
min-width: 600px;
|
|
}
|
|
th,
|
|
td {
|
|
text-align: left;
|
|
padding: 0 1em 0 0;
|
|
vertical-align: top;
|
|
}
|
|
td.name {
|
|
width: 323px;
|
|
}
|
|
td.versions {
|
|
width: 290px;
|
|
}
|
|
td.magicwords a {
|
|
color: magenta;
|
|
}
|
|
hr {
|
|
border: 0;
|
|
border-bottom: 1px solid;
|
|
margin: 2em 0 1em;
|
|
}
|
|
#footer {
|
|
max-width: 600px;
|
|
}
|
|
.info {
|
|
font-size: smaller;
|
|
}
|
|
.highlight {
|
|
padding: 0.5em;
|
|
background-color: rgb(255, 192, 203, 0.8);
|
|
}
|
|
.magic {
|
|
margin-top: 2em;
|
|
}
|
|
.magicwords {
|
|
padding-right: 5px;
|
|
}
|
|
.magicwords-publish {
|
|
padding-right: 5px;
|
|
display: inline;
|
|
color: magenta;
|
|
opacity: 0.4;
|
|
}
|
|
|