« MediaWiki:Common.css » : différence entre les versions
De Fab Labs Québec
(Annulation des modifications 14175 de Yoann Ochietti (discussion)) Balise : Annulation |
Aucun résumé des modifications |
||
Ligne 28 : | Ligne 28 : | ||
.panel-heading a{ | .panel-heading a{ | ||
color: #48bbce; | color: #48bbce; | ||
} | |||
#lienblanc .panel-heading a{ | |||
color: white !important; | |||
} | } |
Version du 20 janvier 2021 à 14:32
/* 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;
}
#lienblanc .panel-heading a{
color: white !important;
}