This commit is contained in:
Madison Scott-Clary
2020-02-23 19:51:33 -08:00
parent c95e05c7a3
commit f27bbe5420
3 changed files with 62 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<!-- &emsp;&bull;&emsp; <a href="/chronology">Chronology</a></p> -->
</footer>
<script src="/bookmodal.js" type="text/javascript"></script>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq || [];

View File

@ -180,8 +180,45 @@ audio {
.ally-font {
font-family: 'Merriweather Sans', sans-serif;
font-style: italic;
font-size: 13pt;
}
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
.ad {
max-width: 600px;
background-color: #fff;
margin: 2rem auto;
padding: 0.5rem;
max-height: 90vh;
overflow: scroll;
}
.ad .close {
position: fixed;
width: 100%;
background-color: transparent;
text-align: right;
padding: 0px 0.5rem;
}
.ad a.noborder {
border: none;
}
.ad h2 {
font-family: 'Merriweather Sans', sans-serif;
text-align: center;
margin-top: -1rem;
}
.ad img {
max-width: 75%;
margin: 0 auto;
border: 2px solid #888;
display: block;
}
@keyframes flash {
from {