« 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.
(Page créée avec « →Le CSS placé ici n’affectera que les utilisateurs du site mobile : →heading panneau info : .panel-info > .panel-heading { color: #FFFFFF; background-color :... ») |
Aucun résumé des modifications |
||
(24 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 2 : | Ligne 2 : | ||
/* | /* PAGE D'ACCUEIL*/ | ||
.panel- | |||
//BUG: | |||
background- | span .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; | border-bottom : 2px solid #ce7b7c; | ||
text-align: left; | |||
} | |||
/* Pour afficher les titres en blanc*/ | |||
.panel-title a{ | |||
color : white; | |||
} | } | ||
.panel-title{ | |||
.panel- | |||
color : white; | color : white; | ||
} | } | ||
.panel- | .panel-body { | ||
background-color :#eaecf0; | |||
background- | } | ||
.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; | |||
} | } |
Dernière version du 26 mai 2017 à 16:14
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */ /* PAGE D'ACCUEIL*/ //BUG: span .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; }