MediaWiki:Common.css : Différence entre versions

Ligne 15 : Ligne 15 :
 
.youtube-intro-title {
 
.youtube-intro-title {
 
  background-image : url('http://lowtechlab.org/w/images/b/ba/Youtube-arrow2.jpg');
 
  background-image : url('http://lowtechlab.org/w/images/b/ba/Youtube-arrow2.jpg');
background-position:right top;
+
    background-position: right 20px top 10px;
background-repeat:no-repeat;
+
    background-repeat: no-repeat;
 
}
 
}
  
 
.youtube-intro-title p {
 
.youtube-intro-title p {
    font-family: Verveine-Regular;
+
font-family: Verveine-Regular;
 
     font-size: 2.5em;
 
     font-size: 2.5em;
    text-align: center;
 
 
     transform: rotate(-5deg);
 
     transform: rotate(-5deg);
     max-width: 240px;
+
     max-width: 357px;
 
     line-height: 1.2em;
 
     line-height: 1.2em;
 
     margin: auto;
 
     margin: auto;
 +
    padding-top: 40px;
 +
    text-align: right;
 +
    width: calc(100% - 150px);
 
}
 
}

Version du 1 octobre 2018 à 11:58

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