issue-9: fix cs file

This commit is contained in:
Solene Rapenne 2022-04-29 20:39:35 +02:00
parent c668e469a6
commit 3df4d5fd42
1 changed files with 2 additions and 170 deletions

View File

@ -1,167 +1,8 @@
<!DOCTYPE html>
<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">
<link rel="alternate" type="application/rss+xml" href="https://webzine.puffy.cafe/atom.xml">
<meta property="og:title" content="OpenBSD webzine issue #9" />
<meta property="og:description" content="Webzine created by volunteers who are passionate about the OpenBSD project development." />
<meta property="og:url" content="https://webzine.puffy.cafe/issue-9.html" />
<meta property="og:image" content="https://webzine.puffy.cafe/images/logo.png" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_EN" />
<title>OpenBSD Webzine #9</title>
<style>
#title {
text-align: center;
font-size:3em;
font-weight:bold;
margin:0.75em auto;
text-shadow: 2px 2px 2px grey;
}
#bsd {
color: red;
border-bottom: 1px solid red;
}
#open {
font-style: italic;
color: #f5d300;
border-bottom: 1px solid red;
}
#banner {
border-top: .2em double black;
border-bottom: .2em double black;
padding: .5em;
margin-bottom: 2em;
text-align:center;
display: flex;
justify-content: space-between;
}
.puffies {
margin: auto;
text-align: center;
}
.permalink {
color: blue;
text-decoration: none;
}
a {
color: black;
text-decoration: none;
}
.permalink::before { content: "↗ "; }
.permalink:hover { color: darkblue; }
h1 {
font-size: 1.5em;
line-height: 0.9em;
}
p {
text-align: justify;
text-justify: auto;
}
html, body {
font-size: 1.1em;
font-family:serif;
background-color: #fff;
}
body {
margin: 1em auto;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
max-width: 832px;
border: 1px solid #111;
background-color: #eee;
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;
}
img {
max-width: 100%;
height: auto;
margin: auto;
border: 3px solid black;
padding: .25em;
}
ul {
padding-left: .5em;
}
blockquote {
position: relative;
padding-top: 1rem;
padding-bottom: 2.2rem;
}
blockquote:before,
blockquote:after {
position: absolute;
font-size: 4rem;
color: rgba(128,128,128,0.5);
}
blockquote:before {
content: open-quote;
left: -1rem;
top: -1.5rem;
}
blockquote:after {
content: close-quote;
text-align: right;
width: 100%;
}
cite {
font-size: smaller;
text-align: right;
width: 100%;
display: block;
}
code {
background-color: #8DF;
padding-left: 3px;
padding-right: 3px;
}
@media print {
body { background-color:white; max-width:100%;}
}
@media (prefers-color-scheme: dark) {
body { color: #ccc; background-color: #222; }
html { background-color: black; }
.permalink { color: deepskyblue; }
img { border-color: #ccc; }
#banner { border-color:#ccc; }
a { color: #ccc; }
code { background-color: black; color: lightgreen; }
.permalink:hover { color: plum; }
}
</style>
</head>
<body>
<header>
<h2 id="title"><a href="https://webzine.puffy.cafe"><span id="open">Open</span><span id="bsd">BSD</span> Webzine</a></h2>
<div id="banner">
<p>ISSUE #9</p>
<p><time datetime="2022-04-21 10:10">April 21, 2022</time></p>
<p>ISSUE #__ISSUE__</p>
<p><time datetime="__DATETIME__">__HUMAN_DATE__</time></p>
</div>
</header>
<main>
@ -228,12 +69,3 @@ code {
<h2>Authors</h2>
<p>Solène Rapenne. Mnoho díku všem, kteří podporují a pomáhají s projektem tohoto webzinu.</p>
</article>
</main>
<footer>
<hr />
<p id="license">Zdejší obsah pod <a class="permalink" href="https://creativecommons.org/licenses/by/4.0/legalcode">CC-BY-4.0</a>. Umělecká tvorba pod licencí vlastní.
<br /><a class="permalink" href="atom.xml">Feed ATOM</a>
</p>
</footer>
</body>
</html>