body{
width:100%;
margin:0;
padding:0;
border:0;
background-color:#1f0e14;
background-image:url('00000000.jpg');
background-size:cover;
font-size:14pt;
font-family:courier,monospace;
}
figure{
margin:0;
padding:0;
border:0;
}
img{
max-width:100%;
max-height:100%;
}
img:not(.smol){
border-bottom:#1f0e14 solid 1px;
}
.smol{
height:100vh;
object-fit:scale-down;
object-position:top;
/*height:min(100vh, 100%);*/
border-right:#1f0e14 solid 1px;
}
figcaption{
position:absolute;
left:1em;
margin-right: 1em;
padding-right: .25em;
top:0.5em;
text-transform:lowercase;
background-image:url('00000000.jpg');
color:#fff;
opacity:75%;
}
a,a:visited{
color:#fff;
text-decoration:underline;
}
a:hover,a:active{
color:#ccc;
cursor: pointer;
}
ul{
display:block;
margin:0;
padding:0;
border:0;
}
ul::before {
content:'[';
}
/*figcaption span::before {
content:'[ ';
}*/
ul::after {
content:']';
}
/*figcaption span::after {
content:' ]';
}*/
figcaption p {
font-size:50%;
margin: .25em auto .25em .5em;
}
li{
display: inline;
margin: 0;
list-style-type: none;
white-space: nowrap;
}
li::before {
content:' • ';

}
li:first-child::before {
content:'';
}
/*img {
max-width:90%}*/
