Notes, references, snippets and more coming from the Generative Conditions project by Joana and Manetta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
478 B

body{
#background-color: pink;
}
body > a {
position: fixed;
top: 10px;
left: 31px;
color:magenta;
}
div{
max-width: 520px;
float: left;
margin: 2em 0em;
padding:0;
}
.html{
margin:0 3em;
}
.pdf object{
width: 400px;
height: 400px;
}
div#folder{
float:left;
margin-right:2em;
}
.plain,
.unkown-file{
float:right;
clear:right;
}
figcaption,
.filename{
font-size:small;
color:magenta;
margin:1em;
word-break: break-word;
}
a{
word-break: break-word;
}