« MediaWiki:Common.css » : différence entre les versions
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : #ca-viewsource { display: none !important; } .flex { display: flex; flex-direction: row; fle… ») |
Aucun résumé des modifications |
||
Ligne 3 : | Ligne 3 : | ||
display: none !important; | display: none !important; | ||
} | } | ||
.flex { | .sb-flex { | ||
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
} | } | ||
.flex-inner { | .sb-flex-inner { | ||
flex-grow: 1; | flex-grow: 1; | ||
width: 19%; | width: 19%; | ||
width: 200px; | width: 200px; | ||
} | } | ||
.box-shadow { | .sb-box-shadow { | ||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); | ||
border-radius: 2px; | border-radius: 2px; | ||
Ligne 22 : | Ligne 22 : | ||
align-items: center; | align-items: center; | ||
} | } | ||
.box-shadow .header { | .sb-box-shadow .sb-header { | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
margin-bottom: 1rem; | margin-bottom: 1rem; | ||
Ligne 28 : | Ligne 28 : | ||
line-height: 1.2; | line-height: 1.2; | ||
} | } | ||
.box-shadow .image { | .sb-box-shadow .sb-image { | ||
height: 148px; | height: 148px; | ||
} | } | ||
.text-center { | .sb-text-center { | ||
text-align: center; | text-align: center; | ||
} | } |
Version du 3 décembre 2024 à 15:13
/* Le CSS placé ici sera appliqué à tous les habillages. */ #ca-viewsource { display: none !important; } .sb-flex { display: flex; flex-direction: row; flex-wrap: wrap; } .sb-flex-inner { flex-grow: 1; width: 19%; width: 200px; } .sb-box-shadow { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); border-radius: 2px; padding: 8px; margin: 10px; display: flex; flex-direction: column; align-items: center; } .sb-box-shadow .sb-header { font-size: 1.25rem; margin-bottom: 1rem; font-weight: 500; line-height: 1.2; } .sb-box-shadow .sb-image { height: 148px; } .sb-text-center { text-align: center; } .dataTables_wrapper .dataTables_filter input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #a2a9b1; border-radius: 2px; padding: 0.4em 1.84615385em 0.4em 0.4em; -webkit-box-shadow: inset 0 0 0 1px transparent; box-shadow: inset 0 0 0 1px transparent; font-size: 0.8125em; direction: ltr; -webkit-transition: border-color 250ms, box-shadow 250ms; -moz-transition: border-color 250ms, box-shadow 250ms; transition: border-color 250ms, box-shadow 250ms; -webkit-appearance: textfield; line-height: 2rem; font-size: 16px; min-width: 300px; } .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter { padding: 32px 0; } .navbox { border: 1px solid #aaa; margin: auto; clear: both; background: #fdfdfd; padding: 1px; margin-bottom: 16px; } .navbox .wikitable { margin: 0; width: 100%; } .navbox .wikitable .title { width: 20%; text-align: right; }