« 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 29 : | Ligne 29 : | ||
.panel-body { | .panel-body { | ||
background-color :#eaecf0; | background-color :#eaecf0; | ||
} | |||
.mypanel { | |||
background-attachment: scroll; | |||
background-clip: border-box; | |||
background-color: transparent; | |||
background-image: none; | |||
background-origin: padding-box; | |||
background-position: 0% 0%; | |||
background-position-x: 0%; | |||
background-position-y: 0%; | |||
background-repeat: repeat; | |||
background-size: auto auto; | |||
border-bottom-color: rgb(34, 34, 34); | |||
border-bottom-style: none; | |||
border-bottom-width: 0px; | |||
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(34, 34, 34); | |||
border-left-style: none; | |||
border-left-width: 0px; | |||
border-right-color: rgb(34, 34, 34); | |||
border-right-style: none; | |||
border-right-width: 0px; | |||
border-top-color: rgb(34, 34, 34); | |||
border-top-style: none; | |||
border-top-width: 0px; | |||
color: rgb(34, 34, 34); | |||
display: table-cell; | |||
font-family: "Linux Libertine","Georgia","Times",serif; | |||
font-feature-settings: normal; | |||
font-kerning: auto; | |||
font-language-override: normal; | |||
font-size: 24px; | |||
font-size-adjust: none; | |||
font-stretch: normal; | |||
font-style: normal; | |||
font-synthesis: weight style; | |||
font-variant: normal; | |||
font-variant-alternates: normal; | |||
font-variant-caps: normal; | |||
font-variant-east-asian: normal; | |||
font-variant-ligatures: normal; | |||
font-variant-numeric: normal; | |||
font-variant-position: normal; | |||
font-weight: 400; | |||
line-height: 31.2px; | |||
margin-bottom: 0px; | |||
margin-left: 0px; | |||
margin-right: 0px; | |||
margin-top: 0px; | |||
overflow-wrap: break-word; | |||
padding-bottom: 0px; | |||
padding-left: 0px; | |||
padding-right: 0px; | |||
padding-top: 0px; | |||
text-alignleftvertical-align: middle; | |||
width: 747.5px; | |||
-moz-border-bottom-colors: none; | |||
-moz-border-left-colors: none; | |||
-moz-border-right-colors: none; | |||
-moz-border-top-colors: none; | |||
-moz-text-size-adjust: none; | |||
} | } | ||
Version du 26 mai 2017 à 15:47
/* 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;
}
.panel-body {
background-color :#eaecf0;
}
.mypanel {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto auto;
border-bottom-color: rgb(34, 34, 34);
border-bottom-style: none;
border-bottom-width: 0px;
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(34, 34, 34);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(34, 34, 34);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(34, 34, 34);
border-top-style: none;
border-top-width: 0px;
color: rgb(34, 34, 34);
display: table-cell;
font-family: "Linux Libertine","Georgia","Times",serif;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: 24px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-weight: 400;
line-height: 31.2px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-alignleftvertical-align: middle;
width: 747.5px;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-text-size-adjust: none;
}
