Build the website

This commit is contained in:
Tim Schaub
2022-08-08 19:57:34 -06:00
parent 3a05a73471
commit 9dff55a8ac
46 changed files with 1479 additions and 597 deletions

49
site/src/theme/index.css Normal file
View File

@@ -0,0 +1,49 @@
#map {
position: relative;
height: 120px;
}
#tagline {
padding-left: 25%;
margin-bottom: 10px;
}
#tagline p {
font-size: 150%;
font-style: italic;
}
#news {
clear: both;
border: 1px solid #eee;
background-color: #f8f8f8;
border-radius: 4px;
padding: 1rem;
margin: 0 1rem 0 1rem;
}
#news h1 {
margin: 0;
}
img.thumb {
float: right;
margin-left: 10px;
}
/* ol customizations */
.ol-overlaycontainer-stopevent {
opacity: 0;
transition: opacity 300ms ease;
}
/* not done with :hover because the overlay blocks events and has no height */
.over .ol-overlaycontainer-stopevent {
opacity: 1;
}
ul.sponsors {
background-color: #f8f8f8;
}