Working content

This commit is contained in:
Ian Gulliver
2019-04-14 17:34:34 +00:00
parent 1d80233c57
commit de8cc95a70
12 changed files with 99 additions and 69 deletions

View File

@@ -20,32 +20,51 @@ body {
a {
color: #d8d8d8;
font-weight: bold;
}
img {
border: none;
}
p {
margin-top: 0px;
margin-bottom: 25pt;
text-align: justify;
}
sup {
vertical-align: 0.3em;
font-size: 0.65em;
}
hr {
width: 100%;
border-top: 0.1px solid white;
}
pre {
background-color: black;
border: 1px solid white;
padding-left: 2ch;
padding-top: 1ch;
padding-bottom: 1ch;
header {
text-align: center;
}
footer {
text-align: center;
}
header hr {
width: 15em;
}
h1 {
font-size: 16px;
}
h1 a {
text-decoration: none;
}
h2 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin-block-start: 0.5em;
margin-block-end: 0.5em;
}
h3 {
font-size: 16px;
font-weight: normal;
}
.index ol {
list-style: none;
padding: 0;
}