1
Fork 0
This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022ST-project-Phikipathia/style.css
2022-05-19 19:45:43 +02:00

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: "]";
}