MediaWiki:Common.css : Différence entre versions

Ligne 21 : Ligne 21 :
 
.youtube-intro-title a {
 
.youtube-intro-title a {
 
text-decoration:underline;
 
text-decoration:underline;
color:#ff0000;
+
color:#ff0000 !important;
 +
}
 +
 
 +
.youtube-intro-title a:hover {
 +
color:#cc0808 !important;
 
}
 
}
  

Version du 1 octobre 2018 à 12:01

/* 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 !important;
}

.youtube-intro-title a:hover {
color:#cc0808 !important;
}

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