Modifications

Aller à : navigation, rechercher

MediaWiki:Mobile.css

370 octets supprimés, 2 juillet 2019 à 23:17
Annulation des modifications 31813 de LaurentM (discussion)
@font-face {
font-family: 'vagrounded';
src: url('/public/fablabo/public/fablabo/mediawiki-1.27.0-1.27.0/skins/VectorFablabo/resources/skins/VectorFablabo/resources/fonts/vagrounded.ttf'); src: local('☺'), url('skins/VectorFablabo/resources/fonts/vagrounded.ttf') format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'tampon';
src: url('skins/VectorFablabo/resources/fonts/tampon.ttf'); src: local('☺'), url('skins/VectorFablabo/resources/fonts/tampon.ttf') format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'lato';
src: url('/public/fablabo/public/fablabo/mediawiki-1.27.0-1.27.0/skins/VectorFablabo/resources/skins/VectorFablabo/resources/fonts/Lato-Regular.ttf'); src: local('☺'), url('skins/VectorFablabo/resources/fonts/Lato-Regular.ttf') format('truetype');
}
body {
#wpLicense {
width: 100%;
}
/* ------------------ */
/* Page de recherche */
body.skin-vectorfablabo .oo-ui-textInputWidget {
width: 650px;
}
body.skin-vectorfablabo .oo-ui-textInputWidget .mw-ui-input:focus {
box-shadow: inset 0 0 0 2px #fcce15;
border: 1px solid #e5a308;
}
body.skin-vectorfablabo div#content .oo-ui-textInputWidget input:focus {
box-shadow: inset 0 0 0 2px #fcce15;
border: 1px solid #e5a308;
}
body.skin-vectorfablabo div#content .oo-ui-buttonElement-button {
margin-top: 1em;
background-color: #fcce15;
border: 1px solid #fcce15;
color: black;
}
/*
display: flex;
/* contexte sur le parent */
 
flex-direction: row;
/* direction d'affichage verticale */
 
justify-content: center;
/* alignement vertical */
 
}
div.vf-liens-machine .vf-lien-machine,
div.vf-liens-accueil .vf-lien-machine {
display: flexinline-block;
width: 49%;
margin: auto;
text-align: center;
vertical-align: middle;
width: 60%;
}
#content #sfForm .createboxInput,
#sfForm .select2-container div {
max-width: 680px;
width: 100%;
}
*/
div.vf-etape-titre {
padding-left: 30px;
cursor: pointer;
background-position: center left;
}
div.vf-etape-content {
display: none;
transition: 0.8s background-position linear;
}
background-color: rgba(1, 1, 1, 0.5);
/* Firefox */
 
display: -moz-box;
-moz-box-pack: center;
-moz-box-align: center;
/* Safari and Chrome */
 
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
/* W3C */
 
display: box;
box-pack: center;

Menu de navigation