Move all projects from old website over

This commit is contained in:
2020-05-30 01:40:22 +00:00
parent ba35bf5466
commit e91c976ddb
25 changed files with 227 additions and 58 deletions

View File

@@ -1,6 +1,8 @@
body {
text-rendering: optimizeLegibility;
font: 1.2rem/1.0 Lato,sans-serif;
background-color: rgb(245, 245, 245);
background-color: white;
}
a {
@@ -47,6 +49,12 @@ pre {
.topbar {
text-align: center;
margin-bottom: 2rem;
}
.content .topbar img {
width: 14rem;
height: auto;
}
.topbar ul {
@@ -92,10 +100,25 @@ pre {
font: 1.2rem/1.5 Apparatus SIL,serif;
}
.content a {
.content p a {
border-bottom: 1px solid #000;
}
.content img {
width: 100%;
height: auto;
}
.toclink:not(:hover)::after {
visibility: hidden;
}
.toclink::after {
color: #999;
content: "\00B6";
margin-left: 0.5rem;
}
@media screen and (min-width:36rem) {
.content {
margin-left: 10rem;