MediaWiki:Common.css : Différence entre versions

Ligne 11 : Ligne 11 :
 
.low-tech-tour.habitat-pilote {
 
.low-tech-tour.habitat-pilote {
 
background-image: url('http://lowtechlab.org/w/images/e/e8/Hp-couv.jpg');
 
background-image: url('http://lowtechlab.org/w/images/e/e8/Hp-couv.jpg');
 +
}
 +
 +
p.youtube-intro-title {
 +
    font-family: Verveine-Regular;
 +
    font-size: 3em;
 +
    text-align: center;
 +
    transform:rotate(30deg);
 
}
 
}

Version du 1 octobre 2018 à 11:48

/* Le CSS placé ici sera appliqué à tous les habillages. */

.low-tech-tour.mission-bio {
background-image: url('http://lowtechlab.org/w/images/8/8f/Mb-cover.jpg');
}

.low-tech-tour.grece {
background-image: url('http://lowtechlab.org/w/images/5/5a/Lt-for-refugee-black.jpg');
}

.low-tech-tour.habitat-pilote {
background-image: url('http://lowtechlab.org/w/images/e/e8/Hp-couv.jpg');
}

p.youtube-intro-title {
    font-family: Verveine-Regular;
    font-size: 3em;
    text-align: center;
     transform:rotate(30deg);
}