init theme 0x15

This commit is contained in:
kiki 2018-06-04 16:47:41 +02:00
parent c4d50ff5bb
commit 6bcb54627c
106 changed files with 55 additions and 34 deletions

View file

@ -1,26 +1,31 @@
Title: Come arrivare
slug: come-arrivare
navbar_sort: 2
lang: it
## LSOA Buridda, Genova, [corso monte grappa 39](https://www.openstreetmap.org/#map=19/44.41166/8.94957)
### GAMBE
## LSOA Buridda, Genova
[corso monte grappa 39](https://www.openstreetmap.org/#map=19/44.41166/8.94957)
GAMBE
--------------
Assumendo la partenza da un qualsiasi luogo di Genova compreso tra Principe e Brignole, in meno di 45' potete raggiungere il LSOA Buridda attraversando parte dell'amabilissimo centro storico, soffermandovi eventualmente ad assaporare un trancio della sempre disponibile fugassa calda (se salite direttamente da Brignole tuttavia non troverete alcun focacciaro, ma unicamente amabilissimi scalini). Se c'avete due minuti, fatevi una camminata fin al porto antico, salite tra i caruggi fino a piazza de Ferrari, e poi andati al LSOA Buridda risalendo inizialmente via Assarotti, e poi scendendo per via Montegrappa. Da qualche parte la focaccia la trovate.
### TRENO
TRENO
--------------
Scendere alla stazione di Genova Brignole poi:
* poca strada ma in salita a [piedi](https://www.openstreetmap.org/directions?engine=graphhopper_foot&route=44.40747%2C8.94887%3B44.41141%2C8.94924#map=17/44.40936/8.94946).
* poche fermate dell'autobus 49 (649 dopo una certa ora) [orari](https://www.amt.genova.it/amt/trasporto-multimodale/linee-bus/).
### AUTO
AUTO
--------------
* Uscite a genova est e poi [così](https://www.openstreetmap.org/directions?engine=graphhopper_car&route=44.43085%2C8.94529%3B44.41141%2C8.94924#map=15/44.4211/8.9473).
* Uscite a genova ovest e poi [cosà](https://www.openstreetmap.org/directions?engine=graphhopper_car&route=44.4126%2C8.9006%3B44.4114%2C8.9492#map=15/44.4089/8.9244).
### AEREO
AEREO
--------------
* Prendete un biglietto normale dell'AMT in aereoporto, e fatevi una camminata dall'uscita dell'aereoporto fino alla fermata della linea 1, attraverso un'orribile [strada]( https://www.openstreetmap.org/directions?engine=graphhopper_foot&route=44.41487%2C8.85041%3B44.41827%2C8.85912#map=17/44.41716/8.85545). Con la linea 1 raggiungete la fermata della metro di Dinegro, per raggiungere con questa il capolinea a Brignole, da dove proseguirete come foste appena arrivati in treno.
* Acquistate un biglietto per il [volabus](https://www.amt.genova.it/amt/trasporto-multimodale/volabus/) che per 6 euri vi porta a brignole, da dove poi potete proseguire anche in questo caso come foste arrivati su strada ferrata (salendo a piedi o con il bus 49)

View file

@ -46,7 +46,7 @@ INDEX_SAVE_AS = 'articles.html'
# PAGE_BACKGROUND = 'images/background.jpg'
THEME = 'themes/hackit0x14/'
THEME = 'themes/hackit0x15/'
FONT_URL = 'theme/css/anaheim.css'
# Custom css by sticazzi.

View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 227 KiB

View file

@ -3,19 +3,23 @@ html {
}
body {
color: #c7c7c7;
background-color: #161616;
font-family: 'Anaheim';
font-size: 2.2em;
color: #fff;
background-color: #9c2f2f;
font-family: sans-serif;
font-size: 2em;
height: 100%;
background-image: -moz-linear-gradient(0deg, transparent 1px, #161616 1px), -moz-linear-gradient(-90deg, #6c6 1px, #161616 1px);
background-size: 10px 10px;
background-position: 5px 5px;
}
.navbar::after, .navbar-collapse::after, .container::after{
clear:none !important
.navbar::after,
.navbar-collapse::after,
.container::after {
clear: none !important
}
ul,
p {
background-color: rgba(255,255,255, 0);
}
ul, p {background-color: rgba(16,16,16,0.5);}
a,
a:hover,
@ -23,14 +27,10 @@ a:focus,
.entry-content a,
.entry-content a:hover,
.entry-content a:focus {
color: #ea8711;
color: #fff;
text-decoration: none;
border-bottom: none;
}
.entry-content a:hover {
border-bottom: 2px solid;
}
h2 {
text-align: center;
@ -40,46 +40,57 @@ h4 {
font-size: 25px !important;
}
a.toc-backref,
h1,
h2,
h3,
h4,
strong,
tt {
color: white;
background: #fff;
display: inline-block;
padding: 6px 10px;
font-weight: 600;
color: #9c2f2f;
border-bottom; 0px;
}
a.toc-backref:hover {
color: rgba(0,0,0,1);
}
tt.literal {
font-size: 80%;
}
.navbar-brand {
display: none;
}
.navbar {
background-color: #EA8711;
background-color: #000;
}
.navbar .navbar-brand,
.navbar .navbar-nav > li > a {
color: black;
color: #fff;
}
.navbar .navbar-nav > li > a {
transition: background-color .3s;
background-color: #ea8711;
background-color: #000;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
color: white;
background-color: #161616;
color: #333;
background-color: white;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
color: black;
background-color: #ff7456;
color: white;
background-color: #333;
}
.navbar-brand {
@ -103,9 +114,7 @@ tt.literal {
/* HOME {{{ */
.body-index blockquote {
border: 1px solid #383838;
background-color: #272626;
.body-index blockquote {
font-size: 21px;
margin-left: auto;
margin-right: auto;
@ -183,3 +192,10 @@ td.talk > a {
}
/* END TALK }}} */
/*media query*/
@media all and (min-width: 770px) {
.navbar, .navbar .navbar-brand,
.navbar .navbar-nav > li > a {
background-color: #9c2f2f;
}
}

View file

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 368 B

Some files were not shown because too many files have changed in this diff Show more