MediaWiki:Common.css : Différence entre versions

Ligne 17 : Ligne 17 :
 
     background-position: right 20px top 10px;
 
     background-position: right 20px top 10px;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 +
}
 +
 +
.youtube-intro-title a {
 +
text-decoration:underline;
 +
color:#ff0000;
 
}
 
}
  

Version du 1 octobre 2018 à 12:00

/* 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 20px top 10px;
    background-repeat: no-repeat;
}

.youtube-intro-title a {
text-decoration:underline;
color:#ff0000;
}

.youtube-intro-title p {
font-family: Verveine-Regular;
    font-size: 2.5em;
    transform: rotate(-5deg);
    max-width: 357px;
    line-height: 1.2em;
    margin: auto;
    padding-top: 40px;
    text-align: right;
    width: calc(100% - 150px);
}