MediaWiki:Common.css
De Fab Labs Québec
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/* Le CSS placé ici sera appliqué à tous les habillages. */
.tallTokens, .tallTokens .select2-choices {
min-height:80px;
}
#resizable_image_container img {height:24px; padding-right: 5px; padding-left: 5px;}
#mw-content-text {max-width:88rem;}
#machineTable td:empty {
display: none;
}
#p-logo img {
width:100%; /* you can use % */
height: auto;
}
/*https://www.mediawiki.org/wiki/Skin_talk:Tweeki#Long_TOC_and_showing_the_category*/
.sidebar-wrapper { position:absolute }
/*allow line breaks*/
.panel-info {
overflow : auto;
overflow-wrap: break-word;
}
.panel-heading a{
color: #48bbce;
}
.panel-heading #lienblanc a{
color: white !important;
}
img.fullwidth{
width: 100%;
height: auto;
}
img.quarterwidth{
width: 25%;
height: auto;
}
img.halfwidth{
width: 50%;
height: auto;
}
.smallertext span {
font-size: 10px !important;
}