logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 7d213a8c180d27ca1024a792f9ce323ebbc444a3
parent 5d15d3c415fd93569e7863371f6a4f26771d7ef3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 15 Aug 2021 21:45:22 +0200

Make section outside of /bookmarks explicitely centered

Diffstat:

Mabout.shtml6+++---
Manimelist.shtml8++++----
Mcss/index.css6+++++-
Mmangalist.shtml6+++---
Mtemplates/head.shtml2+-
Mà propos.shtml6+++---
6 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/about.shtml b/about.shtml @@ -32,13 +32,13 @@ FCWp6 A+ C+(++) D+++ H M++ P++ R T+(+++) W !Z RLCT a- c++&gt;$l d- e f++(+++) h- i+++ j++(+++) p- ------END FURRY CODE BLOCK------</code></pre> </main> - <section id="bio"> + <section class="box-center" id="bio"> <h2>Bio</h2> <p>I'm that kind of person which probes at everything they more or less own and creates their own tools when none is trully fit for it or for the fun of it. I also ended up self-hosting all the services that I need over a slow journey (started in 2012, sort of completed in 2018) and I'm still maintaining it!</p> <p>I act for Libre Licences for software/hardware but not only, and equity(ie. gender+queer rights). I speak French(native language), English, some bases of French Sign Language and can manage bits of a bunch of other languages.</p> <p>I'm present from time to time at the <a href="http://breizh-entropy.org">Breizh-Entropy</a> Hackerspace.</p> </section> - <section id="links"> + <section class="box-center" id="links"> <h2>Links</h2> <ul> <li>Code: <ul> @@ -55,7 +55,7 @@ RLCT a- c++&gt;$l d- e f++(+++) h- i+++ j++(+++) p- <li><a href="https://steamcommunity.com/id/lanodan/">Steam Profile</a> (yeah, I know…)</li> </ul> </section> - <section id="config"> + <section class="box-center" id="config"> <h2>My machines</h2> <table> <thead><tr><th>Hostname</th><th>OS</th><th>Mainboard / SoC</th><th>CPU</th><th>GPU</th><th>Storage</th><th>RAM</th><th>Network</th><th>USB</th><th>Notes</th></tr></thead> diff --git a/animelist.shtml b/animelist.shtml @@ -9,7 +9,7 @@ <body> <!--#set var="feedUrl" value='http://gitlab.com/lanodan/blog/commits/master/animelist.shtml.atom' --><!--#include file="/templates/en/nav.shtml" --> <!-- Sorted by Name --> - <section> + <section class="box-center"> <h2 id="Planned">Planned</h2> <table class="sortable"> <thead> @@ -42,7 +42,7 @@ </tbody> </table> </section> - <section> + <section class="box-center"> <!-- Reverse-Sorted by Last Update --> <h2 id="Watching">Watching</h2> <table class="sortable"> @@ -85,7 +85,7 @@ </tbody> </table> </section> - <section> + <section class="box-center"> <h2 id="Dropped">Dropped</h2> <table class="sortable"> <thead> @@ -111,7 +111,7 @@ </tbody> </table> </section> - <section> + <section class="box-center"> <h2 id="Watched">Watched</h2> <table class="sortable"> <thead> diff --git a/css/index.css b/css/index.css @@ -82,7 +82,11 @@ pre { .inline-sections section { display: inline-table; } -article, main { +.box-center h1, +.box-center h2 { + text-align: center; +} +article, main, .box-center { margin: 1.5rem auto; } article, section, main { diff --git a/mangalist.shtml b/mangalist.shtml @@ -9,7 +9,7 @@ <body> <!--#set var="feedUrl" value='http://gitlab.com/lanodan/blog/commits/master/mangalist.shtml.atom' --><!--#include file="/templates/en/nav.shtml" --> <!-- Sorted by Last Update --> - <section> + <section class="box-center"> <h2 id="Reading">Reading / Ongoing</h2> <table class="sortable"> <thead> @@ -21,7 +21,7 @@ </table> </section> <!-- Sorted by Name --> - <section> + <section class="box-center"> <h2 id="Dropped">Dropped</h2> <table class="sortable"> <thead> @@ -36,7 +36,7 @@ </table> </section> <!-- Sorted by Name --> - <section> + <section class="box-center"> <h2 id="Finished">Finished</h2> <table class="sortable"> <thead> diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,5 +1,5 @@ <meta charset="utf-8"/> - <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2021081501"/> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2021081502"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> diff --git a/à propos.shtml b/à propos.shtml @@ -35,13 +35,13 @@ FCWp6 A+ C+(++) D+++ H M++ P++ R T+(+++) W !Z RLCT a- c++&gt;$l d- e f++(+++) h- i+++ j++(+++) p- ------END FURRY CODE BLOCK------</code></pre> </main> - <section id="bio"> + <section class="box-center" id="bio"> <h2>Bio</h2> <p>Je suis ce genre ce personne qui examine tout ce qui lui appartient plus ou moins et qui créée ses propres outils quand aucun ne correspond ou juste pour le fun. J'ai aussi fini par auto-hébergé tout les services dont j'ai besoin au court d'une longue aventure (commencée en 2012, quelque part complétée en 2018) et que je maintient toujours !</p> <p>J'agit pour les licences libres sur le matériel/logiciel informatique mais pas que, ainsi que l’équitée (ex. droits gender+queer). Je parle Français (langue native), Anglais et quelques bases de Langue des Signes Française et je peux faire des bouts de beaucoup d'autres langues.</p> <p>Je suis de temps en temps au Hackerspace <a href="http://breizh-entropy.org">Breizh-Entropy</a>.</p> </section> - <section id="links"> + <section class="box-center" id="links"> <h2>Liens</h2> <ul> <li>Code : <ul> @@ -58,7 +58,7 @@ RLCT a- c++&gt;$l d- e f++(+++) h- i+++ j++(+++) p- <li><a href="https://steamcommunity.com/id/lanodan/">Profil Steam</a> (oui, je sais…)</li> </ul> </section> - <section id="config"> + <section class="box-center" id="config"> <h2>Mes machines</h2> <table> <thead>