flow-web/static/css/elements.css
Andreas Widen a4a5c7daa5
Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-07-27 17:57:03 +02:00

73 lines
876 B
CSS

/* luflow.net web site */
/* Public domain 2025. All rights waived */
blockquote {
color: #565656;
font-style: italic;
}
body {
font-family: sans-serif;
font-size: 16px;
margin: 0px;
}
code {
color: maroon;
font-size: 0.8em;
}
code,
pre {
font-family: monospace;
}
html {
background-color: #333;
}
main {
background-color: white;
}
pre {
background-color: #f6f6f6;
border-style: solid;
border-color: #d4cbb6;
border-radius: 0.3em;
border-width: thin;
overflow: auto;
padding: 1.2em;
}
pre,
pre code {
color: inherit;
font-size: 0.9em;
}
table {
border-collapse: collapse;
width: 100%;
}
table,
td,
th {
border-color: gray;
border-style: solid;
border-width: thin;
}
td,
th {
padding: 5px 10px;
}
td {
font-size: 0.9em;
}
th {
background-color: #f5f5f5;
}