MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2,363: | Line 2,363: | ||
margin: 10px auto; | margin: 10px auto; | ||
background: var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d)); | background: var(--wiz-mobile-spell-accent, var(--wiz-content-border, #ff942d)); | ||
} | |||
.wizlords-mobile-servant-rules-divider { | |||
width: 80%; | |||
height: 1px; | |||
margin: 18px auto 14px; | |||
background: var(--wiz-mobile-spellbook-accent, #d66be3); | |||
} | |||
.wizlords-mobile-servant-rules-card { | |||
box-sizing: border-box; | |||
width: 100%; | |||
max-width: 560px; | |||
margin: 0 auto 10px; | |||
padding: 12px 14px; | |||
border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d); | |||
background: #1f1e1e; | |||
color: var(--wiz-text, #d2d2d2); | |||
} | |||
.wizlords-mobile-servant-rules-title { | |||
margin: 0 0 10px; | |||
padding-bottom: 6px; | |||
border-bottom: 1px solid var(--wiz-mobile-spellbook-accent, #d66be3); | |||
color: var(--wiz-heading, #e7e1d4); | |||
font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif; | |||
font-size: 20px; | |||
font-weight: 700; | |||
line-height: 1.25; | |||
text-align: center; | |||
} | |||
.wizlords-mobile-servant-rules-content .wizlords-servant-rules-grid { | |||
display: grid; | |||
grid-template-columns: 1fr; | |||
gap: 12px; | |||
padding: 0; | |||
} | |||
.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section { | |||
line-height: 1.45; | |||
} | |||
.wizlords-mobile-servant-rules-content .wizlords-servant-rules-section ul { | |||
margin: 6px 0 0; | |||
padding-left: 22px; | |||
} | } | ||
} | } | ||