2020-09-18 15:16:59 +02:00
|
|
|
@import 'fonts.css';
|
|
|
|
|
2020-09-04 18:11:26 +02:00
|
|
|
body{
|
|
|
|
margin:2em auto;
|
2020-10-02 22:27:06 +02:00
|
|
|
max-width: 950px;
|
2020-09-18 15:16:59 +02:00
|
|
|
font-family: 'Basker';
|
2020-10-02 22:27:06 +02:00
|
|
|
font-size: 14pt;
|
|
|
|
line-height: 1.7;
|
2020-09-18 15:16:59 +02:00
|
|
|
letter-spacing: 0.25pt;
|
2020-10-02 17:40:31 +02:00
|
|
|
color: rgba(40,40,40,1);
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
2020-10-02 22:27:06 +02:00
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
|
|
font-family: 'Belgika-reg';
|
|
|
|
margin-top:1.5em;
|
|
|
|
}
|
2020-09-04 18:11:26 +02:00
|
|
|
header#banner{
|
|
|
|
width: 100%;
|
2020-10-02 22:27:06 +02:00
|
|
|
text-align: center;
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
|
|
|
header#banner h1{
|
2020-11-05 16:30:56 +01:00
|
|
|
font-family: 'Syne';
|
|
|
|
font-size: 90px;
|
|
|
|
line-height:1.25;
|
2020-10-02 22:27:06 +02:00
|
|
|
margin: 1em 0;
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
|
|
|
header#banner h1 a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
nav#menu{
|
2020-10-02 22:27:06 +02:00
|
|
|
width: calc(100% + 20em);
|
2020-09-04 18:11:26 +02:00
|
|
|
text-align: center;
|
2020-10-02 22:27:06 +02:00
|
|
|
margin:0 0 0 -11em;
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
|
|
|
nav#menu li{
|
2020-11-05 16:30:56 +01:00
|
|
|
width: 145px;
|
|
|
|
height:10em;
|
2020-10-02 17:19:58 +02:00
|
|
|
margin:1em 0;
|
|
|
|
padding:1em;
|
2020-10-02 22:27:06 +02:00
|
|
|
font-size: 75%;
|
2020-09-18 15:16:59 +02:00
|
|
|
line-height: 1.4;
|
2020-10-02 17:40:31 +02:00
|
|
|
color: rgba(40,40,40,1);
|
2020-11-05 16:30:56 +01:00
|
|
|
border:1px solid;
|
2020-09-04 18:11:26 +02:00
|
|
|
border-radius: 1em;
|
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
2020-09-18 15:16:59 +02:00
|
|
|
vertical-align: middle;
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
2020-09-11 17:59:20 +02:00
|
|
|
nav#menu li.active{
|
2020-10-02 17:40:31 +02:00
|
|
|
background-color: yellow;
|
|
|
|
/*color: white;*/
|
2020-09-18 15:16:59 +02:00
|
|
|
}
|
|
|
|
nav#menu li.pagelink{
|
|
|
|
height: 1.5em;
|
2020-09-11 17:59:20 +02:00
|
|
|
}
|
|
|
|
nav#menu a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-09-04 18:11:26 +02:00
|
|
|
|
|
|
|
section#content{
|
|
|
|
margin: 4em 0;
|
|
|
|
}
|
|
|
|
article{
|
2020-10-02 17:19:58 +02:00
|
|
|
margin: 3em 0 2em 0;
|
|
|
|
padding: 2em 3em 0;
|
|
|
|
border-top: 1px solid;
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
2020-09-18 17:41:16 +02:00
|
|
|
article:first-child{
|
2020-10-02 17:40:31 +02:00
|
|
|
background-color: yellow;
|
2020-10-02 17:19:58 +02:00
|
|
|
padding-bottom: 3em;
|
|
|
|
margin-bottom: -3em;
|
2020-09-11 17:59:20 +02:00
|
|
|
}
|
2020-10-02 17:40:31 +02:00
|
|
|
/* start button */
|
2020-10-02 17:19:58 +02:00
|
|
|
article button {
|
|
|
|
width: auto;
|
|
|
|
top:1em;
|
|
|
|
margin:1.5em 0;
|
2020-10-02 17:40:31 +02:00
|
|
|
padding:1em 1.5em;
|
|
|
|
background-color: rgba(40,40,40,1);
|
|
|
|
border:1px solid rgba(40,40,40,1);
|
2020-10-02 17:19:58 +02:00
|
|
|
border-radius: 0.5em;
|
|
|
|
}
|
2020-10-16 21:26:52 +02:00
|
|
|
article a button{
|
2020-10-02 17:19:58 +02:00
|
|
|
font-family: monospace;
|
|
|
|
text-decoration: none !important;
|
|
|
|
color: white !important;
|
2020-09-18 15:51:00 +02:00
|
|
|
}
|
2020-10-16 21:26:52 +02:00
|
|
|
article a button:hover{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-10-02 17:19:58 +02:00
|
|
|
article h2.page-title a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-09-11 17:59:20 +02:00
|
|
|
|
2020-10-02 17:40:31 +02:00
|
|
|
/* big boxes for the section titles */
|
2020-09-04 18:11:26 +02:00
|
|
|
h1.category{
|
|
|
|
width: calc(100% - 4em);
|
2020-10-02 17:40:31 +02:00
|
|
|
background-color: rgba(40,40,40,1);
|
2020-09-18 17:41:16 +02:00
|
|
|
color:white;
|
|
|
|
border-radius: 1em;
|
2020-09-25 16:18:26 +02:00
|
|
|
padding: 2em 2em 3em 2em;
|
2020-09-04 18:11:26 +02:00
|
|
|
margin: 2em 0;
|
2020-10-16 16:57:26 +02:00
|
|
|
font-family: "Basker";
|
2020-09-04 18:11:26 +02:00
|
|
|
font-size: 32px;
|
|
|
|
text-align: center;
|
2020-09-18 17:41:16 +02:00
|
|
|
font-weight: normal;
|
2020-09-11 17:59:20 +02:00
|
|
|
}
|
|
|
|
|
2020-10-16 15:51:37 +02:00
|
|
|
/* next & prev buttons */
|
2020-09-18 16:34:23 +02:00
|
|
|
ul.navprevnext{
|
2020-10-02 22:27:06 +02:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2020-09-18 17:32:55 +02:00
|
|
|
width: calc(100% - 4em);
|
2020-10-02 22:27:06 +02:00
|
|
|
margin:3em 0 0;
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
|
|
|
ul.navprevnext li.prev,
|
|
|
|
ul.navprevnext li.next,
|
2020-09-18 16:51:29 +02:00
|
|
|
ul.navprevnext li.done,
|
|
|
|
ul.navprevnext li.none{
|
2020-10-02 22:27:06 +02:00
|
|
|
position: relative;
|
2020-09-18 16:34:23 +02:00
|
|
|
width: calc(50% - 9em);
|
2020-10-16 15:51:37 +02:00
|
|
|
height: 175px;
|
2020-10-02 22:27:06 +02:00
|
|
|
top:0;
|
2020-10-02 17:40:31 +02:00
|
|
|
background-color: yellow;
|
2020-09-18 16:34:23 +02:00
|
|
|
border-radius: 1em;
|
|
|
|
padding:1em 3em;
|
|
|
|
font-size: 13pt;
|
|
|
|
line-height: 1.4;
|
2020-10-02 22:27:06 +02:00
|
|
|
list-style: none;
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
|
|
|
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{
|
2020-09-18 17:32:55 +02:00
|
|
|
content:'←\00a0\00a0\00a0Go to the previous page';
|
|
|
|
margin-left:-1.75em;
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
|
|
|
ul.navprevnext li.next:before{
|
2020-09-18 17:32:55 +02:00
|
|
|
content:'Go to the next page\00a0\00a0\00a0→';
|
|
|
|
margin-right:-2em;
|
2020-10-16 15:51:37 +02:00
|
|
|
text-align: right;
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
2020-09-18 17:32:55 +02:00
|
|
|
ul.navprevnext li.none,
|
2020-09-18 16:34:23 +02:00
|
|
|
ul.navprevnext li.prev{
|
2020-10-02 22:27:06 +02:00
|
|
|
float: left;
|
|
|
|
left:-9.5em;
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
|
|
|
ul.navprevnext li.next,
|
|
|
|
ul.navprevnext li.done{
|
2020-10-02 22:27:06 +02:00
|
|
|
float: right;
|
|
|
|
right: -9.5em;
|
2020-10-16 15:51:37 +02:00
|
|
|
/*text-align: right;*/
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
2020-10-02 17:40:31 +02:00
|
|
|
/* you finished this section */
|
2020-09-18 16:34:23 +02:00
|
|
|
ul.navprevnext li.done{
|
2020-10-02 17:40:31 +02:00
|
|
|
background-color: rgba(40,40,40,1);
|
2020-09-18 17:32:55 +02:00
|
|
|
color: white;
|
2020-09-18 16:34:23 +02:00
|
|
|
}
|
2020-09-18 16:51:29 +02:00
|
|
|
ul.navprevnext li.none{
|
|
|
|
background-color: transparent;
|
|
|
|
color: transparent;
|
|
|
|
}
|
2020-09-18 16:34:23 +02:00
|
|
|
|
2020-10-02 17:40:31 +02:00
|
|
|
.footnote{
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
2020-09-11 17:59:20 +02:00
|
|
|
footer{
|
|
|
|
font-style: normal;
|
|
|
|
font-size: smaller;
|
2020-10-02 22:27:06 +02:00
|
|
|
clear: both;
|
2020-09-11 17:59:20 +02:00
|
|
|
}
|
2020-09-04 18:11:26 +02:00
|
|
|
|
|
|
|
/* general elements */
|
|
|
|
a,
|
|
|
|
a:visited,
|
|
|
|
a:hover,
|
|
|
|
a:active{
|
2020-10-02 17:40:31 +02:00
|
|
|
color: rgba(40,40,40,1);
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|
2020-09-11 17:59:20 +02:00
|
|
|
a.nounderline{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2020-09-04 18:11:26 +02:00
|
|
|
hr{
|
|
|
|
width: 100%;
|
|
|
|
border:0;
|
2020-10-02 17:40:31 +02:00
|
|
|
border-bottom:1px solid rgba(40,40,40,1);
|
2020-09-04 18:11:26 +02:00
|
|
|
margin:3em auto;
|
2020-09-11 17:59:20 +02:00
|
|
|
}
|
2020-10-16 19:33:12 +02:00
|
|
|
sup{
|
|
|
|
line-height: 0;
|
|
|
|
font-size: 75%;
|
|
|
|
padding-left: 0.2em;
|
|
|
|
}
|
2020-09-18 17:05:29 +02:00
|
|
|
img,
|
|
|
|
video{
|
2020-09-18 16:09:50 +02:00
|
|
|
width: calc(100% + 6em);
|
2020-09-18 17:05:29 +02:00
|
|
|
margin: 2em 0 2em -3em;
|
2020-09-18 16:09:50 +02:00
|
|
|
}
|
2020-10-02 19:03:15 +02:00
|
|
|
blockquote{
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 125%;
|
2020-10-02 22:27:06 +02:00
|
|
|
line-height: 1.9;
|
2020-10-02 19:03:15 +02:00
|
|
|
}
|
2020-10-30 16:14:19 +01:00
|
|
|
pre,
|
|
|
|
code{
|
|
|
|
color: magenta;
|
|
|
|
}
|
|
|
|
|
2020-09-11 17:59:20 +02:00
|
|
|
.lastupdate{
|
|
|
|
font-size: smaller;
|
|
|
|
margin:4em 0;
|
2020-09-04 18:11:26 +02:00
|
|
|
}
|