MediaWiki:Common.css : Différence entre versions

 
(20 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 +
 +
.page-Spécial_AllDiscussions .category-items {display:none}
 +
 +
.Grey-Input-tabs {
 +
    margin-bottom: 50px !important;
 +
}
  
 
.low-tech-tour.mission-bio {
 
.low-tech-tour.mission-bio {
background-image: url('http://lowtechlab.org/w/images/8/8f/Mb-cover.jpg');
+
background-image: url('https://lowtechlab.org/w/images/8/8f/Mb-cover.jpg');
 +
}
 +
 
 +
.ltl-expe.Agami h1 {
 +
text-align: center;
 +
font-size:4em;
 +
}
 +
 
 +
.page-Projet_Agami #main-content-header {
 +
display:none;
 +
}
 +
 
 +
.page-Projet_Agami .ltl-expe.Agami {
 +
background-image: url('https://lowtechlab.org/w/images/b/bf/Couv-agami.jpg');
 +
}
 +
 
 +
.btn-group-recenser .btn {
 +
    padding: 10px 15px;
 +
    font-size: 1.1em;
 +
}
 +
 
 +
.page-Pin_a_low-tech #main-content-header {
 +
display:none;
 +
}
 +
 
 +
.btn-recenser {
 +
margin-left:10px;
 +
}
 +
 
 +
.page-Pin_a_low-tech .btn-recenser a {
 +
color:#fff !important;
 
}
 
}
  
 
.low-tech-tour.grece {
 
.low-tech-tour.grece {
background-image: url('http://lowtechlab.org/w/images/5/5a/Lt-for-refugee-black.jpg');
+
background-image: url('https://lowtechlab.org/w/images/5/5a/Lt-for-refugee-black.jpg');
 
}
 
}
  
 
.low-tech-tour.habitat-pilote {
 
.low-tech-tour.habitat-pilote {
background-image: url('http://lowtechlab.org/w/images/e/e8/Hp-couv.jpg');
+
background-image: url('https://lowtechlab.org/w/images/e/e8/Hp-couv.jpg');
 +
}
 +
 
 +
.youtube-intro-title {
 +
background-image : url('https://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);
 
}
 
}

Version actuelle datée du 28 février 2020 à 11:02

/* Le CSS placé ici sera appliqué à tous les habillages. */

.page-Spécial_AllDiscussions .category-items {display:none}

.Grey-Input-tabs {
    margin-bottom: 50px !important;
}

.low-tech-tour.mission-bio {
background-image: url('https://lowtechlab.org/w/images/8/8f/Mb-cover.jpg');
}

.ltl-expe.Agami h1 {
text-align: center;
font-size:4em;
}

.page-Projet_Agami #main-content-header {
display:none;
}

.page-Projet_Agami .ltl-expe.Agami {
background-image: url('https://lowtechlab.org/w/images/b/bf/Couv-agami.jpg');
}

.btn-group-recenser .btn {
    padding: 10px 15px;
    font-size: 1.1em;
}

.page-Pin_a_low-tech #main-content-header {
display:none;
}

.btn-recenser {
 margin-left:10px;
}

.page-Pin_a_low-tech .btn-recenser a {
color:#fff !important;
}

.low-tech-tour.grece {
background-image: url('https://lowtechlab.org/w/images/5/5a/Lt-for-refugee-black.jpg');
}

.low-tech-tour.habitat-pilote {
background-image: url('https://lowtechlab.org/w/images/e/e8/Hp-couv.jpg');
}

.youtube-intro-title {
 background-image : url('https://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);
}