« 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.
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 5 : | Ligne 5 : | ||
//BUG: | //BUG: | ||
mw-headline { | .mw-headline { | ||
width: 0%; | width: 0%; | ||
} | } | ||
Version du 26 mai 2017 à 16:06
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */
/* PAGE D'ACCUEIL*/
//BUG:
.mw-headline {
width: 0%;
}
/*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{
color : white;
}
.panel-body {
background-color :#eaecf0;
}
.mypanel {
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(206, 123, 124);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-left-color: rgb(206, 123, 124);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(206, 123, 124);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(206, 123, 124);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
box-sizing: border-box;
color: rgb(51, 51, 51);
direction: ltr;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
}
