This is the repository for the online module Bots as Digital Infrapuncture, commissioned by the Utrecht University
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.
 
 
 
 
 

86 lines
1.2 KiB

body{
margin:2em auto;
max-width: 980px;
}
header#banner{
width: 100%;
text-align: center;
}
header#banner h1{
margin: 2em 0;
}
header#banner h1 a{
text-decoration: none;
}
nav#menu{
width: calc(100% - 1em);
text-align: center;
background-color: magenta;
border-radius: 1em;
padding: 0.5em;
}
nav#menu li{
background-color: white;
border-radius: 1em;
margin:0.5em 0;
padding:1em;
list-style: none;
display: inline-block;
}
nav#menu li.active{
background-color: yellow;
}
nav#menu a{
text-decoration: none;
}
section#content{
margin: 4em 0;
}
article{
margin: 0 0 2em;
}
article:first-of-type{
background-color:yellow;
padding:2em 3em;
}
/* big pink boxes for the section titles */
h1.category{
width: calc(100% - 4em);
background-color: magenta;
padding: 2em;
margin: 2em 0;
color:white;
font-size: 32px;
text-align: center;
}
footer{
font-style: normal;
font-size: smaller;
}
/* general elements */
a,
a:visited,
a:hover,
a:active{
color:inherit;
}
a.nounderline{
text-decoration: none;
}
hr{
width: 100%;
border:0;
border-bottom:1px solid;
margin:3em auto;
}
.lastupdate{
font-size: smaller;
margin:4em 0;
color:magenta;
}