adjusting the table styles, adding a style to the highlight class

This commit is contained in:
manetta 2020-12-11 11:01:54 +01:00
parent 3e007270b9
commit 1e202a67ed
2 changed files with 2077 additions and 200 deletions

2250
index.html

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,7 @@
html{
border: 10px inset magenta;
min-height: calc(100vh - 20px);
min-height: calc(100vh - 20px);
min-width: 1000px;
}
body{
margin:1em;
@ -20,9 +21,16 @@ table{
th, td{
text-align: left;
padding:0 1em 0 0;
vertical-align: top;
}
td.name{
width: 323px;
}
td.versions{
min-width: 280px;
width: 290px;
}
td.magicwords a{
color: magenta;
}
hr{
border:0;
@ -32,7 +40,16 @@ hr{
#footer{
max-width: 600px;
}
.info{font-size: smaller;}
.magicwords{
padding-right: 5px;
.info{
font-size: smaller;
}
.highlight{
padding: 1em;
background-color: pink;
}
.magic{
margin-top:2em;
}
.magicwords{
padding-right: 5px;
}