MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 125: | Line 125: | ||
.skin-citizen .wizlords-mainpage-left > .center:has(> .wizlords-imagetext), | .skin-citizen .wizlords-mainpage-left > .center:has(> .wizlords-imagetext), | ||
.skin-citizen .wizlords-mainpage-right > .center:has(> .wizlords-imagetext) { | .skin-citizen .wizlords-mainpage-right > .center:has(> .wizlords-imagetext) { | ||
display: | display: flex; | ||
flex-wrap: wrap; | |||
gap: 12px 8px; | gap: 12px 8px; | ||
justify- | justify-content: center; | ||
align-items: start; | align-items: start; | ||
width: 100%; | width: 100%; | ||
| Line 142: | Line 142: | ||
.skin-citizen .wizlords-mainpage-left > .center:has(> .wizlords-imagetext) > p, | .skin-citizen .wizlords-mainpage-left > .center:has(> .wizlords-imagetext) > p, | ||
.skin-citizen .wizlords-mainpage-right > .center:has(> .wizlords-imagetext) > p { | .skin-citizen .wizlords-mainpage-right > .center:has(> .wizlords-imagetext) > p { | ||
flex: 0 0 100%; | |||
width: 100%; | width: 100%; | ||
margin: 0 0 8px; | margin: 0 0 8px; | ||
| Line 150: | Line 150: | ||
.skin-citizen .wizlords-imagetext { | .skin-citizen .wizlords-imagetext { | ||
display: block; | display: block; | ||
flex: 0 1 78px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 100%; | width: 100%; | ||
| Line 211: | Line 212: | ||
.skin-citizen .wizlords-imagetext { | .skin-citizen .wizlords-imagetext { | ||
flex-basis: 96px; | |||
max-width: 96px; | max-width: 96px; | ||
} | } | ||