87 lines
1.2 KiB
CSS
87 lines
1.2 KiB
CSS
body {
|
|
font-family: 'Linux Libertine','Georgia','Times',serif;
|
|
padding: 0 1.5em 1.5em 1.5em;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 0.25em;
|
|
padding: 0;
|
|
line-height: 1.3;
|
|
font-size: 1.8em;
|
|
font-weight: normal;
|
|
border-bottom: 1px solid #a2a9b1;
|
|
}
|
|
|
|
li ul {
|
|
margin: 0.2vh 1ch;
|
|
padding: 0.2vh 1vw;
|
|
}
|
|
|
|
ul {
|
|
/* alternatieven "↪" */
|
|
list-style-type: symbols("⬉");
|
|
}
|
|
|
|
ul#wortel {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.header img {
|
|
height: 1.8em;
|
|
margin-top: 0.3em;
|
|
float: left;
|
|
}
|
|
|
|
.header p {
|
|
font-size: 92%;
|
|
display: block;
|
|
color: #202122;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#bar {
|
|
font-family: sans-serif;
|
|
font-size: 95%;
|
|
|
|
padding: 7px;
|
|
border: 1px solid #a2a9b1;
|
|
background-color: #f8f9fa;
|
|
color: #202122;
|
|
|
|
position: sticky;
|
|
top: 7px;
|
|
}
|
|
|
|
#visualisatie {
|
|
margin: 0.5em 0;
|
|
font-size: calc(1em * 0.875);
|
|
}
|
|
|
|
button {
|
|
cursor: pointer;
|
|
border: none;
|
|
background: none;
|
|
color: #3366bb;
|
|
}
|
|
|
|
button:disabled {
|
|
color: #ba0000;
|
|
}
|
|
|
|
button:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
button:before {
|
|
color: #54595d;
|
|
margin-right: 0.25em;
|
|
content: "[";
|
|
}
|
|
|
|
button:after {
|
|
color: #54595d;
|
|
margin-left: 0.25em;
|
|
content: "]";
|
|
}
|