distorsion.interhacker.space/site/css/simple.css

57 lines
770 B
CSS
Raw Normal View History

body {
2025-01-24 23:27:15 +01:00
padding: 0 1em;
2025-01-24 23:27:15 +01:00
line-height: 1.6;
2025-01-24 23:27:16 +01:00
display: flex;
flex-direction: column;
align-items: center;
2025-01-24 23:25:49 +01:00
}
body > * {
max-width: 40rem;
2025-01-24 23:27:15 +01:00
}
header, footer {
width: 100%;
2025-01-24 23:27:15 +01:00
text-align: center;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
header {
border-bottom: solid 0.1rem;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
footer {
border-top: solid 0.1rem;
2025-01-24 23:25:49 +01:00
}
nav.menu ul {
2025-01-24 23:27:15 +01:00
padding: 0;
}
nav.menu li {
2025-01-24 23:27:15 +01:00
display: inline-block;
2025-01-24 23:27:15 +01:00
padding: 0 1em;
}
nav.menu li:not(:last-of-type) {
2025-01-24 23:27:15 +01:00
border-right: solid 0.1rem;
2025-01-24 23:25:49 +01:00
}
2025-01-24 23:27:15 +01:00
img {
width: 100%;
}
2025-01-24 23:27:15 +01:00
a.mel {
font-family: monospace;
}
2025-01-24 23:27:16 +01:00
.snowflake {
max-width: 360px;
border: solid 0.1rem;
padding: 0 1em;
2025-01-24 23:27:16 +01:00
margin: 3em;
2025-01-24 23:27:16 +01:00
text-align: center;
}
.snowflake iframe {
width: 320px;
height: 240px;
display: block;
margin: 1em auto;
border: none;
}
nav.blog ul {
list-style: none;
}
nav.blog ul li:before {
content: '> ';
}