« MediaWiki:Mobile.css » : différence entre les versions

Ce wiki, réalisé dans le cadre de la tournée pancanadienne Fab Labs Nation en 2017, est présenté à titre d'artefact informationnel. Il ne sera pas mis à jour jusqu'à nouvel ordre. Plus d'infos : https://fablabsnation.ca. //// This wiki, created for the Fab Labs Nation tour in 2017, is presented as an informational artefact. It will not be updated until further notice. More info : https://fablabsnation.ca.
Aller à : navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 5 : Ligne 5 :


/*Heading Panneau accueil */
/*Heading Panneau accueil */
.panel-primary {
border : 1px solid #ce7b7c;
background-color : #ce7b7c;
}
.panel-primary > .panel-heading {
.panel-primary > .panel-heading {
background-color : #ce7b7c;
background-color : #ce7b7c;
Ligne 12 : Ligne 18 :
}
}


/*Pour changer la couleur des liens dans le heading du panneau*/
/* Pour afficher les titres en blanc*/
.panel-primary > .panel-heading > span > a {
.panel-title a{
color: white;
color : white;
}
 
.panel-primary {
border : 1px solid #ce7b7c;
}
 
.panel-primary{
    background-color : #ce7b7c;
}
}


/* Pour afficher un des titre de panel à la page d'accueil qui était transparent*/
.panel-title p{
.panel-title {
color : white;
color : white;
}
}

Version du 26 mai 2017 à 15:42

/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */


/* PAGE D'ACCUEIL*/

/*Heading Panneau accueil */

.panel-primary {
border : 1px solid #ce7b7c;
background-color : #ce7b7c;
}

.panel-primary > .panel-heading {
background-color : #ce7b7c;
background-image: none;
border-bottom : 2px solid #ce7b7c;
text-align: left;
}

/* Pour afficher les titres en blanc*/
.panel-title a{
color : white;
}

.panel-title p{
color : white;
}