MediaWiki:Common.css : Différence entre versions

Ligne 13 : Ligne 13 :
 
}
 
}
  
.youtube-intro-title img {
+
.youtube-intro-title {
text-align:right;
+
background-image : url('http://lowtechlab.org/w/images/b/ba/Youtube-arrow2.jpg');
 +
background-position:right top;
 +
background-repeat:no-repeat;
 
}
 
}
  

Version du 1 octobre 2018 à 11:54

/* 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 {
 background-image : url('http://lowtechlab.org/w/images/b/ba/Youtube-arrow2.jpg');
 background-position:right top;
 background-repeat:no-repeat;
}

.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;
}