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.

166 lines
2.6 KiB

@import 'fonts.css';
body{
margin:2em auto;
max-width: 980px;
font-family: 'Basker';
font-size: 16pt;
line-height: 1.6;
letter-spacing: 0.25pt;
color: #ec25ec;
}
header#banner{
width: 100%;
text-align: center;
font-family: 'Polsku';
font-size: 24pt;
line-height:1.25;
}
header#banner h1{
margin: 2em 0;
}
header#banner h1 a{
text-decoration: none;
}
nav#menu{
width: calc(100% + 18em);
text-align: center;
margin:0 0 0 -10em;
}
nav#menu li{
font-size: 13pt;
line-height: 1.4;
background-color: #ec25ec;
color:white;
border-radius: 1em;
margin:1em 0;
padding:1em;
list-style: none;
display: inline-block;
width: 225px;
height:7.5em;
vertical-align: middle;
}
nav#menu li.active{
background-color: beige;
color: #ec25ec;
}
nav#menu li.pagelink{
height: 1.5em;
}
nav#menu a{
text-decoration: none;
}
section#content{
margin: 4em 0;
}
article{
margin: 0 0 2em;
}
article:first-of-type{
background-color: beige;
padding:2em 3em;
}
article:first-of-type:before{
content: "Start of Section";
display: block;
margin:0 auto;
position: relative;
font-style: italic;
}
/* big pink boxes for the section titles */
h1.category{
width: calc(100% - 4em);
background-color: beige;
padding: 2em;
margin: 2em 0;
font-size: 32px;
text-align: center;
}
ul.navprevnext{
width: calc(100% + 0em);
margin:3em 0;
}
ul.navprevnext li.prev,
ul.navprevnext li.next,
ul.navprevnext li.done,
ul.navprevnext li.none{
width: calc(50% - 9em);
height: 150px;
background-color: lightgrey;
border-radius: 1em;
padding:1em 3em;
font-size: 13pt;
line-height: 1.4;
color:white;
display: inline-block;
vertical-align: top;
}
ul.navprevnext a{
text-decoration: none;
}
ul.navprevnext li.prev:before,
ul.navprevnext li.next:before{
display: block;
font-style:italic;
margin:0 0 1em 0;
}
ul.navprevnext li.prev:before{
content:'← Go to the previous page';
margin-left:-1.25em;
}
ul.navprevnext li.next:before{
content:'Go to the next page →';
margin-right:-1em;
}
ul.navprevnext li.prev{
}
ul.navprevnext li.next,
ul.navprevnext li.done{
text-align: right;
}
ul.navprevnext li.done{
background-color: beige;
color: #ec25ec;
}
ul.navprevnext li.none{
background-color: transparent;
color: transparent;
}
footer{
font-style: normal;
font-size: smaller;
}
/* general elements */
a,
a:visited,
a:hover,
a:active{
color: #ec25ec;
}
a.nounderline{
text-decoration: none;
}
hr{
width: 100%;
border:0;
border-bottom:1px solid #ec25ec;
margin:3em auto;
}
img{
width: calc(100% + 6em);
margin: 1em 0 1em -3em;
}
.lastupdate{
font-size: smaller;
margin:4em 0;
}