MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 866: | Line 866: | ||
.wizlords-class-card-rules div { | .wizlords-class-card-rules div { | ||
margin: 0 0 4px; | margin: 0 0 4px; | ||
} | |||
/* MAGIC PAGE */ | |||
/* ---------- */ | |||
.wizlords-magic-used-by { | |||
margin: 4px 0 14px; | |||
padding-left: 18px; | |||
color: var(--wiz-text, #d2d2d2); | |||
font-style: italic; | |||
} | |||
.wizlords-magic-intro { | |||
display: flex; | |||
align-items: center; | |||
gap: 22px; | |||
margin: 12px 0 18px; | |||
} | |||
.wizlords-magic-intro-icon { | |||
flex: 0 0 auto; | |||
} | |||
.wizlords-magic-intro-icon img { | |||
display: block; | |||
width: 100px; | |||
height: 100px; | |||
object-fit: contain; | |||
} | |||
.wizlords-magic-quote { | |||
padding-left: 20px; | |||
border-left: 1px solid var(--wiz-race-table-border-colour, #4d4d4d); | |||
color: var(--wiz-text, #d2d2d2); | |||
font-style: italic; | |||
line-height: 1.55; | |||
} | |||
.wikitable.wizlords-magic-table, | |||
.wizlords-magic-table { | |||
width: auto; | |||
min-width: 520px; | |||
max-width: 680px; | |||
margin: 16px 0 18px; | |||
border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important; | |||
border-collapse: collapse; | |||
background: #171717; | |||
color: var(--wiz-text, #d2d2d2); | |||
} | |||
.wikitable.wizlords-magic-table th, | |||
.wikitable.wizlords-magic-table td, | |||
.wizlords-magic-table th, | |||
.wizlords-magic-table td { | |||
padding: 8px 18px !important; | |||
border: 1px solid var(--wiz-race-table-border-colour, #4d4d4d) !important; | |||
background: #171717 !important; | |||
} | |||
.wikitable.wizlords-magic-table th, | |||
.wizlords-magic-table th { | |||
background: #1f1e1e !important; | |||
color: var(--wiz-heading, #e7e1d4) !important; | |||
text-align: center; | |||
} | } | ||