openbsd-webzine/issues/_common/header

104 lines
2.0 KiB
Plaintext
Raw Normal View History

2021-09-26 19:27:49 +00:00
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
2021-09-26 21:53:16 +00:00
<title>OpenBSD_WEBZINE_ISSUE #__ISSUE__</title>
2021-09-26 19:27:49 +00:00
<style>
2021-09-26 21:53:16 +00:00
#title {
2021-09-26 19:27:49 +00:00
text-align: center;
2021-09-26 21:53:16 +00:00
font-size:3em;
font-weight:bold;
2021-09-29 19:13:29 +00:00
margin:0.75em auto;
2021-09-26 19:27:49 +00:00
}
#banner {
2021-09-26 21:53:16 +00:00
border-top: .2em double black;
border-bottom: .2em double black;
padding:.5em;
margin-bottom:2em;
display: flex;
justify-content: space-between;
2021-09-26 19:27:49 +00:00
}
.puffies {
2021-09-26 21:53:16 +00:00
margin: auto;
text-align: center;
2021-09-26 19:27:49 +00:00
}
.permalink {
color: steelblue;
2021-09-29 11:27:06 +00:00
text-decoration: underline;
2021-09-26 19:27:49 +00:00
}
a {
color:black;
text-decoration:underline;
}
2021-09-29 19:13:29 +00:00
.permalink::after { content: " ↗"; }
.permalink:hover { color: plum; }
2021-09-26 19:27:49 +00:00
p {
text-align: justify;
text-justify: auto;
}
html, body {
font-size: 1.1em;
2021-09-26 21:53:16 +00:00
font-family:serif;
background-color: #fff;
2021-09-26 19:27:49 +00:00
}
body {
2021-09-26 21:53:16 +00:00
margin: 1em auto;
2021-09-29 19:13:29 +00:00
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
2021-09-26 19:27:49 +00:00
max-width: 80ch;
2021-09-26 21:53:16 +00:00
border: 1px solid #111;
background-color: #eee;
2021-09-26 21:53:16 +00:00
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
line-height: 1.5;
2021-09-26 19:27:49 +00:00
}
2021-09-26 21:53:16 +00:00
2021-09-26 19:27:49 +00:00
main {
2021-09-26 21:53:16 +00:00
column-count:2;
column-gap: 2em;
2021-09-26 19:27:49 +00:00
}
img {
max-width: 100%;
height: auto;
margin: auto;
border: 3px solid black;
padding:.25em;
}
@media print {
2021-09-29 11:27:06 +00:00
body { background-color:white; max-width:100%;}
main { column-count:1; }
}
@media screen and (max-width:800px) {
main { column-count:1; }
}
@media (prefers-color-scheme: dark) {
body { color: #eee; background-color: #111; }
2021-09-29 11:27:06 +00:00
html { background-color: black; }
.permalink { color: deepskyblue;; }
/* .permalink:visited { color:#eee; }*/
img { border-color: #eee; }
#banner { border-color:#eee; }
a { color:#eee; }
}
2021-09-26 19:27:49 +00:00
</style>
</head>
<body>