« MediaWiki:Common.css » : différence entre les versions
De Wiki maraîcher
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 18 : | Ligne 18 : | ||
} | } | ||
.card { | .card { | ||
font-size: | font-size:80%; | ||
} | |||
.card-title { | |||
background-color: #eee; | |||
text-align:center; | |||
font-weight:bold; | |||
} | } |
Version du 2022-02-28 à 21:32:29
/* Le CSS placé ici sera appliqué à tous les habillages. */ .p-navbar .navbar-brand.p-logo { padding-left: 2rem; padding-right:3rem; } .p-navbar { background-color: white; } .fa-home::before, .n-Homepage::before, .n-mainpage-description::before, .n-mainpage::before, .pt-userpage::before { content: ""; } a.n-mainpage-description::before { margin-right: 0; display: inline; text-decoration: none; } .card { font-size:80%; } .card-title { background-color: #eee; text-align:center; font-weight:bold; }