The making of a publication for the 2020 edition of the AMRO festival organised by Servus. (Alice & Manetta are working on this.)
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.
 
 
 
 

80 lines
1.0 KiB

@font-face {
font-family: "White Rabbit";
src: url(../fonts/white-rabbit/WHITRABT.ttf);
}
@import("fonts.css");
body {
position: relative;
top: 0;
left: 0;
max-width: 1120px;
margin: 1em 2em;
/*padding: 1em;*/
/*background-color: lavender;*/
font-family: monospace;
font-size: 14px;
line-height: 1.6;
/*color: red;*/
}
header,
section#intro,
footer{
position: relative;
width: calc(100% - 4em);
margin: 0 0 4em 0;
}
section#intro,
article.post{
width: calc(100% - 4em);
padding: 1em 2em;
}
section#intro{
columns: 2 auto;
column-fill: auto;
}
h1,
h2,
h3,
h1 a,
h2 a,
h3 a{
font-family: "White Rabbit";
/*font-size: 100%;*/
margin: 1.5em 0;
padding: 0;
font-weight: normal;
/*color:red !important;*/
}
h1#title{
width: 100%;
text-align: center;
}
a,
a:visited,
a:active{
color: black;
text-decoration: none;
}
article.post{
}
#menu .links a{
border: 1px solid;
padding: 1em;
}
/* ASCII */
header pre,
footer pre,
article.post pre,
section#content pre{
line-height: 1;
}