« MediaWiki:Mobile.css » : différence entre les versions

Les archives de Vault-tec>Kharmitch
Aucun résumé des modifications
Les archives de Vault-tec>Kharmitch
mAucun résumé des modifications
Ligne 2 276 : Ligne 2 276 :
   align-items: center;
   align-items: center;
   gap: 10px;
   gap: 10px;
}
/* ------------------------------ */
/* Modèle:Infobox                */
/* ------------------------------ */
.avt-tooltip {
border-bottom: 1px dotted;
cursor:help
}
.avt-tooltip-popup {
position: absolute;
top: 20px;
background: var(--background-color-dp-02);
border: 1px solid var(--border-color-base--darker);
padding: 4px;
left: 0;
white-space: nowrap;
}
}