MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ============================================================ | |||
SpiritVale Wiki – Site CSS | SpiritVale Wiki – Site CSS | ||
============================================================ */ | ============================================================ */ | ||
| Line 376: | Line 376: | ||
} | } | ||
/* Description module: keep centered like all other modules */ | |||
table.spiritvale-skill-infobox .module-description .hero-module-body { | table.spiritvale-skill-infobox .module-description .hero-module-body { | ||
align-items: | align-items: center; | ||
justify-content: | justify-content: center; | ||
text-align: | text-align: center; | ||
} | |||
/* Kill default paragraph margins that can “fake” left alignment */ | |||
table.spiritvale-skill-infobox .module-description .sv-module-description, | |||
table.spiritvale-skill-infobox .module-description .sv-module-description p { | |||
margin: 0; | |||
width: 100%; | |||
text-align: center; | |||
} | } | ||