new rivet, better style

master
Alessandro Mauri 3 years ago
parent 7f32d94b05
commit b5a482ed7c
  1. 23
      src/_header.html
  2. 2
      src/_metadata.html
  3. 8
      src/styles.css

@ -1,15 +1,10 @@
<link rel="stylesheet" href="//alemauri.eu/styles.css"> <div id="thumb-container">
<link rel="icon" type="image/png" href="//alemauri.eu/favicon.png"> <img src="//alemauri.eu/img/me.jpg" alt="me" id="thumb">
</div>
<div class="header"> <div id="links">
<div id="thumb-container"> <a href="//alemauri.eu/index.html">Home</a>
<img src="//alemauri.eu/img/me.jpg" alt="me" id="thumb"> <a href="https://git.alemauri.eu/alema">Gitea</a>
</div> <a href="https://github.com/gunboy001">Github</a>
<div id="links"> <a href="https://liberapay.com/alemauri/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
<a href="//alemauri.eu/index.html">Home</a> <a href="//alemauri.eu/atom.xml">Atom feed</a>
<a href="https://git.alemauri.eu/alema">Gitea</a>
<a href="https://github.com/gunboy001">Github</a>
<a href="https://liberapay.com/alemauri/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
<a href="//alemauri.eu/atom.xml">Atom feed</a>
</div>
</div> </div>

@ -0,0 +1,2 @@
<link rel="stylesheet" href="//alemauri.eu/styles.css">
<link rel="icon" type="image/png" href="//alemauri.eu/favicon.png">

@ -23,6 +23,11 @@ html {
scroll-behavior: smooth; scroll-behavior: smooth;
} }
article {
padding-bottom: 2rem;
border-bottom: 1px solid var(--fg);
}
/* TABLES */ /* TABLES */
table, th, td { table, th, td {
border-collapse: collapse; border-collapse: collapse;
@ -109,6 +114,7 @@ a {
/* FOOTER */ /* FOOTER */
footer { footer {
border: 1px solid var(--fg); border: 1px solid var(--fg);
margin-top: 5rem;
} }
footer p { footer p {
@ -156,7 +162,7 @@ footer p {
padding-right: 10px; padding-right: 10px;
} }
.header { header {
border: 1px solid var(--fg); border: 1px solid var(--fg);
font-size: medium; font-size: medium;
height: 80px; height: 80px;

Loading…
Cancel
Save