MediaWiki:Common.css : Différence entre versions

Ligne 13 : Ligne 13 :
 
}
 
}
  
p.youtube-intro-title {
+
.youtube-intro-title img {
 +
text-align:right;
 +
}
 +
 
 +
.youtube-intro-title p {
 
     font-family: Verveine-Regular;
 
     font-family: Verveine-Regular;
     font-size: 3em;
+
     font-size: 2.5em;
 
     text-align: center;
 
     text-align: center;
    transform:rotate(30deg);
+
    transform: rotate(-5deg);
 +
    max-width: 240px;
 +
    line-height: 1.2em;
 +
    margin: auto;
 
}
 
}

Version du 1 octobre 2018 à 11:49

/* 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');
}

.youtube-intro-title img {
text-align:right;
}

.youtube-intro-title p {
    font-family: Verveine-Regular;
    font-size: 2.5em;
    text-align: center;
    transform: rotate(-5deg);
    max-width: 240px;
    line-height: 1.2em;
    margin: auto;
}