first commit

This commit is contained in:
2026-03-07 12:28:30 +01:00
commit bdc61ca4fe
21 changed files with 2403 additions and 0 deletions

56
styles/werc.css Normal file
View File

@@ -0,0 +1,56 @@
body {
font-family: sans;
margin: 0;
padding: 0;
}
header {
width: 100%;
clear: both;
}
article {
margin-left: 18em;
padding-left: 1em;
}
footer {
clear: both;
width: 100%;
}
header nav {
overflow: hidden;
}
nav a,
header a {
text-decoration: none;
color: inherit;
}
header h1 span {
margin-left: 1em;
font-size: 50%;
font-style: italic;
}
body > nav {
float: left;
width: 16em;
padding-right: 1vw;
}
nav ul {
list-style-type: none;
list-style-position: outside;
padding-left: 8px;
}
nav li ul {
padding-left: 0.6em;
}
footer {
overflow: hidden;
}