Browse Source

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

main
manetta 3 years ago
parent
commit
1e202a67ed
  1. 2320
      index.html
  2. 25
      stylesheet.css

2320
index.html

File diff suppressed because it is too large

25
stylesheet.css

@ -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;}
.info{
font-size: smaller;
}
.highlight{
padding: 1em;
background-color: pink;
}
.magic{
margin-top:2em;
}
.magicwords{
padding-right: 5px;
padding-right: 5px;
}

Loading…
Cancel
Save