MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 324: | Line 324: | ||
.skin-citizen .wizlords-imagetext-text { | .skin-citizen .wizlords-imagetext-text { | ||
min-height: 0; | min-height: 0; | ||
} | |||
/* Homepage navigation lists use a centred readable block while individual | |||
bullets remain conventionally left-aligned. */ | |||
.skin-citizen .wizlords-mainpage-link-list, | |||
.skin-citizen .wizlords-useful-links, | |||
.skin-citizen | |||
:is(.wizlords-mainpage-left, .wizlords-mainpage-right):has(#What_is_LARP) | |||
> ul { | |||
box-sizing: border-box; | |||
width: 100%; | |||
max-width: 340px; | |||
margin-right: auto; | |||
margin-left: auto; | |||
padding-left: 22px; | |||
list-style: disc outside; | |||
text-align: left; | |||
} | } | ||
| Line 409: | Line 426: | ||
margin-left: auto; | margin-left: auto; | ||
text-align: center; | text-align: center; | ||
} | |||
.skin-citizen .wizlords-mainpage-link-list, | |||
.skin-citizen .wizlords-useful-links, | |||
.skin-citizen | |||
:is(.wizlords-mainpage-left, .wizlords-mainpage-right):has(#What_is_LARP) | |||
> ul { | |||
box-sizing: border-box; | |||
width: 100%; | |||
max-width: 560px; | |||
margin-right: auto; | |||
margin-left: auto; | |||
padding-left: 24px; | |||
list-style: disc outside; | |||
text-align: left; | |||
} | } | ||