website/static/stylesheet.css

21 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2023-07-08 17:00:40 +02:00
html *{ font-family: Dejavu Sans Mono, MesloGS NF, Menlo, Consolas, Monospace !important;}
2021-06-01 23:15:46 +02:00
body {text-align: justify; max-width: 86ch; margin:40px auto; padding: 0 10px; text-decoration: none;}
h1 { font-size: 28px; }
2023-10-11 21:41:05 +02:00
/* h2 { font-size: 22px; margin-bottom: 2px; } */
h2 { margin-bottom: 0ch; margin-top: 3ch;}
2023-07-15 23:53:43 +02:00
h2 a:link{ text-decoration: none; }
2021-06-01 23:15:46 +02:00
h3 { font-size: 14px; }
p { font-size: 16px; }
blockquote { text-align: center; font-size: 16px; font-style: normal; line-height: 30px;}
2023-10-11 21:41:05 +02:00
pre { font-family: Dejavu Sans Mono, MesloGS NF, Menlo, Consolas, Monospace !important;border: 1px solid #ddd; font-size: 14px; padding: 1ch; line-height: 18px; overflow: auto; }
2023-07-12 00:08:49 +02:00
/* code { background-color: #282C34; color: #979FAD; } */
2023-10-11 21:41:05 +02:00
/* code {padding-left: 0.5ch; padding-right: 0.5ch;} */
2023-07-12 00:08:49 +02:00
/* hr { height: 1px; border: 0px;} */
2021-06-01 23:15:46 +02:00
a {color: inherit; text-decoration: solid underline;}
2023-10-11 21:41:05 +02:00
img { max-width: 100%; display: block; margin-left: auto; margin-right: auto; margin-top: 2ch; margin-bottom: 2ch; padding: 0ch;}
2021-06-01 23:15:46 +02:00
.menu { line-height: 1em; font-size: 24px; line-height: 1em; text-decoration: none; }
.index { color: inherit; text-decoration: solid underline; }
.references { text-decoration: solid underline; text-underline-position: under; }
.contact{text-align: center;}