« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 12 : | Ligne 12 : | ||
text-align: center; | text-align: center; | ||
color: #000; | color: #000; | ||
} | |||
.banner a { | |||
color: #0645AD; | |||
} | } | ||
.campaign-wrapper { | |||
display: flex; | |||
flex-wrap: wrap; | |||
width: 100%; | |||
text-align: center; | |||
align-items: center; | |||
margin: 0.5% auto | |||
} | |||
.campaign-icons { | |||
flex-grow: 1; | |||
min-width: 160px; | |||
} | |||
.content-wrapper { | |||
display: flex; | |||
flex-wrap: wrap; | |||
align-items: stretch; | |||
width: 100%; | |||
border-collapse: separate; | |||
} | |||
.heading-icon { | |||
float: right; | |||
max-width: 64px; | |||
max-height: 64px; | |||
position: relative; | |||
} | |||
.subscript { | |||
text-align: right; | |||
font-size: 0.8em; | |||
font-style: italic; | |||
margin: 0.3em 1em; | |||
} | |||
.content-frame-outer { | |||
background: #FCFCFC; | |||
box-shadow: inset 0 0 0 2px #FFF,inset 0 0 0 3px #AAA; | |||
flex-grow: 1; | |||
vertical-align: top; | |||
width: 33%; | |||
box-sizing: border-box; | |||
min-width: 300px; | |||
} | |||
.content-frame-outer.double-width { | .content-frame-outer.double-width { | ||
width: calc(66% + 4px); | width: calc(66% + 4px); | ||
} | |||
.content-frame-outer.calendar { | |||
border-width: 0; | |||
background: transparent; | |||
} | |||
.content-frame-inner { | |||
background: #ACD; | |||
border: 1px solid #7BC; | |||
padding: 5px; | |||
margin: 3px; | |||
font-weight: bold; | |||
text-align: center; | |||
font-size: 120%; | |||
color: #000; | |||
} | |||
.content { | |||
padding: 0em 1em; | |||
} | } |
Dernière version du 28 novembre 2023 à 16:25
/*<nowiki>*/ /* Used on the [[Accueil]]. */ .banner-wrapper { width: 75%; margin: auto; background: #F5FAFF; border: 1px solid #AAA; box-shadow: inset 0 0 0 4px #F5FAFF, inset 0 0 0 5px #7BC; padding: 7px; font-weight: bold; text-align: center; color: #000; } .banner a { color: #0645AD; } .campaign-wrapper { display: flex; flex-wrap: wrap; width: 100%; text-align: center; align-items: center; margin: 0.5% auto } .campaign-icons { flex-grow: 1; min-width: 160px; } .content-wrapper { display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; border-collapse: separate; } .heading-icon { float: right; max-width: 64px; max-height: 64px; position: relative; } .subscript { text-align: right; font-size: 0.8em; font-style: italic; margin: 0.3em 1em; } .content-frame-outer { background: #FCFCFC; box-shadow: inset 0 0 0 2px #FFF,inset 0 0 0 3px #AAA; flex-grow: 1; vertical-align: top; width: 33%; box-sizing: border-box; min-width: 300px; } .content-frame-outer.double-width { width: calc(66% + 4px); } .content-frame-outer.calendar { border-width: 0; background: transparent; } .content-frame-inner { background: #ACD; border: 1px solid #7BC; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%; color: #000; } .content { padding: 0em 1em; }