Margins and fix manifesto again

2017-theme
uid 2020-10-21 00:25:15 +02:00
bovenliggende 48c14013e7
commit ddbd628be1
3 gewijzigde bestanden met toevoegingen van 19 en 24 verwijderingen

Bestand weergeven

@ -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)

Bestand weergeven

@ -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'),)

Bestand weergeven

@ -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 {