Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
(15 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 3 : | Ligne 3 : | ||
.clearfix { | .clearfix { | ||
clear: both; | clear: both; | ||
} | |||
.clearfix-left { | |||
clear: left; | |||
} | |||
.clearfix-right { | |||
clear: right; | |||
} | |||
.d-none { | |||
display: none !important; | |||
} | |||
.d-inline { | |||
display: inline !important; | |||
} | |||
.d-inline-block { | |||
display: inline-block !important; | |||
} | |||
.d-block { | |||
display: block !important; | |||
} | |||
.d-flex { | |||
display: flex !important; | |||
} | |||
.d-inline-flex { | |||
display: inline-flex !important; | |||
} | |||
.justify-content-normal { | |||
justify-content: normal !important; | |||
} | |||
.justify-content-start { | |||
justify-content: flex-start !important; | |||
} | |||
.justify-content-end { | |||
justify-content: flex-end !important; | |||
} | |||
.justify-content-center { | |||
justify-content: center !important; | |||
} | |||
.justify-content-stretch { | |||
justify-content: stretch !important; | |||
} | |||
.justify-content-left { | |||
justify-content: left !important; | |||
} | |||
.justify-content-right { | |||
justify-content: right !important; | |||
} | |||
.justify-content-space-between { | |||
justify-content: space-between !important; | |||
} | |||
.justify-content-space-around { | |||
justify-content: space-around !important; | |||
} | |||
.justify-content-space-evenly { | |||
justify-content: space-evenly !important; | |||
} | |||
.align-items-normal { | |||
align-items: normal !important; | |||
} | |||
.align-items-start { | |||
align-items: flex-start !important; | |||
} | |||
.align-items-end { | |||
align-items: flex-end !important; | |||
} | |||
.align-items-center { | |||
align-items: center !important; | |||
} | |||
.align-items-stretch { | |||
align-items: stretch !important; | |||
} | |||
.m-auto { | |||
margin: auto !important; | |||
} | |||
.mx-auto { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
.my-auto { | |||
margin-top: auto !important; | |||
margin-bottom: auto !important; | |||
} | |||
.mt-auto { | |||
margin-top: auto !important; | |||
} | |||
.mr-auto { | |||
margin-right: auto !important; | |||
} | |||
.mb-auto { | |||
margin-bottom: auto !important; | |||
} | |||
.ml-auto { | |||
margin-left: auto !important; | |||
} | |||
.m-0 { | |||
margin: 0 !important; | |||
} | |||
.mx-0 { | |||
margin-left: 0 !important; | |||
margin-right: 0 !important; | |||
} | |||
.my-0 { | |||
margin-top: 0 !important; | |||
margin-bottom: 0 !important; | |||
} | |||
.mt-0 { | |||
margin-top: 0 !important; | |||
} | |||
.mr-0 { | |||
margin-right: 0 !important; | |||
} | |||
.mb-0 { | |||
margin-bottom: 0 !important; | |||
} | |||
.ml-0 { | |||
margin-left: 0 !important; | |||
} | |||
.m-1 { | |||
margin: 5px !important; | |||
} | |||
.mx-1 { | |||
margin-left: 5px !important; | |||
margin-right: 5px !important; | |||
} | |||
.my-1 { | |||
margin-top: 5px !important; | |||
margin-bottom: 5px !important; | |||
} | |||
.mt-1 { | |||
margin-top: 5px !important; | |||
} | |||
.mr-1 { | |||
margin-right: 5px !important; | |||
} | |||
.mb-1 { | |||
margin-bottom: 5px !important; | |||
} | |||
.ml-1 { | |||
margin-left: 5px !important; | |||
} | |||
.m-2 { | |||
margin: 10px !important; | |||
} | |||
.mx-2 { | |||
margin-left: 10px !important; | |||
margin-right: 10px !important; | |||
} | |||
.my-2 { | |||
margin-top: 10px !important; | |||
margin-bottom: 10px !important; | |||
} | |||
.mt-2 { | |||
margin-top: 10px !important; | |||
} | |||
.mr-2 { | |||
margin-right: 10px !important; | |||
} | |||
.mb-2 { | |||
margin-bottom: 10px !important; | |||
} | |||
.ml-2 { | |||
margin-left: 10px !important; | |||
} | |||
.m-3 { | |||
margin: 15px !important; | |||
} | |||
.mx-3 { | |||
margin-left: 15px !important; | |||
margin-right: 15px !important; | |||
} | |||
.my-3 { | |||
margin-top: 15px !important; | |||
margin-bottom: 15px !important; | |||
} | |||
.mt-3 { | |||
margin-top: 15px !important; | |||
} | |||
.mr-3 { | |||
margin-right: 15px !important; | |||
} | |||
.mb-3 { | |||
margin-bottom: 15px !important; | |||
} | |||
.ml-3 { | |||
margin-left: 15px !important; | |||
} | |||
.m-4 { | |||
margin: 20px !important; | |||
} | |||
.mx-4 { | |||
margin-left: 20px !important; | |||
margin-right: 20px !important; | |||
} | |||
.my-4 { | |||
margin-top: 20px !important; | |||
margin-bottom: 20px !important; | |||
} | |||
.mt-4 { | |||
margin-top: 20px !important; | |||
} | |||
.mr-4 { | |||
margin-right: 20px !important; | |||
} | |||
.mb-4 { | |||
margin-bottom: 20px !important; | |||
} | |||
.ml-4 { | |||
margin-left: 20px !important; | |||
} | |||
.p-0 { | |||
padding: 0 !important; | |||
} | |||
.px-0 { | |||
padding-left: 0 !important; | |||
padding-right: 0 !important; | |||
} | |||
.py-0 { | |||
padding-top: 0 !important; | |||
padding-bottom: 0 !important; | |||
} | |||
.pt-0 { | |||
padding-top: 0 !important; | |||
} | |||
.pr-0 { | |||
padding-right: 0 !important; | |||
} | |||
.pb-0 { | |||
padding-bottom: 0 !important; | |||
} | |||
.pl-0 { | |||
padding-left: 0 !important; | |||
} | |||
.p-1 { | |||
padding: 5px !important; | |||
} | |||
.px-1 { | |||
padding-left: 5px !important; | |||
padding-right: 5px !important; | |||
} | |||
.py-1 { | |||
padding-top: 5px !important; | |||
padding-bottom: 5px !important; | |||
} | |||
.pt-1 { | |||
padding-top: 5px !important; | |||
} | |||
.pr-1 { | |||
padding-right: 5px !important; | |||
} | |||
.pb-1 { | |||
padding-bottom: 5px !important; | |||
} | |||
.pl-1 { | |||
padding-left: 5px !important; | |||
} | |||
.p-2 { | |||
padding: 10px !important; | |||
} | |||
.px-2 { | |||
padding-left: 10px !important; | |||
padding-right: 10px !important; | |||
} | |||
.py-2 { | |||
padding-top: 10px !important; | |||
padding-bottom: 10px !important; | |||
} | |||
.pt-2 { | |||
padding-top: 10px !important; | |||
} | |||
.pr-2 { | |||
padding-right: 10px !important; | |||
} | |||
.pb-2 { | |||
padding-bottom: 10px !important; | |||
} | |||
.pl-2 { | |||
padding-left: 10px !important; | |||
} | |||
.p-3 { | |||
padding: 15px !important; | |||
} | |||
.px-3 { | |||
padding-left: 15px !important; | |||
padding-right: 15px !important; | |||
} | |||
.py-3 { | |||
padding-top: 15px !important; | |||
padding-bottom: 15px !important; | |||
} | |||
.pt-3 { | |||
padding-top: 15px !important; | |||
} | |||
.pr-3 { | |||
padding-right: 15px !important; | |||
} | |||
.pb-3 { | |||
padding-bottom: 15px !important; | |||
} | |||
.pl-3 { | |||
padding-left: 15px !important; | |||
} | |||
.p-4 { | |||
padding: 20px !important; | |||
} | |||
.px-4 { | |||
padding-left: 20px !important; | |||
padding-right: 20px !important; | |||
} | |||
.py-4 { | |||
padding-top: 20px !important; | |||
padding-bottom: 20px !important; | |||
} | |||
.pt-4 { | |||
padding-top: 20px !important; | |||
} | |||
.pr-4 { | |||
padding-right: 20px !important; | |||
} | |||
.pb-4 { | |||
padding-bottom: 20px !important; | |||
} | |||
.pl-4 { | |||
padding-left: 20px !important; | |||
} | |||
/* == Partners == */ | |||
.partners-container { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); | |||
justify-items: center; | |||
align-items: center; | |||
gap: 5px; | |||
text-align: center; | |||
} | |||
.partners-container .alliance { | |||
grid-column: span 2; | |||
grid-row: span 2; | |||
} | |||
.partners-container p { | |||
margin: 0; | |||
} | |||
.partners-container .image { | |||
display: inline-block; | |||
margin-bottom: 5px; | |||
} | |||
.partners-container .external { | |||
padding: 0; | |||
background: none; | |||
} | } | ||
Ligne 105 : | Ligne 556 : | ||
.mw-information-box .mw-sub-title { | .mw-information-box .mw-sub-title { | ||
text-align: center; | text-align: center; | ||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs { | |||
display: flex; | |||
flex-wrap: wrap; | |||
margin-left: 0; | |||
position: relative; | |||
top: 1px; | |||
z-index: 2; | |||
list-style: none; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs li { | |||
display: inline-block; | |||
margin-bottom: 0; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs li + li { | |||
margin-left: 5px; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs button { | |||
padding: 8px; | |||
background: #ffffff; | |||
border: solid #a7d7f9; | |||
border-width: 1px; | |||
color: #0645ad; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs button:hover, .mw-information-box .mw-gallery .mw-gallery-tabs button:focus { | |||
text-decoration: underline; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs button:hover { | |||
cursor: pointer; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-tabs button.active { | |||
border-bottom-width: 0; | |||
color: #000000; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-pane { | |||
display: none; | |||
background: #ffffff; | |||
border: 1px solid #a7d7f9; | |||
} | |||
.mw-information-box .mw-gallery .mw-gallery-pane.active { | |||
display: block; | |||
} | } | ||
Ligne 156 : | Ligne 649 : | ||
.mw-information-box.light-red .mw-section-title { | .mw-information-box.light-red .mw-section-title { | ||
background: #ee6c6c; | background: #ee6c6c; | ||
} | |||
.mw-information-box.light-purple .mw-title, | |||
.mw-information-box.light-purple .mw-section-title { | |||
background: #ad88c6; | |||
} | |||
.mw-information-box.light-pink .mw-title, | |||
.mw-information-box.light-pink .mw-section-title { | |||
background: #e1afd1; | |||
} | |||
.mw-information-box.light-orange .mw-title, | |||
.mw-information-box.light-orange .mw-section-title { | |||
background: #ffbf78; | |||
} | |||
.mw-information-box.blue .mw-title, | |||
.mw-information-box.blue .mw-section-title { | |||
background: #1E90FF; | |||
} | |||
.mw-information-box.purple .mw-title, | |||
.mw-information-box.purple .mw-section-title { | |||
background: #663399; | |||
color: #ffffff; | |||
} | } | ||
Ligne 161 : | Ligne 680 : | ||
.mw-information-box.blue-ajah .mw-title, | .mw-information-box.blue-ajah .mw-title, | ||
.mw-information-box.blue-ajah .mw-section-title { | .mw-information-box.blue-ajah .mw-section-title { | ||
background: # | background: #1c2677; | ||
color: #ffffff; | |||
} | } | ||
.mw-information-box.blue-black-ajah .mw-title, | .mw-information-box.blue-black-ajah .mw-title, | ||
.mw-information-box.blue-black-ajah .mw-section-title { | .mw-information-box.blue-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #1c2677 0%, #1c2677 75%, #000000 90%); | ||
} | } | ||
.mw-information-box.red-ajah .mw-title, | .mw-information-box.red-ajah .mw-title, | ||
.mw-information-box.red-ajah .mw-section-title { | .mw-information-box.red-ajah .mw-section-title { | ||
background: # | background: #b51a1c; | ||
} | } | ||
.mw-information-box.red-black-ajah .mw-title, | .mw-information-box.red-black-ajah .mw-title, | ||
.mw-information-box.red-black-ajah .mw-section-title { | .mw-information-box.red-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #b51a1c 0%, #b51a1c 75%, #000000 90%); | ||
} | } | ||
.mw-information-box.white-ajah .mw-title, | .mw-information-box.white-ajah .mw-title, | ||
.mw-information-box.white-ajah .mw-section-title { | .mw-information-box.white-ajah .mw-section-title { | ||
background: # | background: #fcfdff; | ||
} | } | ||
.mw-information-box.white-black-ajah .mw-title, | .mw-information-box.white-black-ajah .mw-title, | ||
.mw-information-box.white-black-ajah .mw-section-title { | .mw-information-box.white-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #fcfdff 0%, #fcfdff 75%, #000000 90%); | ||
} | } | ||
.mw-information-box.green-ajah .mw-title, | .mw-information-box.green-ajah .mw-title, | ||
.mw-information-box.green-ajah .mw-section-title { | .mw-information-box.green-ajah .mw-section-title { | ||
background: # | background: #3c833b; | ||
} | } | ||
.mw-information-box.green-black-ajah .mw-title, | .mw-information-box.green-black-ajah .mw-title, | ||
.mw-information-box.green-black-ajah .mw-section-title { | .mw-information-box.green-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #3c833b 0%, #3c833b 75%, #000000 90%); | ||
} | } | ||
.mw-information-box.brown-ajah .mw-title, | .mw-information-box.brown-ajah .mw-title, | ||
.mw-information-box.brown-ajah .mw-section-title { | .mw-information-box.brown-ajah .mw-section-title { | ||
background: # | background: #a56635; | ||
} | } | ||
.mw-information-box.brown-black-ajah .mw-title, | .mw-information-box.brown-black-ajah .mw-title, | ||
.mw-information-box.brown-black-ajah .mw-section-title { | .mw-information-box.brown-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #a56635 0%, #a56635 75%, #000000 90%); | ||
} | } | ||
.mw-information-box.yellow-ajah .mw-title, | .mw-information-box.yellow-ajah .mw-title, | ||
.mw-information-box.yellow-ajah .mw-section-title { | .mw-information-box.yellow-ajah .mw-section-title { | ||
background: # | background: #e1bd15; | ||
} | } | ||
.mw-information-box.yellow-black-ajah .mw-title, | .mw-information-box.yellow-black-ajah .mw-title, | ||
.mw-information-box.yellow-black-ajah .mw-section-title { | .mw-information-box.yellow-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #e1bd15 0%, #e1bd15 75%, #000000 90%); | ||
} | } | ||
.mw-information-box.grey-ajah .mw-title, | .mw-information-box.grey-ajah .mw-title, | ||
.mw-information-box.grey-ajah .mw-section-title { | .mw-information-box.grey-ajah .mw-section-title { | ||
background: # | background: #737886; | ||
} | } | ||
.mw-information-box.grey-black-ajah .mw-title, | .mw-information-box.grey-black-ajah .mw-title, | ||
.mw-information-box.grey-black-ajah .mw-section-title { | .mw-information-box.grey-black-ajah .mw-section-title { | ||
background: linear-gradient(to right, # | background: linear-gradient(to right, #737886 0%, #737886 75%, #000000 90%); | ||
} | |||
.mw-information-box.black-ajah .mw-title, | |||
.mw-information-box.black-ajah .mw-section-title { | |||
background: #000000; | |||
color: #ffffff; | |||
} | |||
.mw-information-box.black-black-ajah .mw-title, | |||
.mw-information-box.black-black-ajah .mw-section-title { | |||
background: linear-gradient(to right, #000000 0%, #000000 75%, #000000 90%); | |||
} | } | ||
Ligne 233 : | Ligne 764 : | ||
max-height: 400px; | max-height: 400px; | ||
overflow-y: auto; | overflow-y: auto; | ||
} | |||
/* == Cartes */ | |||
.map-container { | |||
display: inline-block; | |||
max-width: 100%; | |||
border: 1px solid #c8ccd1; | |||
overflow: auto; | |||
} | } |
Version actuelle datée du 17 mars 2025 à 19:56
@charset "UTF-8"; /* == Outils == */ .clearfix { clear: both; } .clearfix-left { clear: left; } .clearfix-right { clear: right; } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .justify-content-normal { justify-content: normal !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-stretch { justify-content: stretch !important; } .justify-content-left { justify-content: left !important; } .justify-content-right { justify-content: right !important; } .justify-content-space-between { justify-content: space-between !important; } .justify-content-space-around { justify-content: space-around !important; } .justify-content-space-evenly { justify-content: space-evenly !important; } .align-items-normal { align-items: normal !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-stretch { align-items: stretch !important; } .m-auto { margin: auto !important; } .mx-auto { margin-left: auto !important; margin-right: auto !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-auto { margin-top: auto !important; } .mr-auto { margin-right: auto !important; } .mb-auto { margin-bottom: auto !important; } .ml-auto { margin-left: auto !important; } .m-0 { margin: 0 !important; } .mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .mt-0 { margin-top: 0 !important; } .mr-0 { margin-right: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .ml-0 { margin-left: 0 !important; } .m-1 { margin: 5px !important; } .mx-1 { margin-left: 5px !important; margin-right: 5px !important; } .my-1 { margin-top: 5px !important; margin-bottom: 5px !important; } .mt-1 { margin-top: 5px !important; } .mr-1 { margin-right: 5px !important; } .mb-1 { margin-bottom: 5px !important; } .ml-1 { margin-left: 5px !important; } .m-2 { margin: 10px !important; } .mx-2 { margin-left: 10px !important; margin-right: 10px !important; } .my-2 { margin-top: 10px !important; margin-bottom: 10px !important; } .mt-2 { margin-top: 10px !important; } .mr-2 { margin-right: 10px !important; } .mb-2 { margin-bottom: 10px !important; } .ml-2 { margin-left: 10px !important; } .m-3 { margin: 15px !important; } .mx-3 { margin-left: 15px !important; margin-right: 15px !important; } .my-3 { margin-top: 15px !important; margin-bottom: 15px !important; } .mt-3 { margin-top: 15px !important; } .mr-3 { margin-right: 15px !important; } .mb-3 { margin-bottom: 15px !important; } .ml-3 { margin-left: 15px !important; } .m-4 { margin: 20px !important; } .mx-4 { margin-left: 20px !important; margin-right: 20px !important; } .my-4 { margin-top: 20px !important; margin-bottom: 20px !important; } .mt-4 { margin-top: 20px !important; } .mr-4 { margin-right: 20px !important; } .mb-4 { margin-bottom: 20px !important; } .ml-4 { margin-left: 20px !important; } .p-0 { padding: 0 !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .pt-0 { padding-top: 0 !important; } .pr-0 { padding-right: 0 !important; } .pb-0 { padding-bottom: 0 !important; } .pl-0 { padding-left: 0 !important; } .p-1 { padding: 5px !important; } .px-1 { padding-left: 5px !important; padding-right: 5px !important; } .py-1 { padding-top: 5px !important; padding-bottom: 5px !important; } .pt-1 { padding-top: 5px !important; } .pr-1 { padding-right: 5px !important; } .pb-1 { padding-bottom: 5px !important; } .pl-1 { padding-left: 5px !important; } .p-2 { padding: 10px !important; } .px-2 { padding-left: 10px !important; padding-right: 10px !important; } .py-2 { padding-top: 10px !important; padding-bottom: 10px !important; } .pt-2 { padding-top: 10px !important; } .pr-2 { padding-right: 10px !important; } .pb-2 { padding-bottom: 10px !important; } .pl-2 { padding-left: 10px !important; } .p-3 { padding: 15px !important; } .px-3 { padding-left: 15px !important; padding-right: 15px !important; } .py-3 { padding-top: 15px !important; padding-bottom: 15px !important; } .pt-3 { padding-top: 15px !important; } .pr-3 { padding-right: 15px !important; } .pb-3 { padding-bottom: 15px !important; } .pl-3 { padding-left: 15px !important; } .p-4 { padding: 20px !important; } .px-4 { padding-left: 20px !important; padding-right: 20px !important; } .py-4 { padding-top: 20px !important; padding-bottom: 20px !important; } .pt-4 { padding-top: 20px !important; } .pr-4 { padding-right: 20px !important; } .pb-4 { padding-bottom: 20px !important; } .pl-4 { padding-left: 20px !important; } /* == Partners == */ .partners-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); justify-items: center; align-items: center; gap: 5px; text-align: center; } .partners-container .alliance { grid-column: span 2; grid-row: span 2; } .partners-container p { margin: 0; } .partners-container .image { display: inline-block; margin-bottom: 5px; } .partners-container .external { padding: 0; background: none; } /* == Citations == */ .mw-body-content blockquote { margin-left: 0; margin-right: 0; padding: 8px 16px; } /* == Documentation de modèle == */ .mw-documentation { padding: 1em 1em 0.8em; background: #ecfcf4; border: 1px solid #aaaaaa; } .mw-documentation p:first-child { margin-top: 0; } .mw-documentation-footer { margin-top: 1.5em; padding-top: 0.5em; border-top: 1px solid #a2a9b1; } /* == Navigation == */ .mw-navigation { clear: both; width: 100%; margin-top: 1em; background: #fdfdfd; border: 1px solid #aaaaaa; font-size: 0.75rem; } .mw-navigation .mw-title { padding-left: 1em; padding-right: 1em; background: #a7d7f9; font-size: 0.85rem; } .mw-navigation tr th:not(.mw-title) { width: 150px; padding-left: 1em; padding-right: 1em; background: #eaf3ff; vertical-align: middle; } .mw-navigation tr:nth-child(2n) td { background: #f6f6f6; } .mw-navigation tr:nth-child(2n+1) td { background: #eaecf0; } .mw-navigation .mw-navigation { width: calc(100% + 6px); margin: -3px; background: transparent; border: none; } .mw-navigation .mw-navigation tr:nth-child(2n+1) td { background: none; } .mw-navigation + .mw-navigation { margin-top: 0.5em; } /* == Boîtes d'informations == */ .mw-information-box { float: right; box-sizing: border-box; clear: right; min-width: 200px; max-width: 300px; margin: 0 0 0.5em 1em; padding: 5px; background: #f9f9f9; border: 1px solid #aaaaaa; color: #000000; font-size: 0.9em; } .mw-information-box .mw-title { box-sizing: border-box; margin: 0; padding: 0.25em 1em; background: #cccccc; font-size: 1.25em; font-weight: bold; line-height: 1.5em; text-align: center; } .mw-information-box .mw-sub-title { text-align: center; } .mw-information-box .mw-gallery .mw-gallery-tabs { display: flex; flex-wrap: wrap; margin-left: 0; position: relative; top: 1px; z-index: 2; list-style: none; } .mw-information-box .mw-gallery .mw-gallery-tabs li { display: inline-block; margin-bottom: 0; } .mw-information-box .mw-gallery .mw-gallery-tabs li + li { margin-left: 5px; } .mw-information-box .mw-gallery .mw-gallery-tabs button { padding: 8px; background: #ffffff; border: solid #a7d7f9; border-width: 1px; color: #0645ad; } .mw-information-box .mw-gallery .mw-gallery-tabs button:hover, .mw-information-box .mw-gallery .mw-gallery-tabs button:focus { text-decoration: underline; } .mw-information-box .mw-gallery .mw-gallery-tabs button:hover { cursor: pointer; } .mw-information-box .mw-gallery .mw-gallery-tabs button.active { border-bottom-width: 0; color: #000000; } .mw-information-box .mw-gallery .mw-gallery-pane { display: none; background: #ffffff; border: 1px solid #a7d7f9; } .mw-information-box .mw-gallery .mw-gallery-pane.active { display: block; } .mw-information-box .image img { max-width: 100%; height: auto; } .mw-information-box .mw-caption { font-size: 80%; text-align: center; } .mw-information-box table { width: 100%; } .mw-information-box th:not(.mw-section-title), .mw-information-box td { vertical-align: top; } .mw-information-box th:not(.mw-section-title) { text-align: left; } .mw-information-box .mw-section-title { padding: 0.25em 1em; font-weight: bold; text-align: center; background: #cccccc; } /* Déclinaisons de couleur */ .mw-information-box.light-yellow .mw-title, .mw-information-box.light-yellow .mw-section-title { background: #ffeda6; } .mw-information-box.light-blue .mw-title, .mw-information-box.light-blue .mw-section-title { background: #9fd6f2; } .mw-information-box.light-green .mw-title, .mw-information-box.light-green .mw-section-title { background: #ddffdd; } .mw-information-box.light-red .mw-title, .mw-information-box.light-red .mw-section-title { background: #ee6c6c; } .mw-information-box.light-purple .mw-title, .mw-information-box.light-purple .mw-section-title { background: #ad88c6; } .mw-information-box.light-pink .mw-title, .mw-information-box.light-pink .mw-section-title { background: #e1afd1; } .mw-information-box.light-orange .mw-title, .mw-information-box.light-orange .mw-section-title { background: #ffbf78; } .mw-information-box.blue .mw-title, .mw-information-box.blue .mw-section-title { background: #1E90FF; } .mw-information-box.purple .mw-title, .mw-information-box.purple .mw-section-title { background: #663399; color: #ffffff; } /* Déclinaisons d'ajah */ .mw-information-box.blue-ajah .mw-title, .mw-information-box.blue-ajah .mw-section-title { background: #1c2677; color: #ffffff; } .mw-information-box.blue-black-ajah .mw-title, .mw-information-box.blue-black-ajah .mw-section-title { background: linear-gradient(to right, #1c2677 0%, #1c2677 75%, #000000 90%); } .mw-information-box.red-ajah .mw-title, .mw-information-box.red-ajah .mw-section-title { background: #b51a1c; } .mw-information-box.red-black-ajah .mw-title, .mw-information-box.red-black-ajah .mw-section-title { background: linear-gradient(to right, #b51a1c 0%, #b51a1c 75%, #000000 90%); } .mw-information-box.white-ajah .mw-title, .mw-information-box.white-ajah .mw-section-title { background: #fcfdff; } .mw-information-box.white-black-ajah .mw-title, .mw-information-box.white-black-ajah .mw-section-title { background: linear-gradient(to right, #fcfdff 0%, #fcfdff 75%, #000000 90%); } .mw-information-box.green-ajah .mw-title, .mw-information-box.green-ajah .mw-section-title { background: #3c833b; } .mw-information-box.green-black-ajah .mw-title, .mw-information-box.green-black-ajah .mw-section-title { background: linear-gradient(to right, #3c833b 0%, #3c833b 75%, #000000 90%); } .mw-information-box.brown-ajah .mw-title, .mw-information-box.brown-ajah .mw-section-title { background: #a56635; } .mw-information-box.brown-black-ajah .mw-title, .mw-information-box.brown-black-ajah .mw-section-title { background: linear-gradient(to right, #a56635 0%, #a56635 75%, #000000 90%); } .mw-information-box.yellow-ajah .mw-title, .mw-information-box.yellow-ajah .mw-section-title { background: #e1bd15; } .mw-information-box.yellow-black-ajah .mw-title, .mw-information-box.yellow-black-ajah .mw-section-title { background: linear-gradient(to right, #e1bd15 0%, #e1bd15 75%, #000000 90%); } .mw-information-box.grey-ajah .mw-title, .mw-information-box.grey-ajah .mw-section-title { background: #737886; } .mw-information-box.grey-black-ajah .mw-title, .mw-information-box.grey-black-ajah .mw-section-title { background: linear-gradient(to right, #737886 0%, #737886 75%, #000000 90%); } .mw-information-box.black-ajah .mw-title, .mw-information-box.black-ajah .mw-section-title { background: #000000; color: #ffffff; } .mw-information-box.black-black-ajah .mw-title, .mw-information-box.black-black-ajah .mw-section-title { background: linear-gradient(to right, #000000 0%, #000000 75%, #000000 90%); } /* == Arbres généalogiques == */ .family-tree { max-height: 400px; overflow-y: auto; } /* == Cartes */ .map-container { display: inline-block; max-width: 100%; border: 1px solid #c8ccd1; overflow: auto; }