« MediaWiki:Common.css » : différence entre les versions
De Wiki maraîcher
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 22 : | Ligne 22 : | ||
} | } | ||
.card-title { | .card-title { | ||
background-color: # | background-color: #0D4C23; | ||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
} | } |
Version du 2022-02-28 à 21:51:58
/* 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%; margin-bottom:1rem; } .card-title { background-color: #0D4C23; text-align:center; font-weight:bold; }