diff --git a/content/pages/manifesto.md b/content/pages/manifesto.md index bc8d54e..d3f370f 100644 --- a/content/pages/manifesto.md +++ b/content/pages/manifesto.md @@ -1,22 +1,14 @@ Title: Manifesto Slug: manifesto -``` - __ _ _ _ _ __ - / _| | | | |_____|_| |_ |_ \ - | | | | | | _ | | _| | | - | |_ | |_| | | | | | |_ _| | - \__| |_____|_| |_|_|___| |__/ - | manifesto | - -----[ 1 ]---------------------------------------------------------------------- +----[ 1 ] Noi unitariani veniamo relativamente in pace. Siamo multigenere e multiforma. Condividiamo l'idea di condividere la condivisione con di voi. -----[ 1.1 ]-------------------------------------------------------------------- +----[ 1.1 ] Pensiamo che la tecnologia non sia neutra, che Internet possa diventare anche un formidabile strumento di oppressione, che l'informazione e il software @@ -34,7 +26,7 @@ Siamo mossi dal desiderio, non crediamo ai confini. Ci aggreghiamo per affinita', prendiamo decisioni con il metodo del consenso, il nostro spazio e' una Zona Autonoma, condivideremo saperi senza fondare poteri. -----[ 1.2 ]-------------------------------------------------------------------- +----[ 1.2 ] Noi abbiamo sempre nutrito il sogno di una cosa, ma oggi abbiamo scelto di diventare coscienti. @@ -42,8 +34,6 @@ ma oggi abbiamo scelto di diventare coscienti. Non vogliamo tutto e subito e non abbiamo fretta, ma aspettiamo una risposta per domani mattina. -----[ 2 - Domande ]------------------------------------------------------------ +----[ 2 - Domande ] -Hai delle domande? E [noi abbiamo delle FAQ:]({filename}/pages/faq.md) - -``` +Hai delle domande? E [noi abbiamo delle FAQ]({filename}/pages/faq.md) diff --git a/pelicanconf.py b/pelicanconf.py index 4c9eb69..729a309 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -81,9 +81,9 @@ DISPLAY_CATEGORIES_ON_MENU = False DELETE_OUTPUT_DIRECTORY = True -MENUITEMS = (('HOME |', '/index.html'), - ('NEWS |', '/articles.html'), - ('CATEGORIE |', '/categories.html'), - ('TAG |', '/tags.html'), - ('CONTATTI |', '/contatti'), +MENUITEMS = (('HOME', '/index.html'), + ('NEWS', '/articles.html'), + ('CATEGORIE', '/categories.html'), + ('TAG', '/tags.html'), + ('CONTATTI', '/contatti'), ('RSS', '/feed.xml'),) diff --git a/themes/2017/static/css/style.css b/themes/2017/static/css/style.css index b78b0de..8472e66 100644 --- a/themes/2017/static/css/style.css +++ b/themes/2017/static/css/style.css @@ -39,12 +39,16 @@ body { h1 { - margin: 0; font-size: 2rem; } +h2 { + margin-top: 1.5rem; + margin-bottom: 0; +} + p, li { - font-size: 1.3rem; + font-size: 1.2rem; } a { @@ -61,7 +65,6 @@ h1 a:hover { font-weight: bold; } - h1 a { color: #000000; } @@ -82,6 +85,7 @@ header { display: inline-block; vertical-align: middle; font-size: 4rem; + margin: 0; } .sitebanner h1 a { text-decoration: none; @@ -133,7 +137,8 @@ section:last-child { } section > p { - margin: 0; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } section > p > span {