www-lauka-net-11ty/static/css/main.css
2023-06-13 11:06:54 +02:00

147 lines
2.2 KiB
CSS

@font-face {
font-family: "Iosevka Aile Iaso";
font-weight: 100 900;
font-style: normal;
src: local("Iosevka Aile Iaso"), url("/fonts/iosevka-aile-regular.woff2") format("woff2");
}
@font-face {
font-family: "Iosevka Aile Iaso";
font-weight: 100 900;
font-style: italic;
src: local("Iosevka Aile Iaso"), url("/fonts/iosevka-aile-italic.woff2") format("woff2");
}
@font-face {
font-family: "Iosevka Curly Iaso";
font-weight: 100 900;
src: local("Iosevka Curly Iaso"), url("/fonts/iosevka-curly-regular.woff2") format("woff2");
}
@font-face {
font-family: "Iosevka Etoile Iaso";
font-weight: 100 900;
font-style: normal;
src: local("Iosevka Etoile Iaso"), url("/fonts/iosevka-etoile-regular.woff2") format("woff2");
}
@font-face {
font-family: "Iosevka Etoile Iaso";
font-weight: 100 900;
font-style: italic;
src: local("Iosevka Etoile Iaso"), url("/fonts/iosevka-etoile-italic.woff2") format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Iosevka Etoile Iaso", serif;
}
a,
body,
h1,
h2,
h3,
html,
li,
p,
span,
strong,
u,
ul {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline
}
body {
font-family: "Iosevka Aile Iaso", sans-serif;
font-size: 1.4em;
line-height: 1.4;
margin: 3% 5%;
max-width: 50em;
background: #232323;
color: #c1c1c1;
}
ul {
list-style-type: none;
margin-left: 1rem;
}
ul>li:before {
content: "-";
position: absolute;
margin-left: -1.1rem;
}
a {
text-decoration: none;
color: #00cccc
}
a:hover {
text-decoration: underline;
}
p {
margin-bottom: .75rem
}
h1,
h2,
h3 {
line-height: 100%;
margin-top: 2rem;
margin-bottom: 1rem;
color: #d66388;
}
h1:before {
content: "# ";
content: "# " / "";
}
h1:after {
content: "-----";
content: "-----" / "";
display: block;
}
h2:before {
content: "## ";
content: "## " / "";
}
h3:before {
content: "### ";
content: "### " / "";
}
strong {
font-weight: 700;
}
strong:before {
content: "*";
content: "*" / "";
}
strong:after {
content: "*";
content: "*" / "";
}
strong {
color: #d66388
}
code, pre {
color: cornflowerblue;
font-family: "Iosevka Curly Iaso", monospace;
}