Wiki Télé Réalité
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 48 : Ligne 48 :
 
}
 
}
 
.portable-infobox-theme-vert .item-type-header {
 
.portable-infobox-theme-vert .item-type-header {
background:##f2f2f2;
+
background:#4AC635;
 
color:white;
 
color:white;
 
}
 
}
 
.portable-infobox-theme-vert .item-type-title {
 
.portable-infobox-theme-vert .item-type-title {
background:##f2f2f2;
+
background:#4AC635;
 
color:white;
 
color:white;
 
}
 
}

Version du 28 juillet 2015 à 15:58

/*Style Infobox*/
.portable-infobox {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    margin-bottom: .5em;
    margin-left: 1em;
    padding: .2em
}

/* Entete section*/
.portable-infobox .item-type-header {
    background: #800000;
    color: white;
    text-align: center;
}

/*Couleur Entete*/
.portable-infobox .item-type-title {
    background: #800000;
    color: white;
    text-align: center;
}
/*Marge Image*/
.portable-infobox .portable-infobox-image-wrapper {
    text-align: center;
    margin: 0.2em 0;
}

/*Marge Item*/
.portable-infobox .portable-infobox-item-margins {
    padding: 5px;
}

/*Style Legende Photo*/
.portable-infobox .portable-infobox-image-caption {
    font-style: normal;
    color: black;
    text-align: center;
}
/*Entetes Differentes*/
.portable-infobox-theme-turquoise .item-type-header {
    background:#11A2B0;
    color:white;
}    
.portable-infobox-theme-turquoise .item-type-title {
    background:#11A2B0;
    color:white;
}
.portable-infobox-theme-vert .item-type-header {
    background:#4AC635;
    color:white;
}
.portable-infobox-theme-vert .item-type-title {
    background:#4AC635;
    color:white;
}